Fix up the url-retrieve calling conventions so that prefetch doesn't bug out.
[gnus] / lisp / ChangeLog
1 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4         calling conventions so that prefetch doesn't bug out.
5
6 2010-09-19  Julien Danjou  <julien@danjou.info>
7
8         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
9         than curl.
10         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
11         the right URL and ALT text on images.
12         (gnus-html-wash-tags): Fix tag case.
13         Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
14         (gnus-article-html): Add -o display_ins_del=2 option.
15         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
16
17 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18
19         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
20         the extra mail headers, which sometimes seem to happen for unknown
21         reasons.
22
23         * mail-parse.el (mail-header-encode-parameter): Define as
24         rfc2045-encode-string instead of as rfc2231-encode-string, since some
25         (or most, perhaps?) mail readers don't understand the latter, but do
26         understand the former.
27
28         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
29         to nil, so that no methods are automatically agentized.  I think this
30         is probably what most users want.
31
32         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
33         from url-retrieve, for instance about invalid URLs.
34
35         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
36         groups that have no articles.
37         (nnimap-request-article): Check that we really got an article when we
38         requested one.
39
40         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
41         doesn't exist.
42
43         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
44         nntp buffer so the agent can save it.
45         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
46         that CRLF doesn't get translated to \n.
47         (nnimap-open-connection): Don't make 'shell commands only send \n.
48
49 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
50
51         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
52         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
53         Update var name.
54         (nnml-generate-nov-file): Use dolist.
55         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
56         Use with-current-buffer.
57
58 2010-09-18  Julien Danjou  <julien@danjou.info>
59
60         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
61         parallel.
62
63 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
64
65         * nnimap.el (nnimap-update-info): When doing partial marks update, get
66         the range update right.
67         (nnimap-request-group): Don't make `M-g' bug out on group with no
68         marks.
69         (nnoo): Required, so that other packages can require nnimap.
70         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
71         command we're looking for.  This helps when the server sends more
72         responses after we've gotten everything we expected.
73         (nnimap): Add a `newlinep' field to keep track of end-of-line
74         conventions.
75         Don't send CRLF to things that don't want it.
76         (nnimap-request-accept-article): Ditto.
77
78 2010-09-18  Julien Danjou  <julien@danjou.info>
79
80         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
81         than curl to retrieve images.
82
83 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
84
85         * nnimap.el (nnimap-update-info): Extend the info so that we can set
86         the marks.
87         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
88         (nnimap-wait-for-connection): New function.
89         (nnimap-open-connection): If we have PREAUTH, don't query for login
90         credentials.
91         (nnimap-update-info): Fix off-by-one error when concatenating ranges
92         when doing a partial update.
93
94 2010-09-18  Julien Danjou  <julien@danjou.info>
95
96         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
97         tags.
98
99 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
100
101         * nnimap.el (nnimap-credentials): New function.
102         (nnimap-open-connection): Use the new function to look for credentials
103         also on the numeric equivalents of "imap" and "imaps".
104
105         * gnus-start.el (gnus-activate-group): Send the info to
106         gnus-request-group.
107
108         * nnimap.el (nnimap-request-group): Have the "check" version of the
109         function parse flags and update the info, so that a `M-g' get a total
110         resync of all flags from the group.
111
112         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
113         to allow backends to alter the info on group selection.  Also alter all
114         the backend -request-group functions to take the parameter.
115
116         * nnimap.el (nnimap-store-info): New function.
117         (nnimap-update-info): Store the info for later usage.
118         (nnimap-request-group): Use the stored info for the dont-check case, so
119         that we don't retrieve all marks when we enter a group.
120
121         * nnimap.el: Use deffoo instead of defun for interface functions.
122
123         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
124         update the group info.  This makes the nndraft groups, for instance, go
125         back to their old behaviour.
126
127         * gnus-sum.el (gnus-select-newsgroup): Indent.
128
129         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
130         in.
131         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
132         nothing.
133
134         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
135         from methods that are denied.
136
137         * gnus-int.el (gnus-method-denied-p): New function.
138
139         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
140         store the password instead of netrc.
141         (nnimap-open-connection): Don't error out when we can't make a
142         connections.
143
144         * auth-source.el (auth-source-create): In the password prompt, say what
145         we're querying for.  Also prompt for user name if that hasn't been
146         given.
147
148         * nnimap.el (nnimap-with-process-buffer): Removed.
149
150 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
151
152         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
153         method when we're reading from the agent.
154
155         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
156
157         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
158         that's probably most useful for users.
159
160         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
161         "failed" all the time.
162
163         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
164         ...)) with (with-current-buffer ... ).
165
166         * nntp.el (nntp-open-server): Return whether the open was successful or
167         not.
168
169         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
170         select an unread unseen article first.
171
172         * nnimap.el (nnimap-open-connection): If the user doesn't have a
173         /etc/services, supply some sensible port defaults.
174
175         * dgnushack.el: Define netrc-credentials.
176
177 2010-09-17  Julien Danjou  <julien@danjou.info>  (tiny fix)
178
179         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
180
181 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
182
183         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
184         doesn't have any parameters.
185
186 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
187
188         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
189         only upcased checks.
190
191         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
192
193         * nnimap.el (nnimap-open-shell-stream): New function.
194         (nnimap-open-connection): Use it.
195         (nnimap-transform-headers): Get the number of lines in each message.
196         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
197         number of lines.
198         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
199         problem.
200
201         * utf7.el (utf7-encode): Autoload.
202
203         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
204         to allow the mail splitting to not return a default group.  This is
205         useful for nnimap, which will leave unmatched mail in the inbox.
206
207         * nnimap.el: Rewritten.
208
209         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
210         nnimap usage.
211
212         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
213         if the move is internal, so that nnimap can do fast internal moves.
214
215         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
216         data.
217         (gnus-read-active-for-groups): Support finishing the early retrieval of
218         data.
219
220         * gnus-range.el (gnus-range-nconcat): New function.
221
222         * gnus-int.el (gnus-finish-retrieve-group-infos)
223         (gnus-retrieve-group-data-early): New functions.
224
225 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
226
227         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
228         (nnrss-retrieve-groups):
229         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
230         (pop3-quit): Use with-current-buffer.
231
232 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
233
234         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
235         instead of nnheader-accept-process-output.
236
237         * dgnushack.el (dgnushack-compile): Add comment.
238
239         * lpath.el: No need to fbind propertize for XEmacs 21.4.
240
241         * gnus-html.el (gnus-html-schedule-image-fetching)
242         (gnus-html-prefetch-images): Replace process-kill-without-query by
243         gnus-set-process-query-on-exit-flag.
244
245 2010-09-16  Romain Francoise  <romain@orebokech.com>
246
247         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
248
249 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
250
251         * gnus-registry.el (gnus-registry-install-shortcuts): The second
252         parameter to unintern is mandatory-ish in Emacs 24.
253
254         * gnus-html.el (gnus-html-schedule-image-fetching)
255         (gnus-html-prefetch-images): Check for curl before using it.
256
257         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
258         depend on curl, which isn't essential.
259
260         * imap.el: Revert back to version
261         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
262         seem problematic.
263
264 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
265
266         * gnus-registry.el (gnus-registry-install-shortcuts):
267         Explicitly pass `obarray' to `unintern' to avoid a warning.
268
269 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
270
271         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
272         change.
273
274         * nnrss.el (nnrss-request-list): Removed this function and related
275         functions, including the moreover stuff.
276
277 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
278
279         * nnrss.el (nnrss-retrieve-groups): New function.
280
281 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
282
283         * .dir-locals.el: Add no-byte-compile cookie.
284
285 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
286
287         * time-date.el (format-seconds): Comment fix.
288
289         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
290         for back end that doesn't support request-scan.
291
292 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
293
294         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
295         then do request scans from the backends.
296
297         * netrc.el (netrc-credentials): New conveniency function.
298
299         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
300         avoid running a hook per line, since this takes a lot of time,
301         profiling shows.
302         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
303         directly if gnus-visual-p is true.
304
305 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
306
307         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
308         groups; replace mapcar with dolist which is a bit faster; pass groups
309         info to gnus-read-active-file-1.
310         (gnus-read-active-file-1): Scan only specified groups if the new
311         optional arg `infos' is given.
312
313 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
314
315         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
316
317         * pop3.el (pop3-movemail): Removed.
318         (pop3-streaming-movemail): Renamed to pop3-movemail.
319
320         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
321         don't restrict end-tag searches to the end of the line.
322
323 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
324
325         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
326         articles of every unchecked group to t, which means unknown since the
327         server has never been opened.
328
329 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
330
331         * gnus-html.el (gnus-html-show-alt-text): New command.
332         (gnus-html-browse-image): Ditto.
333         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
334         to browse the image directly.
335         (gnus-html-wash-tags): Search for images first, so that <a><img> works
336         better.
337
338         * gnus-async.el (gnus-async-article-callback): Call
339         `gnus-html-prefetch-images' unconditionally.
340
341         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
342         before feeding URLs to curl.
343
344 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
345
346         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
347         internal images as deletable by `W D D'.
348
349         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
350         (gnus-async-article-callback): Fix typo.
351
352 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
353
354         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
355         current line to work around bugs in the output from w3m.
356
357         * gnus-async.el (gnus-async-article-callback): Always prefetch images
358         for groups that want that.
359
360         * nntp.el (nntp-wait-for-string): Supply a timeout for
361         accept-process-output to ensure progress.
362
363         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
364         level to get unread articles from, then use that for foreign groups,
365         too.
366
367         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
368         confuses the rest of the function.
369
370         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
371         for the methods that support -retrieve-groups, too.
372
373         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
374
375 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
376
377         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
378         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
379
380         * pop3.el: Require cl when compiling.
381         (pop3-number-of-responses): Search for "+OK", not "+OK ".
382
383 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
384
385         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
386         that aren't going to be activated.
387         (gnus-get-unread-articles): Fix up the last commit.
388
389         * gnus-html.el (gnus-article-html): Allow calling without specifying
390         the handle.  In that case, dissect the buffer first.
391
392         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
393
394         * nnimap.el (nnimap-open-connection): Revert the change that would look
395         into authinfo for imaps instead of imap.
396
397         * gnus-start.el (gnus-activate-group): Take an optional parameter to
398         say that you don't want to call gnus-request-group with don-check, but
399         do check the reponse.  This is for virtual groups only.
400         (gnus-get-unread-articles): Count the archive groups as secondary, so
401         that they're activated the same way as before.
402
403         * imap.el (imap-message-map): Removed optional buffer parameter, since
404         no callers use it.
405         (imap-message-get): Ditto.
406         (imap-message-put): Ditto.
407         (imap-mailbox-map): Ditto.
408         (imap-mailbox-put): Ditto.
409         (imap-mailbox-get): Ditto.
410         (imap-mailbox-get): Revert last change for this function.
411
412         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
413         case-insensitively.
414         (nnimap-debug): Removed.
415
416         * imap.el (imap-fetch-safe): Removed function, and altered all callers
417         to use `imap-fetch' instead.  According to the comments, this should be
418         safe, since all other IMAP clients use the 1:* syntax.
419         (imap-enable-exchange-bug-workaround): Removed.
420         (imap-debug): Removed -- doesn't seem very useful.
421
422         * mail-source.el (mail-source-fetch): Don't message if we're fetching
423         mail from a file, and the file doesn't exist.
424
425         * imap.el (imap-log): New convenience function used throughout instead
426         of repeating the same code all over the place.
427
428         * pop3.el (pop3-streaming-movemail): Return t for success.
429
430         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
431         .authinfo if we're using ssl connection.
432
433         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
434         already have if we're in a main Gnus `g' run.
435
436         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
437
438 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
439
440         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
441
442         * nnmh.el (nnmh-request-list-1): Bind `file'.
443
444         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
445         alias to set-process-query-on-exit-flag or process-kill-without-query.
446         (pop3-open-server): Use it.
447
448 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
449
450         * mail-source.el (mail-source-delete-crash-box): Always move the crash
451         box to the Incoming file.  Fixes mistake in previous checkin.
452
453         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
454         request loop (for debugging purposes) removed.
455
456         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
457         culprit is more visible.
458         (nnml-save-incremental-nov, nnml-open-incremental-nov)
459         (nnml-add-incremental-nov): New functions to do "incremental" nov
460         updates, where we just append to the end of the existing nov files
461         without reading/writing them in full.
462
463         * mail-source.el (mail-source-delete-crash-box): Really only check the
464         incoming files once in a while.
465
466         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
467
468         * mail-source.el (mail-source-delete-crash-box): Only check the
469         incoming files for deletion once per day to save a lot of file
470         accesses.
471
472         * pop3.el (pop3-logon): Fix up unbound variable typo.
473
474         * mail-source.el (pop3-streaming-movemail): Autoload.
475
476         * pop3.el (pop3-streaming-movemail): Respect
477         pop3-leave-mail-on-server.
478
479         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
480         retrieval.
481
482         * pop3.el (pop3-process-filter): Removed unused function.
483         (pop3-streaming-movemail, pop3-send-streaming-command)
484         (pop3-wait-for-messages, pop3-write-to-file)
485         (pop3-number-of-responses): New functions for streaming pop3
486         retrieval.
487
488         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
489         come from no known methods.
490         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
491         list.
492
493         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
494         message sizes.
495         (pop3-movemail): Use erase-buffer instead of looping and deleting
496         regions, which seems rather odd.
497
498         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
499         file once per `g' run.
500
501         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
502         directories.  This makes the draft queue directory work.
503
504         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
505         data from the backends, so that we only request the list of groups from
506         each method once.  This should speed things up considerably.
507
508         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
509         detect that it's not implemented.
510
511         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
512         we actually do recurse down into the tree, but don't stat all leaf
513         nodes.
514
515         * gnus-html.el (gnus-html-show-images): If there are no images to show,
516         then say so instead of bugging out.
517
518         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
519         files exist before trying to read them.
520
521         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
522         around <pre_int>.
523
524         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
525
526         * nnmh.el (nnmh-request-list-1): Optimize for speed.
527
528 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
529
530         * mm-util.el (mm-image-load-path): Just return the image directories,
531         not all directories in the path in addition to the image directories.
532         (mm-image-load-path): Maintain a cache of the image directories so that
533         the `g' command in Gnus doesn't have to stat dozens of directories each
534         time.
535
536         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
537         (gnus-html-wash-tags): Add a new `i' command to insert images.
538         (gnus-html-insert-image): New command and keystroke.
539         (gnus-html-redisplay-with-images): New command and keystroke.
540         (gnus-html-show-images): Renamed command.
541         (gnus-html-wash-tags): Remove more white space before <pre_int> image
542         spacers.
543         (gnus-html-wash-tags): Decode entities at the end, so that entities
544         inside the tags don't mess up the rest of the "parsing".
545
546         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
547         so that nnimap methods aren't agentized by default.  There's apparently
548         many problems related to agent/imap behaviour.
549
550         * gnus-art.el (gnus-article-copy-string): New command and key binding.
551
552         * gnus-html.el: Doc fix.
553
554 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
555
556         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
557         specifier-spec-list for Emacs 21.
558
559         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
560         glyph-width and glyph-height instead of display-graphic-p and
561         image-size; make avoidance of displaying small images work for XEmacs.
562
563         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
564         for XEmacs.
565
566         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
567         of symbol that holds plist data.
568         (gnus-process-plist): Remove plist of process after getting it.
569
570 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
571
572         * message.el (message-generate-hashcash): Change default to
573         'opportunistic if hashcash is installed.
574
575         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
576         (gnus-html-put-image): Only call image-size once, since it's somewhat
577         time-consuming on remote X servers.
578
579 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
580
581         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
582         type on data, not a file name.
583
584         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
585         window-pixel-edges for Emacs 21.
586
587         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
588         decoded contents.
589         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
590
591 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
592
593         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
594         group line format, since it isn't very interesting.
595
596         * gnus-agent.el (gnus-agent-short-article),
597         (gnus-agent-long-article): Increase values for these two variables,
598         since most people are likely to have more network connection and
599         storage than before.
600
601         * gnus.el (gnus-refer-article-method): Change default to 'current.
602         When referring an article, the common behaviour is to refer it from the
603         current select method, not the native select method.  The chances of
604         the native select method having the message in question is rather slim
605         these days.
606
607         * gnus-sum.el (gnus-auto-select-subject): Change default to
608         `unseen-or-unread'.  I think it's likely that most people want to
609         select an unseen article over a previously seen, but unread one.
610
611         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
612         means that in the article buffer none of the minor mode elements will
613         be shown, usually, and this is not desirable in most cases.
614
615         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
616         that commands like `d' (and the like) go to the next line in the
617         buffer, instead of the next unread article.  I think this is the
618         behaviour that is most natural for most users.
619         (gnus-single-article-buffer): Change default to nil, so that people can
620         have as many article buffers open as they have summary buffer.  I think
621         this is the most natural way for the groups to behave.
622
623         * message.el (message-generate-new-buffers): Change default to
624         `unsent', so that all new message buffers start their names with the
625         string "*unsent", and it's easier to find the buffers if you move from
626         them.
627
628 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
629
630         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
631         small. They're probably tracking images.
632         (gnus-html-wash-tags): Remove all <pre_int> place holders.
633         (gnus-html-rescale-image): Yet another try at getting the image sizing
634         right.
635
636         * nntp.el (nntp-request-set-mark): Refuse to do marks if
637         nntp-marks-file-name is nil.
638
639 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
640
641         * gnus-html.el (gnus-html-wash-tags)
642         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
643         Better logging.
644
645 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
646
647         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
648
649         * gnus-html.el (gnus-html-wash-tags): Check the value of
650         gnus-blocked-images in the summary buffer.
651
652 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
653
654         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
655
656 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
657
658         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
659         like "a", it seems like.
660         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
661         since it needs to be picked from the correct buffer.
662
663         * nnwfm.el: Removed.
664
665         * nnlistserv.el: Removed.
666
667 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
668
669         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
670         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
671
672 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
673
674         * nnkiboze.el: Removed.
675
676         * nndb.el: Removed.
677
678         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
679         alt text.
680         (gnus-html-rescale-image): Try to get the rescaling logic right for
681         images that are just wide and not tall.
682
683         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
684         overshadow variable bindings.
685
686 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
687
688         * gnus-html.el (gnus-html-wash-tags)
689         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
690         extra logging.
691
692 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
693
694         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
695         (gnus-max-image-proportion): New variable.
696         (gnus-html-rescale-image): New function.
697         (gnus-html-put-image): Rescale images.
698
699 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
700
701         Fix up some byte-compiler warnings.
702         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
703         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
704         (gnus-article-fill-cited-article, gnus-article-hide-citation)
705         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
706         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
707         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
708         (gnus-group-update-group): Use save-excursion and with-current-buffer.
709
710 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
711
712         * gnus-html.el (gnus-article-html): Decode contents by charset.
713
714 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
715
716         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
717         (gnus-html-frame-width, gnus-blocked-images)
718         * message.el (message-prune-recipient-rules): Add custom version.
719         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
720
721         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
722         functions.
723
724         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
725         gnus-process-get.
726
727 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
728
729         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
730         instead of lsub directly.
731
732 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
733
734         * nnwarchive.el: Removed.
735
736         * gnus-soup.el: Removed.
737
738         * nnsoup.el: Removed.
739
740         * nnultimate.el: Removed.
741
742         * gnus-html.el (gnus-blocked-images): New variable.
743
744         * message.el (message-prune-recipients): New function.
745         (message-prune-recipient-rules): New variable.
746
747         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
748         guess whether a long line is natural text or not.
749
750         * gnus-html.el (gnus-html-schedule-image-fetching): Use
751         gnus-process-plist and friends for compatibility.
752
753 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
754
755         * gnus-html.el: Require packages that define macros used in this file.
756         (gnus-article-mouse-face): Declare to silence byte-compiler.
757         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
758         process-get.
759         (gnus-html-put-image): Use plist-get to avoid getf.
760         (gnus-html-prefetch-images): Use with-current-buffer.
761
762 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
763
764         * gnus-ems.el: Provide compatibility functions for
765         gnus-set-process-plist.
766
767         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
768         header-line-format for XEmacs 21.4.
769
770         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
771         * gnus.el (gnus-valid-select-methods)
772         * message.el (message-send-mail-partially-limit)
773         * mm-decode.el (mm-text-html-renderer)
774         * mml.el (mml-insert-mime-headers-always)
775         * smiley.el (smiley-regexp-alist): Bump custom version.
776
777 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
778
779         * gnus-html.el: require mm-url.
780         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
781         with the url to `url'.
782         (gnus-html-wash-tags): Support cid: URLs/images.
783
784 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
785
786         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
787         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
788         bindings, as they aren't useful at all. `w' is moved to `W w'.
789
790         * gnus-move.el: Removed file, since it doesn't really work.
791
792         * gnus-html.el (gnus-article-html): Tell w3m that the input is
793         UTF-8. This seems to fix problems with some German web feeds.
794
795         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
796         at the top so that the proper colours are applied.
797
798         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
799         don't have dots in their names.
800
801         * gnus-art.el (gnus-article-view-part): Doc fix.
802
803         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
804         XEmacs-compatible.
805         (gnus-html-put-image): Don't do images on non-graphic displays.
806
807         * nnslashdot.el: Removed this unused backend.
808
809         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
810         actions.
811         (gnus-undo-register-1): Revert last change.
812
813         * gnus-group.el (gnus-group-completing-read): Protect against not
814         having completion-styles bound.
815
816         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
817         make broken recipients happier.
818
819         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
820
821         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
822         point parameter.
823
824         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
825
826         * gnus-group.el (gnus-group-completing-read): Add 'substring to
827         completion-styles for group selection.
828
829 2009-02-04  Andreas Schwab  <schwab@suse.de>
830
831         * gnus-score.el (gnus-score-string): Fix regex for matching extra
832         headers and regexp-quote the match if necessary.
833
834 2009-03-24  Miles Bader  <miles@gnu.org>
835
836         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
837         the blinking smiley.
838
839 2009-03-24  Simon Josefsson  <simon@josefsson.org>
840
841         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
842         blink smiley.
843
844 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
845
846         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
847         where the dribbel file lives exists.
848
849         * message.el (message-send-mail-partially-limit): Change the default to
850         nil, since most people don't want this.
851
852         * mm-url.el (mm-url-decode-entities): Also decode entities like
853         &#x3212.
854
855 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
856
857         * gnus-sum.el (gnus-summary-idna-message):
858         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
859         Hyperlink urls in docstrings with URL `...'.
860
861 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
862
863         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
864         functions.
865
866 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
867
868         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
869         say what the mouseover text should be.
870
871         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
872         version of the mm-w3m-safe-url-regexp variable to only download images
873         in the groups where we want that to happen.
874
875         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
876
877         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
878         easier debugging.
879         (gnus-article-beginning-of-window): Add kludge to allow spacing past
880         big pictures in the article buffer.
881
882         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
883         gnus-article-html.
884         (mm-text-html-renderer): gnus-article-html needs curl in addition to
885         w3m.
886
887         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
888
889 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
890
891         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
892         which doesn't exist.
893
894         * message.el (message-inhibit-ecomplete): New variable to allow some
895         function to inhibit ecomplete address storage.
896         (message-resend): Disable ecomplete message storage when resending
897         messages.
898
899         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
900
901 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
902
903         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
904         Save excursion while copying, moving, and deleting articles in order to
905         prevent the cursor from jumping to unforeseen place.
906
907 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
908
909         * lpath.el: No need to bind bookmark-current-buffer,
910         bookmark-yank-point and bookmark-make-record-function.
911
912 2010-08-17  Glenn Morris  <rgm@gnu.org>
913
914         * gnus-sync.el: Require gnus components whose functions are used.
915
916         * gnus-art.el (bookmark-make-record-function):
917         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
918         Declare for compiler.
919
920         * mm-url.el (mml-compute-boundary): Autoload.
921
922 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
923
924         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
925
926 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
927
928         Typo fix "hoo4a" -> "hook".
929
930         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
931
932 2010-08-14  Glenn Morris  <rgm@gnu.org>
933
934         * gnus-sync.el (gnus-sync): Fix defgroup version.
935
936 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
937
938         Doc fixes and keep unknown groups (ammended for nunion bug fix).
939
940         * gnus-sync.el: Fix docs.
941         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
942         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
943
944 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
945
946         Optimizations for gnus-sync.el.
947
948         * gnus-sync.el: Add docs about gnus-sync-backend
949         possibilities.
950         (gnus-sync-save): Remove unnecessary message.
951         (gnus-sync-read): Optimize and show what groups were skipped.
952
953 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
954
955         Minor bug fixes for gnus-sync.el.
956
957         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
958         read the sync on get-new-news.
959
960         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
961         quiet.
962
963         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
964
965 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
966
967         Make saving and restoring of hidden threads work with overlays.
968         Patch applied by Ted Zlatanov.
969
970         * gnus-sum.el (gnus-hidden-threads-configuration)
971         (gnus-restore-hidden-threads-configuration): Update to deal with text
972         properties, rather than searching for a magic character.
973
974 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
975
976         New gnus-sync.el library for synchronization of marks.
977
978         * gnus-sync.el: New library for synchronization of marks.
979
980         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
981         renamed from `gnus-registry-grep-in-list'.
982
983         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
984
985         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
986
987 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
988
989         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
990         determining charset of text fails.
991
992 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
993
994         * nnmail.el (nnmail-get-new-mail-1): Revert.
995
996         * nnml.el (nnml-active-number): Make sure names of newly created groups
997         in nnml-group-alist are encoded.
998
999 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1000
1001         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
1002         containing non-ASCII characters in active file for nnml back end.
1003
1004 2010-07-24  David Engster  <dengste@eml.cc>
1005
1006         * mml-smime.el (mml-smime-epg-verify): Also accept the older
1007         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
1008
1009 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
1010
1011         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
1012         tag (Bug#6654).
1013
1014 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1015
1016         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
1017         the article buffer, not the summary buffer.
1018
1019 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1020
1021         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
1022         Emacs 23 as well.
1023
1024 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1025
1026         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
1027         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
1028
1029 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1030
1031         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
1032         Patch applied by Karl Fogel.
1033
1034         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
1035         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
1036
1037 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1038
1039         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
1040         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
1041         C-w still not working correctly from Article buffers; Thierry's
1042         patch to fix that will be applied after this.
1043
1044         * gnus-art.el (bookmark-make-record-function): New local variable.
1045
1046         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
1047         article buffer.
1048         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
1049
1050 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
1051
1052         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
1053         on changes in bookmark.el.
1054
1055 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1056
1057         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
1058         `no-log' instead of message not to log prompt string.
1059
1060 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
1061
1062         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
1063         the *other* type of HTML form submission.
1064
1065 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
1066
1067         * auth-source.el (auth-source-pick): If choice does not contain a
1068         questioned keyword, set the check to t.
1069
1070 2010-06-12  Romain Francoise  <romain@orebokech.com>
1071
1072         * gnus-util.el (gnus-date-get-time): Move up before first use.
1073
1074 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1075
1076         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
1077         (gnus-article-edit-part): Bind it to make last part that is substituted
1078         or deleted visible.
1079         (gnus-mime-display-single): Buttonize part of which id equals to
1080         gnus-mime-buttonized-part-id.
1081
1082 2010-06-10  Dan Christensen  <jdc@uwo.ca>
1083
1084         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
1085         (gnus-dd-mmm): Use gnus-date-get-time.
1086         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
1087         simplify logic.
1088         (gnus-summary-limit-to-age): Use gnus-date-get-time.
1089         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
1090
1091 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
1092
1093         * auth-source.el (top): Autoload `secrets-list-collections',
1094         `secrets-create-item', `secrets-delete-item'.
1095         (auth-sources): Fix tag string.
1096         (auth-get-source, auth-source-retrieve, auth-source-create)
1097         (auth-source-delete): New defuns.
1098         (auth-source-pick): Rewrite in order to avoid 2 passes.
1099         (auth-source-forget-user-or-password): New parameter USERNAME.
1100         (auth-source-user-or-password): New parameters CREATE-MISSING and
1101         DELETE-EXISTING.  Retrieve password interactively, if needed.
1102
1103 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1104
1105         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
1106         deleting unused directories when gnus-expert-user is t.
1107
1108 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1109
1110         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
1111         for each temp file when gnus-article-browse-delete-temp is ask.
1112
1113 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1114
1115         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
1116         Lisp calls to delete-backward-char by calls to delete-char.
1117
1118 2010-05-20  Kevin Ryde  <user42@zip.com.au>
1119
1120         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
1121
1122 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1123
1124         * password-cache.el (password-cache-remove): Fix docstring.
1125
1126 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1127
1128         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
1129         article unless decoding article to be saved.
1130
1131 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1132
1133         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
1134         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
1135         generated within the mm-with-unibyte-current-buffer macro.
1136
1137 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1138
1139         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
1140         to nil when we're in a mml-preview buffer and no group is selected.
1141
1142 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
1143
1144         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
1145         when catching the `C-g'.  Reported by "Leo".
1146
1147 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1148
1149         * message.el (message-forward-make-body-plain)
1150         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
1151         multibyte-string-p.
1152
1153         * lpath.el: Revert.
1154
1155 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1156
1157         * message.el (message-forward-make-body-mml): Assume original message
1158         is multibyte string; error on unibyte.
1159         (message-forward-make-body-plain): Ditto; don't add excessive newline
1160         in body end.
1161
1162         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
1163
1164 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
1165
1166         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
1167         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
1168
1169 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1170
1171         * mm-extern.el (mm-extern-url): Don't use
1172         mm-with-unibyte-current-buffer.
1173         (mm-extern-cache-contents): Use with-current-buffer instead of
1174         save-excursion + set-buffer.
1175
1176 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1177
1178         * mm-util.el (mm-emacs-mule): Remove.
1179
1180 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
1181
1182         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
1183         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
1184         change.
1185
1186 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1187
1188         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
1189         bind the default value of enable-multibyte-characters to nil.
1190
1191 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1192
1193         * message.el (message-forward-make-body-plain)
1194         (message-forward-make-body-mml):
1195         Don't use mm-with-unibyte-current-buffer.
1196
1197 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1198
1199         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
1200
1201 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
1202
1203         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
1204         (Bug#5592).
1205
1206 2010-05-07  Julien Danjou  <julien@danjou.info>
1207
1208         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
1209         it to mm-pipe-part.
1210
1211         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
1212         it is given.
1213
1214 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1215
1216         * binhex.el (binhex-decode-region-internal)
1217         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
1218         (dns-query)
1219         * nnweb.el (nnweb-gmane-search)
1220         * pgg-parse.el (pgg-parse-armor)
1221         * pgg.el (pgg-verify-region)
1222         * sha1.el (sha1-string-external)
1223         * uudecode.el (uudecode-decode-region-internal)
1224         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
1225         XEmacs.
1226
1227         * gnus-art.el (gnus-article-browse-html-parts)
1228         * gnus-group.el (gnus-read-ephemeral-gmane-group)
1229         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
1230         make-temp-file.
1231
1232         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
1233         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
1234         compiling.
1235
1236         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
1237         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
1238         XEmacs when compiling.
1239
1240         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
1241         gnus-pick-mode-off-hook for XEmacs when compiling.
1242         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
1243         gnus-binary-mode-off-hook for XEmacs when compiling.
1244
1245         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
1246         nil if char-charset is not available.
1247
1248         * imap.el (imap-disable-multibyte)
1249         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
1250         macros.
1251
1252         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
1253         instead of encode-coding-string.
1254
1255         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
1256         'xemacs) instead of mm-emacs-mule to switch function definitions.
1257         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
1258
1259         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
1260         bind temporary-file-directory for XEmacs;
1261         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
1262         timer-set-function for XEmacs 21.4 and SXEmacs;
1263         bind timer-list for XEmacs 21.4 and SXEmacs;
1264         fbind char-charset and find-charset-region for non-Mule XEmacs;
1265         fbind decode-coding-region, decode-coding-string, detect-coding-region,
1266         encode-coding-region and encode-coding-string for XEmacs having no
1267         file-coding feature.
1268
1269 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
1270
1271         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
1272
1273 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1274
1275         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
1276         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
1277
1278 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
1279
1280         * mm-util.el (mm-decompress-buffer): Use `delete-file';
1281         alias `jka-compr-delete-temp-file' no longer exists.
1282
1283 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1284
1285         Use define-minor-mode in Gnus where applicable.
1286         * mml.el (mml-mode): Use define-minor-mode.
1287         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
1288         (gnus-undo-mode): Use define-minor-mode.
1289         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
1290         (gnus-dead-summary-mode): Use define-minor-mode.
1291         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
1292         Initialize in declaration.
1293         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
1294         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
1295         (gnus-mailing-list-mode): Use define-minor-mode.
1296         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
1297         (gnus-draft-mode): Use define-minor-mode.
1298         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
1299         (gnus-dired-mode): Use define-minor-mode.
1300
1301 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
1302
1303         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
1304         handles on recursive mml-to-mime translation and check them for
1305         boundary delimiter collisions.  Reported by Greg Troxel.
1306
1307 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1308
1309         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
1310
1311 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1312
1313         * mm-util.el (mm-find-buffer-file-coding-system):
1314         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
1315
1316 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
1317
1318         * message.el (message-generate-headers): Record insertion of optional
1319         headers as well.  Otherwise the check to prevent repeated insertion of
1320         optional headers is a no-op.
1321
1322 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
1323
1324         * smime.el: Don't mention CVS.
1325
1326         * nnrss.el (nnrss-fetch): Don't mention CVS.
1327
1328         * nnir.el: Don't mention CVS.
1329
1330 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1331
1332         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
1333
1334 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1335
1336         * lpath.el: Fbind bookmark-default-handler,
1337         bookmark-get-bookmark-record, bookmark-make-record-default,
1338         bookmark-prop-get for Emacs <23 and XEmacs.
1339
1340 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1341
1342         * gnus-sum.el: Add bookmark declarations to silence the compiler.
1343         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
1344         Use with-current-buffer to silence the byte-compiler.
1345         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
1346         bother to require `gnus'.
1347         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
1348
1349 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1350
1351         * gnus-sum.el (gnus-summary-bookmark-make-record)
1352         (gnus-summary-bookmark-jump): New functions.
1353         (gnus-summary-mode): Setup bookmark support.
1354
1355 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
1356
1357         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
1358         if set.
1359
1360 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1361
1362         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
1363         gnus-article-browse-html-save-cid-image; make it work recursively for
1364         forwarded messages as well.
1365         (gnus-article-browse-html-parts): Work when prefix arg is given.
1366         (gnus-article-browse-html-article): Doc fix.
1367
1368 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
1369
1370         * message.el (message-default-mail-headers):
1371         (message-default-headers): Carry the value mail-default-headers over
1372         into message-default-mail-headers, rather than message-default-headers.
1373
1374 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
1375
1376         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
1377         charset.
1378
1379         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
1380         charset into the <meta> tag when the article is encoded to utf-8.
1381
1382 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1383
1384         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
1385         directories as well.
1386         (gnus-article-browse-html-parts): Work for images that do not specify
1387         file names; delete temp directory when quitting; insert header at the
1388         right place; use file: scheme for image files.
1389
1390 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
1391
1392         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
1393         (gnus-article-browse-html-parts): Use it to make temporary cid image
1394         files in addition to html file so that browser may display them.
1395
1396 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1397
1398         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1399
1400 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1401
1402         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
1403
1404 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
1405
1406         * auth-source.el (auth-sources): Change default to be simpler.  Explain
1407         about Secret Service API sources.  Improve Customize options.
1408         (auth-source-pick): Change to accept any number of search parameters.
1409         Implement fallbacks iteratively, not recursively.  Add scoring on the
1410         second pass and sort by score.  Call Secret Service API when needed.
1411         (auth-source-user-or-password): Use it.  Call Secret Service API
1412         directly when needed to get the user name and the password.
1413
1414 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1415
1416         * message.el (message-interactive): Doc fix.
1417         (message-qmail-inject-args): Reflow.
1418         (message-kill-to-signature): Fix typo in docstring.
1419
1420         * smiley.el (smiley-buffer): Fix typo in docstring.
1421
1422 2010-03-24  Glenn Morris  <rgm@gnu.org>
1423
1424         * mail-source.el (gnus-message): Declare.
1425         (mail-source-delete-old-incoming): Require gnus-util.
1426
1427 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1428
1429         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
1430
1431         * message.el (ecomplete-setup): Autoload it for Emacs <23.
1432
1433         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
1434         password-cache's default if it is not bound.
1435         (mml-secure-passphrase-cache-expiry): Default to 16 that is
1436         password-cache-expiry's default if it is not bound.
1437
1438         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
1439         available in Emacs 21.
1440
1441         * lpath.el: Suppress compiler warnings for:
1442         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
1443         XEmacs;
1444         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
1445         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
1446         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
1447
1448 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
1449
1450         * auth-source.el (auth-sources): Fix up definition so extra parameters
1451         are always inline.
1452
1453 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
1454
1455         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
1456         wasn't updated after mismatch.  Clear cached mailbox info correctly
1457         when uidvalidity changes.
1458         (nnimap-group-prefixed-name): New function to avoid some code
1459         duplication.
1460         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
1461         (nnimap-request-group): Use it.
1462         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
1463         (nnimap-update-unseen): Significantly improved speed of Gnus startup
1464         with many imap folders.  This is done by caching the group status from
1465         the imap server persistently in a group parameter `imap-status'.  (This
1466         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
1467         but not persistently, so every Gnus startup was still very slow.)
1468
1469 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
1470
1471         * assistant.el (assistant-render-text): Run `widget-setup' and don't
1472         delete the extra newline.  Otherwise editing of :string and :number
1473         types don't work.
1474
1475 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1476
1477         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
1478         secrets.el dependency.
1479         (auth-sources): Add optional user name.  Add secrets.el configuration
1480         choice (unused right now).
1481
1482 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1483
1484         * gnus-sum.el (gnus-summary-make-menu-bar): Let
1485         `gnus-registry-install-shortcuts' fill in the functions.
1486
1487         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
1488         warnings.
1489         (gnus-registry-misc-menus): Variable to hold registry mark menus.
1490         (gnus-registry-install-shortcuts): Populate and use it in a
1491         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
1492
1493 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
1494
1495         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
1496         In-place substitutions for the group name encoding/decoding.
1497         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
1498         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
1499         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
1500         (nnimap-update-unseen, nnimap-request-list)
1501         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
1502         (nnimap-request-set-mark, nnimap-split-to-groups)
1503         (nnimap-split-articles, nnimap-request-newgroups)
1504         (nnimap-request-create-group, nnimap-request-accept-article)
1505         (nnimap-request-delete-group, nnimap-request-rename-group)
1506         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
1507         `encoded-mbx' for consistency.
1508         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
1509         variable `imap-current-mailbox'.
1510
1511         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
1512         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
1513
1514 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
1515
1516         * pop3.el (pop3-display-message-size-flag): Display message size byte
1517         counts during POP3 download.
1518         (pop3-movemail): Use it.
1519         (pop3-list): Implement listing of available messages.
1520
1521 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
1522
1523         * nnir.el (nnir-get-article-nov-override-function): New function to
1524         override the normal NOV retrieval.
1525         (nnir-retrieve-headers): Use it.
1526
1527 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
1528
1529         * auth-source.el (netrc-machine-user-or-password): Autoload.
1530
1531 2010-03-19  Glenn Morris  <rgm@gnu.org>
1532
1533         Stop message.el from loading about 40 libraries it doesn't always need.
1534         The general approach is to autoload rather than require, and to
1535         require in the specific functions rather than the file.  (Bug#5642)
1536
1537         * gmm-utils.el: Don't require wid-edit.
1538         (widget-create-child-value, widget-convert, widget-default-get):
1539         Autoload.
1540
1541         * gnus-util.el: Don't require time-date, netrc.
1542         (message-fetch-field, gnus-group-name-decode): Declare rather than
1543         autoloading.
1544         (gnus-fetch-field): Require message.
1545         (gnus-decode-newsgroups): Require gnus-group.
1546
1547         * ietf-drums.el: Don't require time-date.
1548
1549         * message.el: Don't require hashcash, canlock, ecomplete.
1550         Do require mail-utils.  Require nnheader only when compiling.
1551         (smtpmail-default-smtp-server): Remove declaration.
1552         (message-send-mail-function): Check smtpmail-default-smtp-server
1553         is bound rather than requiring smtpmail.
1554         (message-auto-save-directory, message-insert-signature): Use
1555         expand-file-name rather than nnheader-concat.
1556         (nnheader-insert-file-contents): Autoload.
1557         (hashcash-wait-async): Declare.
1558         (message-send-mail): Only call gnus-setup-posting-charset if
1559         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
1560         (message-send-mail-with-sendmail): Require sendmail.
1561         (canlock-password, canlock-password-for-verify): Declare.
1562         (message-canlock-password): Require canlock.
1563         (nnheader-get-report): Autoload.
1564         (gnus-setup-posting-charset): Declare.
1565         (message-send-news): Require gnus-msg.
1566         (message-make-references, message-make-in-reply-to): Use mail-header-id
1567         rather than the alias mail-header-message-id.
1568         (ecomplete-add-item, ecomplete-save): Declare.
1569         (message-put-addresses-in-ecomplete): Require ecomplete.
1570         (ecomplete-display-matches): Autoload.
1571
1572         * mm-decode.el: Don't require mailcap, gnus-util.
1573         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
1574         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
1575         Autoload.
1576         (mailcap-mime-extensions): Declare.
1577
1578         * mm-encode.el: Don't require mailcap.
1579         (mailcap-extension-to-mime): Autoload.
1580
1581         * mml-sec.el: Don't require password-cache.
1582
1583         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
1584         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
1585         (mml-minibuffer-read-type): Require mailcap.
1586         (mml-preview): Require gnus-msg.
1587
1588         * mml1991.el: Require password-cache.
1589         (password-cache-expiry): Remove declaration.
1590
1591         * mml2015.el: Require password-cache.
1592         (password-cache-expiry): Remove declaration.
1593
1594         * nneething.el (mailcap): Require mailcap.
1595
1596         * nnheader.el (declare-function): Add compatibility stub.
1597         (message-remove-header): Declare rather than autoload.
1598         (nnheader-replace-header): Require message.
1599
1600         * nnimap.el (declare-function): Add compatibility stub.
1601         (netrc-parse, netrc-machine-user-or-password): Declare.
1602         (nnimap-open-connection): Require netrc.
1603
1604         * nntp.el (declare-function): Add compatibility stub.
1605         (netrc-parse, netrc-machine, netrc-get): Declare.
1606         (nntp-send-authinfo): Require netrc.
1607
1608         * rfc2047.el: Don't require qp.
1609         (quoted-printable-encode-region, quoted-printable-decode-string):
1610         Autoload.
1611
1612         * sieve-mode.el: Don't require easymenu.
1613         (easy-menu-add-item): Autoload it.
1614
1615         * spam-stat.el (time-to-number-of-days): Autoload it.
1616
1617 2010-03-19  Glenn Morris  <rgm@gnu.org>
1618
1619         * password-cache.el (password-cache, password-cache-expiry): Autoload.
1620
1621 2010-03-18  Glenn Morris  <rgm@gnu.org>
1622
1623         * hashcash.el (declare-function): Remove duplicate definition.
1624
1625 2010-03-17  Kevin Ryde  <user42@zip.com.au>
1626
1627         * mml.el (mml-read-tag): Unquote values with `read' to reverse
1628         prin1 in mml-insert-tag (just stripping the quotes gave wrong
1629         value if any backslash escapes).
1630
1631 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1632
1633         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
1634         if it is available.  (bug#5647)
1635
1636         * lpath.el: Suppress compiler warning for coding-system-from-name for
1637         Emacs 21 and XEmacs.
1638
1639 2010-03-14  Juri Linkov  <juri@jurta.org>
1640
1641         * hmac-def.el:
1642         * hmac-md5.el:
1643         * netrc.el: Fix keywords.
1644
1645 2010-02-26  Glenn Morris  <rgm@gnu.org>
1646
1647         * message.el (message-send-mail-function): Change the default, so that
1648         it inherits from a customized send-mail-function.  (Bug#5643)
1649
1650 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1651
1652         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
1653         shell-command-to-string signals an error (bug#5299).
1654
1655 2010-02-24  Glenn Morris  <rgm@gnu.org>
1656
1657         * message.el (message-smtpmail-send-it)
1658         (message-send-mail-with-mailclient): Doc fixes.
1659
1660 2010-02-16  Glenn Morris  <rgm@gnu.org>
1661
1662         * message.el (message-default-mail-headers): Change the default value
1663         to ease the transition from mail-mode to message-mode.  (Bug#5555)
1664
1665 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1666
1667         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
1668         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
1669
1670 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1671
1672         * time-date.el (date-to-time): Doc fix (Bug#5408).
1673
1674 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1675
1676         * message.el (message-mail): Just pass yank-action on to message-setup.
1677         (message-setup): Handle (FUN . ARGS) form of yank-action.
1678         (message-with-reply-buffer, message-widen-reply)
1679         (message-yank-original): Handle non-buffer values of
1680         message-reply-buffer (Bug#4080).
1681         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
1682
1683 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1684
1685         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
1686         Fix typo in docstring.
1687
1688 2010-01-08  Jason Rumney  <jasonr@gnu.org>
1689
1690         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
1691         response.
1692
1693 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1694
1695         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
1696
1697         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1698
1699         * message.el (message-check-news-header-syntax): Protect against a
1700         string that `rfc822-addresses' returns when parsing fails.
1701
1702 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1703
1704         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
1705         (gnus-previous-char-property-change): New functions.
1706
1707         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
1708
1709 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
1710
1711         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
1712         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
1713
1714 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1715
1716         * message.el (message-exchange-point-and-mark): Rework last change to
1717         avoid using optional arg of exchange-point-and-mark, for backward
1718         compatibility.
1719
1720 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1721
1722         * message.el (message-exchange-point-and-mark): Call
1723         exchange-point-and-mark with an argument rather than setting
1724         mark-active by hand (Bug#5175).
1725
1726 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1727
1728         * nntp.el (nntp-service-to-port): Work for service expressed with
1729         numeric string; replace [:digit:] with [0-9] for XEmacs.
1730
1731 2009-12-17  Glenn Morris  <rgm@gnu.org>
1732
1733         * gnus-group.el (gnus-bug-group-download-format-alist):
1734         Change emacs entry to debbugs.gnu.org.  Bump :version.
1735
1736 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1737
1738         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
1739
1740 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
1741
1742         * message.el (message-info): Explain why we use `Info-goto-node'.
1743
1744 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1745
1746         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
1747
1748 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1749
1750         * message.el (message-completion-in-region): New compatibility function.
1751         (message-expand-group): Use it.
1752
1753 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1754
1755         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
1756         with no unread article should be listed if the 2nd arg `predicate' is
1757         given.
1758
1759 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1760
1761         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
1762
1763 2009-11-29  Juri Linkov  <juri@jurta.org>
1764
1765         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
1766         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
1767         on `gnus-recenter'. (Bug#4698, Bug#4981)
1768
1769 2009-11-26  Kevin Ryde  <user42@zip.com.au>
1770
1771         * sha1.el (sha1-string-external): default-directory "/" in case
1772         otherwise non-existent.  process-connection-type pipe for touch of
1773         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
1774
1775 2009-11-25  Kevin Ryde  <user42@zip.com.au>
1776
1777         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
1778         it's comms related and sgml-mode.el has "comm" on that basis too.
1779
1780 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1781
1782         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
1783         containing tspecial characters if they have been already quoted.
1784
1785 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1786
1787         * dns-mode.el (auto-mode-alist): Purecopy string.
1788
1789 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1790
1791         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
1792
1793 2009-10-24  Glenn Morris  <rgm@gnu.org>
1794
1795         * gnus-art.el (help-xref-stack-item): Define for compiler.
1796
1797 2009-10-21  Kevin Ryde  <user42@zip.com.au>
1798
1799         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
1800
1801 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1802
1803         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
1804
1805 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1806
1807         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
1808         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
1809
1810 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1811
1812         * gnus.el (gnus-overlay-get): New alias to overlay-get.
1813         (gnus-overlays-in): New alias to overlays-in.
1814
1815         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
1816         gnus-overlay-get, and gnus-delete-overlay.
1817         (gnus-summary-show-thread): Make it work as well for systems in which
1818         next-single-char-property-change is not available.
1819         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
1820
1821         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
1822         (gnus-overlay-get): New alias to extent-property.
1823         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
1824
1825         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
1826         SXEmacs.
1827
1828         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
1829         SXEmacs.
1830
1831 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
1832
1833         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
1834
1835 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
1836
1837         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
1838         and XEmacs that don't have `remove-overlays'.
1839
1840 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1841
1842         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
1843         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
1844         selective display.  Use overlays instead.
1845
1846 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1847
1848         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
1849
1850 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
1851
1852         * spam-stat.el (spam-stat-load): Fix typo in message.
1853
1854 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
1855
1856         * dig.el (dig-invoke): Fix typo in docstring.
1857         (query-dig): Reflow docstring.
1858
1859 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
1860
1861         * gnus-art.el (gnus-article-encrypt-body):
1862         * message.el (message-check-recipients):
1863         * mm-util.el (mm-codepage-setup):
1864         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
1865         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
1866
1867 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
1868
1869         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
1870         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
1871         keys from the menu if mm-{sign,encrypt}-option is 'guided.
1872         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
1873         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
1874
1875 2009-09-21  Kevin Ryde  <user42@zip.com.au>
1876
1877         * dig.el: Add "Keywords: comm", as per net-utils.el.
1878
1879 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1880
1881         * dig.el (dig-mode): Use define-derived-mode.
1882
1883 2009-09-19  Glenn Morris  <rgm@gnu.org>
1884
1885         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
1886
1887 2009-09-18  Glenn Morris  <rgm@gnu.org>
1888
1889         * gnus-diary.el (gnus-diary-check-message):
1890         * message.el (message-insert-formatted-citation-line):
1891         * nnbabyl.el (top-level):
1892         * nndiary.el (nndiary-schedule):
1893         Fix typos in condition-case handlers.
1894
1895 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1896
1897         * gnus-art.el (gnus-article-edit-part): Work for the buffer
1898         configuration that provides the sole article window in a frame;
1899         position point correctly after deleting a part.
1900
1901 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
1902
1903         * spam.el (spam-unregister-on-reregister): Add boolean variable.
1904         (spam-resolve-registrations-routine): Use it to unregister articles
1905         that change status.
1906
1907 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1908
1909         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
1910         with XEmacs.
1911         (parse-time-string-chars): Use it.
1912
1913 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
1914
1915         * imap.el (imap-interactive-login): Better messages.
1916         (imap-open): Fix bug with renamed buffer on reconnect.
1917         (imap-authenticate): Add buffer-local imap-last-authenticator variable
1918         for easier debugging and cleaner code.  On successful (guessed based on
1919         server capabilities) secondary authentication, set imap-state
1920         correctly.
1921         (imap-last-authenticator): Define imap-last-authenticator as a variable
1922         to avoid warnings.
1923
1924 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1925
1926         * nnrss.el (nnrss-request-article): Remove binding of
1927         default-enable-multibyte-characters that has gotten needless by
1928         the 2007-07-13 change in rfc2047-encode-message-header.
1929
1930         * mml.el (mml-insert-multipart): Error on the message header.
1931         (mml-insert-part): Error on the message header; position point at
1932         the end of a MIME tag.
1933
1934 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1935
1936         * time-date.el (autoload): Expand define-obsolete-function-alias into
1937         defalias and make-obsolete for old Emacsen that Gnus supports.
1938         (with-no-warnings): Define it for old Emacsen.
1939         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
1940         is available.
1941         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
1942         float-time is available; suppress compile warning for time-to-seconds.
1943
1944         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
1945         (gnus-float-time): Alias to float-time if it exists.
1946
1947         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
1948         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
1949         float-time is available; suppress compile warning for time-to-seconds.
1950
1951         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
1952         XEmacs.
1953
1954 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
1955
1956         * imap.el (imap-message-map): Docstring fix.
1957
1958 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1959
1960         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
1961         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
1962         Add the optional argument `encoding' that overrides the default.
1963
1964         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
1965         mm-encode-buffer.
1966
1967 2009-09-04  Glenn Morris  <rgm@gnu.org>
1968
1969         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
1970         mm-disable-multibyte, rather than default-enable-multibyte-characters.
1971         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
1972         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
1973         * mm-util.el (mm-with-unibyte-current-buffer)
1974         (mm-find-buffer-file-coding-system):
1975         * yenc.el (yenc-decode-region): Use default-value rather than
1976         default-enable-multibyte-characters.
1977
1978 2009-09-03  Glenn Morris  <rgm@gnu.org>
1979
1980         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
1981         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
1982         than default-enable-multibyte-characters.
1983
1984 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
1985
1986         * gnus-art.el (gnus-article-read-summary-keys):
1987         Fix gnus-buffer-configuration's value temporarily used.
1988
1989 2009-09-02  Glenn Morris  <rgm@gnu.org>
1990
1991         * gnus-util.el (gnus-float-time): New function.
1992         * gnus-delay.el (gnus-delay-article):
1993         * gnus-sum.el (gnus-thread-latest-date):
1994         * gnus-util.el (gnus-user-date): Use gnus-float-time.
1995         * nnspool.el (nnspool-request-newgroups):
1996         Use gnus-float-time rather than time-to-seconds.
1997         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
1998
1999         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
2000         (gnus-header-subject-face, gnus-header-newsgroups-face)
2001         (gnus-header-name-face, gnus-header-content-face):
2002         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
2003         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
2004         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
2005         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
2006         (gnus-cite-face-11):
2007         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
2008         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2009         (gnus-server-closed-face, gnus-server-denied-face)
2010         (gnus-server-offline-face):
2011         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
2012         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
2013         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
2014         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
2015         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
2016         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
2017         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
2018         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
2019         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
2020         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
2021         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
2022         (gnus-summary-selected-face, gnus-summary-cancelled-face)
2023         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
2024         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
2025         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
2026         (gnus-summary-high-undownloaded-face)
2027         (gnus-summary-low-undownloaded-face)
2028         (gnus-summary-normal-undownloaded-face)
2029         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
2030         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
2031         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
2032         (gnus-splash-face):
2033         * message.el (message-header-to-face, message-header-cc-face)
2034         (message-header-subject-face, message-header-newsgroups-face)
2035         (message-header-other-face, message-header-name-face)
2036         (message-header-xheader-face, message-separator-face)
2037         (message-cited-text-face, message-mml-face):
2038         * sieve-mode.el (sieve-control-commands-face)
2039         (sieve-action-commands-face, sieve-test-commands-face)
2040         (sieve-tagged-arguments-face):
2041         * spam.el (spam-face):
2042         Mark face aliases with "-face" in the name as obsolete.
2043
2044 2009-09-01  Glenn Morris  <rgm@gnu.org>
2045
2046         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
2047         than goto-line.
2048
2049 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2050
2051         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2052         Don't move point if the command is invoked inside the message header.
2053
2054 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2055
2056         * imap.el (imap-send-command): Simplify.
2057         (imap-wait-for-tag): point-max -> buffer-size.
2058
2059 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2060
2061         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
2062         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
2063         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
2064         * nnir.el (nnir-swish-e-index-file):
2065         * gnus-sum.el (gnus-summary-delete-marked-as-read)
2066         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
2067         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2068         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
2069         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
2070         (gnus-treat-display-xface): Add Emacs version of obsolescence.
2071
2072 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2073
2074         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2075         Don't save excursion.
2076
2077 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2078
2079         * nnheader.el (nnheader-find-file-noselect):
2080         * mm-util.el (mm-insert-file-contents):
2081         Use (default-value 'major-mode) instead of default-major-mode.
2082
2083 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2084
2085         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
2086
2087 2009-08-26  Glenn Morris  <rgm@gnu.org>
2088
2089         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
2090         than placing in files.el.
2091
2092 2009-08-25  Glenn Morris  <rgm@gnu.org>
2093
2094         * nnir.el (top-level): Don't require cl at run-time.
2095         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
2096         Replace cl-function substitute with gnus-replace-in-string.
2097         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
2098         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
2099         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
2100         simplified expansions.
2101
2102 2009-08-25  Kevin Ryde  <user42@zip.com.au>
2103
2104         * dig.el (dig): Add autoload cookie.
2105
2106 2009-08-22  Glenn Morris  <rgm@gnu.org>
2107
2108         * gnus-art.el (gnus-button-patch): Use forward-line rather than
2109         goto-line.
2110
2111 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
2112
2113         * parse-time.el (parse-time-string-chars): Save match data.
2114
2115 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
2116
2117         * parse-time.el (parse-time-string-chars): Compute using character
2118         classes, to handle non-ascii characters (Bug#3190).
2119
2120 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2121
2122         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
2123
2124         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
2125         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
2126         (gnus-mm-display-part, gnus-mime-display-single)
2127         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
2128         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
2129
2130         * gnus-sum.el
2131         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
2132         (gnus-summary-move-article): Add expirable mark to articles copied or
2133         moved to group that has auto-expire turned on if the option is non-nil.
2134
2135 2009-07-24  Glenn Morris  <rgm@gnu.org>
2136
2137         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
2138         Fix typo.  (Bug#3903)
2139
2140 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2141
2142         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
2143         gnus-article-read-summary-keys rather than gnus-summary-edit-article
2144         that should not be used for draft articles.
2145         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
2146         that has no concern in minor mode keys.
2147         (gnus-article-summary-command, gnus-article-summary-command-nosave):
2148         Abolish.
2149
2150 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2151
2152         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
2153         article without making inquiry to a user for unknown encoding.
2154
2155         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
2156         (nnmaildir--scan): Assume i-node and device number that file-attributes
2157         returns might be cons-cell.
2158
2159         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
2160
2161         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
2162
2163 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
2164
2165         * auth-source.el: Remove docs now in auth.texi.  Don't use
2166         `gnus-message' for logging.  Add new variables `auth-source-debug' and
2167         `auth-source-hide-passwords' and use them.
2168
2169 2009-07-15  Glenn Morris  <rgm@gnu.org>
2170
2171         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
2172
2173 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2174
2175         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
2176         excessive whitespace from the default values of title and description.
2177
2178 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2179
2180         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
2181         mail-fetch-field to fetch Content-Description header in order to
2182         exclude newlines.
2183
2184 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
2185
2186         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
2187         format used by GnuPG 2.0.11.
2188
2189 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2190
2191         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
2192         to deleted part.
2193
2194 2009-05-30  David Engster  <dengste@eml.cc>
2195
2196         * nnmairix.el: Remove old documentation in the commentary block.
2197         (nnmairix-request-group): Do not update active file for nnml back ends.
2198         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
2199         end so that overview files are ignored.
2200         (nnmairix-update-groups): Make updating the groups more robust by using
2201         marks.
2202         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
2203         with dollar characters in message-id.
2204
2205 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
2206
2207         * spam.el: Use dns-query instead of query-dns.  Was renamed on
2208         2008-12-25 in dns.el.
2209
2210 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2211
2212         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
2213         could happen if the text is only composed of spaces and/or tabs.
2214
2215 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
2216
2217         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
2218         when sending a queued message to avoid extra mml tags.
2219
2220 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2221
2222         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
2223
2224 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2225
2226         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
2227         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
2228         rmail-toggle-header for XEmacs;
2229         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
2230
2231 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2232
2233         * gnus-dired.el: Remove autoload for gnus-setup-message.
2234         (gnus-dired-attach): Fake this-command value to prevent Gnus from
2235         displaying Gnus logo; always use compose-mail.
2236
2237 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2238
2239         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
2240
2241 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2242
2243         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
2244         (gnus-nocem-issuers): List currently active issuers; fix custom type.
2245         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
2246         available.
2247         (gnus-nocem-epg-verify): New function.
2248
2249 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
2250
2251         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
2252
2253 2009-02-15  Glenn Morris  <rgm@gnu.org>
2254
2255         * gnus-util.el (rmail-insert-rmail-file-header)
2256         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
2257         autoloads.
2258         (rmail-default-rmail-file): Remove unnecessary declaration.
2259         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
2260
2261 2009-02-14  Glenn Morris  <rgm@gnu.org>
2262
2263         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
2264         variable (only used in gnus-util, which declares it anyway).
2265         (rmail-output-to-rmail-file): Remove autoload of deleted function,
2266         which was only needed by gnus-art (changed to not use it any more).
2267         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
2268         only used in gnus-util, which autoloads it itself.
2269         (rmail-update-summary): Fix autoload.
2270
2271         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
2272         rather than rmail-output-to-rmail-file.
2273
2274 2009-02-07  Glenn Morris  <rgm@gnu.org>
2275
2276         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
2277         autoload of function that no longer exists.
2278         (rmail-toggle-header): Declare.
2279         (message-forward-rmail-make-body): Handle mbox Rmail.
2280
2281 2009-01-31  Glenn Morris  <rgm@gnu.org>
2282
2283         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
2284         2009-01-09 change.
2285
2286 2009-01-31  Dave Love  <fx@gnu.org>
2287
2288         * imap.el (imap-fetch-safe): Bind debug-on-error.
2289         (imap-debug): Add imap-fetch-safe.
2290
2291 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
2292
2293         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
2294         (auth-source-forget-all-cached): New convenience function.
2295         (auth-source-user-or-password): Accept list of modes or a single mode.
2296
2297         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
2298         auth-source modes.
2299
2300         * netrc.el (netrc-machine-user-or-password): Use list of
2301         auth-source modes.
2302
2303         * nnimap.el (nnimap-open-connection): Use list of
2304         auth-source modes.
2305
2306         * nntp.el (nntp-send-authinfo): Use list of
2307         auth-source modes.
2308
2309 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2310
2311         * auth-source.el: Update docs to reflect epa-file-enable is to be used
2312         now.
2313
2314 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2315
2316         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
2317         coding system in XEmacs; add a workaround for XEmacs.
2318
2319         * lpath.el: Fbind coding-system-aliasee.
2320
2321 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2322
2323         * mm-util.el (mm-coding-system-priorities): Protect against nil value
2324         of current-language-environment.
2325
2326 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2327
2328         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
2329         available at runtime.
2330
2331 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2332
2333         * gnus-art.el (article-date-ut): Fix end point of narrowing.
2334
2335 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
2336
2337         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
2338         the greatest positive fixnum value doesn't work under an XEmacs with
2339         bignum support; use the most-positive-fixnum constant instead,
2340         available since Emacs 21.1 with cl and XEmacs 21.1.
2341
2342 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2343
2344         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
2345         XEmacs gets not to work.
2346
2347 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2348
2349         * mm-util.el (mm-coding-system-priorities): Allow the value like
2350         "Japanese (UTF-8)" of current-language-environment.
2351
2352 2009-01-09  Glenn Morris  <rgm@gnu.org>
2353
2354         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
2355         with last-command-event.
2356
2357 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
2358
2359         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
2360         in the doc string.
2361
2362         * message.el (message-fix-before-sending): Amend comment.
2363
2364 2009-01-08  Dave Love  <fx@gnu.org>
2365
2366         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
2367
2368 2009-01-07  David Engster  <dengste@eml.cc>
2369
2370         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
2371         simplified server definitions by converting it via
2372         gnus-server-to-method.
2373
2374 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2375
2376         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
2377         parameter's operands.
2378
2379 2009-01-06  David Engster  <dengste@eml.cc>
2380
2381         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
2382         primary select method (for gnus-group-mark-article-as-read).
2383
2384 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
2385
2386         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
2387         `(gnus)Face', not `(gnus)X-Face'.
2388
2389 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2390
2391         * mm-util.el (mm-ucs-to-char): New function.
2392
2393         * mm-url.el (mm-url-decode-entities): Use it.
2394
2395         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
2396         unicode-to-char.
2397
2398 2009-01-05  Dave Love  <fx@gnu.org>
2399
2400         * time-date.el: Require cl for `declare'.
2401
2402 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
2403
2404         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
2405         Dave Love.
2406
2407 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
2408
2409         * message.el (message-fix-before-sending): Add `eight-bit' to
2410         illegible-text check.
2411
2412 2009-01-03  Michael Olson  <mwolson@gnu.org>
2413
2414         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
2415         `headers' is nil.  This can occur if the IMAP server does not have
2416         permissions to read messages from a folder, but can write new messages
2417         to the folder.
2418         (nnimap-request-article-part): Do not insert `data' if it is nil.
2419
2420         * imap.el (imap-parse-fetch): Courier can insert spurious blank
2421         characters which will confuse `read', so skip past them.
2422
2423 2009-01-01  Dave Love  <fx@gnu.org>
2424
2425         * imap.el (imap-string-to-integer): Fix typo.
2426         (imap-fetch-safe): New function.
2427         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
2428
2429         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
2430
2431         * imap.el (imap-process-connection-type, imap-debug, imap-open):
2432         (imap-parse-greeting): Fix doc strings.
2433         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
2434         (imap-parse-flag-list): Make messages unique.
2435         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
2436
2437         * nnimap.el: Fix author email.
2438         (nnimap-split-rule): Add FIXME comment.
2439         (nnimap-debug): Fix doc string.
2440
2441 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
2442
2443         * dns.el (dns-set-servers): Check "Address".  Fix typo.
2444
2445 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
2446
2447         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
2448         nslookup if resolv.conf isn't available.
2449         (dns-query): Rename from query-dns.
2450         (dns-query-cached): Rename from query-dns-cached.
2451
2452 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2453
2454         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
2455         overlay-arrow-position and overlay-arrow-string buffer-local; no need
2456         to check if those variables exist (first appeared in Emacs 18.50).
2457
2458 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2459
2460         * mm-util.el (mm-line-number-at-pos): New function.
2461
2462         * spam-report.el (spam-report-process-queue): Use it.
2463
2464 2008-12-24  David Engster  <dengste@eml.cc>
2465
2466         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
2467         parameters that haven't existed as variables as buffer-local variables.
2468
2469 2008-12-23  Dave Love  <fx@gnu.org>
2470
2471         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
2472         cadar.
2473
2474         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
2475         imap-starttls-p.
2476         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
2477
2478 2008-12-22  Dave Love  <fx@gnu.org>
2479
2480         * imap.el: Fix author email.  Doc fixes.
2481         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
2482         reply.
2483
2484 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
2485
2486         * spam-report.el (spam-report-gmane-max-requests): New constant.
2487         (spam-report-gmane-wait): New variable.
2488         (spam-report-gmane-ham, spam-report-gmane-spam)
2489         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
2490         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
2491         the server.
2492
2493         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
2494         Add explanations.
2495
2496         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
2497         nnheader-accept-process-output and nnheader-read-timeout if available.
2498         (pop3-movemail): Use it.
2499
2500         * message.el (message-check-news-body-syntax): Fix signature check if
2501         there's an attachment.
2502
2503 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2504
2505         * mm-util.el: Add comments to the mm- emulating functions.
2506
2507 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
2508
2509         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
2510         by Stephen Berman <stephen.berman@gmx.net>.
2511
2512 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2513
2514         * mm-util.el (mm-substring-no-properties): New function.
2515         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
2516         (mm-special-display-p): Enable those lambda forms to be byte compiled.
2517         (mm-string-to-multibyte): Doc fix.
2518
2519         * mml.el (mml-attach-file): Use mm-substring-no-properties.
2520
2521 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2522
2523         * mml.el (mml-attach-file): Strip text properties from file name.
2524         (Bug#1574)
2525
2526 2008-12-16  Glenn Morris  <rgm@gnu.org>
2527
2528         * mm-util.el (mm-charset-override-alist): Declare for compiler.
2529
2530 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2531
2532         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
2533         knows since the charset specified might be a bogus alias that
2534         mm-charset-synonym-alist provides.
2535
2536 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2537
2538         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
2539         "ISO_8859-1".
2540
2541         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
2542
2543 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2544
2545         * mm-util.el (mm-charset-eval-alist):
2546         Define it before mm-charset-to-coding-system.
2547         (mm-charset-to-coding-system): Add optional argument `silent';
2548         define it before mm-charset-override-alist.
2549         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
2550         default value if it can be used in Emacs currently running;
2551         silence mm-charset-to-coding-system.
2552
2553 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2554
2555         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
2556         `allow-override' which says whether to use `mm-charset-override-alist'.
2557         (rfc2047-decode-encoded-words): Use it.
2558
2559         * mm-util.el (mm-charset-override-alist): Fix custom type;
2560         add `(gb2312 . gbk)' to choices.
2561
2562 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2563
2564         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
2565         fast.
2566
2567         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2568
2569         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
2570
2571 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
2572
2573         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
2574         on links.
2575
2576         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2577
2578 2008-12-03  Lute Kamstra  <lute@gnu.org>
2579
2580         * sha1.el: Remove leading * from docstrings of defcustoms,
2581         deffaces, defconsts and defuns.
2582
2583 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2584
2585         * message.el (message-idna-to-ascii-rhs-1): Protect against local
2586         users' addresses that don't have domain parts.
2587         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
2588         rather than message-narrow-to-head since there will be the message
2589         header separator.
2590
2591 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2592
2593         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
2594         since the result is inserted in a unibyte buffer anyway.
2595         (nnimap-demule-use-string-to-multibyte): Remove.
2596         (nnimap-demule): Alias it to mm-string-to-multibyte.
2597
2598 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2599
2600         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
2601         variable for debugging bug#464 and bug#1174.
2602         (nnimap-demule): Use it.
2603
2604 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2605
2606         * gnus-score.el (gnus-score-find-trace): Handle default score in total
2607         score calculation correctly.
2608
2609 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2610
2611         * message.el (message-send-mail): Just set the buffer to unibyte
2612         rather than use mm-with-unibyte-current-buffer which does a lot more.
2613         (message-send-mail-partially): Don't bother with
2614         mm-with-unibyte-current-buffer since it's already been made unibyte by
2615         message-send-mail.
2616
2617 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
2618
2619         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
2620
2621 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
2622
2623         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
2624
2625 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2626
2627         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
2628         require itself and to remove `with-no-warnings'.
2629
2630 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2631
2632         * starttls.el (starttls-any-program-available): Get the name of the
2633         available TLS layer program.
2634         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
2635         well as the host name in the "opening" message.
2636
2637         * auth-source.el (auth-source-cache, auth-source-do-cache)
2638         (auth-source-user-or-password): Cache passwords and logins by default,
2639         allow override with `auth-source-do-cache'.
2640         (auth-source-forget-user-or-password): Allow users to remove cache
2641         entries if needed.
2642
2643 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
2644
2645         * md4.el (md4-buffer): Fix typo in docstring.
2646         (md4, md4-64): Doc fixes.
2647         (md4-pack-int32): Reflow docstring.
2648
2649 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2650
2651         * ietf-drums.el (ietf-drums-remove-comments): Localize second
2652         condition-case to only the forward-sexp call.
2653
2654 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2655
2656         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
2657         quotes contained.  Make it more robust regardless by an extra
2658         condition-case wrapper.
2659
2660 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2661
2662         * lpath.el: No need to fbind codepage-setup for Emacs 23.
2663
2664 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2665
2666         * nnml.el (nnml-request-expire-articles): Check if the function set to
2667         `nnmail-expiry-target' returns the symbol `delete'.
2668
2669         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
2670
2671         * nnmail.el (nnmail-expiry-target): Fix custom type.
2672
2673 2008-10-02  Glenn Morris  <rgm@gnu.org>
2674
2675         * mm-util.el (mm-codepage-setup): Tweak codepage error.
2676         Silence compiler warning.
2677
2678 2008-10-01  Magnus Henoch  <mange@freemail.hu>
2679
2680         * tls.el (open-tls-stream): Show the actual command being
2681         executed, instead of the format string.
2682
2683 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2684
2685         * lpath.el: Fbind codepage-setup for Emacs 23.
2686
2687 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
2688
2689         * mml.el (mml-menu): Don't assume mml2015 is bound.
2690
2691 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2692
2693         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
2694         exists.
2695
2696 2008-09-27  Glenn Morris  <rgm@gnu.org>
2697
2698         * gnus-util.el (mail-header-remove-comments): Autoload it.
2699
2700 2008-09-27  Andreas Schwab  <schwab@suse.de>
2701
2702         * gnus-util.el (gnus-split-references): Strip comments.
2703         (gnus-parent-id): Likewise.
2704
2705 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
2706
2707         * message.el (message-confirm-send): Fix version.
2708
2709 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2710
2711         * message.el (message-idna-to-ascii-rhs-1): Use
2712         mail-extract-address-components rather than mail-header-parse-addresses
2713         that is an alias by default to ietf-drums-parse-addresses that does not
2714         support non-ASCII names in headers' contents.
2715
2716 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2717
2718         * message.el (message-confirm-send): Fixed variable documentation to
2719         avoid the "y/n" wording.
2720
2721 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
2722
2723         * message.el (message-set-auto-save-file-name): Save to a different
2724         filename so multiple messages (especially drafts) can be recovered.
2725
2726 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
2727
2728         * message.el (message-confirm-send): Add appropriate version.
2729
2730 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2731
2732         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
2733         defvar.
2734
2735 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
2736
2737         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
2738         (mm-pkcs7-enveloped-magic): Ditto.
2739
2740 2008-09-17  Simon Josefsson  <simon@josefsson.org>
2741
2742         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
2743         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
2744
2745 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
2746
2747         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
2748         default, it's better.
2749
2750 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
2751
2752         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
2753         summary line gnus-number property and ignore them (with a warning
2754         message).
2755
2756 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2757
2758         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
2759         macro caddr in the interactive form since it won't be expanded.
2760
2761 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2762
2763         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
2764         `charset'; fix name of function called recursively.
2765         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
2766
2767 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2768
2769         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
2770         (gnus-mime-set-charset-parameters): New function.
2771         (gnus-mime-view-part-as-charset): Use it to correctly display part
2772         specifying wrong charset.
2773
2774 2008-09-08  David Engster  <dengste@eml.cc>
2775
2776         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
2777         in completing-read for back end server.
2778
2779 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
2780
2781         * message.el (message-confirm-send): New variable to confirm sending a
2782         message.
2783         (message-send): Use it.
2784
2785 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
2786
2787         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
2788
2789 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2790
2791         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
2792
2793 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
2794
2795         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
2796         prevent tracking too many groups.
2797         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
2798         Use it.
2799
2800 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
2801
2802         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
2803         moving point to the bottom of the window in order to avoid recentering.
2804
2805 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2806
2807         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
2808
2809         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
2810         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
2811         (gnus-article-beginning-of-window): Fix calculation.
2812
2813 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2814
2815         * gnus-msg.el (gnus-summary-supersede-article)
2816         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
2817         value of gnus-newsgroup-charset to decode non-MIME encoded text in
2818         message header.
2819
2820 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
2821
2822         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
2823         pending output coming after the status change.
2824
2825 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2826
2827         * message.el:
2828         * gnus-start.el:
2829         * gnus-registry.el: Remove VMS support.
2830
2831 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2832
2833         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
2834         macro.
2835         (rfc2104-hash): Use it.
2836
2837 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
2838
2839         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
2840         (gnus-summary-sort-by-most-recent-date): New commands.
2841         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
2842         and menu entries.
2843
2844 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2845
2846         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
2847         don't redisplay article for raw contents; remove plural articles stuff.
2848
2849         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
2850         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
2851         on gnus-summary-save-article; display results properly.
2852
2853 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2854
2855         * lpath.el: No need to fbind ns-focus-frame.
2856
2857 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2858
2859         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
2860
2861 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2862
2863         * gnus-art.el (gnus-summary-save-in-pipe): Consider
2864         gnus-save-all-headers.
2865
2866 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
2867
2868         * gnus-util.el (ns-focus-frame): Remove declaration.
2869         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
2870         like x.
2871
2872 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2873
2874         * rfc2104.el (rfc2104-zero): Delete defconst.
2875         (rfc2104-hex-alist): Likewise.
2876         (rfc2104-hex-to-int): Delete func.
2877         (rfc2104-hexstring-to-bitstring): Likewise.
2878         (rfc2104-nybbles): New defconst.
2879         (rfc2104-hash): Rewrite for speed.
2880
2881 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2882
2883         * tls.el (open-tls-stream): Make it work with the 2nd argument
2884         BUFFER that is a string but does not exist as a buffer object, as
2885         mentioned in the doc-string.
2886
2887 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2888
2889         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
2890         SXEmacs.
2891
2892 2008-07-16  Glenn Morris  <rgm@gnu.org>
2893
2894         * gnus-util.el (ns-focus-frame): Declare for compiler.
2895
2896 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2897
2898         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
2899         set as a group parameter.
2900         (gnus-summary-save-in-pipe): Work when it is called independently.
2901         (gnus-summary-pipe-to-muttprint): Don't modify
2902         gnus-summary-pipe-output-default-command.
2903
2904 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2905
2906         * message.el (message-send-mail-with-sendmail):
2907         Display the error message.
2908
2909 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2910
2911         * gnus-art.el (gnus-default-article-saver):
2912         Add gnus-summary-save-in-pipe to choices.
2913         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
2914         gnus-summary-pipe-output-default-command as the default command.
2915         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
2916         instead of gnus-last-shell-command.
2917
2918         * gnus-sum.el (gnus-summary-pipe-output-default-command):
2919         New user option.
2920         (gnus-summary-muttprint-program): Mention the value will be changed.
2921         (gnus-summary-save-article): Force showing of all headers.
2922         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
2923
2924 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
2925
2926         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
2927
2928 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
2929
2930         * nnimap.el (nnimap-id):
2931         * sieve-manage.el (sieve-manage-open): Doc fixes.
2932
2933 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
2934
2935         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
2936         if available.
2937
2938 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2939
2940         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
2941
2942         * nnkiboze.el (nnkiboze-generate-group):
2943         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
2944
2945         * nnmairix.el: Require CL.
2946
2947 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2948
2949         * dgnushack.el: Autoload get-display-table and put-display-table for
2950         XEmacs 21.5.
2951
2952         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
2953         21.4 and SXEmacs.
2954
2955 2008-06-15  David Engster  <dengste@eml.cc>
2956
2957         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
2958
2959 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
2960
2961         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
2962         New macros that expand to an `aset'/`aref' call under Emacs, and to a
2963         runtime choice under XEmacs.
2964
2965         * gnus-sum.el (gnus-summary-set-display-table):
2966         Use `gnus-put-display-table', `gnus-get-display-table',
2967         `gnus-set-display-table' for the display table, instead of `aset'.
2968
2969         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
2970         Use `gnus-put-display-table', `gnus-get-display-table',
2971         `gnus-set-display-table' for the display table.
2972
2973 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2974
2975         * nnmairix.el: Add autoloads.
2976
2977 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2978
2979         * nnmairix.el (nnmairix-delete-recreate-group)
2980         (nnmairix-update-and-clear-marks): Fix error messages.
2981
2982 2008-06-14  David Engster  <dengste@eml.cc>
2983
2984         * nnmairix.el: Upgrade to version 0.6.
2985         (nnmairix-group-toggle-propmarks-this-group)
2986         (nnmairix-group-toggle-readmarks-this-group)
2987         (nnmairix-group-delete-recreate-this-group)
2988         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
2989         (nnmairix-remove-tick-mark-original-article): New commands.
2990         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
2991         (nnmairix-propagate-marks-to-nnmairix-groups)
2992         (nnmairix-only-use-registry, nnmairix-allowfast-default)
2993         (nnmairix-marks-cache, nnmairix-version-output): New variables.
2994         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
2995         functions needed for marks propagation and manipulation of read marks.
2996         (nnmairix-update-groups): New function.
2997         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
2998         (nnmairix-determine-original-group-from-registry)
2999         (nnmairix-determine-original-group-from-path)
3000         (nnmairix-get-group-from-file-path, nnmairix-map-range)
3001         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
3002         New helper functions.
3003         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
3004         keystrokes for new commands.
3005         (nnmairix-delete-and-create-on-change): Doc string cleanup.
3006         (nnmairix-request-group): Check allow-fast group parameter.
3007         (nnmairix-request-create-group): Set allow-fast group parameter if
3008         nnmairix-allowfast-default is set.
3009         (nnmairix-close-group): Propagate marks upon closing if needed.
3010         (nnmairix-group-toggle-threads-this-group): Use new.
3011         nnmairix-group-toggle-parameter helper function.
3012         (nnmairix-search): Better check for empty search result.
3013         (nnmairix-goto-original-article): Use new helper functions for
3014         determining original article.
3015         (nnmairix-show-original-article): Make sure message-id is in brackets.
3016         (nnmairix-call-mairix-binary): Change variable name.
3017         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
3018         helper function.
3019         (nnmairix-widget-toggle-activate): Fix doc string.
3020
3021 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3022
3023         * nnir.el: Require edmacro when compiling with XEmacs.
3024         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
3025         available in Emacs 21.
3026
3027 2008-06-11  Glenn Morris  <rgm@gnu.org>
3028
3029         * gnus-util.el (x-focus-frame):
3030         * gnus.el (image-size):
3031         * mm-decode.el (image-size): Declare.
3032
3033         * gnus-picon.el (declare-function): Add compat definition.
3034         (image-size): Declare.
3035
3036         * gnus-group.el (tool-bar-map):
3037         * gnus-sum.el (tool-bar-map): Define for compiler.
3038
3039         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
3040
3041         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
3042
3043         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
3044         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
3045         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
3046         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
3047         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
3048         * sieve-manage.el, spam-report.el, spam.el:
3049         Remove unnecessary eval-and-compile of autoloads.
3050
3051 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
3052
3053         * auth-source.el: Precise Tramp doc.
3054
3055 2008-06-07  Glenn Morris  <rgm@gnu.org>
3056
3057         * nnmairix.el: Remove unnecessary eval-when-compile.
3058
3059 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3060
3061         * lpath.el: Fbind propertize for XEmacs 21.4.
3062
3063 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
3064
3065         * nnir.el: Move here from ../contrib.
3066
3067 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3068
3069         * gnus-util.el (gnus-read-shell-command): New function.
3070         * mm-decode.el (mm-pipe-part):
3071         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
3072
3073 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3074
3075         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
3076
3077 2008-06-03  Glenn Morris  <rgm@gnu.org>
3078
3079         * pop3.el (nnheader-accept-process-output): Autoload it.
3080
3081 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3082
3083         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
3084         are not 2-digit hexadecimal characters that follow `%'s.
3085
3086 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
3087
3088         * message.el (message-bogus-recipient-p): Fix type in doc string.
3089         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
3090         (message-bogus-addresses): Rename from message-bogus-address-regexp.
3091         Improve custom options.
3092         (message-bogus-recipient-p): Adjust accordingly.
3093
3094 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
3095
3096         * parse-time.el (parse-time-months, parse-time-weekdays): Add
3097         long-form month and day names.
3098
3099 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3100
3101         * dgnushack.el: Autoload debug, eudc-expand-inline and
3102         pgg-snarf-keys-region for XEmacs.
3103
3104         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
3105
3106         * nnmairix.el: Require edmacro when compiling with XEmacs.
3107
3108 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
3109
3110         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
3111         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
3112
3113 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3114
3115         * auth-source.el: Add more docs.
3116
3117         * netrc.el (netrc-machine): Always match if the port is not given.
3118
3119 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3120
3121         * nnheader.el (nnheader-read-timeout): Change the default timeout from
3122         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
3123         retrieval faster in some cases, but might make CPU usage larger.  If
3124         this has any bad side effects, we might revert this change.
3125
3126         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
3127         seems to make mail retrieval much, much faster.
3128         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
3129         unconditionally.
3130
3131         * gnus-draft.el (gnus-group-send-queue): Bind
3132         message-send-mail-partially-limit to nil to avoid being prompted.
3133
3134 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
3135
3136         * mml.el (mml-attach-buffer): Prompt for `disposition'.
3137
3138         * message.el (message-bogus-address-regexp): Fix and improve custom
3139         type.
3140         (message-setup-hook): Add message-check-recipients as custom option.
3141
3142 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
3143
3144         * message.el (message-cite-function): Remove bogus autoload which crept
3145         in during merge from v5-10.
3146
3147 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
3148
3149         * nnimap.el (nnimap-open-connection): Fix login/password bug.
3150
3151         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
3152
3153         * auth-source.el: Preliminary Tramp docs.
3154         (auth-sources): Change the default auth-sources to use
3155         EPA .gpg files.
3156
3157 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3158
3159         * nntp.el: Autoload `auth-source-user-or-password'.
3160         (nntp-send-authinfo): Use it.
3161
3162         * nnimap.el: Autoload `auth-source-user-or-password'.
3163         (nnimap-open-connection): Use it.
3164
3165         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
3166         for the gnus-message function.
3167         (auth-source-user-or-password): Use it.
3168
3169 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3170
3171         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
3172         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
3173         (rfc2104-hash): Use it.
3174
3175 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
3176
3177         * gnus-art.el (gnus-article-toggle-truncate-lines):
3178         Don't use `iff' in docstring.
3179
3180 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
3181
3182         * gnus-registry.el: Adjusted copyright dates and added a keyword.
3183
3184         * gnus-util.el (gnus-extract-address-component-name)
3185         (gnus-extract-address-component-email): Convenience functions around
3186         `gnus-extract-address-components'.
3187
3188         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3189         Use `gnus-extract-address-component-email' to fix bug of comparing full
3190         sender name to `user-mail-address'.
3191
3192 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3193
3194         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
3195         catch/throw to optimize.
3196         (gnus-registry-find-keywords): Just use member to find a keyword.
3197
3198 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3199
3200         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
3201         is current before calling gnus-server-prepare.
3202         (gnus-server-setup-buffer, gnus-server-update-server)
3203         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
3204
3205 2008-05-04  Juri Linkov  <juri@jurta.org>
3206
3207         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
3208         (mailcap-file-default-commands): Use mailcap-replace-in-string
3209         instead of replace-regexp-in-string, and mailcap-delete-duplicates
3210         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
3211
3212 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
3213
3214         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
3215
3216 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3217
3218         * gnus.el: Bump version to 0.11.
3219
3220 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3221
3222         * gnus.el: No Gnus v0.10 is released.
3223
3224 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3225
3226         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
3227         hooks.
3228         (gnus-update-read-articles): Speed up non-marks-using users.
3229         (gnus-use-marks): Define gnus-use-marks.
3230         (gnus-propagate-marks): Rename variable to something more sensible.
3231
3232 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
3233
3234         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
3235         (gmm-image-load-path-for-library): Fix typos in docstrings.
3236         (gmm-message): Reflow docstring.
3237
3238 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
3239
3240         * mail-source.el (mail-source-set-1, mail-source-bind):
3241         Move auth-source code out of the macro to clean it up and fix bugs.
3242
3243 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
3244
3245         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
3246         by sender if it's equal to user-mail-address, it's likely to be
3247         useless.
3248
3249         * mail-source.el (mail-source-bind): Don't use user or password if they
3250         are not bound.  Unintern them if they are nil.  Don't use server unless
3251         it's bound, and default it to empty string otherwise.
3252
3253 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3254
3255         * mail-source.el: Load auth-source.el.
3256         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
3257         get user name or password, if auth-sources is set up.
3258
3259         * gnus-registry.el (gnus-registry-split-strategy): New variable for
3260         strategy of splitting with parent.
3261         (gnus-registry-split-fancy-with-parent)
3262         (gnus-registry-post-process-groups): Use it and fix prior
3263         bug (returning a list as the split result).
3264
3265         * auth-source.el (auth-sources): Remove server parameter.
3266         (auth-source-pick, auth-source-user-or-password)
3267         (auth-source-user-or-password-imap)
3268         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3269         (auth-source-user-or-password-sftp)
3270         (auth-source-user-or-password-smtp): Remove server parameter.
3271
3272 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
3273
3274         * smime.el (smime-sign-region, smime-encrypt-region)
3275         (smime-decrypt-region):
3276         Remove redundant calls to `generate-new-buffer-name'.
3277
3278 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
3279
3280         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
3281         Don't use QP for message/rfc822.
3282         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
3283
3284 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3285
3286         * sieve-manage.el (sieve-string-bytes): Remove.
3287         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
3288         correct byte-length only if the process's coding-system is the same as
3289         the one used internally by Emacs to represent strings.
3290
3291 2008-04-22  Juri Linkov  <juri@jurta.org>
3292
3293         * mailcap.el (mailcap-file-default-commands): New function.
3294
3295 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3296
3297         * message.el (message-signature-separator, message-cite-function):
3298         Change custom version.
3299
3300 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
3301
3302         * tls.el (tls-program): Add -ign_eof argument to call the openssl
3303         commands.
3304         (tls-checktrust): Ditto.
3305
3306 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3307
3308         * mm-decode.el (mm-display-external): Make temp file read-only.
3309
3310 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
3311
3312         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
3313         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
3314         `C-c C-f d'.
3315
3316 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
3317
3318         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
3319
3320 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3321
3322         * gnus.el: Bump version to 0.9.
3323
3324 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
3325
3326         * gnus.el: No Gnus v0.8 is released.
3327
3328 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3329
3330         * mail-source.el (mail-source-value):
3331         Prefer fboundp to functionp so it works with macros as well.
3332
3333 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3334
3335         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3336         Fix last change in case the element is not even a symbol.
3337
3338 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3339
3340         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3341         Prefer fboundp to functionp so it works with macros as well.
3342
3343 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
3344
3345         * auth-source.el: Added docs.
3346         (auth-sources): Modify format to support server.
3347         (auth-source-pick, auth-source-user-or-password)
3348         (auth-source-user-or-password-imap)
3349         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3350         (auth-source-user-or-password-sftp)
3351         (auth-source-user-or-password-smtp): Add server parameter.
3352
3353 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
3354
3355         * gnus-registry.el: Initialize the registry when gnus-registry-install
3356         is t.
3357
3358 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3359
3360         * compface.el (uncompface): Make buffer unibyte.
3361
3362 2008-04-05  Glenn Morris  <rgm@gnu.org>
3363
3364         * gnus-ems.el (mm-disable-multibyte): Autoload it.
3365
3366 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3367
3368         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
3369         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
3370
3371         * nnheader.el (nnheader-init-server-buffer): Change buffer's
3372         multibyteness after rather than before erasing it.
3373
3374         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
3375         mm-with-multibyte.
3376         (gnus-request-article-this-buffer): Make sure the proper decoding is
3377         used if gnus-original-article-buffer happens to be unibyte.
3378
3379         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
3380         default-enable-multibyte-characters.
3381
3382         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
3383         default-enable-multibyte-characters.
3384
3385         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
3386
3387         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
3388
3389 2008-04-02  Simon Josefsson  <simon@josefsson.org>
3390
3391         * imap.el (imap-enable-exchange-bug-workaround): New variable.
3392         (imap-message-copyuid-1): Use it.
3393         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
3394         J. Williams in
3395         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
3396
3397         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
3398         imap-enable-exchange-bug-workaround.
3399         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
3400
3401 2008-04-01  Simon Josefsson  <simon@josefsson.org>
3402
3403         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
3404         a 100 byte status-checks into a 2-3MB transfer for each group.
3405         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
3406         to enable bug workaround or not.
3407         (nnimap-find-minmax-uid): Only enable workaround conditionally.
3408
3409 2008-03-31  Glenn Morris  <rgm@gnu.org>
3410
3411         * message.el (mml2015-use): Declare for compiler.
3412         (message-info): Require mml2015 when appropriate.
3413
3414 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3415
3416         * Makefile.in (EMACS_COMP): Quote directory name that might contain
3417         whitespace.
3418
3419 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3420
3421         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
3422         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
3423         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
3424         (nntp-service-to-port): New function.
3425         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
3426         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
3427         (nntp-open-netcat-stream): New function.
3428         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
3429
3430 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
3431
3432         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
3433
3434 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3435
3436         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
3437
3438 2008-03-28  Magnus Henoch  <mange@freemail.hu>
3439
3440         * dns.el (dns-write): Use set-buffer-multibyte.
3441
3442 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
3443
3444         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
3445
3446 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3447
3448         * message.el (message-signature-separator): Change default.
3449         Improve custom type.
3450         (message-cite-function): Change default to
3451         message-cite-original-without-signature.
3452
3453         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
3454         toggle.
3455
3456         * message.el (message-check-news-body-syntax): Fix signature check.
3457         (message-setup-1): Mark buffer as unmodified _after_ running
3458         message-setup-hook and handling message-alternative-emails.
3459         (message-shorten-references): Be more strict when building list of
3460         valid references to comply with GNKSA.
3461
3462         * gnus-group.el (gnus-read-ephemeral-bug-group)
3463         (gnus-read-ephemeral-debian-bug-group)
3464         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
3465
3466         * message.el (message-info): Don't use booleanp which isn't supported
3467         in Emacs 21 and XEmacs.
3468
3469 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
3470
3471         * gnus-group.el (gnus-gmane-group-download-format): Rename from
3472         gnus-group-gmane-group-download-format.
3473         (gnus-group-read-ephemeral-gmane-group): Rename from
3474         gnus-group-read-ephemeral-gmane-group.
3475         (gnus-read-ephemeral-gmane-group-url): Rename from
3476         gnus-group-read-ephemeral-gmane-group-url.
3477         (gnus-bug-group-download-format-alist): New variable.
3478         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
3479         (gnus-read-ephemeral-emacs-bug-group): New commands.
3480
3481 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3482
3483         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
3484         (gnus-visible-headers): Improve custom type.
3485
3486 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3487
3488         * mml.el (mml-menu): Add workarounds for XEmacs.
3489
3490         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
3491         X-Boundary header.
3492
3493         * message.el (message-simplify-recipients): Fix previous commit.
3494
3495 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3496
3497         * mm-util.el (mm-set-buffer-multibyte): New function.
3498         * mm-decode.el (mm-copy-to-buffer): Use it.
3499
3500 2008-03-19  Glenn Morris  <rgm@gnu.org>
3501
3502         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
3503         Accidentally removed in the sync process with Emacs.
3504
3505 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
3506
3507         * message.el (message-alter-recipients-discard-bogus-full-name):
3508         New function.
3509         (message-alter-recipients-function): New variable.
3510         (message-get-reply-headers): Use it.
3511         (message-replace-header): New helper function.
3512         (message-recipients-without-full-name): New variable.
3513         (message-simplify-recipients): New command.
3514
3515         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
3516
3517         * message.el (message-info): Handle EasyPG manual.
3518
3519         * mml.el (mml-menu): Add entry for EasyPG.
3520
3521 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
3522
3523         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
3524         parameter.
3525
3526         * message.el (message-disassociate-draft): Specify drafts group name
3527         fully.
3528
3529 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
3530
3531         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
3532         unnecessary duplicates from the match list.
3533
3534 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3535
3536         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
3537
3538         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
3539
3540         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
3541         args of `how-many' of which the XEmacs version doesn't take; declare
3542         Info-index-next as function.
3543
3544 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3545
3546         * gnus-score.el (gnus-score-headers): Fix handling of
3547         gnus-inhibit-slow-scoring.
3548
3549         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
3550         string.
3551         (gnus-button-url-regexp): Improve handling of parenthesis.
3552         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
3553         (gnus-button-handle-info-keystrokes): Handle index entries.
3554
3555 2008-03-15  Glenn Morris  <rgm@gnu.org>
3556
3557         * parse-time.el (parse-time-string): Simplify.
3558
3559 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3560
3561         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
3562         Incoming* files.
3563
3564 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3565
3566         * auth-source.el (auth-sources): Renamed from auth-source-choices.
3567         (auth-source-pick): Use it.
3568
3569 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3570
3571         * binhex.el (binhex-decode-region-internal):
3572         * uudecode.el (uudecode-decode-region-internal):
3573         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
3574         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
3575         setting default-enable-multibyte-characters.
3576
3577 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3578
3579         * auth-source.el (auth-source-protocols)
3580         (auth-source-protocols-customize, auth-source-choices): Added and
3581         modified variable customizations and defaults.
3582         (auth-source-pick, auth-source-user-or-password)
3583         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3584         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3585         (auth-source-user-or-password-sftp)
3586         (auth-source-user-or-password-smtp): Use new variables and provide an
3587         interface to netrc.el.
3588
3589 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3590
3591         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
3592         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
3593         Make sure the nntp port to specify is a string.
3594
3595 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3596
3597         * nntp.el: Use with-current-buffer.
3598         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
3599         dubious mm-with-unibyte-current-buffer.
3600         (nntp-with-open-group-function): New function extracted from
3601         nntp-with-open-group macro.
3602         (nntp-with-open-group): Use the function, so it's easier to debug.
3603         Add indentation and debugging info.
3604         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
3605         the use of the netcat alternatives.
3606
3607         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
3608         Avoid mm-string-as-multibyte as well.
3609
3610         * nnweb.el (nnweb-insert-html):
3611         Remove use of nnheader-string-as-multibyte.
3612
3613         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
3614         (nnheader-string-as-multibyte): Remove.
3615
3616         * mm-view.el: Use inhibit-read-only.
3617         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
3618         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
3619         or unibyte-string.
3620
3621         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
3622         (mm-uu-yenc-extract): Use with-current-buffer.
3623
3624         * gnus-soup.el (gnus-soup-send-packet): Don't use
3625         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
3626
3627         * nnmh.el: Use with-current-buffer.
3628         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
3629         mm-string-as-multibyte on the output of mm-encode-coding-string.
3630
3631         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
3632         (nnimap-request-move-article): Use with-current-buffer.
3633
3634         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
3635         inserting the handle-buffer's text, so the implicit multibyte->unibyte
3636         conversion uses string-make-unibyte rather than string-as-unibyte.
3637
3638         * gnus-msg.el: Use with-current-buffer.
3639
3640         * message.el (message-ignored-resent-headers): Add "Delivered-To".
3641
3642 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
3643
3644         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
3645         string for caching if it is 'PIN.
3646
3647 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3648
3649         * lpath.el: Consider the case without Emacs/W3.
3650
3651 2008-03-08  Glenn Morris  <rgm@gnu.org>
3652
3653         * time-date.el (date-to-time, time-subtract, time-add)
3654         (safe-date-to-time): Doc fixes.
3655
3656 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3657
3658         * mail-source.el (mail-source-delete-old-incoming-confirm):
3659         Change default to nil.
3660         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
3661
3662 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3663
3664         * lpath.el: Rearrange.
3665
3666         * gnus-art.el (gnus-narrow-to-page): Position point properly.
3667         (gnus-article-goto-prev-page): Work for articles having ^L's.
3668
3669         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
3670
3671         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
3672
3673 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
3674
3675         * gnus-bookmark.el: Adjust for renames in bookmark.el.
3676         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
3677         (gnus-bookmark-jump): Adjust some variable names.
3678
3679 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
3680
3681         * auth-source.el: New package.
3682         (auth-source-choices): Add customization entry point variable.
3683
3684         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
3685         bug.
3686
3687 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
3688
3689         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
3690         (gnus-registry-initialize, gnus-registry-install-p): Use it.
3691         (gnus-registry-install-shortcuts): Rename from
3692         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
3693         the `gnus-registry-mark-map' keymap dynamically from
3694         `gnus-registry-marks'.  The generated functions update the summary line
3695         when a registry mark is added or deleted, and will call
3696         `gnus-registry-install-p' (see the comments in the code).
3697         (gnus-registry-user-format-function-M): Use concat intelligently.
3698
3699         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
3700         the registry mark functions.
3701
3702 2008-03-05  Glenn Morris  <rgm@gnu.org>
3703
3704         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
3705         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
3706         gnus-art.
3707         (top-level): No need to load own source when compiling.
3708
3709 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
3710
3711         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
3712         Suggested by <chris.anderton@zetnet.co.uk>.
3713
3714 2008-03-04  Glenn Morris  <rgm@gnu.org>
3715
3716         * gnus-sum.el (top-level): No need to require gnus when compiling,
3717         since unconditionally required near start of file.
3718         (gnus-summary-display-while-building): Move definition before use.
3719
3720 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
3721
3722         * gnus-registry.el (gnus-registry-user-format-function-M): Add
3723         formatting function.
3724
3725 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
3726
3727         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
3728         with plists.
3729         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
3730         Use new format.
3731
3732 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3733
3734         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
3735         `where-is-internal' that returns a range of key sequences.
3736
3737 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3738
3739         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
3740
3741         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
3742         (gnus-summary-jump-to-group): Consider windows on other displayed
3743         frames as well.  Similar changes might be needed elsewhere, but that's
3744         the one I've bumped into during my use.
3745
3746         * nndoc.el (nndoc-oe-dbx-type-p):
3747         * gnus-msg.el (gnus-debug):
3748         * gnus-group.el (gnus-update-group-mark-positions):
3749         Use mm-string-to-multibyte.
3750
3751 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3752
3753         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
3754         doesn't handle NotDashEscaped.
3755
3756         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
3757         (mml-dnd-attach-options): Fix typo in custom choice.
3758
3759         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
3760         nndoc-article-type to mbox.
3761         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
3762
3763         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
3764         to nil, instead of html2text.
3765
3766         * imap.el (imap-debug): Add `imap-ping-server'.
3767
3768         * gnus-bookmark.el: Add FIXMEs.
3769
3770         * message.el (message-form-letter-separator)
3771         (message-send-form-letter-delay): New variables.
3772         (message-send-form-letter): Use them.  New command to send form
3773         letters.  Requested by Uwe Siart.
3774         (message-send-mail-function): Doc fix.  Add "Other" custom option.
3775
3776 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3777
3778         * Update copyright years.
3779
3780 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3781
3782         Sync from EMACS_22_BASE.
3783
3784         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
3785
3786 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
3787
3788         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
3789         empty author.
3790
3791 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
3792
3793         * gnus-registry.el (gnus-registry-marks): Add variable for
3794         customization of marks and their appearance.
3795         (gnus-registry-read-mark): Use it.
3796         (gnus-registry-do-marks): Add utility function to loop through
3797         `gnus-registry-marks'.
3798         (gnus-registry-install-shortcuts-and-menus): Add function to install
3799         shortcuts and menus.
3800         (gnus-registry-initialize): Use it.
3801         (gnus-registry-default-mark): Clarify documentation.
3802
3803 2008-02-29  Glenn Morris  <rgm@gnu.org>
3804
3805         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
3806         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
3807         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
3808         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
3809         Change defcustom :version from 23.0 to 23.1.
3810
3811 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
3812
3813         * gnus-registry.el (gnus-registry-follow-group-p)
3814         (gnus-registry-post-process-groups): Add functions to aid registry
3815         splitting and improve logging.  Clarify behavior in function
3816         documentation.
3817         (gnus-registry-split-fancy-with-parent): Use them.
3818
3819 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3820
3821         * gnus-art.el: Use with-current-buffer.
3822
3823 2008-02-27  David Engster  <dengste@eml.cc>
3824
3825         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
3826         Express real group name in the response.
3827
3828 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3829
3830         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
3831         (nnmairix-last-server, nnmairix-current-server): Defvar them.
3832         (nnmairix-goto-original-article): Defvar gnus-registry-install and
3833         autoload gnus-registry-fetch-group when compiling.
3834         (nnmairix-request-group-with-article-number-correction): Remove
3835         unreferenced argument passed to nnmairix-call-backend.
3836
3837 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3838
3839         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
3840         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
3841         Wilde.
3842
3843 2008-02-27  Glenn Morris  <rgm@gnu.org>
3844
3845         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
3846         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
3847         variables to defconsts.  Convert comments to doc-strings.
3848         (nnmairix-last-server, nnmairix-current-server): Convert from free
3849         variables to defvars.  Convert comments to doc-strings.
3850         (gnus-registry-fetch-group): Autoload.
3851         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
3852         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
3853         (nnmairix-widget-build-editable-fields): Use car cddr rather than
3854         caddr.
3855         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
3856         nnmairix-request-group-with-article-number-correction call.
3857         (nnmairix-fast, nnmairix-group): New, less general names, for free
3858         variables passed from nnmairix-request-group to
3859         nnmairix-request-group-with-article-number-correction.  Declare.
3860         (nnmairix-request-group-with-article-number-correction):
3861         Use nnmairix-fast, nnmairix-group rather than fast, group.
3862
3863 2008-02-26  David Engster  <dengste@eml.cc>
3864
3865         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
3866         version 0.5.
3867
3868 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
3869
3870         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
3871         instead of making an extra function call.  Don't add the current group
3872         to articles only when they have the group.  Use
3873         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
3874         Reported by David <de_bb@arcor.de>.
3875
3876 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3877
3878         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
3879         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
3880
3881 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
3882
3883         * mail-source.el (mail-source-delete-incoming): Change default.
3884         Supplement doc string.
3885
3886         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
3887
3888 2008-02-14  Glenn Morris  <rgm@gnu.org>
3889
3890         * time-date.el (format-seconds): New function.
3891
3892 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3893
3894         * nnmail.el (nnmail-message-id-cache-file): Derive from
3895         `gnus-home-directory'.
3896
3897 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
3898
3899         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
3900         Document negative prefix.
3901
3902         * gnus-group.el (gnus-group-read-group): Document negative prefix.
3903
3904 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3905
3906         * message.el (message-unsent-separator): Add the Exim bounce
3907         separator.
3908
3909 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
3910
3911         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
3912         list.
3913         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
3914         recipient/signer list.
3915
3916 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3917
3918         * Makefile.in (datarootdir): Define.
3919         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
3920         name that might contain whitespace.
3921
3922 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3923
3924         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
3925         fbound (Emacs 23 unicode), signal an error.
3926
3927 2008-02-08  Glenn Morris  <rgm@gnu.org>
3928
3929         * gnus-art.el (pgg-display-output-buffer): Declare as function.
3930
3931 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
3932
3933         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
3934         ports to the calls to `netrc-machine-user-or-password' in addition to
3935         "imap" and "imaps".
3936
3937 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3938
3939         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
3940
3941         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
3942
3943 2008-02-01  Kenichi Handa  <handa@m17n.org>
3944
3945         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
3946         rfc2104-hexstring-to-bitstring and changed to return a byte list.
3947         (rfc2104-hash): Convert the result of concat to unibyte string.
3948
3949 2008-02-01  Dave Love  <fx@gnu.org>
3950
3951         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
3952         coding-system-for-read.
3953         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
3954
3955 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
3956
3957         * gnus.el (gnus-group-startup-message): Add `find-image' call before
3958         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
3959         <hanche@math.ntnu.no>.
3960
3961 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3962
3963         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
3964
3965         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3966
3967 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
3968
3969         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
3970         * message.el (message-beginning-of-line): Use featurep instead of bound
3971         tests in order to resolve conditionals at compile time.
3972
3973 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
3974
3975         * mail-source.el (mail-sources): Add `group' choice.
3976
3977         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
3978         parameter `in-group' to control into which group the articles go.
3979         Add treatment of `group' mail-source.
3980
3981 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3982
3983         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
3984
3985         * mm-decode.el (mm-dissect-buffer): Decode description.
3986
3987         * mml.el (mml-to-mime): Encode message header first.
3988
3989 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3990
3991         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
3992         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
3993
3994         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
3995         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
3996
3997 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
3998
3999         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
4000
4001 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4002
4003         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
4004         prefix keys.
4005         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
4006         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
4007         gnus-xmas.el.
4008
4009         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
4010         (gnus-xmas-article-describe-bindings): New function.
4011         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
4012         gnus-xmas-article-describe-bindings.
4013
4014         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
4015
4016 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4017
4018         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
4019         Add new variables for article mark management.
4020         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
4021         list of extra data entries which, when present, will indicate that the
4022         article ID should not be trimmed from the registry.
4023         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
4024         functions.
4025         (gnus-registry-read-mark): New function to read a mark name from the
4026         user.
4027         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
4028         (gnus-registry-set-article-mark-internal): New functions to add and
4029         remove marks.
4030         (gnus-registry-get-article-marks): New function to show the marks for
4031         an article, or retrieve them for further use.
4032
4033 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4034
4035         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
4036         keys when no argument is given.
4037
4038 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4039
4040         * imap.el (imap-ping-server): New variable.
4041         (imap-opened): On add extra ping if imap-ping-server is non-nil.
4042         (imap-ping-server): Minor doc string fixes.
4043
4044 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4045
4046         * imap.el (imap-ping-server): New function.
4047         (imap-opened): Call imap-ping-server.
4048
4049 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4050
4051         * gnus-sum.el (gnus-article-sort-by-random)
4052         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
4053         jidanni@jidanni.org.
4054
4055 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4056
4057         * gnus-art.el (gnus-article-describe-bindings): New function.
4058         (gnus-article-read-summary-keys): Use it.
4059         (gnus-article-mode-map): Bind `C-h b' to it.
4060
4061 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4062
4063         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
4064         XEmacs.
4065         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
4066         against non-character events.
4067
4068         * lpath.el: Fbind map-keymap for Emacs 21.
4069
4070 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4071
4072         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
4073         command.
4074         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
4075         instead of END.  Change name of the temp file.
4076         (gnus-group-gmane-group-download-format): Add doc string.  Make it
4077         customizable.
4078
4079 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4080
4081         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
4082         bind `S W' to gnus-article-wide-reply-with-original; set default
4083         binding to gnus-article-read-summary-send-keys.
4084         (gnus-article-read-summary-keys): Fix the order of keys; display
4085         continuation keys correctly in the echo area; describe bindings
4086         correctly when keys end with `C-h'.
4087         (gnus-article-read-summary-send-keys): New function.
4088         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
4089         for gnus-article-read-summary-send-keys; display continuation keys
4090         correctly in the echo area.
4091         (gnus-article-reply-with-original): Ignore prefix argument.
4092         (gnus-article-wide-reply-with-original): New function.
4093
4094         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
4095         Emacs 21.
4096
4097 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4098
4099         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
4100         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
4101
4102 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
4103
4104         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
4105         (gnus-group-read-ephemeral-gmane-group): New command.
4106
4107 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4108
4109         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
4110
4111 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4112
4113         * message.el (message-send-mail-function): Increase custom version.
4114
4115         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
4116         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
4117
4118 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
4119
4120         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
4121         for the cases where imap-authenticate is called with a nil buffer
4122         parameter.
4123
4124 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4125
4126         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
4127         html parts correctly; support forwarded messages.
4128         (gnus-article-browse-html-article): Remove work buffers.
4129
4130         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
4131         compiling.
4132         (netrc-bound-and-true-p): New macro.
4133         (netrc-parse): Use it instead of bound-and-true-p that is not available
4134         in XEmacs 21.4.
4135
4136 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
4137
4138         * gnus-registry.el (gnus-registry-mark-article)
4139         (gnus-registry-article-marks): Add functionality to mark articles
4140         through the Gnus registry.
4141
4142         * encrypt.el: Clarify documentation for the new pgg method.
4143         (encrypt-file-alist): Add PGG option.
4144         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
4145         functionality.  Abstract password key and messaging to external
4146         functions.
4147         (encrypt-password-key, encrypt-get-passphrase-if-needed)
4148         (encrypt-message-method-and-cipher): Add new convenience external
4149         functions.
4150         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
4151         (encrypt-pgg-process-buffer): Add PGG functionality glue.
4152
4153         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
4154         (netrc-parse): Use encrypt-file-alist to determine if
4155         encrypt-find-model or encrypt-insert-file-contents should be used.
4156
4157         * encrypt.el: Clarify documentation.  Load password-cache or
4158         password, whichever one is found first, instead of autoloading.
4159
4160 2007-12-19  Glenn Morris  <rgm@gnu.org>
4161
4162         * mml.el (message-options-set, message-narrow-to-head)
4163         (message-in-body-p, message-mail-p, message-encode-message-body):
4164         Autoload.
4165         (message-remove-header, message-narrow-to-headers-or-head)
4166         (message-subscribed-p, message-make-mail-followup-to)
4167         (message-position-on-field, message-news-p)
4168         (message-options-set-recipient, message-generate-headers)
4169         (message-sort-headers): Declare as functions.
4170
4171 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4172
4173         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
4174         convention in doc string.
4175
4176 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4177
4178         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
4179         title to html parts.
4180         (gnus-article-browse-html-article): Pass message header to it.
4181
4182         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
4183
4184 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
4185
4186         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
4187         or password compatible with XEmacs.
4188
4189 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4190
4191         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
4192         format document.
4193         (gnus-mime-delete-part): Don't write description line if empty.
4194         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
4195
4196 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
4197
4198         * gnus-sum.el (gnus-summary-mark-unread-as-read)
4199         (gnus-summary-mark-read-and-unread-as-read)
4200         (gnus-summary-mark-current-read-and-unread-as-read)
4201         (gnus-summary-mark-unread-as-ticked): Doc fix.
4202         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
4203
4204 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4205
4206         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
4207         Christoph Conrad <christoph.conrad@gmx.de>.
4208
4209 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4210
4211         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
4212         yes-or-no-p.
4213
4214 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4215
4216         * mm-decode.el (mm-add-meta-html-tag): New function.
4217         (mm-save-part-to-file, mm-pipe-part): Use it.
4218
4219         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
4220         gnus-y-or-n-p instead of y-or-n-p.
4221         (gnus-article-browse-html-parts): Work with message/external-body; use
4222         mm-add-meta-html-tag.
4223
4224 2007-12-11  Glenn Morris  <rgm@gnu.org>
4225
4226         * gnus-cache.el: Require gnus-sum not just when compiling.
4227
4228         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
4229
4230         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
4231         definitions before use.
4232
4233         * mm-decode.el: Require gnus-util.
4234         (mm-remove-part): Only call delete-annotation on XEmacs.
4235
4236         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
4237
4238         * nnmail.el: Require gnus-int.
4239
4240         * spam.el: Move `require's before `eval-when-compile's.
4241
4242         * gnus-ems.el (gnus-alive-p):
4243         * gnus-fun.el (message-goto-eoh):
4244         * gnus-util.el (gnus-group-name-decode):
4245         * mail-source.el (gnus-compress-sequence):
4246         * message.el (Info-goto-node, format-spec):
4247         * mm-bodies.el (message-options-get):
4248         * mm-decode.el (mm-view-pkcs7):
4249         * mm-util.el (gmm-write-region):
4250         * mml-smime.el (mml-compute-boundary)
4251         (gnus-completing-read-with-default):
4252         * mml.el (widget-button-press, gnus-make-hashtable):
4253         * mml1991.el (mm-decode-content-transfer-encoding)
4254         (mm-encode-content-transfer-encoding)
4255         (message-options-get, message-options-set):
4256         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
4257         * nnfolder.el (gnus-request-group):
4258         * nnheader.el (ietf-drums-unfold-fws):
4259         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
4260         * smime.el (gnus-run-mode-hooks):
4261         * spam-stat.el (gnus-message): Autoload.
4262
4263         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
4264         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
4265         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
4266         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
4267         Add declare-function compatibility definition.
4268
4269         * gnus-cache.el (nnvirtual-find-group-art):
4270         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
4271         (gnus-add-image, gnus-add-wash-type):
4272         * gnus-group.el (nnkiboze-score-file):
4273         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
4274         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
4275         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
4276         (message-tokenize-header, gnus-get-buffer-create)
4277         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
4278         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
4279         * gnus.el (gnus-group-decoded-name):
4280         * mail-source.el (imap-capability):
4281         * mm-bodies.el (message-options-set):
4282         * mm-decode.el (gnus-configure-windows):
4283         * mm-extern.el (message-goto-body):
4284         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
4285         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
4286         (epg-sub-key-validity, message-options-set):
4287         * mml.el (widget-event-point, gnus-configure-windows):
4288         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
4289         * mml2015.el (epg-check-configuration, epg-configuration)
4290         (message-options-set):
4291         * nndb.el (nndb-request-article):
4292         * nnfolder.el (gnus-request-create-group):
4293         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
4294         * nnmaildir.el (gnus-group-mark-article-read):
4295         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
4296         * rfc1843.el (message-fetch-field):
4297         * spam.el (gnus-extract-address-components):
4298         Declare as functions.
4299
4300 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4301
4302         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
4303
4304         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
4305
4306         * lpath.el: Fbind run-mode-hooks for Emacs 21;
4307         bind show-trailing-whitespace for XEmacs.
4308
4309 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4310
4311         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
4312         new no-op macro for backward compatibility.
4313
4314         * imap.el (imap-string-to-integer): New function.
4315
4316 2007-12-09  Glenn Morris  <rgm@gnu.org>
4317
4318         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
4319
4320         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
4321         * message.el, mm-view.el, sieve-manage.el, smime.el:
4322         Add declare-function compatibility definition.
4323
4324         * gnus-art.el (w3-region, w3m-region, Info-menu):
4325         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
4326         * gnus-sum.el (gnus-get-predicate):
4327         * gnus-util.el (mm-append-to-file, w32-focus-frame):
4328         * message.el (mail-abbrev-in-expansion-header-p):
4329         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
4330         (w3m-detect-meta-charset, w3m-region):
4331         * sieve-manage.el (password-read, password-cache-add)
4332         (password-cache-remove):
4333         * smime.el (password-read-and-add): Declare as functions.
4334
4335 2007-12-08  David Kastrup  <dak@gnu.org>
4336
4337         * gnus-sum.el (gnus-summary-simplify-subject-query):
4338         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
4339         `message'.
4340
4341 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4342
4343         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
4344         it to bind idna-program, installation-directory, defined-colors, and
4345         face-attribute for XEmacs of the version that compiles defcustom forms.
4346
4347 2007-12-07  Glenn Morris  <rgm@gnu.org>
4348
4349         * gnus-art.el (article-make-date-line): Revert previous change.
4350
4351 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4352
4353         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
4354
4355 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
4356
4357         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
4358         Call gnus-add-to-range ranges only once with a prepared article-list.
4359
4360 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
4361
4362         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
4363         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
4364         group names with backslashes.  Reported by Tassilo Horn
4365         <tassilo@member.fsf.org>.
4366
4367 2007-12-06  Deepak Goel  <deego3@gmail.com>
4368
4369         * gnus-art.el (article-make-date-line):
4370         * gnus-start.el (gnus-load):
4371         * pop3.el (pop3-read-response): Fix buggy call to `error'.
4372
4373 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4374
4375         * gnus-art.el (gnus-use-idna)
4376         * gnus-start.el (gnus-site-init-file)
4377         * message.el (message-use-idna)
4378         * mm-uu.el (mm-uu-hide-markers)
4379         * smiley.el (smiley-style): Revert changes that suppress warnings.
4380
4381 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4382
4383         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
4384         specify charset to html source.  Reported by Christoph Conrad
4385         <christoph.conrad@gmx.de>.
4386
4387 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4388
4389         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
4390         idna-program in order to suppress byte compile warning issued by XEmacs
4391         that came to byte compile the default value section of defcustom forms
4392         recently.
4393
4394         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
4395         value of installation-directory.
4396
4397         * message.el (message-use-idna): Don't directly refer to the value of
4398         idna-program.
4399
4400         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
4401
4402         * smiley.el (smiley-style): Don't directly call face-attribute.
4403
4404 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
4405
4406         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
4407
4408         * gnus-dired.el: Reduce Gnus dependencies.
4409         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
4410         require.  Use autoloads instead.
4411         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
4412         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
4413         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
4414         (gnus-dired-mode): Adjust doc string.
4415         (gnus-dired-mail-mode): New variable.
4416         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
4417         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
4418         (gnus-dired-mail-buffers): New function.  Return mail or message
4419         composition buffers.
4420         (gnus-dired-attach): Use it.
4421         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
4422         NO-DECODE.
4423         (gnus-dired-print): Use `gnus-print-buffer' depending on
4424         `gnus-dired-mail-mode'.
4425
4426 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4427
4428         * rfc2047.el (rfc2047-encoded-word-regexp)
4429         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
4430         explaining what regexp patterns are for.
4431
4432 2007-12-04  Glenn Morris  <rgm@gnu.org>
4433
4434         * password.el: Move to password-cache.el.
4435
4436         * mml1991.el (password-read, password-cache-add, password-cache-remove):
4437         * mml2015.el (password-read, password-cache-add, password-cache-remove):
4438         * mml-smime.el (password-read, password-cache-add)
4439         (password-cache-remove):
4440         No need to autoload, since mml-sec requires password.
4441
4442         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
4443         * message.el (gnus-extract-address-components):
4444         * mml-smime.el (gnus-extract-address-components): Define for compiler.
4445
4446         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
4447         password.
4448
4449 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
4450
4451         * mailcap.el: Reduce dependencies.
4452         (mail-header-parse-content-type): Autoload.
4453         (mailcap-delete-duplicates): New alias.
4454         (mailcap-mime-info): Add optional argument NO-DECODE.
4455         (mailcap-mime-types): Use mailcap-delete-duplicates.
4456
4457         * message.el (message-ignored-supersedes-headers): Add "X-ID".
4458
4459 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
4460
4461         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
4462         (imap-parse-status): Upcase status-att for servers that sends them
4463         lower-case (e.g., MS Exchange 2007).
4464
4465 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4466
4467         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
4468         function.
4469
4470         * gnus-uu.el (gnus-uu-decode-yenc): New command.
4471         (gnus-uu-yenc-article): New function.
4472
4473         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
4474
4475         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
4476         buffer.
4477
4478 2007-12-02  Glenn Morris  <rgm@gnu.org>
4479
4480         * binhex.el (binhex): New custom group.
4481         (binhex-decoder-program, binhex-decoder-switches)
4482         (binhex-use-external): Move to the binhex custom group.
4483
4484         * uudecode.el (uudecode): New custom group.
4485         (uudecode-decoder-program, uudecode-decoder-switches)
4486         (uudecode-use-external): Move to the uudecode custom group.
4487
4488         * netrc.el (top-level): Don't load `encrypt' features.
4489         (netrc-parse): Don't use encrypt.
4490         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
4491
4492         * encrypt.el: Remove file.
4493
4494 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
4495
4496         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
4497         matches on patches.
4498
4499         * gnus-art.el (gnus-article-browse-html-article): Mention
4500         `mm-text-html-renderer' in the doc string.
4501
4502         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
4503         string.  Add comments.
4504
4505         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
4506         if rhs is ASCII.
4507
4508 2007-12-01  Glenn Morris  <rgm@gnu.org>
4509
4510         * mail-source.el (top-level): Require format-spec before
4511         eval-when-compile.
4512
4513 2007-11-30  Glenn Morris  <rgm@gnu.org>
4514
4515         * encrypt.el: Require password, rather than autoloading password-read.
4516
4517 2007-11-29  Glenn Morris  <rgm@gnu.org>
4518
4519         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
4520         (sasl-make-client, sasl-next-step, sasl-step-data)
4521         (sasl-step-set-data): Declare as functions.
4522
4523 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
4524
4525         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
4526
4527 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
4528
4529         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
4530         certs should be verified and what is to be done in the event of a
4531         verification failure.
4532
4533         * gnus.el (gnus-method-to-server): Add an optional parameter so the
4534         caller can indicate whether the cache should be disregarded for this
4535         call.  This way the result of the call is reproducible at all times and
4536         can be considered a canonical server name for the supplied method.
4537         (gnus-agent-method-p): Canonicalize server names by pushing their
4538         method through `gnus-method-to-server' using the no-cache argument.
4539
4540         * gnus-srvr.el (gnus-server-insert-server-line): Call
4541         `gnus-method-to-server' with `no-cache' argument.
4542
4543         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
4544         gnus-agent-possibly-synchronize-flags as this should be called when the
4545         server is actually being opened.
4546         (gnus-agent-possibly-synchronize-flags)
4547         (gnus-agent-possibly-synchronize-flags-server): Move check for the
4548         flags file of an agentized server to the latter function.
4549
4550         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
4551         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
4552         after a connection has been established successfully.
4553
4554 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4555
4556         * gnus-art.el (article-display-face): Force to display face if called
4557         interactively; check if gnus-article-x-face-too-ugly matches author.
4558         (article-display-x-face): Display face even if From header is missing
4559         as article-display-face does.
4560
4561 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
4562
4563         * hashcash.el (message-narrow-to-headers-or-head)
4564         (message-fetch-field, message-goto-eoh)
4565         (message-narrow-to-headers): Declare as functions.
4566
4567 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
4568
4569         * mail-source.el (mail-sources): Default to fetch from file for
4570         compatibility with default of nnmail-spool-file.
4571
4572 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4573
4574         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
4575         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
4576         to look for encoded word that should be encoded again.
4577         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
4578         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
4579         encoding pattern.
4580         (rfc2047-decode-region): Switch strict regexp and loose one according
4581         to rfc2047-allow-irregular-q-encoded-words.
4582
4583 2007-11-25  Romain Francoise  <romain@orebokech.com>
4584
4585         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
4586
4587 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
4588
4589         * tls.el (tls-program): Provide more custom choices from
4590         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
4591         (tls-process-connection-type, tls-success): Remove "*" in doc string.
4592
4593 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4594
4595         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
4596         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
4597
4598         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
4599         `nnmail-spool-file'.
4600
4601         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
4602         `nnmail-spool-file'.
4603
4604         * gnus-move.el (gnus-change-server): Ditto.
4605
4606         * gnus-kill.el (gnus-batch-score): Ditto.
4607
4608         * gnus-cache.el (gnus-jog-cache): Ditto.
4609
4610         * gnus-msg.el (gnus-summary-reply):
4611         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
4612
4613 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4614
4615         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
4616         version.  Minor improvement to doc strings.
4617         (tls-program): Add comment.
4618
4619 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
4620
4621         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
4622         (tls-checktrust): New variable.  Check if GNU TLS complained about a
4623         mismatch between the hostname provided in the certificate and the name
4624         of the host connnecting to.
4625         (open-tls-stream): Use them.  Check certificates against trusted root
4626         certificates.
4627
4628 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4629
4630         * gnus-cache.el (gnus-cache-generate-nov-databases):
4631         Use nnml-generate-nov-databases-directory instead of
4632         nnml-generate-nov-databases-1.
4633
4634 2007-11-24  Glenn Morris  <rgm@gnu.org>
4635
4636         * message.el (message-tool-bar-retro): Update for rename
4637         mail_send.xpm->mail-send.xpm.
4638
4639 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
4640
4641         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
4642         `smime-ldap-search' for Emacs 22 and up.
4643
4644 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4645
4646         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
4647
4648         * message.el (message-send-mail-function): Fix error convention.
4649         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
4650         (message-widen-reply, message-send-mail, message-talkative-question)
4651         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
4652         (message-clone-locals, message-send-news): Use with-current-buffer.
4653         (message-insert-or-toggle-importance): Remove unused var `valid'.
4654         (message-make-references): Remove unused var `new-references'.
4655         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
4656
4657 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
4658
4659         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
4660         (spam-split-symbolic-return-positive): Reflow docstring.
4661         (spam-backends, spam-summary-exit-behavior)
4662         (spam-mark-ham-unread-before-move-from-spam-group)
4663         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
4664         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
4665         (spam-clear-cache, spam-backend-check, spam-install-backend)
4666         (spam-install-statistical-backend, spam-list-of-processors)
4667         (spam-group-processor-p, spam-split, spam-bogofilter-score)
4668         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
4669         (spam-check-crm114, spam-initialize, spam-unload-hook):
4670         Fix typos in docstrings.
4671
4672 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4673
4674         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
4675         been checked if they have never been read and those group levels are
4676         higher than the one that a user specified.
4677
4678 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4679
4680         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
4681         foreign groups unless a group level is specified by a user.
4682         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
4683
4684 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
4685
4686         * message.el (message-send-mail-function): Require sendmail.
4687
4688 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
4689
4690         * message.el (message-send-mail-function): Check for smtpmail too.
4691
4692         * utf7.el (utf7-encode, utf7-decode): Use coding system
4693         `utf-7'/`utf-7-imap' from utf-7.el' if available.
4694
4695         * message.el (message-send-mail-function): New function.
4696         (message-send-mail-function): Set default using
4697         message-send-mail-function.  Adjust doc string.
4698         (message-send-mail-with-mailclient): New function.
4699
4700 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4701
4702         * smime.el (from):
4703         * rfc2047.el (message-posting-charset):
4704         * qp.el (mm-use-ultra-safe-encoding):
4705         * pop3.el (parse-time-months):
4706         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
4707         * nnml.el (files):
4708         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
4709         (jka-compr-compression-info-list, ange-ftp-path-format)
4710         (efs-path-regexp):
4711         * nndiary.el (files):
4712         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
4713         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
4714         (epg-digest-algorithm-alist, inhibit-redisplay)
4715         (password-cache-expiry):
4716         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
4717         (pgg-output-buffer, password-cache-expiry):
4718         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
4719         (efs-path-regexp):
4720         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
4721         (inhibit-redisplay):
4722         * mm-uu.el (file-name, start-point, end-point, entry)
4723         (gnus-newsgroup-name, gnus-newsgroup-charset):
4724         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
4725         (latin-unity-ucs-list):
4726         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
4727         (mm-uu-binhex-decode-function):
4728         * message.el (gnus-message-group-art, gnus-list-identifiers)
4729         (rmail-enable-mime-composing, gnus-local-organization)
4730         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
4731         (gnus-read-active-file, facemenu-add-face-function)
4732         (facemenu-remove-face-function, gnus-article-decoded-p)
4733         (tool-bar-mode):
4734         * mail-source.el (display-time-mail-function):
4735         * gnus-util.el (nnmail-pathname-coding-system)
4736         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
4737         (gnus-original-article-buffer, gnus-user-agent)
4738         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
4739         (xemacs-codename, sxemacs-codename, emacs-program-version):
4740         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
4741         * gnus-start.el (gnus-agent-covered-methods)
4742         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
4743         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
4744         (gnus-newsgroup-headers, gnus-group-list-mode)
4745         (gnus-group-mark-positions, gnus-newsgroup-data)
4746         (gnus-newsgroup-unreads, nnoo-state-alist)
4747         (gnus-current-select-method, mail-sources)
4748         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
4749         (nnmail-spool-file, gnus-cache-active-hashtb):
4750         * gnus-mh.el (mh-lib-progs):
4751         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
4752         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
4753         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
4754         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
4755         (gnus-group-buffer):
4756         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
4757         (font-lock-set-defaults):
4758         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
4759         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
4760         (gnus-summary-post-menu, total-parts, type, condition, length):
4761         * gnus-agent.el (gnus-agent-read-agentview):
4762         * flow-fill.el (show-trailing-whitespace):
4763         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
4764         eval-and-compile wrappers for byte compiler pacifiers.
4765
4766         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
4767         (mm-display-inline-fontify): Check for featurep 'xemacs not
4768         extent-list.
4769
4770         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
4771         itimer-list.
4772         (mm-create-image-xemacs): Only do something for XEmacs.
4773         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
4774
4775         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
4776
4777         * gnus-registry.el (gnus-adaptive-word-syntax-table):
4778         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
4779
4780 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
4781
4782         * nnimap.el (nnimap-split-download-body):
4783         * gnus-demon.el (gnus-demon):
4784         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
4785
4786 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4787
4788         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
4789         macros.
4790         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
4791         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
4792         copy data from unibyte buffer to multibyte current buffer.
4793         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
4794         to copy data from unibyte current buffer to multibyte buffer.
4795         (nntp-make-process-buffer): Make process buffer unibyte.
4796
4797         * pop3.el (pop3-open-server): Fix typo in Lisp code.
4798
4799 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
4800
4801         * pop3.el (pop3-open-server): Accept and process data more robustly at
4802         connexion start to avoid spurious "POP SSL connexion failed" errors.
4803
4804 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4805
4806         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
4807         read group names.
4808
4809 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
4810
4811         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
4812
4813 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4814
4815         * nnmail.el (nnmail-parse-active): Make group names unibyte.
4816         (nnmail-save-active): Use a unibyte buffer when saving active file,
4817         which may contain non-ASCII group names.
4818
4819         * nnml.el (nnml-request-group): Decode group names in messages.
4820
4821 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
4822
4823         * message.el (message-citation-line-function)
4824         (message-insert-formatted-citation-line): Fix spelling of
4825         `message-insert-formated-citation-line'.
4826
4827 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
4828
4829         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
4830
4831 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4832
4833         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
4834         nnmail-pathname-coding-system.
4835
4836         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
4837         that a user enters; decode group names in messages.
4838
4839         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
4840
4841 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4842
4843         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
4844
4845         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
4846
4847         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
4848         risky local variable.
4849
4850         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
4851
4852 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4853
4854         * encrypt.el: Improve documentation to fix function name typo.
4855         Reported by Daiki Ueno <ueno@unixuser.org>.
4856
4857 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4858
4859         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
4860         even if the point is not in the last page of an article.
4861         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
4862         back to the previous page.
4863
4864 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
4865
4866         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
4867
4868 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4869
4870         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
4871
4872 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4873
4874         * message.el (message-check-news-body-syntax): Avoid
4875         mm-string-as-multibyte.
4876         (message-hide-headers): Don't assume (point-min)==1.
4877
4878 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4879
4880         * message.el (message-remove-blank-cited-lines): Fix if remove is
4881         given.
4882         (message-bogus-address-regexp): New variable.
4883         (message-bogus-recipient-p): New function.
4884         (message-check-recipients): New command.
4885         (message-syntax-checks): Add `bogus-recipient'.
4886         (message-fix-before-sending): Add `bogus-recipient'.
4887
4888         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
4889         (gnus-treat-body-boundary): Don't test window-system.
4890
4891 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
4892
4893         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
4894
4895 2007-10-28  Miles Bader  <miles@gnu.org>
4896
4897         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
4898         at compile-time too.
4899
4900 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4901
4902         * gnus-msg.el (gnus-message-setup-hook): Add
4903         `message-remove-blank-cited-lines' to options.
4904
4905 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4906
4907         * message.el (message-remove-blank-cited-lines): New function.
4908         Suggested by Karl Plästerer.
4909
4910 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4911
4912         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
4913         mapc.
4914
4915         * imap.el (imap-open): Replace mapcar called for effect with mapc.
4916         (top-level): Use mapc to set functions to be traced for debugging.
4917
4918         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
4919         called for effect with while loop.
4920
4921         * message.el (message-talkative-question): Replace mapcar called for
4922         effect with mapc.
4923
4924         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
4925         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
4926         called for effect with dolist.
4927
4928         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
4929
4930         * nndiary.el: Use dolist instead of mapcar to add diary headers to
4931         gnus-extra-headers and nnmail-extra-headers.
4932
4933         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
4934         called for effect with dolist.
4935         (top-level): Use mapc to set functions to be traced for debugging.
4936
4937         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
4938         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
4939         dolist.
4940
4941         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
4942         Replace mapcar called for effect with mapc.
4943         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
4944         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
4945         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
4946         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
4947
4948         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
4949         remove-if that's a cl function.
4950
4951         * webmail.el (webmail-debug): Replace mapcar called for effect with
4952         dolist.
4953
4954         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
4955         with mapc.
4956
4957 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4958
4959         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
4960         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
4961         with while loop.
4962
4963         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
4964         functions from article-* functions.
4965         (gnus-multi-decode-header): Replace mapcar called for effect with
4966         dolist.
4967
4968         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
4969         (gnus-bookmark-show-details): Replace mapcar called for effect with
4970         while loop.
4971
4972         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
4973         called for effect with while loop.
4974
4975         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
4976         with dolist.
4977
4978         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
4979         mapcar called for effect with dolist.
4980
4981         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
4982
4983         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
4984         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
4985         Replace mapcar called for effect with dolist.
4986         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
4987         mapc.
4988
4989         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
4990         Replace mapcar called for effect with dolist.
4991         (gnus-topic-list): Replace mapcar called for effect with mapc.
4992
4993         * gnus.el: Use mapc instead of mapcar to add autoloads.
4994
4995 2007-10-23  Richard Stallman  <rms@gnu.org>
4996
4997         * gnus-group.el (gnus-group-highlight): Mark as risky.
4998
4999 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5000
5001         * gnus.el (gnus-server-to-method): Return method found first in
5002         gnus-newsrc-alist.
5003
5004         * gnus-art.el (gnus-article-highlight-signature)
5005         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
5006         button overlay without the front stickiness.
5007
5008 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
5009
5010         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
5011         overview buffer needed a catch to receive its throw.
5012         (gnus-agent-flush-cache): Declared as interactive to make this function
5013         easier to use.
5014
5015 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
5016
5017         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
5018         `next-line'.
5019
5020 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5021
5022         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
5023         exclude address matching message-dont-reply-to-names.
5024
5025 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5026
5027         * gnus-util.el (gnus-string<): New function.
5028
5029         * gnus-sum.el (gnus-article-sort-by-author)
5030         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
5031
5032 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5033
5034         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
5035         the frame-focus tag is set in gnus-buffer-configuration.
5036
5037 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5038
5039         * gnus-art.el (gnus-article-add-button): Make a button overlay without
5040         the front stickiness.
5041
5042 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5043
5044         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
5045         url pattern; remove duplicate one.
5046         (gnus-article-extend-url-button): New function.
5047         (gnus-article-add-buttons): Use it.
5048         (gnus-button-push): Use concatenated url that it makes.
5049
5050 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
5051
5052         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
5053
5054 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5055
5056         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
5057         Don't hardcode point-min==1.
5058
5059 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
5060
5061         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
5062         Fix comment about "iso8859-1".
5063
5064 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
5065
5066         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
5067         ones returned from the verify-function.
5068
5069         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
5070         mml2015-extract-cleartext-signature if extraction failed.
5071
5072 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
5073
5074         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
5075         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
5076         failed.
5077
5078 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5079
5080         * Relicense "GPLv2 or later" files to "GPLv3 or later".
5081
5082 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
5083
5084         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
5085         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
5086         recommends to use EasyPG instead of PGG.
5087
5088         * pgg.el: Revert to revision 6.23.2.16.
5089
5090         * pgg-def.el: Revert to revision 6.6.2.14.
5091
5092         * pgg-gpg.el: Revert to revision 6.23.2.34.
5093
5094 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
5095
5096         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
5097         to mark a thread as expirable.  Add variable `hide' to handle hiding of
5098         thread for both the null and zero (kill/expire thread) universal prefix
5099         cases.
5100         (gnus-summary-expire-thread): Add new function to expire a thread,
5101         using gnus-summary-kill-thread.
5102         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
5103         shortcuts for gnus-summary-expire-thread.
5104         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
5105         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
5106
5107 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5108
5109         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
5110         extras value, so an extras entry can be deleted.
5111         (gnus-registry-delete-extra-entry): Use it.
5112         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
5113         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
5114         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
5115         storage through the gnus-registry, and provide an appropriate API for
5116         it.
5117
5118 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5119
5120         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
5121         Suggested by Leo <sdl.web@gmail.com>.
5122
5123         * gnus.el: Do.
5124
5125 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5126
5127         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
5128         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
5129
5130         * gnus-agent.el (gnus-agent-fetch-headers): Do.
5131
5132         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5133         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
5134
5135 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5136
5137         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
5138         newline.
5139         (nnmbox-request-accept-article): Don't change article in source buffer;
5140         narrow to header to use message-fetch-field rather than
5141         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
5142         (nnmbox-request-replace-article): Quote lines that'll be misidentified
5143         as delimiters; make sure article ends with newline.
5144         (nnmbox-delete-mail): Correct last position of article to be deleted;
5145         ignore X-Gnus-Newsgroup header in article body.
5146         (nnmbox-save-mail): Quote lines looking like delimiters at the right
5147         positions; make sure article ends with newline.
5148
5149         * message.el (message-display-abbrev): Don't infloop when a user
5150         inserts SPC in the beginning of header.
5151
5152         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
5153         coding-system-for-read and coding-system-for-write for XEmacs having no
5154         file-coding feature.
5155
5156         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
5157
5158 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
5159
5160         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
5161         list of groups not followed by default.  Fix type to be regexp.
5162         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
5163
5164 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
5165
5166         * hmac-def.el (define-hmac-function): Switch from old-style to
5167         new-style backquotes.
5168
5169         * md4.el (md4-make-step): Likewise.
5170
5171 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5172
5173         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
5174         raw-text coding system when saving .newsrc file, which may contain
5175         non-ASCII group names.
5176
5177 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5178
5179         * gnus-cus.el (gnus-score-extra): New widget.
5180         (gnus-score-extra-convert): New function.
5181         (gnus-score-customize): Use it for Extra.
5182
5183 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
5184
5185         * mml2015.el (mml2015-extract-cleartext-signature): New function.
5186         (mml2015-mailcrypt-clear-verify): Use it.
5187         (mml2015-gpg-clear-verify): Use it.
5188         (mml2015-pgg-clear-verify): Use it.
5189         (mml2015-epg-clear-verify): Replace the current part with the output
5190         from GnuPG; don't extract the plaintext by itself.
5191
5192         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
5193         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
5194         mml2015-clear-verify-function; don't touch the armor headers or
5195         dash-escaped text here.
5196
5197 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5198
5199         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
5200         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
5201         parts, or application/octet-stream as a last resort.
5202         (gnus-mime-view-part-as-type): Don't toggle display.
5203         (gnus-mime-view-part-as-charset): Don't turn off display before
5204         querying charset.
5205
5206         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
5207         stuff to undisplayer function in Emacs.
5208         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
5209
5210         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
5211         text/calendar parts.
5212
5213 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5214
5215         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
5216         decoding text/calendar parts.
5217
5218         * message.el (message-forward-make-body-mime): Always mark body as
5219         having no illegible text; remove signed-or-encrypted argument.
5220         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
5221
5222         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
5223         (mml-generate-mime-1): Don't encode body if it is specified to be in
5224         raw form; don't make buffer be unibyte when inserting multibyte string.
5225
5226 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5227
5228         * sha1.el: Fix up comment style.
5229         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
5230         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
5231
5232         * hex-util.el: Fix up comment style.
5233         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
5234
5235         * gnus-salt.el: Use with-current-buffer.
5236         (gnus-pick-setup-message): Fix long-standing typo.
5237
5238 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5239
5240         * imap.el (imap-logout-timeout): New variable.
5241         (imap-logout, imap-logout-wait): New functions.
5242         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
5243
5244         * nnimap.el (nnimap-logout-timeout): New server variable.
5245         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
5246         nnimap-logout-timeout.
5247
5248         * gnus-art.el (gnus-article-summary-command-nosave)
5249         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
5250
5251 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5252
5253         * gnus.el (gnus-maximum-newsgroup): New variable.
5254
5255         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
5256         according to gnus-maximum-newsgroup.
5257
5258         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5259         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
5260         Limit the range of articles according to gnus-maximum-newsgroup.
5261
5262 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
5263
5264         * gnus-art.el (gnus-sticky-article): Fixed problems described in
5265         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
5266         Don't perform gnus-configure-windows here; reuse existing sticky
5267         article buffer.
5268
5269         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
5270         it doesn't exist in gnus-article-mode.
5271
5272 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5273
5274         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
5275         (gnus-agent-decoded-group-name): New function.
5276         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
5277         (gnus-agent-expire-group-1): Use it; decode group name in messages.
5278
5279 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
5280
5281         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
5282         Add binding for gnus-sticky-article.
5283         (gnus-summary-exit): Don't kill sticky article buffers.
5284
5285         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
5286         article buffer.
5287         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
5288         (gnus-kill-sticky-article-buffers): New commands.
5289
5290 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5291
5292         * nntp.el (nntp-xref-number-is-evil): New server variable.
5293         (nntp-find-group-and-number): If it is non-nil, don't trust article
5294         numbers in the Xref header.
5295
5296 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5297
5298         * gnus-agent.el (gnus-agent-read-group): New function.
5299         (gnus-agent-flush-group, gnus-agent-expire-group)
5300         (gnus-agent-regenerate-group): Use it.
5301         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
5302         nnmail-pathname-coding-system.
5303
5304 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5305
5306         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
5307
5308         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
5309         that are unread as unread, and also as selected so that information of
5310         marks having been changed by a user may be updated when exiting group.
5311
5312 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5313
5314         * gnus-art.el (gnus-mime-display-single): Pass part number that is
5315         calculated ignoring signature parts to gnus-treat-article.
5316
5317 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5318
5319         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
5320         a point here in order to keep the window start.
5321         (gnus-insert-mime-security-button): Make a button overlay without the
5322         front stickiness.
5323         (gnus-mime-display-security): Goto the end of a button.
5324
5325         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
5326
5327 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5328
5329         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
5330         group-name-at-point.
5331         (gnus-group-completing-read): New function that offers decoded
5332         non-ASCII group names for completion.
5333         (gnus-fetch-group, gnus-group-read-ephemeral-group)
5334         (gnus-group-jump-to-group, gnus-group-make-group-simple)
5335         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
5336         (gnus-group-fetch-control): Use it.
5337         (gnus-fetch-group): Use group-name-at-point for the initial value
5338         rather than the default value; use gnus-alive-p.
5339
5340         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
5341         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
5342         (gnus-summary-post-news): Use gnus-group-completing-read.
5343
5344         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
5345         (gnus-read-move-group-name): Decode group name for completion.
5346
5347 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
5348
5349         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
5350         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
5351         Yamaoka slightly modified the code).
5352
5353 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5354
5355         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
5356         (nnmail-split-incoming): Bind it.
5357
5358         * nnml.el (nnml-group-name-charset): New function.
5359         (nnml-decoded-group-name): Use it; don't decode group name if
5360         nnmail-group-names-not-encoded-p is non-nil.
5361         (nnml-encoded-group-name): New function.
5362         (nnml-group-pathname): Inline nnml-decoded-group-name.
5363         (nnml-request-expire-articles): Decode group name in message.
5364         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
5365         nnmail-pathname-coding-system.
5366         (nnml-save-mail, nnml-active-number): Work with decoded group names and
5367         not decoded ones according to nnmail-group-names-not-encoded-p.
5368         (nnml-generate-active-info): Use nnml-encoded-group-name.
5369
5370 2007-08-08  Glenn Morris  <rgm@gnu.org>
5371
5372         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
5373         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
5374         doc-strings and comments.
5375
5376 2007-07-25  Glenn Morris  <rgm@gnu.org>
5377
5378         * Relicense all FSF files to GPLv3 or later.
5379
5380 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5381
5382         * gnus-sum.el (gnus-summary-move-article): Make
5383         gnus-summary-respool-article work.
5384
5385 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
5386
5387         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
5388         string.
5389
5390 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
5391
5392         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
5393         that should be ignored when comparing distant RSS articles with local
5394         ones.
5395         (nnrss-make-hash-index): New function.  Create a hash index according
5396         to the ignored fields.
5397         (nnrss-check-group): Use it.
5398
5399 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5400
5401         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
5402
5403         * gnus-art.el (article-decode-group-name): Decode Xref header too.
5404
5405         * gnus-group.el (gnus-group-make-group): Encode group name here unless
5406         the new optional argument ENCODED is non-nil.
5407         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
5408         coding system for encoding group name.
5409         (gnus-group-make-rss-group): Pass un-encoded group name to
5410         gnus-group-make-group.
5411         (gnus-group-set-info): Tell gnus-group-make-group that group name is
5412         encoded.
5413
5414         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
5415         Encode group name to which articles are moved or copied.
5416         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
5417         coding system for encoding Newsgroup, Followup-To and Xref headers.
5418
5419         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
5420         marks; use nnheader-file-coding-system to write a file.
5421         (nnagent-retrieve-headers): Bind file-name-coding-system to
5422         nnmail-pathname-coding-system.
5423
5424         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
5425
5426         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
5427         (nnml-request-article, nnml-request-create-group)
5428         (nnml-request-rename-group, nnml-find-id)
5429         (nnml-possibly-change-directory, nnml-possibly-create-directory)
5430         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
5431         (nnml-save-marks): Use nnml-group-pathname instead of
5432         nnmail-group-pathname.
5433
5434         (nnml-request-create-group, nnml-request-expire-articles)
5435         (nnml-request-move-article, nnml-request-delete-group)
5436         (nnml-deletable-article-p, nnml-possibly-create-directory)
5437         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
5438         (nnml-open-marks): Bind file-name-coding-system to
5439         nnmail-pathname-coding-system.
5440
5441         (nnml-request-article): Pass server argument to nnml-find-group-number.
5442         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
5443         server argument to nnml-possibly-create-directory.
5444         (nnml-request-accept-article): Pass server argument to
5445         nnml-active-number and nnml-save-mail.
5446         (nnml-find-group-number): Pass server argument to nnml-find-id.
5447         (nnml-request-update-info): Pass server argument to
5448         nnml-marks-changed-p.
5449
5450         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
5451         (nnml-save-mail, nnml-active-number): Add server argument.
5452
5453         (nnml-request-delete-group): Warn if group is missing.
5454         (nnml-get-nov-buffer): Decode group name.
5455         (nnml-generate-active-info): Encode group name.
5456         (nnml-open-marks): Decode group name in messages.
5457
5458 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5459
5460         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
5461         if it is not specified.
5462         (gnus-article-pipe-part, gnus-article-save-part)
5463         (gnus-article-interactively-view-part, gnus-article-copy-part)
5464         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
5465         (gnus-article-inline-part, gnus-article-save-part-and-strip)
5466         (gnus-article-replace-part, gnus-article-delete-part)
5467         (gnus-article-view-part-as-type): Pass raw prefix argument to
5468         gnus-article-part-wrapper.
5469
5470 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5471
5472         * gnus-agent.el (gnus-agent-save-active): Bind
5473         nnheader-file-coding-system to gnus-agent-file-coding-system.
5474
5475         * gnus-cache.el (gnus-cache-save-buffers)
5476         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
5477         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
5478         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
5479         (gnus-cache-braid-nov, gnus-cache-braid-heads)
5480         (gnus-cache-generate-active, gnus-cache-rename-group)
5481         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
5482         (gnus-cache-update-overview-total-fetched-for): Bind
5483         file-name-coding-system to nnmail-pathname-coding-system.
5484         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
5485         variables.
5486         (gnus-cache-decoded-group-name): New function.
5487         (gnus-cache-file-name): Use it.
5488         (gnus-cache-generate-active): Use non-decoded group name for active.
5489
5490         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
5491         right place.
5492         (gnus-write-active-file): Don't break non-ASCII group names.
5493
5494         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
5495         nnmail-pathname-coding-system.
5496
5497         * lpath.el: Bind default-file-name-coding-system,
5498         file-name-coding-system and language-info-alist for XEmacs.
5499
5500         * gnus-uu.el (gnus-uu-decode-save): Typo.
5501
5502 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5503
5504         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
5505
5506 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5507
5508         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
5509         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
5510         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
5511         (gnus-agent-flush-group, gnus-agent-flush-cache)
5512         (gnus-agent-fetch-headers, gnus-agent-load-alist)
5513         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
5514         (gnus-agent-retrieve-headers, gnus-agent-request-article)
5515         (gnus-agent-regenerate-group)
5516         (gnus-agent-update-files-total-fetched-for)
5517         (gnus-agent-update-view-total-fetched-for): Bind
5518         file-name-coding-system to nnmail-pathname-coding-system.
5519         (gnus-agent-group-pathname): Don't encode file names by
5520         nnmail-pathname-coding-system.
5521         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
5522         coding-system-for-write instead of buffer-file-coding-system to
5523         gnus-agent-file-coding-system.
5524
5525         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
5526         Decode group name.
5527
5528         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
5529
5530         * gnus-start.el (gnus-update-active-hashtb-from-killed)
5531         (gnus-read-newsrc-el-file): Make group names unibyte.
5532
5533         * nnmail.el (nnmail-group-pathname): Don't encode file names by
5534         nnmail-pathname-coding-system.
5535
5536         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
5537         (nnrss-request-delete-group): Bind file-name-coding-system to
5538         nnmail-pathname-coding-system.
5539         (nnrss-read-server-data, nnrss-read-group-data): Bind
5540         file-name-coding-system correctly.
5541         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
5542
5543         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
5544         (nntp-server-to-method-cache): New variable.
5545         (nntp-group-pathname): New function that decodes non-ASCII group names.
5546         (nntp-possibly-create-directory, nntp-marks-changed-p)
5547         (nntp-save-marks, nntp-open-marks): Use it.
5548         (nntp-possibly-create-directory, nntp-open-marks):
5549         Bind file-name-coding-system to nnmail-pathname-coding-system.
5550         (nntp-open-marks): Decode group names when bootstrapping marks.
5551
5552         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
5553         Newsgroups and Folowup-To headers.
5554
5555 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5556
5557         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5558         (gnus-server-closed-face, gnus-server-denied-face)
5559         (gnus-server-offline-face): Remove variable.
5560         (gnus-server-font-lock-keywords): Use faces that are not aliases.
5561
5562         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
5563         of modifying message-stack directly for XEmacs.
5564
5565         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
5566         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
5567         if the coding-system argument is nil for XEmacs.
5568
5569         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
5570         mm-charset-override-alist.
5571
5572         * rfc2047.el: Don't require base64; require rfc2045 for the function
5573         rfc2045-encode-string.
5574         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
5575         to quote the parameter value.
5576
5577 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5578
5579         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
5580         form in gnus-group-name-charset-method-alist.
5581
5582         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
5583         overrides the default layout edit-form.
5584
5585         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
5586
5587         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
5588
5589 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5590
5591         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
5592         as unfetched articles.
5593
5594 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
5595
5596         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
5597
5598 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5599
5600         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
5601         original back end that keeps marks in the local system.
5602
5603 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5604
5605         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
5606         arg of pop-to-buffer for XEmacs.
5607         (gnus-article-read-summary-keys): Ditto; don't restore window
5608         configuration if summary command ends up with neither article buffer
5609         nor summary buffer; describe bindings if summary keys end with C-h.
5610
5611 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5612
5613         * message.el (message-fix-before-sending): Skip raw message part to be
5614         forwarded while checking illegible text.
5615         (message-forward-make-body-mime, message-forward-make-body): Mark
5616         signed or encrypted raw message as having no illegible text.
5617
5618 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5619
5620         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
5621         (gnus-message-with-timestamp-1): New macro.
5622         (gnus-message-with-timestamp): New function.
5623         (gnus-message): Use them.
5624
5625         * nnheader.el (nnheader-message): Use them.
5626
5627 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
5628
5629         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
5630         .newsrc.eld file.
5631
5632 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5633
5634         * gnus-agent.el (gnus-agent-fetch-headers)
5635         (gnus-agent-retrieve-headers): Bind
5636         gnus-decode-encoded-address-function to identity.
5637
5638         * nntp.el (nntp-send-xover-command): Recognize an xover command is
5639         available also when the server returns simply a dot.
5640
5641         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
5642
5643 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5644
5645         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
5646
5647 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5648
5649         * gnus-ems.el (gnus-x-splash): Make it work.
5650
5651         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
5652         from being used.
5653
5654         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
5655
5656 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5657
5658         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
5659         4th and the 5th arguments.
5660
5661         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
5662         the front stickiness.
5663         (gnus-article-summary-command-nosave): Correct the order of the
5664         arguments passed to pop-to-buffer.
5665         (gnus-article-read-summary-keys): Ditto; make it work properly when the
5666         summary command ends up with the article buffer.
5667
5668         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
5669         the same faces.
5670
5671 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
5672
5673         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
5674
5675 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
5676
5677         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
5678         * gnus-sum.el (gnus-summary-highlight):
5679         * pgg.el (pgg-sign-region, pgg-sign):
5680         * mail-source.el (mail-source-delete-old-incoming-confirm):
5681         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
5682
5683 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5684
5685         * gnus-art.el (gnus-mime-view-part-externally)
5686         (gnus-mime-view-part-internally): Fix predicate function passed to
5687         completing-read.
5688
5689         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
5690
5691         * gnus.el (gnus-update-message-archive-method): Add :version.
5692
5693 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5694
5695         * gnus.el (gnus-update-message-archive-method): New variable.
5696
5697         * gnus-start.el (gnus-setup-news): Update saved "archive" method
5698         according to gnus-message-archive-method if
5699         gnus-update-message-archive-method is non-nil.
5700
5701 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5702
5703         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
5704         by Loic Dachary <loic@dachary.org>.
5705         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5706
5707 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5708
5709         * message.el (message-pop-to-buffer): Add switch-function argument.
5710         (message-mail): Pass switch-function argument to it.
5711
5712 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
5713
5714         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
5715         Improve doc string.
5716
5717 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5718
5719         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
5720         (gnus-header-content)
5721         * gnus-cite.el (gnus-cite-10)
5722         * gnus-srvr.el (gnus-server-closed)
5723         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
5724         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
5725         (gnus-group-mail-3-empty, gnus-group-mail-low)
5726         (gnus-group-mail-low-empty, gnus-splash)
5727         * message.el (message-header-to, message-header-cc)
5728         (message-header-subject, message-header-other, message-header-name)
5729         (message-header-xheader, message-separator, message-cited-text)
5730         (message-mml): Lighten colors of faces used for dark background.
5731
5732 2007-05-24  Simon Josefsson  <simon@josefsson.org>
5733
5734         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
5735         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
5736
5737 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5738
5739         * message.el (message-narrow-to-headers-or-head):
5740         Ignore mail-header-separator in the body.
5741
5742 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5743
5744         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
5745         same as window size.
5746
5747 2007-05-22  Kevin Ryde  <user42@zip.com.au>
5748
5749         * message.el (message-font-lock-keywords): Use message-header-xheader
5750         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
5751         ahead of the anything pattern, to get it recognised.
5752
5753 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5754
5755         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
5756         spam.el loads uses it in the compiled defadvice form.
5757
5758 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
5759
5760         * gnus-sum.el (gnus-articles-to-read)
5761         (gnus-summary-insert-old-articles): Don't truncate group name for
5762         `read-string'.
5763
5764         * gnus-util.el (gnus-limit-string): Delete this function.
5765
5766         * gnus-sum.el (gnus-simplify-subject-fully): Use
5767         `truncate-string-to-width' instead.
5768
5769 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
5770
5771         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
5772         if, on summary exit, the next group has to be selected.
5773         (gnus-summary-exit): Use it.
5774
5775 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
5776
5777         * gnus-art.el (gnus-article-mode): Fix comment about displaying
5778         non-break space.
5779
5780 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5781
5782         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
5783         Check if group is not a directory.
5784         (nnfolder-request-expire-articles): Don't delete articles if the target
5785         group is not available.
5786
5787         * nnml.el (nnml-request-create-group): Properly check if group is not a
5788         file.
5789         (nnml-request-expire-articles): Don't delete articles if the target
5790         group is not available.
5791
5792         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5793         Don't quote characters that are within parentheses.
5794
5795 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5796
5797         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
5798         (gnus-handle-ephemeral-exit): Select article according to it.
5799
5800 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5801
5802         * message.el (message-insert-formated-citation-line): Remove newline.
5803         (message-citation-line-format): Add final \n here so that the user can
5804         avoid a blank line.
5805
5806 2007-05-03  Dan Christensen  <jdc@uwo.ca>
5807
5808         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5809         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5810         Update lanl/arXiv support.
5811
5812 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5813
5814         * gnus.el: Bump version number.
5815
5816 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5817
5818         * gnus.el (gnus-version-number): Bump version.
5819
5820 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5821
5822         * gnus.el: No Gnus v0.6 is released.
5823
5824 2007-04-27  Didier Verna  <didier@xemacs.org>
5825
5826         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
5827         * gmm-utils.el (gmm-regexp-concat): here.
5828         * message.el: Don't require 'gnus-util.
5829         (message-dont-reply-to-names): Handle name change above.
5830         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
5831
5832 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5833
5834         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
5835         since the initial value varies according to the system.
5836
5837 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5838
5839         * mm-util.el (mm-charset-synonym-alist): Defcustom.
5840
5841 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
5842
5843         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
5844
5845 2007-04-24  Didier Verna  <didier@xemacs.org>
5846
5847         Improve the type of gnus-ignored-from-addresses.
5848         * gnus-util.el (gnus-orify-regexp): New function.
5849         * message.el (gnus-util): Require it.
5850         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
5851         * gnus-sum.el (gnus-ignored-from-addresses): New function.
5852         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
5853
5854 2007-04-24  Didier Verna  <didier@xemacs.org>
5855
5856         * gnus-sum.el:
5857         * gnus-utils.el: Fix some trailing whitespaces.
5858
5859 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5860
5861         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
5862         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
5863         article's Message-ID; refer parent article in summary buffer.
5864
5865         * message.el (message-bounce): Call mime-to-mml.
5866
5867         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
5868         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
5869         optimize and/or forms properly.
5870
5871 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
5872
5873         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
5874         URL.
5875
5876 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5877
5878         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
5879
5880 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5881
5882         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
5883         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
5884         displayed of multipart/alternative part if it is invoked from summary
5885         buffer.
5886
5887         * mm-view.el (mm-inline-text-html-render-with-w3m)
5888         (mm-inline-text-html-render-with-w3m-standalone)
5889         (mm-inline-render-with-function): Use mail-parse-charset by default.
5890
5891 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
5892
5893         * parse-time.el (parse-time-string-chars): Check if CHAR
5894         is less than the length of parse-time-syntax.
5895
5896 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5897
5898         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
5899         from gnus-newsgroup-processable.
5900
5901 2007-04-16  Didier Verna  <didier@xemacs.org>
5902
5903         * gnus-msg.el (gnus-configure-posting-styles): Handle
5904         message-signature-directory properly with :file syntax.  Reported by
5905         "Leo".
5906
5907 2007-04-11  Didier Verna  <didier@xemacs.org>
5908
5909         New user option: message-signature-directory.
5910         * gnus-msg.el (gnus-configure-posting-styles): Support it.
5911         * message.el (message-insert-signature): Ditto.
5912         * message.el (message-signature-file): Doc update.
5913         * message.el (message-signature-directory): New.
5914
5915 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5916
5917         * gnus-msg.el (gnus-inews-yank-articles): Use
5918         message-exchange-point-and-mark instead of exchange-point-and-mark.
5919
5920 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5921
5922         * message.el (message-yank-original): Make sure cited text ends with
5923         newline; don't exchange point and mark.
5924
5925 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5926
5927         * tls.el (open-tls-stream): Properly handle case where there
5928         is no associated buffer.
5929
5930 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
5931
5932         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
5933         message-yank-original, make sure (< mark TEXT point).
5934
5935 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5936
5937         * message.el (message-fill-column): New variable.
5938         (message-mode): Use it.  Add comment on a possible new hook.
5939
5940         * nnmail.el (nnmail-spool-file): Mark as obsolete.
5941         (nnmail-get-new-mail): Reformat.
5942
5943         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
5944
5945         * gmm-utils.el: Fix Commentary.
5946         (gmm-tool-bar-from-list): Fix typo in doc string.
5947
5948 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
5949
5950         * message.el (message-yank-original): Don't switch point and mark
5951         unnecessarily to put point and mark as documented.
5952
5953 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5954
5955         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
5956         from the message heads.
5957
5958 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
5959
5960         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
5961         article buffer does not have a window.  This may not be the best
5962         solution but is certainly better than setting the start of the null,
5963         that is the current, window.
5964
5965 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5966
5967         * gnus-draft.el (gnus-draft-setup-hook): New hook.
5968         (gnus-draft-setup): Run it.
5969
5970         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
5971         gnus-score-fast-scoring.  Allow regexp.
5972         (gnus-score-headers): Use it.
5973
5974         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
5975         XEmacs.
5976
5977         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
5978         string.
5979         (gnus-button-alist): Also catch `<f1> k ...'.
5980         (gnus-treat-display-x-face): Fix doc string.
5981
5982 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5983
5984         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
5985         evaluation of gnus-extended-version to ensure correct generation of the
5986         User-Agent header when message-generate-headers-first is used.
5987
5988 2007-03-24  Simon Josefsson  <simon@josefsson.org>
5989
5990         * hashcash.el (hashcash-generate-payment-async): Don't crash if
5991         hashcash-path is nil.  Don't call callback with incorrect number of
5992         parameters if val is 0.
5993
5994 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5995
5996         * message.el (message-required-news-headers):
5997         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
5998
5999 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
6000
6001         * tls.el (open-tls-stream): In handshake-waiting loop,
6002         don't wait more if there is output available to process.
6003
6004 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
6005
6006         * tls.el (tls-program): Doc fix.
6007
6008 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6009
6010         * message.el (message-generate-new-buffers): Change the meaning of the
6011         nil value; add `standard' to the choices; treat t as `unique'; improve
6012         doc string.
6013         (gnus-select-frame-set-input-focus): Autoload.
6014         (message-buffer-name): Search for the existing message buffer if
6015         message-generate-new-buffers is nil or `standard'; treat the value t of
6016         message-generate-new-buffers as `unique'.
6017         (message-pop-to-buffer): Raise the frame already displaying the message
6018         buffer; clear the echo area after querying.
6019         (message-setup): Pass the `continue' argument to compose-mail.
6020         (message-mail): Prefer `switch-function' if it is given; search for the
6021         existing message buffer if the `continue' argument is non-nil; pass
6022         continue and switch-function arguments to compose-mail by way of
6023         message-setup.
6024         (message-mail-other-window): Adjust argument of message-setup.
6025         (message-mail-other-frame): Ditto.
6026
6027 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6028
6029         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
6030         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
6031         to turn font-lock on when turning gnus-message-citation-mode on.
6032
6033 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
6034
6035         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
6036         (mml-smime-function-alist): New variable; add epg as the backend.
6037         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
6038         mml-smime- functions instead.
6039         * mm-view.el: Require smime.
6040
6041 2007-03-05  Didier Verna  <didier@xemacs.org>
6042
6043         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
6044         instead of just inheritance for posting styles.
6045         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
6046
6047 2007-02-24  Chris Moore  <dooglus@gmail.com>
6048
6049         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
6050         * pgg-pgp.el (pgg-pgp-encrypt-region):
6051         * pgg-gpg.el (pgg-gpg-encrypt-region):
6052         Check pgg-encrypt-for-me if no other recipients.
6053
6054 2007-02-24  John Paul Wallington  <jpw@pobox.com>
6055
6056         * tls.el (tls-certtool-program): Fix custom type.
6057
6058 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6059
6060         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
6061         and point-at-eol instead of line-(beginning|end)-position.
6062
6063         * assistant.el (assistant-parse-buffer): Ditto.
6064
6065         * netrc.el (netrc-parse-services): Ditto.
6066
6067 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
6068
6069         * mml2015.el (mml2015-epg-find-usable-key): New function.
6070         (mml2015-epg-sign): Use it.
6071         (mml2015-epg-encrypt): Use it.
6072
6073 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6074
6075         * message.el (message-make-in-reply-to): Quote name containing
6076         non-ASCII characters.  It will make the RFC2047 encoder cause an error
6077         if there are special characters.  Reported by NAKAJI Hiroyuki
6078         <nakaji@jp.freebsd.org>.
6079
6080 2007-02-27  Didier Verna  <didier@xemacs.org>
6081
6082         Include the group parameters as well as the topic ones in the
6083         inheritance filter process.
6084         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
6085         argument GROUP-PARAMS-LIST.
6086         * gnus-topic.el (gnus-group-topic-parameters): Use it.
6087
6088 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6089
6090         * nntp.el (nntp-never-echoes-commands)
6091         (nntp-open-connection-functions-never-echo-commands): New variables.
6092         (nntp-send-command): Use them.
6093
6094 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
6095
6096         * mml2015.el (mml2015-epg-verify): Simplified.
6097
6098 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6099
6100         * mml.el (mml-content-disposition-alist): New user option.
6101         (mml-content-disposition): New function.
6102         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
6103         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
6104
6105 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
6106
6107         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
6108         verification.
6109
6110 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6111
6112         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
6113         articles posted in the last 24 hours.
6114
6115 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
6116
6117         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
6118
6119 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
6120
6121         * nntp.el (nntp-send-command): Don't wait for echoes when
6122         nntp-open-ssl-stream is used.
6123
6124 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6125
6126         * gnus-cite.el (gnus-test-font-lock-add-keywords)
6127         (gnus-message-add-citation-keywords)
6128         (gnus-message-remove-citation-keywords): Remove.
6129         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
6130         directly, make the variables in font-lock-defaults buffer-local, add
6131         gnus-message-citation-keywords to them and then update the value of
6132         font-lock-keywords.
6133
6134 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6135
6136         * message.el (message-cite-original-1): Don't call
6137         gnus-article-highlight-citation.
6138
6139         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
6140         citations; fix line count.
6141
6142 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6143
6144         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
6145         (gnus-message-add-citation-keywords)
6146         (gnus-message-remove-citation-keywords): Use it; fix the emulating
6147         versions of font-lock-add-keywords and font-lock-remove-keywords to
6148         work with XEmacs correctly.
6149
6150 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6151
6152         * gnus-cite.el (gnus-cite-face-list): Set the values of
6153         gnus-message-max-citation-depth and gnus-message-citation-keywords.
6154         (gnus-message-max-citation-depth): Use defvar rather than defconst.
6155         (gnus-message-cite-prefix-regexp): New variable.
6156         (gnus-message-search-citation-line): Use it; protect against long
6157         citation prefix; fill match data with nil rather than 0 for XEmacs; set
6158         the 0th match data for Emacs.
6159         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
6160         (gnus-message-add-citation-keywords): Append keywords rather than
6161         prepending; emulate font-lock-add-keywords if it is not available.
6162         (gnus-message-remove-citation-keywords): Emulate
6163         font-lock-remove-keywords if it is not available.
6164
6165         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
6166
6167         * message.el (message-cite-prefix-regexp): Set the value of
6168         gnus-message-cite-prefix-regexp.
6169
6170 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6171
6172         * nnweb.el (nnweb-google-parse-1): Update parser.
6173
6174 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
6175
6176         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
6177
6178 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6179
6180         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6181         regexp.
6182
6183 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6184
6185         * uudecode.el (uudecode-string-to-multibyte): New function emulating
6186         string-to-multibyte.
6187         (uudecode-decode-region-internal): Use it.
6188
6189         * lpath.el: Fbind string-as-multibyte for XEmacs.
6190
6191 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6192
6193         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
6194         custom choice.
6195
6196         * gnus-art.el (gnus-signature-limit): Fix custom choice.
6197
6198 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
6199
6200         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
6201
6202         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
6203         `write-region' to respect `mm-inhibit-file-name-handlers'.
6204
6205 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
6206
6207         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
6208         Use gnus-home-directory instead of "~/" or "$HOME".
6209
6210 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
6211
6212         * encrypt.el (encrypt-insert-file-contents): Add better prompt
6213         to mention filename.
6214         Add comments at beginning regarding usage.
6215         (encrypt-write-file-contents): Change interactive so a string is
6216         acceptable.  If the file has no associated model, show an error instead
6217         of a nonsense prompt.
6218
6219 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6220
6221         * spam.el (spam-bsfilter-ham-switch): Fix typo.
6222         Thanks to Yoshihiko Yamada for kind notification of this typo.
6223
6224 2007-01-12  Kenichi Handa  <handa@m17n.org>
6225
6226         * uudecode.el (uudecode-decode-region-internal): Make it work in a
6227         multibyte buffer.
6228
6229 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6230
6231         * gnus-score.el (gnus-score-fast-scoring): New variable.
6232         (gnus-score-headers): Use it.
6233
6234         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
6235
6236         * message.el (message-cite-original-1): Call
6237         gnus-article-highlight-citation if requested.
6238         (message-make-from): Allow name and address as optional arguments.
6239
6240         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
6241
6242         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
6243         bugs to doc string.
6244         (gnus-button-alist): Add mid\\|message-id.
6245         (gnus-button-fetch-group): Extend for use in
6246         `browse-url-browser-function'.
6247         (gnus-button-url-regexp): Try to catch paired parentheses like in
6248         Wikipedia URLs.
6249
6250         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
6251         Suggested by Simon Krahnke <overlord@gmx.li>.
6252
6253 2007-01-13  Romain Francoise  <romain@orebokech.com>
6254
6255         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
6256         Update copyright.
6257
6258 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
6259
6260         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
6261
6262 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
6263
6264         * gnus-registry.el (gnus-registry-unfollowed-groups)
6265         (gnus-registry-split-fancy-with-parent): Fix documentation.
6266
6267 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6268
6269         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
6270         from nnweb groups.
6271
6272 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6273
6274         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
6275         Xref urls.  Erase buffer before requesting head.
6276
6277 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
6278
6279         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
6280         customizable.
6281
6282 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
6283
6284         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
6285         no signing key is found.
6286         (mml2015-epg-encrypt): Ask user whether to skip or abort if
6287         no encrypting and/or signing key is found.
6288
6289 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6290
6291         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
6292
6293 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6294
6295         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
6296         headers read from disk with the ones newly found in the current search.
6297         This should no longer cause problems, because the article numbers in
6298         Gmane's `nov.php' output are ignored since the previous change.
6299
6300 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6301
6302         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
6303
6304 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6305
6306         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
6307         replace-regexp-in-string; bind url-version; fbind display-images-p and
6308         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
6309         find-face and set-itimer-function for Emacs; bind itimer-list for
6310         Emacs.
6311
6312         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
6313
6314 2007-01-01  Romain Francoise  <romain@orebokech.com>
6315
6316         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
6317
6318 2006-12-31  Steve Youngs  <steve@sxemacs.org>
6319
6320         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
6321         `define-minor-mode' macro definition expanded properly.
6322         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
6323         exclude it there.
6324
6325         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
6326         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
6327         `fboundp' test.
6328         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
6329         This is OK to autoload in (S)XEmacs now.
6330
6331 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6332
6333         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
6334         keystroke.
6335         (gnus-summary-limit-to-singletons): Fix typo.
6336
6337         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
6338         else fails.
6339
6340 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6341
6342         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
6343         docstring.
6344
6345         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
6346         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
6347         (gnus-summary-insert-dormant-articles): Fix typo in message.
6348
6349 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
6350
6351         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
6352         nil for XEmacs.
6353         (gnus-message-citation-mode): Don't autoload in XEmacs.
6354
6355         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
6356
6357 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
6358
6359         * nnimap.el (nnimap-expunge-search-string): Mention
6360         nnimap-search-uids-not-since-is-evil in docstring.
6361
6362 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6363
6364         * spam.el: Revert to make-obsolete-variable because
6365         define-obsolete-variable-alias is not supported in Emacs 21.
6366
6367         * spam.el (spam-ifile-path, spam-ifile-database-path)
6368         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
6369         make-obsolete-variable.
6370         (spam-bsfilter-path, spam-bsfilter-program)
6371         (spam-spamassassin-path, spam-spamassassin-program)
6372         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
6373         use "path" inappropriately.
6374         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
6375         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
6376         variable names.
6377
6378 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
6379
6380         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
6381         summary buffer.
6382
6383         * password.el (password-cache-remove): Use clear-string to burn
6384         password, if available.
6385
6386 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6387
6388         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
6389
6390         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
6391
6392         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
6393         (gnus-message-highlight-citation): Move defcustom here from
6394         gnus-cite.el.
6395         (gnus-message-citation-mode): Autoload.
6396
6397         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
6398         checks to make it compile with XEmacs.
6399         (gnus-message-citation-mode): New minor mode.
6400         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
6401         (gnus-message-highlight-citation): New variables.
6402         (gnus-message-search-citation-line)
6403         (gnus-message-add-citation-keywords)
6404         (gnus-message-remove-citation-keywords)
6405         (turn-on-gnus-message-citation-mode)
6406         (turn-off-gnus-message-citation-mode): New functions.
6407
6408 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
6409
6410         * gnus-cite.el: Enable highlighting of different citation levels in
6411         message-mode.
6412
6413 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6414
6415         * message.el (message-make-fqdn): Fix comment.
6416         (message-bogus-system-names): Add ".local".
6417
6418         * spam.el (spam-ifile-path, spam-ifile-program)
6419         (spam-ifile-database-path, spam-ifile-database)
6420         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
6421         Don't use "path" inappropriately.
6422         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
6423         strings.
6424         (spam-check-ifile, spam-ifile-register-with-ifile)
6425         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
6426         new variable names.
6427
6428         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
6429         (gnus-treat-display-smileys): Simplify using
6430         gnus-image-type-available-p.
6431
6432         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
6433         available.
6434
6435         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
6436         `display-images-p' if available.
6437
6438 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6439
6440         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
6441         one after turning on the buffer's multibyteness instead of decoding
6442         them directly in the unibyte buffer that causes unexpected conversion
6443         in Emacs 23 (unicode).
6444
6445 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6446
6447         * message.el (message-generate-hashcash): Fix custom type.
6448
6449 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6450
6451         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
6452
6453 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6454
6455         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
6456         disconnect icons.  Add help text.
6457
6458 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
6459
6460         * spam.el (spam-extra-header-to-number): CRM114 spam score is
6461         negated to be consistent with the others we handle.
6462
6463 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6464
6465         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
6466         version of gnus-summary-buffer to something, so that we can use two
6467         article buffers at the same time.
6468
6469 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
6470
6471         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
6472         trigger all the extra headers.
6473         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
6474         sorting.
6475
6476 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6477
6478         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
6479         solid groups.
6480
6481 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
6482
6483         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
6484
6485 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6486
6487         * legacy-gnus-agent.el: Add Copyright notice.
6488
6489 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
6490
6491         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
6492
6493 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6494
6495         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
6496
6497         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
6498         to make it work reliably in CVS Emacs.
6499         (gnus-summary-limit-strange-charsets-predicate)
6500         (gnus-summary-limit-to-predicate): New functions.
6501
6502 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
6503
6504         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
6505         specifying array size.
6506         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
6507         array if it is too small.
6508         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
6509         (gnus-sort-threads-loop): New function.
6510
6511 2006-12-06  Chris Moore  <dooglus@gmail.com>
6512
6513         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
6514         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
6515
6516 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
6517
6518         * mm-url.el (mm-url-predefined-programs): Call curl with correct
6519         options.
6520
6521 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6522
6523         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
6524         DOS-ing the recipient.
6525
6526         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
6527         the headers when creating the mapping to avoid mismappings.
6528         (nnweb-gmane-create-mapping): Always nix out old mapping.
6529
6530 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6531
6532         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
6533         and mm-verify-option to never.
6534
6535 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6536
6537         * message.el (message-signed-or-encrypted-p): New function.
6538         (message-forward-make-body): Use it.
6539
6540         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
6541         Replace encode-coding-string with mm-encode-coding-string.
6542
6543 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6544
6545         * nneething.el (nneething-decode-file-name): Replace
6546         decode-coding-string with mm-decode-coding-string.
6547
6548         * gnus-int.el (gnus-open-server): Say failed server's name.
6549
6550 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6551
6552         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6553         strings to a single string.  Quote `errors-file-name'.
6554         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6555         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6556         Adjust calls.  Use `shell-quote-argument'.
6557
6558 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
6559
6560         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
6561         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
6562
6563         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
6564         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
6565         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
6566         (gnus-group-make-directory-group, gnus-group-transpose-groups):
6567         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
6568         (gnus-subscribe-newsgroup, gnus-1):
6569         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
6570         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
6571         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
6572         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
6573
6574 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6575
6576         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
6577         keystroke.
6578         (gnus-summary-limit-to-bodies): Implement headersp.
6579
6580 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6581
6582         * dns.el (query-dns): Protect against "Process dns deleted" strings.
6583
6584 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6585
6586         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
6587
6588 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6589
6590         * message.el (message-generate-hashcash): Expand range of values to
6591         include `opportunistic'.
6592         (message-send-mail): Use it.
6593
6594 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6595
6596         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
6597         and comment it.
6598
6599         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
6600
6601 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
6602
6603         * gnus-util.el (gnus-extract-address-components): Improve comment.
6604
6605 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6606
6607         * gnus-util.el (gnus-extract-address-components): Work with address in
6608         which the name portion contains @.
6609
6610         * lpath.el: Fbind custom-autoload.
6611
6612 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6613
6614         * gnus.el (gnus-start): Move custom group up.
6615         (gnus-select-method): Don't autoload, but make it available for
6616         `customize-variable'.
6617         (gnus-getenv-nntpserver): Don't autoload.
6618
6619 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
6620
6621         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
6622
6623 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6624
6625         * message.el (message-sendmail-extra-arguments): New variable.
6626         (message-send-mail-with-sendmail): Use it.
6627
6628 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6629
6630         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
6631         mm-with-unibyte-current-buffer to make string unibyte.
6632
6633         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
6634         mm-string-as-multibyte.
6635
6636 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
6637
6638         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
6639         Reported by Werner Koch <wk@gnupg.org>.
6640
6641 2006-11-14  Daiki Ueno  <ueno@p360>
6642
6643         * mml2015.el: Autoload epa-select-keys when compiling.
6644
6645 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6646
6647         * mml2015.el (mml2015-epg-sign): Save the signing keys in
6648         message-options.
6649         (mml2015-epg-encrypt): Save the recipient keys in message-options.
6650
6651 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6652
6653         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
6654         EasyPG (< 0.0.6).
6655         (mml2015-always-trust): New user option.
6656         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
6657         prompt.
6658
6659 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6660
6661         * nntp.el (nntp-authinfo-force): New variable.
6662         (nntp-send-authinfo): Use it.
6663
6664 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
6665
6666         * message.el (message-strip-subject-encoded-words): Allow _not_ to
6667         decode encoded words.  Improve prompt.  Add comment about forwarding.
6668         (message-replacement-char): Move up.
6669
6670 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6671
6672         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
6673         instead of gnus-intersection because arguments of gnus-sorted-nunion
6674         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
6675
6676 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
6677
6678         * message.el (message-strip-subject-encoded-words): Reformat prompt.
6679         (message-simplify-subject-functions): Enable
6680         message-strip-subject-encoded-words by default.
6681
6682 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
6683
6684         * message.el (message-strip-subject-encoded-words): New function.
6685         (message-simplify-subject-functions): New variable.
6686         (message-simplify-subject): Use it.  Fix typo in doc string.
6687         Support message-strip-subject-encoded-words.
6688
6689 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
6690
6691         * gnus-diary.el (gnus-diary-delay-format-function):
6692         * nndiary.el (nndiary-reminders):
6693         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
6694
6695 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6696
6697         * gnus-art.el (article-hide-boring-headers): Fetch date from
6698         gnus-original-article-buffer to avoid problems with localized date
6699         strings.
6700
6701 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6702
6703         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
6704
6705 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
6706
6707         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
6708         New variables.
6709         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6710         (mm-charset-synonym-alist): Move some entries to
6711         mm-codepage-iso-8859-list.
6712         (mm-charset-synonym-alist, mm-charset-override-alist): Add
6713         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6714
6715 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6716
6717         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
6718
6719 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6720
6721         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
6722         with Emacs 21 and XEmacs.
6723
6724 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
6725
6726         * spam.el (spam-parse-address): New function for better parsing,
6727         catching errors, etc.
6728         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
6729
6730 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6731
6732         * mm-view.el: Add interactive arg to html2text autoload.
6733
6734 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6735
6736         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
6737
6738 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
6739
6740         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
6741         variables.
6742         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6743         (mm-charset-synonym-alist): Move some entries to
6744         mm-codepage-iso-8859-list.
6745
6746         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
6747
6748 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
6749
6750         * message.el (message-citation-line-format)
6751         (message-insert-formated-citation-line): Fix implementation of %E, %N
6752         and %n according to the doc string.
6753
6754 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
6755
6756         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6757         car-safe to avoid bad parses.
6758
6759 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6760
6761         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
6762         names.
6763
6764         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
6765
6766 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6767
6768         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
6769         header.
6770
6771         * message.el (message-draft-headers): Add Date.
6772         (message-headers-to-generate): Fix typo in docstring.
6773
6774         * nndraft.el (nndraft-required-headers): New variable.
6775         (nndraft-generate-headers): Use it.
6776
6777         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
6778
6779 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6780
6781         * gnus-registry.el (gnus-registry-wash-for-keywords)
6782         (gnus-registry-find-keywords): New functions to allow easy searching of
6783         articles that are in the registry.
6784
6785 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6786
6787         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6788         ietf-drums-parse-address instead of gnus-extract-address-components.
6789         Reported by Damien Elmes <damien@repose.cx>.
6790
6791 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6792
6793         * gnus.el (gnus-mime): Remove unused custom group.
6794
6795 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6796
6797         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
6798         "blank line" when searching for end of armor headers.
6799
6800 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6801
6802         * gmm-utils.el (gmm-write-region): Fix variable name.
6803
6804 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6805
6806         * gmm-utils.el (gmm-write-region): New function based on compatibility
6807         code from `mm-make-temp-file'.
6808
6809         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
6810
6811         * nnmaildir.el (nnmaildir--update-nov)
6812         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
6813         Use `gmm-write-region'.
6814
6815 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6816
6817         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
6818         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6819
6820         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
6821
6822         * message.el (message-replacement-char): New variable.
6823         (message-fix-before-sending): Use it.
6824         (message-simplify-subject): New function to remove duplicate code.
6825         (message-reply, message-followup): Use it.
6826
6827         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
6828         gnus-summary-limit-to-articles.
6829
6830 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6831
6832         * gnus-util.el (gnus-with-local-quit): New macro.
6833
6834         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
6835
6836 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
6837
6838         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
6839         ignore non-string data.
6840
6841 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6842
6843         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
6844         non-string data (needs to be done in the registry too).
6845
6846 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6847
6848         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
6849         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
6850         (gnus-registry-split-fancy-with-parent)
6851         (gnus-registry-fetch-simplified-message-subject-fast)
6852         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
6853         Remove text properties on ingress into the registry and when it's saved.
6854         (gnus-registry-clean-empty-function): Fix bug with cleaning the
6855         registry from entries with no groups.
6856
6857 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6858
6859         * gnus-util.el (gnus-string-remove-all-properties): Add utility
6860         function to remove string properties.
6861
6862 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6863
6864         * gmm-utils.el (gmm): Adjust custom version.
6865
6866         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
6867         custom version.
6868
6869         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
6870
6871 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6872
6873         * gnus-art.el (gnus-insert-prev-page-button)
6874         (gnus-insert-next-page-button): Simplify.  Reformat.
6875
6876 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6877
6878         * gnus-art.el (gnus-insert-prev-page-button)
6879         (gnus-insert-next-page-button): Apply gnus-article-button-face.
6880
6881 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
6882
6883         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
6884
6885 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6886
6887         * gnus-art.el (gnus-insert-mime-button)
6888         (gnus-insert-mime-security-button):
6889         Apply gnus-article-button-face to MIME and security buttons.
6890
6891 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
6892
6893         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
6894         readable.
6895
6896 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6897
6898         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
6899
6900 2006-09-20  Steve Youngs  <steve@sxemacs.org>
6901
6902         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
6903         `browse-url-of-file' instead of `browse-url'.
6904
6905 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6906
6907         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6908         regexp.  Articles containing quotation were cut prematurely.
6909
6910 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6911
6912         * message.el (message-cite-original-1): Use nobody by default for the
6913         value of From header.
6914         (message-reply): Ditto.
6915
6916 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
6917
6918         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
6919         to the gnus-info.  This fixes a bug of inline-PGP message verification.
6920         Reported by Michael Piotrowski <mxp@dynalabs.de>.
6921
6922 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
6923
6924         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
6925         mails in the doc string.  Add some URLs in comment.
6926         (pop3-movemail): Warn about pop3-leave-mail-on-server.
6927
6928 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6929
6930         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
6931         backslashes handling and the way to find boundaries of quoted strings.
6932
6933 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
6934
6935         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
6936         mml1991-encrypt-to-self is set and mml1991-signers is not set.
6937         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
6938         mml2015-encrypt-to-self is set and mml2015-signers is not set.
6939
6940 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
6941
6942         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
6943         doc string.
6944         (gnus-button-regexp, gnus-button-last): Remove unused variables.
6945
6946 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6947
6948         * lpath.el: Fbind epg-check-configuration.
6949
6950 2006-09-06  Simon Josefsson  <jas@extundo.com>
6951
6952         * mml2015.el (mml2015-use): Doc fix, mention epg.
6953
6954 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6955
6956         * mml2015.el (mml2015-use): Default to epg, if available.
6957
6958 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6959
6960         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
6961         message-sender.
6962         (mml1991-epg-encrypt): Ditto.
6963         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
6964         message-sender.
6965         (mml2015-epg-encrypt): Ditto.
6966
6967 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
6968
6969         * message.el (message-send-mail-with-sendmail): Look for sendmail in
6970         several common directories.
6971
6972 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
6973
6974         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
6975         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
6976
6977 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6978
6979         * gnus-art.el (article-decode-encoded-words): Make it fast.
6980
6981 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6982
6983         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
6984
6985         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
6986         in quoted string into `\'.
6987
6988 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6989
6990         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6991         Use standard-syntax-table.
6992
6993 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6994
6995         * gnus-art.el (gnus-decode-address-function): New variable.
6996         (article-decode-encoded-words): Use it to decode headers which are
6997         assumed to contain addresses.
6998         (gnus-mime-delete-part): Remove useless `or'.
6999
7000         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
7001         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
7002         (gnus-nov-parse-line): Use it to decode From header.
7003         (gnus-get-newsgroup-headers): Ditto.
7004         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
7005
7006         * mail-parse.el (mail-decode-encoded-address-region): New alias.
7007         (mail-decode-encoded-address-string): New alias.
7008
7009         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7010         New function.
7011         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
7012         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
7013         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
7014         (rfc2047-decode-string): Ditto.
7015         (rfc2047-decode-address-region): New function.
7016         (rfc2047-decode-address-string): New function.
7017
7018 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
7019
7020         * message.el (message-caesar-buffer-body): Allow rotating headers.
7021
7022         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
7023
7024         * message.el (message-insert-formated-citation-line): Fix %f.
7025         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
7026
7027 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7028
7029         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
7030         (gnus-bookmark-mouse-available-p): New macro.
7031         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
7032         (gnus-bookmark-bmenu-show-infos): Use it.
7033         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
7034         (gnus-bookmark-bmenu-hide-infos): Ditto.
7035         (gnus-bookmark-remove-properties): New function.
7036         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
7037         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
7038         (gnus-bookmark-write-file): Bind coding-system-for-write.
7039         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
7040         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
7041         group before selecting it.
7042         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
7043         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
7044         quit-window if it is not available; use gnus-mouse-2 and bind it to
7045         gnus-bookmark-bmenu-select-by-mouse.
7046         (gnus-bookmark-show-details): Remove unused variable `details-list'.
7047         (gnus-bookmark-bmenu-select-by-mouse): New function.
7048
7049 2006-08-13  Romain Francoise  <romain@orebokech.com>
7050
7051         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
7052         space.
7053
7054 2006-08-10  Romain Francoise  <romain@orebokech.com>
7055
7056         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
7057         (dns-mode-soa-auto-increment-serial): New user option.
7058         (dns-mode-soa-maybe-increment-serial): New function.
7059         (dns-mode): Add the latter to `write-contents-functions'.
7060
7061 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7062
7063         * compface.el (uncompface): Use binary rather than raw-text-unix.
7064
7065 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7066
7067         * compface.el (uncompface): Make sure the eol conversion doesn't take
7068         place when communicating with the external programs.  Reported by
7069         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7070
7071 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7072
7073         * nnheader.el (nnheader-insert-head): Fix typo in comment.
7074
7075 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7076
7077         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7078         Make it more robust by parsing author and date independently.
7079
7080 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7081
7082         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
7083
7084 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
7085
7086         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
7087         first matching secret key.
7088         (mml2015-epg-encrypt): Ditto.
7089
7090         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
7091         first matching secret key.
7092         (mml1991-epg-encrypt): Ditto.
7093
7094         * mml2015.el (mml2015-encrypt-to-self): New user option.
7095         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
7096         mml2015-epg-encrypt-to-self is set.
7097
7098         * mml1991.el (mml1991-encrypt-to-self): New variable.
7099         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
7100         mml1991-epg-encrypt-to-self is set.
7101
7102         * mml2015.el (mml2015-signers): New user option.
7103         (mml2015-epg-sign): Reflect the value of mml2015-signers.
7104         (mml2015-epg-encrypt): Allow to select signing keys.
7105
7106         * mml1991.el (mml1991-signers): New variable.
7107         (mml1991-epg-sign): Reflect the value of mml1991-signers.
7108         (mml1991-epg-encrypt): Allow to select signing keys.
7109
7110 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7111
7112         * nnheader.el (nnheader-insert-head): Make it work even if the file
7113         uses CRLF for the line-break code.
7114
7115 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
7116
7117         * mml2015.el: Require mml-sec instead of password.
7118         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
7119         (mml2015-cache-passphrase): Inherit the default value from
7120         mml-secure-cache-passphrase.
7121         (mml2015-passphrase-cache-expiry): Inherit the default value from
7122         mml-secure-passphrase-cache-expiry.
7123
7124         * mml1991.el: Require mml-sec instead of password.
7125         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
7126         (mml1991-cache-passphrase): Inherit the default value from
7127         mml-secure-cache-passphrase.
7128         (mml1991-passphrase-cache-expiry): Inherit the default value from
7129         mml-secure-passphrase-cache-expiry.
7130
7131         * mml-sec.el: Require password.
7132         (mml-secure-verbose): New user option.
7133         (mml-secure-cache-passphrase): New user option.
7134         (mml-secure-passphrase-cache-expiry): New user option.
7135
7136 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
7137
7138         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7139         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
7140         andreas@altroot.de (Andreas Vögele).
7141
7142         FIXME: Use `tiny change'?
7143
7144 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7145
7146         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
7147         workaround for the url package included with Emacs.
7148
7149         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7150
7151 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7152
7153         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
7154         correctly.  This fixes a bug caused by the 2006-05-12 change.
7155
7156 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
7157
7158         * nnmail.el (nnmail-article-group): If splitting raises an error, give
7159         some information about the error when saying that the `bogus' mail
7160         group will be used.
7161
7162 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
7163
7164         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
7165         string.
7166
7167 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
7168
7169         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
7170
7171 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7172
7173         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
7174
7175 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7176
7177         * mml1991.el (mml1991-function-alist): Add epg.
7178         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
7179         (mml1991-epg-encrypt): New functions.
7180
7181 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7182
7183         * mml2015.el (mml2015-verbose): New variable.
7184         (mml2015-cache-passphrase): Ditto.
7185         (mml2015-passphrase-cache-expiry): Ditto.
7186         (mml2015-function-alist): Add epg.
7187         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
7188         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
7189         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
7190         functions.
7191
7192 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7193
7194         * message.el (message-cite-original-1): Preserve region when removing
7195         quoted text due to X-No-Archive in order to avoid bogus attribution
7196         when citing multiple messages.
7197
7198 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7199
7200         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
7201         Kenneth Jacker <khj@be.cs.appstate.edu>.
7202
7203 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
7204
7205         * gnus-diary.el (gnus-user-format-function-d)
7206         (gnus-user-format-function-D): Autoload.
7207
7208         * imap.el (Commentary): Fix typo.
7209
7210         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
7211         2006-04-22 contribution.
7212
7213 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7214
7215         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
7216         It didn't really fix the bogosity I'm seeing with solid web groups.
7217
7218 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7219
7220         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
7221         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
7222         created using server names.  If we use the feature without declaring
7223         it, Gnus does not properly manage server and group state.
7224
7225         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
7226         bound.
7227
7228 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7229
7230         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
7231         looking up the method using GROUP's prefix before inventing a new one.
7232         It is used on killed/unknown groups in various places where returning
7233         an all-new method isn't expected by the caller.
7234
7235         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
7236         and match semantics of gnus-group-real-prefix.
7237
7238 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
7239
7240         * nnmail.el (nnmail-broken-references-mailers): New variable.
7241         (nnmail-ignore-broken-references): New function generalizing
7242         nnmail-fix-eudora-headers.
7243         (nnmail-fix-eudora-headers): Now obsolete.
7244
7245         * gnus-art.el (gnus-button-handle-custom): Support
7246         `customize-apropos*'.
7247
7248 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7249
7250         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
7251
7252         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
7253         articles.
7254
7255 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
7256
7257         * message.el (message-cite-reply-above): New variable.
7258         (message-yank-original): Use it.
7259
7260 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7261
7262         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
7263
7264 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
7265
7266         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
7267         as read.
7268
7269         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
7270
7271 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
7272
7273         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
7274         (gnus-bookmark-default-file): Use gnus-directory.
7275         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
7276         Remove "*" in doc string.
7277         (gnus-bookmark-write-file): Simplify.
7278         (gnus-bookmark-maybe-sort-alist): Use `when'.
7279         (gnus-bookmark-get-bookmark): Fix typo in doc string.
7280         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
7281         FIXME about Emacs 21 and XEmacs compatibility.
7282         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
7283         compatibility.
7284         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
7285         compatibility.
7286         (gnus-bookmark-menu-heading): Fix version.
7287
7288 2006-06-19  Bastien Guerry  <bzg@altern.org>
7289
7290         * gnus-bookmark.el: New file.
7291
7292 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7293
7294         * message.el (message-syntax-checks): Doc fix.
7295
7296 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7297
7298         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
7299         unsubscribed groups as if they were killed ones.  It causes duplicate
7300         entries in gnus-newsrc-alist.
7301
7302 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7303
7304         * message.el (message-syntax-checks): Doc fix.
7305         (message-send-mail): Add check for continuation headers.
7306         (message-check-news-header-syntax): Fix regexp used to check for
7307         continuation headers.
7308
7309 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7310
7311         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
7312
7313 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
7314
7315         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
7316
7317 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7318
7319         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
7320         default-truncate-lines.
7321
7322 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7323
7324         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
7325         to fill the utf-8 entry.
7326
7327         * lpath.el: Fbind unicode-precedence-list.
7328
7329 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7330
7331         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7332
7333 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
7334
7335         * gnus-agent.el (directory-files-and-attributes): Move all the way
7336         forward (the third and final move).
7337         (gnus-agent-read-agentview): Trap reconstruction errors due to
7338         nonexistant directory.  Handle by returning nil.
7339
7340 2006-05-30  Didier Verna  <didier@xemacs.org>
7341
7342         * message.el (message-dont-reply-to-names): Update the custom type.
7343         * message.el (message-dont-reply-to-names): New defsubst: potentially
7344         convert a list of regexps into a single one.
7345         * message.el (message-get-reply-headers): Use it.
7346         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
7347
7348 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7349
7350         * gnus-agent.el (directory-files-and-attributes): Move forward.
7351
7352 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7353
7354         * gnus-ml.el (gnus-mailing-list-subscribe)
7355         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
7356         (gnus-mailing-list-message): Fix doc strings.
7357
7358 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7359
7360         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
7361         of doing it manually.
7362
7363 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7364
7365         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
7366         comment.
7367
7368 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
7369
7370         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
7371         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
7372         (gnus-agent-read-local): All symbols allocated in my-obarray.
7373         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
7374         (gnus-agent-regenerate-group): Check numeric names to see if they are
7375         messages or groups.
7376         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
7377         better way of do this...)
7378
7379         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
7380         'dummy.group' (there should be a better way of do this...)
7381
7382 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7383
7384         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
7385         (gnus-saved-headers): Ditto.
7386         (gnus-default-article-saver): Mention functions may have properties.
7387         (gnus-article-save): Override gnus-save-all-headers and
7388         gnus-saved-headers by :headers property which saver function may have.
7389         (gnus-summary-save-in-file): Add :headers property.
7390         (gnus-summary-write-to-file): Ditto.
7391
7392         * gnus-sum.el (gnus-summary-save-article): Bind
7393         gnus-prompt-before-saving to t when saving many articles in a file;
7394         always show all headers.
7395
7396         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
7397
7398 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
7399
7400         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
7401         marks.
7402
7403         * message.el (message-indent-citation): Add optional arguments to allow
7404         using it outside of message buffers.
7405
7406         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
7407         (gnus-article-treat-unfold-headers): Use it.
7408         (gnus-article-truncate-lines): New variable.
7409         (gnus-article-mode): Use it.
7410         (gnus-article-toggle-truncate-lines): New function.
7411
7412         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
7413         gnus-article-toggle-truncate-lines.
7414
7415         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
7416         coding system in XEmacs, use binary.
7417
7418 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7419
7420         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
7421         after-load-alist.
7422
7423         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
7424         this function should save decoded articles.
7425         (gnus-summary-write-to-file): Use property to specify this function
7426         should save decoded articles and specify gnus-summary-save-in-file
7427         should be used to save articles other than the first one when saving
7428         many articles.
7429         (gnus-summary-save-body-in-file): Use property to specify this
7430         function should save decoded articles.
7431         (gnus-summary-write-body-to-file): Use property to specify this
7432         function should save decoded articles and specify
7433         gnus-summary-save-body-in-file should be used to save articles other
7434         than the first one when saving many articles.
7435
7436         * gnus-sum.el (gnus-summary-save-article): Simplify.
7437
7438 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7439
7440         * gnus-art.el (gnus-default-article-saver): Add
7441         gnus-summary-write-body-to-file.
7442         (gnus-article-save-coding-system): Don't use coding system object
7443         in XEmacs.
7444         (gnus-read-save-file-name): Add optional `dir-var' argument which
7445         specifies directory in which files are saved; work even if optional
7446         `variable' argument is not specified.
7447         (gnus-summary-write-to-file): Read file name.
7448         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
7449         (gnus-summary-write-body-to-file): New function.
7450
7451         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
7452         (gnus-summary-local-variables): Add it.
7453         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
7454         (gnus-summary-save-article): Remove optional `decode' argument;
7455         determine whether to decode articles by the value of
7456         gnus-default-article-saver; when saving many files using
7457         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
7458         it first and use gnus-summary-save-in-file or
7459         gnus-summary-save-body-in-file thereafter unless
7460         gnus-prompt-before-saving is always; move point to article which
7461         will be saved.
7462         (gnus-summary-save-article-file): Revert.
7463         (gnus-summary-write-article-file): Revert.
7464         (gnus-summary-save-article-body-file): Revert.
7465         (gnus-summary-write-article-body-file): New function.
7466
7467 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7468
7469         * gnus-art.el (gnus-default-article-saver): Doc fix.
7470         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
7471         from gnus-summary-save-article-coding-system, and default to a
7472         certain coding system.
7473         (gnus-output-to-file): Add coding cookie and encode text according
7474         to gnus-article-save-coding-system; don't use mm-append-to-file.
7475
7476         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
7477         gnus-art.el and rename to gnus-article-save-coding-system.
7478         (gnus-summary-save-article): Require gnus-art; don't show all
7479         headers if it decodes articles; don't add coding cookie here;
7480         don't bind mm-text-coding-system-for-write.
7481         (gnus-summary-save-article-file): Save decoded articles.
7482         (gnus-summary-write-article-file): When saving many files, use
7483         gnus-summary-write-to-file first and gnus-summary-save-in-file
7484         thereafter unless gnus-prompt-before-saving is always.
7485         (gnus-summary-save-article-body-file): Save decoded articles.
7486
7487         * lpath.el: Fbind select-safe-coding-system for XEmacs.
7488
7489 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7490
7491         * nnrss.el (nnrss-check-group): Bind hash-index.
7492
7493 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
7494
7495         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
7496         its hash index.  Store this hash in `nnrss-group-data'.
7497         (nnrss-read-group-data): Update accordingly.
7498
7499 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7500
7501         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
7502         entry.
7503
7504         * gnus-sum.el (gnus-summary-make-menu-bar): Add
7505         gnus-article-browse-html-article.
7506
7507 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
7508
7509         * gnus-sum.el (gnus-summary-mime-map): Add
7510         gnus-article-browse-html-article.
7511
7512         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
7513
7514 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7515
7516         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
7517         suitable coding systems in customize.
7518
7519 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
7520
7521         * mail-source.el (mail-sources): Fix custom type.
7522
7523 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7524
7525         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
7526         (gnus-summary-expire-articles-now): Shorten prompt.
7527
7528         * gmm-utils.el (wid-edit): Require.
7529         (defun-gmm): Renamed from `gmm-defun-compat'.
7530         (gmm-image-search-load-path): Use it.
7531         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
7532
7533 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7534
7535         * gnus-sum.el (gnus-summary-save-article-coding-system): New
7536         variable.
7537         (gnus-summary-save-article): Add optional `decode' argument.  If
7538         it is set and gnus-summary-save-article-coding-system is non-nil,
7539         save decoded article.
7540         (gnus-summary-write-article-file): Save decoded article if
7541         gnus-summary-save-article-coding-system is non-nil.
7542
7543         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
7544         type.
7545
7546 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7547
7548         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
7549
7550 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7551
7552         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
7553         first to test gnus-single-article-buffer which may be buffer-local.
7554
7555         * gnus-sum.el (gnus-summary-setup-buffer): Make
7556         gnus-single-article-buffer buffer-local and nil in ephemeral
7557         group; make gnus-article-buffer, gnus-article-current, and
7558         gnus-original-article-buffer always buffer-local.
7559         (gnus-summary-exit): Kill article buffer belonging to ephemeral
7560         group.
7561         (gnus-handle-ephemeral-exit): Don't move to next summary line.
7562
7563 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7564
7565         * nnml.el (nnml-request-compact-group): Compressed files might not
7566         have .gz extension.
7567
7568 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7569
7570         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
7571         (mm-copy-to-buffer): Use with-current-buffer.
7572         (mm-display-part): Simplify.
7573         (mm-inlinable-p): Add optional arg `type'.
7574
7575 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7576
7577         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
7578         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
7579         Try harder to show the attachment internally or externally using
7580         gnus-mime-view-part-as-type.
7581
7582 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7583
7584         * message.el (message-from-style, message-signature-separator)
7585         (message-user-organization-file, message-send-mail-function)
7586         (message-citation-line-function, message-yank-prefix)
7587         (message-indent-citation-function, message-signature)
7588         (message-signature-file, message-signature-insert-empty-line):
7589         Remove autoloads.
7590
7591         * gnus-art.el (gnus-buttonized-mime-types): Remove
7592         "multipart/signed".  Revert 2006-04-26 change.
7593
7594 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7595
7596         * gnus.el (gnus-version-number): Bump version.
7597
7598 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7599
7600         * gnus.el: No Gnus v0.5 is released.
7601
7602 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7603
7604         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
7605         fetching articles by message-id.
7606
7607 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7608
7609         * message.el (hashcash): Require hashcash as normal.
7610
7611         * ecomplete.el (ecomplete-highlight-match-line): Use
7612         point-at-eol.
7613         (ecomplete-highlight-match-line): Use `highlight', because that
7614         face exists in both Emacs and XEmacs.
7615
7616         * message.el (message-display-abbrev): Use point-at-bol.
7617
7618         * mail-source.el: Don't require timer/timer-funcs.
7619
7620         * gnus-async.el: Ditto.
7621
7622         * password.el: Ditto.
7623
7624         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
7625
7626         * mm-url.el: Ditto.
7627
7628         * gnus-xmas.el: Don't require timer-funcs.
7629
7630         * mm-util.el: Require timer/timer-funcs.
7631
7632 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7633
7634         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
7635         Close.
7636
7637 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7638
7639         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
7640         unibyte after clear-decrypt function runs.
7641
7642         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
7643         returns as a unibyte string.
7644
7645 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7646
7647         * lpath.el: Revert.
7648
7649         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
7650         (pgg-gpg-process-sentinel): Revert.
7651
7652         * pgg-pgp.el (pgg-pgp-process-region): Revert.
7653         (pgg-pgp-lookup-key): Revert.
7654
7655         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
7656         (pgg-pgp5-lookup-key): Revert.
7657
7658         * pgg.el (pgg-fetch-key): Revert.
7659
7660 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7661
7662         * lpath.el: Fbind string-as-multibyte for XEmacs.
7663
7664         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
7665         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
7666         (mml1991-pgg-encrypt): Ditto.
7667
7668         * pgg-gpg.el (pgg-string-to-multibyte): New function.
7669         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
7670         a multibyte buffer.
7671
7672         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
7673         (pgg-pgp-lookup-key): Ditto.
7674
7675         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
7676         (pgg-pgp5-lookup-key): Ditto.
7677
7678         * pgg.el (pgg-fetch-key): Ditto.
7679
7680 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
7681
7682         * message.el (message-user-organization-file): Check several
7683         locations of the organization file.
7684
7685         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
7686         Add gnus-article-view-part-as-type.
7687
7688         * gnus-art.el (gnus-article-view-part-as-type): New function.
7689
7690         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
7691         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
7692
7693         * mml.el: Simplify autoload.
7694         (mml-mode): defvar dnd-protocol-alist instead of using
7695         symbol-value.
7696         (mml-default-directory): New variable.
7697         (mml-minibuffer-read-file): Use it.
7698         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
7699
7700         * message.el (message-citation-line-format): New variable.
7701         (message-insert-formated-citation-line): New function.
7702         (message-citation-line-function): Add
7703         `message-insert-formated-citation-line' to custom type.
7704
7705         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
7706         to doc string.
7707
7708         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
7709         depending on mm-verify-option.
7710
7711 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7712
7713         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
7714         binding pgg-* variables; reimplement the section which prevents
7715         MIME header from being signed.
7716         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
7717         pgg-text-mode; remove a blank line at the top of body.
7718
7719         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
7720         lines at the top of body; use gnus-newsgroup-charset if there's no
7721         Charset header.
7722
7723 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7724
7725         * message.el (message-self-insert-commands): Doc fix.
7726
7727         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
7728         (mm-uu-pgp-encrypted-test): Ditto.
7729         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
7730         between header and body; return application/pgp-encrypted handle
7731         if decryption failed; decode decrypted body by charset.
7732
7733         * mm-decode.el (mm-automatic-display): Don't make application/pgp
7734         element match to application/pgp-*.
7735
7736 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7737
7738         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
7739         HTML.
7740
7741 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7742
7743         * mail-source.el (mail-source-call-script): Message the error
7744         string.
7745
7746 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7747
7748         * gnus-util.el (gnus-byte-compile): Use it.
7749
7750 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
7751
7752         * gnus-util.el (kill-empty-logs): New function.
7753
7754 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7755
7756         * message.el (message-mail-alias-type): Doc fix.
7757         (message-mail-alias-type-p): New function.
7758         (message-send): Use it.
7759         (message-mode): Ditto.
7760         (message-strip-forbidden-properties): Ditto.
7761
7762         * ecomplete.el (ecomplete-database-file-coding-system): New
7763         variable.
7764         (ecomplete-save): Use it.
7765         (ecomplete-setup): Use it.
7766
7767 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7768
7769         * message.el (message-self-insert-commands): New variable.
7770         (message-strip-forbidden-properties): Use it.
7771
7772 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7773
7774         * message.el (message-put-addresses-in-ecomplete): Use a regexp
7775         that doesn't make XEmacs choke.
7776
7777 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
7778
7779         * gnus-util.el (gnus-replace-in-string):
7780         Prefer replace-regexp-in-string over of replace-in-string.
7781
7782 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7783
7784         * gnus-util.el (gnus-select-frame-set-input-focus):
7785         Use select-frame-set-input-focus if it is available in XEmacs; use
7786         definition defined in Emacs 22 for old Emacsen.
7787
7788         * dgnushack.el: Autoload unmorse-region for XEmacs.
7789
7790         * lpath.el: Bind cursor-in-non-selected-windows and
7791         select-frame-set-input-focus for XEmacs.
7792
7793 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7794
7795         * mm-view.el (mm-inline-text): Use equal instead of equalp.
7796
7797 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
7798
7799         * gnus-registry.el (gnus-registry-cache-save): Remove text
7800         properties when saving via the temp buffer.
7801
7802 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7803
7804         * message.el (message-generate-hashcash): Honor custom type.
7805
7806 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7807
7808         * message.el (message-generate-hashcash): Default to non-nil when
7809         hashcash is found.
7810
7811         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
7812         (gnus-refer-thread-limit): Increase default to 500.
7813
7814         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
7815
7816         * flow-fill.el (fill-flowed): Allow delete-space.
7817
7818 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7819
7820         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7821         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
7822         Remove autoloads.
7823
7824 2006-04-18  Simon Josefsson  <jas@extundo.com>
7825
7826         * message.el (message-generate-hashcash): Default to.
7827
7828 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7829
7830         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7831         concatenating segments rather than before concatenating them.
7832
7833 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7834
7835         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
7836
7837 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7838
7839         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
7840
7841         * message.el (message-forward-make-body-plain): Allow
7842         message-forward-ignored-headers to be a list.
7843         (message-remove-ignored-headers): Factor out into function.
7844         (message-forward-make-body-mml): Use it.
7845
7846         * imap.el (imap-quote-specials): New function.
7847         (imap-login-auth): Quote specials.
7848
7849         * rfc2231.el (rfc2231-parse-string): Remove dead code.
7850         (rfc2231-parse-string): Allow concatanation of parameters that
7851         aren't contiguous.  The test case is
7852           (mail-header-parse-content-type "message/external-body;
7853             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
7854             access-type=LOCAL-FILE;
7855             name*1*=plugh%2fhello-sailor%2fbing.pdf")
7856
7857 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7858
7859         * nntp.el (nntp-accept-process-output): Return the value of
7860         `nnheader-accept-process-output'.
7861
7862 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7863
7864         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
7865         (gnus-button-alist): Recognize more diff formats.
7866         (gnus-button-patch): Strip directory.
7867
7868 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7869
7870         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
7871         Emacs 22 when setting focus.
7872
7873 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7874
7875         * gnus-art.el (gnus-article-treat-types): Do treatment of
7876         text/x-verbatim parts.
7877         (gnus-button-patch): New command.
7878
7879         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
7880         addresses that contain invalid characters.
7881
7882 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7883
7884         * message.el (message-put-addresses-in-ecomplete): Use
7885         gnus-replace-in-string.
7886         (message-is-yours-p): Use the more correct
7887         mail-header-parse-address instead of
7888         mail-extract-address-components.
7889         (message-put-addresses-in-ecomplete): Fix typo.
7890
7891         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
7892         keystroke.
7893
7894         * gnus-art.el (gnus-treatment-function-alist): Change order of
7895         newsgroups/generic header folding to avoid double-folding.
7896
7897         * message.el (message-hidden-headers): Add X-Draft-From.
7898
7899         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
7900         command.
7901         (gnus-summary-repeat-search-article-backward): New command.
7902
7903         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
7904         groups in the parent topic.
7905
7906 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
7907
7908         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
7909         (spam-extra-header-to-number): Return the CRM114 number as a
7910         number instead of a string.
7911
7912 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7913
7914         * gnus-art.el (gnus-face-properties-alist): Moved here from
7915         gnus-fun.
7916
7917         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
7918
7919 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7920
7921         * message.el (message-strip-forbidden-properties): Only display on
7922         self-insert-command.
7923
7924         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
7925         reindent.
7926         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
7927
7928 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
7929
7930         * smiley.el (smiley-style): Fix typo.
7931
7932 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7933
7934         * hashcash.el (hashcash-insert-payment-async-2): Use
7935         message-goto-eoh instead of doing it manually.
7936         (mail-add-payment): Use message-narrow-to-header instead of trying
7937         to do the same itself.
7938
7939         * message.el (message-hidden-headers): Add Face.
7940
7941         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
7942         reparenting code.
7943         (gnus-summary-reparent-children): Refactored out code.
7944         (gnus-summary-thread-map): New keystroke.
7945         (gnus-summary-reparent-children): Make into command.
7946
7947         * smiley.el (smiley-style): Default to `medium' if using a large
7948         font.
7949
7950         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
7951         does it itself.
7952
7953         * message.el (message-point-in-header-p): Simplify definition.
7954
7955 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7956
7957         * nnagent.el (nnagent-request-set-mark): Silence log file
7958         writing.
7959         (nnagent-request-set-mark): Use write-region instead of
7960         append-to-file.
7961
7962         * gnus-sum.el (gnus-read-header): Fudge article number if using a
7963         strange select method.
7964
7965         * ecomplete.el (ecomplete-display-matches): Get highlightling
7966         right.
7967         (ecomplete-display-matches): Use literals.
7968         (ecomplete-display-matches): Disable message logging.
7969
7970         * message.el (message-display-abbrev): Small optimization.
7971
7972         * ecomplete.el (ecomplete-display-matches): Allow automatic
7973         display.
7974
7975         * message.el (message-strip-forbidden-properties): Display
7976         abbrevs.
7977         (message-display-abbrev): Get automatic display right.
7978
7979         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
7980         keystrokes.
7981
7982 2006-04-13  Romain Francoise  <romain@orebokech.com>
7983
7984         TODO: Backport to v5-10!
7985
7986         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
7987         Moved here (and renamed) from gnus-registry.el.
7988
7989         * gnus-registry.el: Require gnus-util.
7990         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
7991
7992 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7993
7994         * gnus-group.el (gnus-group-catchup-current): Change
7995         if-then-else-if-then-else into cond.
7996         (gnus-group-catchup): Indent.
7997         (group-name-at-point): New function.
7998         (gnus-fetch-group): Provide default from thing at point.
7999
8000 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8001
8002         * message.el (message-display-abbrev): Fix regexp.
8003
8004         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
8005         choosing.
8006         (ecomplete-highlight-match-line): Fix up code rewrite, remove
8007         dead variables.
8008
8009         * message.el (message-newline-and-indent): Remove debugging.
8010         (message-display-abbrev): Use new implementation.
8011
8012 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8013
8014         * gnus-art.el (gnus-article-mode): Set
8015         cursor-in-non-selected-windows to nil.
8016
8017         * smiley.el: Revert previous change.
8018         (smiley-data-directory): defvar it before using it in the
8019         defcustom of `smiley-style'.
8020
8021 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8022
8023         * message.el (message-newline-and-indent): New function.
8024
8025         * ecomplete.el: Implement more bits.
8026
8027         * message.el (message-put-addresses-in-ecomplete): Clean up the
8028         string.
8029
8030         * ecomplete.el (ecomplete-add-item): Chop off decimals.
8031
8032         * gnus-sum.el (gnus-summary-save-parts): Bind
8033         gnus-summary-save-parts-counter and use it to make unique file
8034         names.
8035
8036         * gnus-art.el (gnus-ignored-headers): Add some more headers.
8037
8038         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
8039         parameter to say whether to actually parse the individual
8040         addresses.
8041
8042         * message.el (message-put-addresses-in-ecomplete): New function.
8043         (ecomplete): Require.
8044         (message-mail-alias-type): Add ecomplete as an option.
8045
8046 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
8047
8048         * flow-fill.el (fill-flowed): Remove trailing space from blank
8049         quoted lines.
8050
8051 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8052
8053         * smiley.el (smiley-style): Move definition later to avoid a
8054         compilation warning.
8055
8056 2006-04-12  Kenichi Handa  <handa@m17n.org>
8057
8058         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
8059         buffer and then decode the buffer text if necessary.
8060         (rfc2231-encode-string): Be sure to work on multibyte buffer at
8061         first, and after mm-encode-body, change the buffer to unibyte.
8062         Use mm-disable-multibyte instead of set-buffer-multibyte.
8063
8064 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8065
8066         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
8067         Content-Type header instead of Content-Disposition header.
8068         (gnus-mime-inline-part): Ditto.
8069         (gnus-mime-view-part-as-charset): Ignore charset that the part
8070         specifies.
8071
8072         * mm-decode.el (mm-display-part): Work with external parts and
8073         usual parts similarly.
8074
8075         * mm-extern.el (mm-inline-external-body): Use mm-display-part
8076         instead of gnus-display-mime.
8077
8078         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
8079         instead of with-temp-buffer.
8080
8081         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
8082         tag to summarized topics part in order to encode non-ASCII text.
8083
8084 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8085
8086         * smiley.el (smiley-style): New variable.
8087         (smiley-directory): New function.
8088         (smiley-data-directory): Derive from `smiley-style' using
8089         `smiley-directory'.
8090         (smiley-regexp-alist): Add new entries.
8091
8092         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
8093         (gnus-article-browse-delete-temp): Add :version.
8094
8095 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
8096
8097         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
8098         the sieve region.
8099
8100 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8101
8102         * gnus.el (gnus-version-number): Bump version.
8103
8104 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8105
8106         * gnus.el: No Gnus v0.4 is released.
8107
8108 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8109
8110         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
8111         layout.
8112
8113         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
8114         unknown charset.
8115
8116         * message.el (message-header-synonyms): Add Original-To to the
8117         default.
8118
8119         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
8120         optional parameter.
8121
8122 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
8123
8124         * gnus-fun.el (gnus): Require it for gnus-directory.
8125
8126 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8127
8128         * gnus-fun.el (gnus-face-properties-alist): Add :version.
8129
8130 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8131
8132         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
8133
8134 2006-04-05  Simon Josefsson  <jas@extundo.com>
8135
8136         * password.el (password-reset): New function.
8137
8138 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8139
8140         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
8141         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
8142
8143 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8144
8145         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8146         Some whitespace was matched into the url, which broke browsing hits
8147         > 100 when mm-url-use-external was nil.
8148
8149 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8150
8151         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
8152         gnus-extra-headers for 'Newsgroups.
8153
8154         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
8155         bound.
8156
8157 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
8158
8159         * pgg-gpg.el: Clean up process buffers every time gpg processes
8160         complete.
8161
8162 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
8163
8164         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8165         doc string.
8166
8167 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
8168
8169         * pgg-gpg.el (pgg-gpg-process-filter)
8170         (pgg-gpg-wait-for-completion): Check if buffer is alive.
8171
8172         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
8173         lines, temporary fix.
8174
8175 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8176
8177         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
8178
8179 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
8180
8181         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
8182         default-enable-multibyte-characters.  This reverts the change from
8183         revision 6.17 which is no longer necessary because the passphrase
8184         is sent separately now.  GnuPG messages are unreadable under
8185         multibyte locales with default-enable-multibyte-characters set to
8186         nil.
8187
8188 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
8189
8190         * message.el (message-tool-bar-gnome): Move "spell".
8191
8192 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
8193
8194         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
8195         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
8196         instead.
8197
8198 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
8199
8200         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
8201         newsgroups handling for NNTP overviews which don't include
8202         Newsgroups.
8203
8204 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8205
8206         * message.el (message-resend): Bind message-generate-hashcash to nil.
8207
8208 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8209
8210         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
8211         when searching for already-paid recipients.
8212
8213 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
8214
8215         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
8216         passphrases when it is not needed.
8217         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
8218         passphrase stuff from gpg, should only be necessary when you use
8219         gpg with a smartcard.
8220
8221 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8222
8223         * mml.el (mml-insert-mime): Ignore cached contents of
8224         message/external-body part.
8225
8226         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
8227         (mm-insert-part): Ditto.
8228
8229 2006-03-23  Simon Josefsson  <jas@extundo.com>
8230
8231         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
8232         Reiner.
8233         (pgg-gpg-use-agent-p): Use it again.
8234
8235 2006-03-23  Simon Josefsson  <jas@extundo.com>
8236
8237         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
8238         older emacsen.
8239         (pgg-gpg-use-agent-p): Don't use it.
8240
8241 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
8242
8243         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
8244         if we can.
8245
8246 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
8247
8248         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
8249         (pgg-gpg-update-agent): New function.
8250         (pgg-gpg-use-agent-p): New function.
8251         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
8252         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8253         (pgg-gpg-sign-region): Use it.
8254
8255 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8256
8257         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
8258         Reported by Ralf Wachinger <rwachinger@gmx.de>.
8259
8260 2006-03-21  Simon Josefsson  <jas@extundo.com>
8261
8262         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
8263         <wilde@sha-bang.de>.
8264         (pgg-gpg-use-agent): New variable.
8265         (pgg-gpg-process-region): Use it.
8266         (pgg-gpg-encrypt-region): Likewise.
8267         (pgg-gpg-encrypt-symmetric-region): Likewise.
8268         (pgg-gpg-decrypt-region): Likewise.
8269         (pgg-gpg-sign-region): Likewise.
8270         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
8271
8272 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8273
8274         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
8275
8276         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
8277         Add comment on version.
8278
8279 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8280
8281         * smiley.el: Add missing test smiley.
8282
8283 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8284
8285         * mm-decode.el (mm-with-part): New macro.
8286         (mm-get-part): Use it; work with message/external-body as well.
8287         (mm-save-part): Treat name and filename equally.
8288
8289         * mm-extern.el (mm-extern-cache-contents): New function.
8290         (mm-inline-external-body): Use it; force the part to be displayed;
8291         move undisplayer added to the cached handle to the parent.
8292
8293         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
8294         (gnus-mime-view-part-as-type): Work with message/external-body.
8295
8296         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
8297
8298 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8299
8300         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
8301         images in image-load-path.  [Sync with image.el, revision 1.60, in
8302         Emacs.]
8303
8304 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8305
8306         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
8307         path rather than symbol.  Always return list of directories.
8308         Guarantee that image directory comes first.  [Sync with image.el,
8309         revision 1.59, in Emacs.]
8310
8311         * message.el (message-make-tool-bar): Adjust to new API of
8312         `gmm-image-load-path-for-library'.
8313
8314         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8315
8316         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8317
8318 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8319
8320         * gnus-art.el (gnus-article-only-boring-p):
8321         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
8322         intangible text.
8323         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
8324
8325 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
8326
8327         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
8328         `defun' instead of `gmm-defun-compat'.
8329
8330 2006-03-14  Simon Josefsson  <jas@extundo.com>
8331
8332         * message.el (message-unique-id): Don't use message-number-base36
8333         if (user-uid) is a float.
8334         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
8335
8336 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8337
8338         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
8339
8340         * gnus-art.el (gnus-mime-display-single): Make sure there is an
8341         empty line between a part and a message part.
8342
8343 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
8344
8345         * smiley.el: Add more test smileys.
8346         (smiley-data-directory, smiley-regexp-alist)
8347         (gnus-smiley-file-types): Fix doc strings.
8348         (smiley-update-cache): Clear smiley-cached-regexp-alist before
8349         adding new elements.
8350         (smiley-mouse-map): Unused code.  Make it a comment.
8351
8352 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8353
8354         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
8355         scan latest NoCeM messages instead of old ones.
8356         (gnus-nocem-check-article): Fix regexps so as to match to PGP
8357         delimiters that are recently used.
8358         (gnus-nocem-load-cache): Add autoload cookie.
8359
8360         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
8361
8362         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
8363         level which is larger than gnus-use-nocem is specified.
8364
8365         * gnus-group.el (gnus-group-get-new-news): Ditto.
8366
8367 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8368
8369         * gnus-util.el (gnus-tool-bar-update): New function.
8370
8371         * gnus-group.el (gnus-group-update-tool-bar): New variable.
8372         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
8373
8374         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
8375
8376         * gnus-group.el (gnus-group-redraw-when-idle)
8377         (gnus-group-redraw-check): Remove.
8378         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
8379
8380 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8381
8382         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
8383         if optional last element is specified in splits (FIELD VALUE...).
8384
8385 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
8386
8387         * message.el (message-make-tool-bar): Rename gmm-image-load-path
8388         to gmm-image-load-path-for-library.  Call with no-error argument.
8389         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
8390
8391         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8392
8393         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8394
8395         * gmm-utils.el (gmm-image-load-path): Remove alias.
8396
8397 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
8398
8399         * gmm-utils.el (gmm-image-load-path): Add alias.
8400
8401         * nnml.el (nnml-generate-nov-databases-directory): Rename from
8402         nnml-generate-nov-databases-1.
8403         (nnml-generate-nov-databases): Use it.
8404         (nnml-generate-nov-databases-directory): Document no-active
8405         argument.
8406
8407         * gmm-utils.el (gmm-image-load-path-for-library): Return single
8408         directory if path is t.  Add no-error.
8409
8410         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
8411         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8412
8413         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
8414         resetting gnus-article-browse-html-temp-list.
8415
8416         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
8417         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
8418         Add example to docstring.  Rename local variables.  Move error
8419         checks to default case in cond and simplify.
8420
8421 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8422
8423         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
8424         handle is multipart when calling it recursively.
8425         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
8426
8427 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
8428
8429         * nnimap.el (nnimap-request-update-info-internal): Optimize.
8430         Don't `gnus-uncompress-range' to avoid excessive memory usage.
8431
8432 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8433
8434         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
8435         is loaded.
8436
8437         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
8438         loaded.
8439
8440 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8441
8442         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
8443         to "Emacs 23 (unicode)" in doc string.
8444
8445         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
8446         "Emacs 23 (unicode)" in comment.
8447
8448 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8449
8450         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
8451
8452         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
8453         characters 160 through 255 in Emacs 23.
8454
8455 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8456
8457         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
8458         gnus-article-browse-html-temp.
8459         (gnus-article-browse-delete-temp): Make it customizable.  Add
8460         `file'.  Adjust doc string.
8461         (gnus-article-browse-delete-temp-files): Add argument.  Allow
8462         query for each file.  Adjust doc string.
8463         (gnus-article-browse-html-parts): Add
8464         `gnus-article-browse-delete-temp-files' to
8465         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
8466
8467 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
8468
8469         * gnus-art.el (gnus-article-browse-html-temp)
8470         (gnus-article-browse-delete-temp): New variables.
8471         (gnus-article-browse-delete-temp-files): New function.
8472         (gnus-article-browse-html-parts): Use it.
8473
8474 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8475
8476         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
8477
8478         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
8479         string.
8480
8481         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
8482         gnus-summary-insert-new-articles when unplugged.  Remove
8483         gnus-summary-search-article-forward.
8484
8485         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
8486         display-visual-class instead of display-color-cells.
8487
8488 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8489
8490         * dgnushack.el: Autoload customize-group for XEmacs.
8491
8492         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
8493         message/* containing non-ASCII text properly.
8494
8495 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8496
8497         * message.el: Require gmm-utils, remove autoloads.
8498         (message-tool-bar): Set default based on
8499         gmm-tool-bar-style.
8500         (message-tool-bar-gnome): Add gmm-customize-mode.
8501
8502         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
8503         gmm-tool-bar-style.
8504         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
8505
8506         * gnus-group.el (gnus-group-tool-bar): Set default based on
8507         gmm-tool-bar-style.
8508         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
8509
8510         * gmm-utils.el (gmm-image-directory): Rename variable from
8511         gmm-image-load-path.
8512         (gmm-image-load-path): Use gmm-image-directory.
8513         (gmm-customize-mode): New function.
8514         (gmm-tool-bar-style): New variable.
8515
8516         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
8517         gnus-group-redraw-line-number.
8518         (gnus-group-redraw-check): Simplify.
8519         (gnus-group-tool-bar-update): Remove redraw check.
8520         (gnus-group-make-tool-bar): Add redraw check.
8521
8522 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
8523
8524         * gnus-art.el (gnus-button): Add missing parentheses.
8525
8526 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8527
8528         * lpath.el: Fbind line-number-at-pos.
8529
8530 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8531
8532         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
8533
8534 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8535
8536         * gnus-art.el (gnus-button): New face.
8537         (gnus-article-button-face): Use it.
8538
8539         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
8540         gnus-summary-next-page.  Re-order.
8541
8542         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
8543         next-node are now included.
8544         (gnus-group-redraw-line-number): New internal variable.
8545         (gnus-group-redraw-check): Helper function for updating the tool
8546         bar.
8547         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
8548
8549         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
8550
8551         * spam.el (spam-spamassassin-score-regexp): New internal variable.
8552         (spam-extra-header-to-number, spam-check-spamassassin-headers):
8553         Use it to match format of Spamassassin 3.0 and later.  Reported by
8554         IRIE Tetsuya <irie@t.email.ne.jp>.
8555         (spam-check-bogofilter)
8556         (spam-bogofilter-register-with-bogofilter): Fix args of
8557         `gnus-error' calls.
8558
8559 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8560
8561         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
8562         unnecessary interaction when sending queued mails.  Reported by
8563         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
8564
8565 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8566
8567         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
8568         first or last are nil.
8569
8570 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8571
8572         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
8573
8574 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8575
8576         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
8577
8578 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8579
8580         * dns.el (query-dns): Protect more against buggy tcp output.
8581
8582 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8583
8584         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
8585         nov.php.
8586
8587 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8588
8589         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
8590         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
8591         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
8592         output on the server side.
8593         (nnweb-google-create-mapping): Update regexps and add some
8594         progress indication.
8595
8596 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
8597
8598         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
8599         gnus-agent-toggle-plugged.  Re-order icons.
8600         (gnus-group-tool-bar-gnome): Add
8601         gnus-group-{prev,next}-unread-group.
8602         (gnus-group-tool-bar-gnome): Re-order icons.
8603
8604         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
8605         gnus-summary-insert-new-articles.
8606
8607         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
8608         comments.
8609
8610         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
8611         also available in Emacs 21.3.
8612
8613         * message.el (message-fix-before-sending): Change "Emacs 22" to
8614         "Emacs 23 (unicode)" in comment.
8615
8616         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
8617         "Emacs 23 (unicode)" in comment.
8618
8619         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
8620         comment.
8621         (mm-coding-system-p): Add comment about no-MULE XEmacs.
8622
8623         * mm-view.el (mm-fill-flowed): Add :version.
8624
8625 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8626
8627         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
8628         and load-path.
8629
8630 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
8631
8632         * message.el: Autoload gmm-image-load-path.
8633         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
8634         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
8635         consitency.
8636
8637         * gmm-utils.el (gmm-image-load-path): Also search in
8638         "../etc/images".  Don't set gmm-image-load-path if we don't find
8639         the image.
8640
8641 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8642
8643         * gmm-utils.el (gmm-image-load-path): Don't make
8644         `gmm-image-load-path' include subdirectories which the second arg
8645         `image' might specify.
8646
8647         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
8648         subdirectory to icon file names.
8649
8650         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
8651
8652 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8653
8654         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
8655         gmm-image-load-path calls.
8656
8657         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8658
8659         * message.el (message-make-tool-bar): Ditto.
8660
8661         * mml.el (mml-preview): Added comment concerning tool bar icons.
8662
8663         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
8664         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
8665
8666         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
8667         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
8668
8669         * message.el (message-tool-bar-gnome): Use new icon names.
8670         (message-make-tool-bar): Use `gmm-image-load-path'.
8671
8672         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
8673         functions from MH-E.
8674         (gmm-image-load-path): New variable from MH-E.
8675         (gmm-image-load-path): New function from MH-E.  Added arguments
8676         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
8677         *-image-load-path-called-flag.
8678
8679 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
8680
8681         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
8682
8683 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
8684
8685         * nnimap.el (nnimap-request-move-article): Change folder back to
8686         source group before deleting.
8687
8688 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
8689
8690         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
8691
8692         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
8693         mm-url.
8694
8695         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
8696
8697 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8698
8699         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
8700         coding system which mm-charset-to-coding-system returns for a
8701         given charset is valid.
8702
8703 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
8704
8705         * html2text.el (html2text-remove-tag-list):
8706         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
8707
8708 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
8709
8710         * gnus-cus.el: Revert 2005-10-17 change.
8711
8712 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8713
8714         * gnus-art.el (article-strip-banner): Call
8715         article-really-strip-banner only when the regexp match is made.
8716
8717 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8718
8719         * gnus-art.el (article-strip-banner): Use
8720         gnus-extract-address-components instead of
8721         mail-header-parse-addresses to make it work with non-ASCII text;
8722         remove mail-encode-encoded-word-string.
8723
8724         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
8725         values which are surrounded with \"...\"; make it never cause a
8726         Lisp error; give up parsing of parameters if it failed in
8727         extracting type.
8728
8729 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
8730
8731         * smime.el (smime-cert-by-ldap-1): Fix bug where
8732         `smime-ldap-search' returns results without userCertificates.
8733
8734 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8735
8736         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
8737
8738 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8739
8740         * spam.el (spam-check-spamassassin-headers): Adapt format for
8741         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
8742         <ari@mbf.ocn.ne.jp>.
8743         (spam-list-of-processors): Add spam-use-gmane.
8744
8745 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8746
8747         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
8748         make-temp-file; make it work with XEmacs as well.
8749
8750         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
8751         mm-make-temp-file.
8752
8753         * mm-decode.el (mm-display-external): Use the 3rd arg of
8754         mm-make-temp-file.
8755         (mm-create-image-xemacs): Ditto.
8756
8757 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8758
8759         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
8760         with message-narrow-to-headers.
8761         (gnus-draft-setup): Narrow to header to run message-fetch-field.
8762         (gnus-draft-check-draft-articles): New function.
8763         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
8764
8765 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8766
8767         * gnus-art.el (gnus-article-browse-html-parts):
8768         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
8769         Don't use suffix argument for mm-make-temp-file for Emacs 21
8770         compatibility.  Remove useless `format'.
8771
8772 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8773
8774         * nnweb.el (nnweb-google-wash-article): Update regexps.
8775         (nnweb-group-alist): Use defvoo instead of defvar.
8776
8777 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8778
8779         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
8780         re-loading nn* modules.
8781
8782 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8783
8784         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
8785         for `tool-bar-mode' and don't check it's default-value.
8786
8787         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8788
8789         * message.el (message-make-tool-bar): Ditto.
8790
8791         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
8792         `substring'.  Shorten tmp-file name.
8793
8794         * gnus.el: Remove bogus comment.
8795
8796 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
8797
8798         * gnus-art.el (gnus-article-browse-html-parts): New function.
8799         (gnus-article-browse-html-article): New function for viewing html
8800         articles with a browser.
8801
8802 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
8803
8804         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
8805         in elisp.
8806         (pgg-gpg-encrypt-symmetric-region): Ditto.
8807         (pgg-gpg-sign-region): Ditto.
8808
8809         * pgg-def.el (pgg-text-mode): New variable.
8810
8811         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
8812         (mml2015-pgg-encrypt): Ditto.
8813
8814         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
8815         (mml1991-pgg-encrypt): Ditto.
8816
8817 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8818
8819         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
8820         message-make-date instead of current-time-string.
8821
8822         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
8823         to gnus-decoded which mm-uu might set.
8824
8825 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8826
8827         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
8828         don't decode quoted parameters; remove misimported Emacs code.
8829         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8830         (rfc2231-decode-encoded-string): Don't use split-string which
8831         behaves differently according to Emacs version; use
8832         mm-decode-coding-region to convert charset to coding-system.
8833         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8834         (rfc2231-encode-string): Remove misimported Emacs code.
8835
8836 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8837
8838         * gnus-art.el (article-decode-charset): Don't use ignore-errors
8839         when calling mail-header-parse-content-type.
8840         (article-de-quoted-unreadable): Ditto.
8841         (article-de-base64-unreadable): Ditto.
8842         (article-wash-html): Ditto.
8843
8844         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
8845         calling mail-header-parse-content-type and
8846         mail-header-parse-content-disposition.
8847         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
8848         mail-header-parse-content-type.
8849
8850         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
8851         insert charset and format parameters; encode description after
8852         inserting it to buffer.
8853         (mml-insert-parameter): Fold lines properly even if a parameter is
8854         segmented into two or more lines; change the max column to 76.
8855
8856         * rfc1843.el (rfc1843-decode-article-body): Don't use
8857         ignore-errors when calling mail-header-parse-content-type.
8858
8859         * rfc2231.el (rfc2231-parse-string): Return at least type if
8860         possible; don't cause an error even if it fails in parsing of
8861         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8862         (rfc2231-encode-string): Don't break lines at the beginning, leave
8863         it to mml-insert-parameter.
8864
8865         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
8866         calling mail-header-parse-content-type.
8867
8868 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
8869
8870         * spam-report.el (spam-report-gmane-use-article-number):
8871         Improve doc string.
8872         (spam-report-gmane-internal): Check if a suitable header was found
8873         in the article.
8874
8875 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8876
8877         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
8878         (rfc2231-encode-string): Make param*=value always begin with LWSP.
8879
8880 2006-02-05  Romain Francoise  <romain@orebokech.com>
8881
8882         Update copyright notices of all files in the gnus directory.
8883
8884 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8885
8886         * nnweb.el (nnweb-request-group): Avoid growing overview files.
8887
8888 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8889
8890         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
8891         segmented lines of parameter value to cope with Thunderbird 1.5
8892         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
8893         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8894         (rfc2231-encode-string): Don't make lines exceeding 76 column.
8895
8896 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
8897
8898         * mml.el (mml-generate-mime-1): Correct the order of inline signed
8899         parts.
8900
8901 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8902
8903         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
8904         there's only one active file for all servers.
8905         (nnweb-request-scan): Make sure nnweb-articles is initialized on
8906         solid groups.  Gnus might have used a FAST request to select the group.
8907         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
8908         and nnweb-search redundantly in the active file.
8909         (nnweb-request-list): Don't list bogus groups.  There can only be one.
8910         (nnweb-request-create-group): Don't use ARGS.
8911         (nnweb-possibly-change-server, nnweb-request-group): Remove some
8912         initialisations.  Let nnoo do the work.
8913
8914 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8915
8916         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
8917         Say the part has been decoded.
8918
8919         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
8920
8921 2006-01-31  Kevin Ryde  <user42@zip.com.au>
8922
8923         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
8924         mailcap-viewer-test-cache when there's no 'test clause, since that
8925         will invert the meaning of a "nil" test previously determined by
8926         mailcap-mailcap-entry-passes-test.
8927
8928 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8929
8930         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
8931         compiling.
8932
8933         * gnus-sum.el: Ditto.
8934
8935         * message.el: Don't bind tool-bar-map when compiling.
8936
8937 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
8938
8939         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
8940
8941 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8942
8943         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
8944         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
8945         current Google Groups.
8946
8947 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
8948
8949         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
8950         and tool-bar-mode.
8951
8952         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
8953         and tool-bar-mode.
8954
8955         * message.el (message-tool-bar-update): Simplify.
8956         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
8957
8958         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
8959         gnus-summary-buffer.
8960         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
8961         gnus-summary-reply.
8962
8963         * gmm-utils.el (gmm): Add :version.
8964
8965 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8966
8967         * Makefile.in (clean): New rule.
8968         (distclean): Use it.
8969
8970 2006-01-26  Steve Youngs  <steve@sxemacs.org>
8971
8972         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
8973         autoload.
8974
8975 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8976
8977         * gmm-utils.el (gmm-verbose): Add :group.
8978
8979 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
8980
8981         * message.el: Change some comments WRT tool-bars.
8982
8983         * gnus-sum.el (gnus-summary-tool-bar)
8984         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
8985         (gnus-summary-tool-bar-zap-list): New variables.
8986         (gnus-summary-make-tool-bar): Complete rewrite using
8987         `gmm-tool-bar-from-list'.
8988
8989         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
8990         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
8991         variables.
8992         (gnus-group-make-tool-bar): Complete rewrite using
8993         `gmm-tool-bar-from-list'.
8994         (gnus-group-tool-bar-update): New function.
8995
8996         * message.el (message-mode-field-menu): Add "Show hidden Headers".
8997
8998 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8999
9000         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
9001         is dissected into a single part of which the type is the same as
9002         the given one; decode charset.
9003
9004 2006-01-21  Kevin Ryde  <user42@zip.com.au>
9005
9006         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
9007         into alists as symbol not string, since that's what
9008         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
9009         look for.
9010
9011 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
9012
9013         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
9014         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
9015
9016         * message.el (message-tool-bar-gnome): Use gmm-ignore.
9017
9018 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9019
9020         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
9021         (gnus-xmas-mime-security-button-menu): New function.
9022
9023         * gnus-art.el (gnus-mime-security-button-commands): New variable.
9024         (gnus-mime-security-button-menu): New definition.
9025         (gnus-mime-security-button-map): Use them.
9026         (gnus-mime-security-button-menu): New function.
9027         (gnus-insert-mime-security-button): Addition to help echo.
9028         (gnus-mime-security-run-function, gnus-mime-security-save-part)
9029         (gnus-mime-security-pipe-part): New functions.
9030
9031         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
9032         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
9033
9034         * mm-decode.el (mm-handle-set-disposition): Remove.
9035         (mm-handle-set-description): Remove.
9036
9037 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9038
9039         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
9040         (mm-w3m-standalone-supports-m17n-p): New function.
9041         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
9042         w3m usage.
9043
9044         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
9045         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
9046
9047 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9048
9049         * message.el (message-tool-bar-zap-list): Use
9050         gmm-tool-bar-zap-list as custom type.
9051         (message-tool-bar-update): New function.
9052         (message-tool-bar, message-tool-bar-gnome)
9053         (message-tool-bar-retro): Add message-tool-bar-update.
9054         (message-tool-bar-gnome): Add flyspell-buffer.
9055
9056         * gnus-util.el (gnus-error): Describe `args'.
9057
9058         * gmm-utils.el (gmm-error): Describe `args'.
9059         (gmm-tool-bar-zap-list): New widget.
9060         (gmm-tool-bar-from-list): Improve description of `zap-list'.
9061
9062 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9063
9064         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
9065         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
9066         the number of recursive calls.
9067
9068         * mm-decode.el (mm-handle-set-disposition): New macro.
9069         (mm-handle-set-description): New macro.
9070
9071 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9072
9073         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
9074         encoding.
9075
9076 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9077
9078         * message.el (message-tool-bar-zap-list, message-tool-bar)
9079         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
9080         (message-tool-bar-local-item-from-menu): Remove.
9081         (message-tool-bar-map): Replace by `message-make-tool-bar'.
9082         (message-make-tool-bar): New function.
9083         (message-mode): Use `message-make-tool-bar'.
9084
9085         * gmm-utils.el: New file.
9086         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
9087         (gmm-lazy): New widget copied from `nnmail.el'.
9088         (gmm-tool-bar-from-list): New function for creating customizable
9089         tool bars.
9090         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
9091         output.
9092         (gmm): Add :prefix to defgroup.
9093
9094 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
9095
9096         * gmm-utils.el (gmm-widget-p): New function.
9097
9098 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9099
9100         * mml.el (mml-attach-file): Describe `description' in doc string.
9101         (mml-menu): Add Emacs MIME manual and PGG manual.
9102
9103 2006-01-20  Richard M. Stallman  <rms@gnu.org>
9104
9105         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
9106
9107 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
9108
9109         * nntp.el (nntp-end-of-line): Doc fix.
9110
9111 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
9112
9113         * imap.el (imap-open): Handle case where buffer is a buffer
9114         object.
9115
9116 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9117
9118         * gnus-delay.el (gnus-delay): Don't autoload.
9119         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9120         to be re-loaded when customizing the `gnus-delay' group.
9121
9122 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
9123
9124         * message.el (message-insert-citation-line): Use newlines.
9125
9126 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9127
9128         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9129         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
9130         these routines, so the passphrase can be managed externally and
9131         passed in to the system.
9132         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9133         pgg-add-passphrase-to-cache function.
9134
9135         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9136         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
9137         these routines, so the passphrase can be managed externally and
9138         passed in to the system.
9139         (pgg-pgp5-sign-region): Use new name of
9140         pgg-add-passphrase-to-cache function.
9141
9142 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9143
9144         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9145         part of the decoded armor to find the key-identifier.
9146         (pgg-gpg-lookup-key-owner): New function to return the
9147         human-readable identifier of a key owner.
9148         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
9149         itself.
9150         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9151         the key value) if we have a key and can match it against a secret
9152         key.  Also, added a note pointing out fact that the prompt only
9153         indicates the first matching key.
9154
9155         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
9156         pgg-decrypt-region.
9157         (pgg-add-passphrase-to-cache): Rename from
9158         `pgg-add-passphrase-cache' to reduce confusion (all callers
9159         changed).
9160         (pgg-remove-passphrase-from-cache): Rename from
9161         `pgg-remove-passphrase-cache' to reduce confusion (all callers
9162         changed).
9163         (pgg-read-passphrase, pgg-add-passphrase-cache)
9164         (pgg-remove-passphrase-cache): Add informative docstrings.
9165         (pgg-decrypt): Convey provided passphrase in subordinate call to
9166         pgg-decrypt-region.
9167
9168 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
9169
9170         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9171         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9172         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9173         'passphrase' argument, so the passphrase can be managed externally
9174         and then passed in to the system.
9175
9176         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9177         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
9178         so the passphrase cache can be used reliably with identifiers
9179         besides a pgp packet's key id.
9180
9181         * pgg-gpg.el (pgg-gpg-encrypt-region)
9182         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9183         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
9184         these routines, so the passphrase can be managed externally and
9185         passed in to the system.
9186
9187         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9188         'notruncate' argument, so the passphrase cache can be used
9189         reliably with identifiers besides a pgp packet's key id.
9190
9191 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
9192
9193         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9194         symmetric encryption.
9195         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
9196         encrypted session key.
9197         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9198         message ask for the passphrase in a proper way.
9199
9200         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
9201         New user commands for symmetric encryption.
9202
9203 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9204
9205         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
9206
9207         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
9208
9209 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
9210
9211         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
9212
9213 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9214
9215         * mm-decode.el (mm-inlined-types): Add application/pgp.
9216         (mm-automatic-display): Ditto.
9217
9218         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
9219         part as text.
9220
9221 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9222
9223         * nnrss.el: Update copyright.
9224         (nnrss-opml-import): Query whether to subscribe to each entry.
9225
9226         * gnus-art.el:
9227         * gnus-sum.el:
9228         * gnus-xmas.el:
9229         * messagexmas.el:
9230         * mm-uu.el:
9231         * mm-view.el: Update copyright.
9232
9233 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
9234
9235         * message.el (message-info): New function.
9236         (message-mode-menu): Add it.
9237         Update copyright.
9238
9239         * ChangeLog: Fix and update copyright.
9240
9241 2006-01-13  Romain Francoise  <romain@orebokech.com>
9242
9243         * message.el (message-forward-subject-name-subject): Prefer the
9244         address to 'nowhere' if the sender has no name.
9245         Fix typo.  Update copyright year.
9246
9247 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9248
9249         * gnus-art.el (article-wash-html): Use
9250         gnus-summary-show-article-charset-alist if a numeric arg is given.
9251         (gnus-article-wash-html-with-w3m-standalone): New function.
9252
9253         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
9254         mm-inline-text-html-render-with-w3m-standalone.
9255         (mm-text-html-washer-alist): Map w3m-standalone to
9256         gnus-article-wash-html-with-w3m-standalone.
9257         (mm-inline-text-html-render-with-w3m-standalone): New function.
9258
9259 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9260
9261         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
9262         Improve LaTeX.
9263
9264 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9265
9266         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
9267         (nnrss-request-article): Render text/plain parts as HTML.
9268
9269         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
9270         the buffer.
9271
9272 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
9273
9274         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
9275         custom definition of `gnus-posting-styles'.
9276
9277         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
9278         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
9279
9280 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9281
9282         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
9283         Use nntp for bug archive.
9284
9285 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9286
9287         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
9288         parts.
9289         (nnrss-normalize-date): New function converts ISO 8601 date into
9290         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9291         (nnrss-check-group): Use it.
9292
9293 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9294
9295         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
9296
9297         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
9298         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9299         (nnrss-insert-w3): Ditto.
9300
9301 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9302
9303         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
9304         the articles to be forwarded including the case where neither a
9305         number of articles nor a region is specified.
9306
9307 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9308
9309         * nnrss.el (nnrss-request-article): Fix last change; fill
9310         text/plain parts.
9311
9312 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9313
9314         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
9315         in text/plain part.
9316         (nnrss-check-group): Don't add excessive newline to dc:subject.
9317
9318 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
9319
9320         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
9321         article.
9322
9323 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9324
9325         * nnml.el: Don't require gnus-bcklg.  Autoload it.
9326         (nnml-use-compressed-files, nnml-save-mail): Support other
9327         comression programs such as bzip2.
9328
9329 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9330
9331         * dns.el (query-dns): Make sure we check the buffer size before
9332         removing tcp headers.
9333
9334 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9335
9336         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
9337         remove MIME buttons associated with multipart/alternative parts.
9338         (gnus-mime-display-alternative): Tag buttons using `article-type'
9339         text property.
9340
9341         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
9342         associated with multipart/alternative parts.
9343
9344         * gnus-art.el (gnus-signature-separator): Fix custom type.
9345
9346         * mm-decode.el (mm-inlined-types): Fix custom type.
9347         (mm-keep-viewer-alive-types): Ditto.
9348         (mm-automatic-display): Ditto.
9349         (mm-attachment-override-types): Ditto.
9350         (mm-inline-override-types): Ditto.
9351         (mm-automatic-external-display): Ditto.
9352
9353 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9354
9355         * spam-report.el (spam-report-user-mail-address)
9356         (spam-report-user-agent): New variables.
9357         (spam-report-url-ping-plain): Use spam-report-user-agent.
9358
9359 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
9360
9361         * gnus-art.el (gnus-button-handle-custom): Do not just use
9362         `customize-apropos' for any "M-x customize-*" button but the
9363         function called for.  Accept both the function name and its
9364         argument in order to achieve this.
9365         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
9366         function name to `gnus-button-handle-custom' in case of "M-x
9367         customize-*" buttons.
9368
9369 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9370
9371         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
9372         multipart/alternative and add xref to mm-discouraged-alternatives
9373         in doc string.
9374
9375         * mm-decode.el (mm-discouraged-alternatives): Add xref to
9376         gnus-buttonized-mime-types in doc string.
9377
9378 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
9379
9380         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
9381         Suggest image/.* in the doc string.
9382
9383 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
9384
9385         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
9386         message-marks (Debian bug #342521).
9387
9388 2005-12-12  Simon Josefsson  <jas@extundo.com>
9389
9390         * password.el (password-read-from-cache): Add.
9391         (password-read): Use it.
9392
9393 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9394
9395         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
9396         us-ascii as a MIME charset.
9397
9398         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
9399         against the case where the 2nd arg TYPE is nil.
9400
9401 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9402
9403         * pop3.el (pop3-stream-type): Fix custom version.
9404
9405         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
9406
9407 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9408
9409         * mm-decode.el (mm-display-external): Add missing cdr.
9410
9411 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9412
9413         * mm-decode.el (mm-display-external): Use nametemplate (defined in
9414         RFC1524) if it is in mailcap or add a suffix according to
9415         mailcap-mime-extensions when generating a temp filename; postpone
9416         deleting a temp file for 2 seconds for some wrappers, shell
9417         scripts, and so on, which might exit right after having started a
9418         viewer command as a background job.
9419
9420 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9421
9422         * nntp.el (nntp-marks-directory): Fix custom group.
9423
9424         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
9425         steps when < 10.
9426
9427         * gnus-start.el (gnus-no-server-1): Mention
9428         `gnus-level-default-subscribed' in doc string.
9429
9430 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9431
9432         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
9433         parens.
9434
9435 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9436
9437         * gnus-xmas.el (gnus-use-toolbar): Revert.
9438         (gnus-xmas-setup-toolbar): Use global default-toolbar if
9439         gnus-use-toolbar is default.
9440
9441         * messagexmas.el (message-use-toolbar): Revert.
9442         (message-setup-toolbar): Use global default-toolbar if
9443         message-use-toolbar is default.
9444
9445 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9446
9447         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
9448         according to default-toolbar-visible-p.
9449
9450         * messagexmas.el (message-use-toolbar): Ditto.
9451
9452 2005-11-26  Dave Love  <fx@gnu.org>
9453
9454         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
9455         (tls-program, tls-success): Provide openssl alternative.
9456
9457         * starttls.el: Doc fixes.
9458         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
9459         SERVICE to PORT.
9460
9461         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
9462         port null or service name.
9463         (starttls-negotiate): Autoload.
9464
9465 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9466
9467         * message.el (message-kill-to-signature): Fix interactive spec.
9468
9469 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9470
9471         * pop3.el (pop3-open-server): Recognize a string as a service name.
9472
9473 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
9474
9475         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
9476
9477 2005-11-23  Dave Love  <fx@gnu.org>
9478
9479         Add pop3s, pop3/starttls.
9480
9481         * pop3.el (pop3-authentication-scheme): Clarify doc.
9482         (open-tls-stream, starttls-open-stream): Autoload.
9483         (pop3-stream-type): New.
9484         (pop3-open-server): Use it.
9485
9486         * mail-source.el (mail-sources): Fix some :types.  Add stream type
9487         for POP.
9488         (mail-source-keyword-map): Add :stream for POP.
9489         (mail-source-fetch-pop): Use pop3-stream-type.
9490
9491 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9492
9493         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
9494         of current-time-string.
9495
9496 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
9497
9498         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
9499         date header.
9500
9501 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9502
9503         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
9504         it can seriously impact performance as it bypasses the agent's
9505         local caches.
9506
9507 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9508
9509         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
9510         must be explicitly online rather than "not explicitly offline" for
9511         its flags to be synchronized.
9512
9513         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
9514         that gnus-uu-unmark-thread will function correctly.
9515
9516         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
9517         1024K is instead displayed as 1M.
9518
9519 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9520
9521         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
9522
9523 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
9524
9525         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
9526
9527 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
9528
9529         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
9530         error message to display actual error condition.
9531         (gnus-agent-save-local): Avoid saving symbols that are bound to
9532         nil as they simply result in a warning message in
9533         gnus-agent-read-local.
9534
9535 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9536
9537         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
9538         rather than make-variable-buffer-local for file-precious-flag.
9539
9540 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9541
9542         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
9543         for duplicates which are removed.  The invalid sort check then
9544         triggers a rescan after the sort as sorting may have moved
9545         duplicate entries such that they can be cheaply detected.
9546
9547 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9548
9549         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
9550
9551 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9552
9553         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
9554         internal variable to a custom variable.  Changed default value
9555         from compressed(2) to uncompressed(1).
9556         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
9557         support for uncompressed agentview files.  Taken together, reading
9558         the agentview file should now be 6-7 times faster.
9559
9560 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9561
9562         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
9563         as a buffer-local variable.  This avoids creating truncated
9564         dribble files as a result of a hang up, eg.
9565
9566 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
9567
9568         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
9569         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
9570         XEmacs.
9571
9572 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9573
9574         * gnus-start.el (gnus-start-draft-setup): Enforce
9575         `gnus-draft-mode' for nndraft:drafts at startup.
9576
9577         * gnus.el (gnus-splash): Change custom group.
9578         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
9579         allow-list argument.
9580
9581         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
9582         string.
9583
9584 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9585
9586         * gnus-art.el (gnus-default-article-saver): Add user-defined
9587         `function' to custom type.
9588
9589 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9590
9591         * imap.el (imap-open): Handle case where buffer is a buffer
9592         object.
9593
9594 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9595
9596         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
9597         long lines.
9598         (gnus-cache-delete-group): Wrap doc strings.
9599
9600         * gnus-agent.el (gnus-agent-rename-group)
9601         (gnus-agent-delete-group): Wrap doc strings.
9602
9603 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9604
9605         * messagexmas.el (message-use-toolbar): Change the valid values
9606         into default, top, bottom, left, and right.
9607         (message-toolbar-thickness): New variable.
9608         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
9609         well.
9610         (message-setup-toolbar): Make it work.
9611
9612         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
9613         (gnus-use-toolbar): Change the valid values into default, top,
9614         bottom, left, and right.
9615         (gnus-toolbar-thickness): New variable.
9616         (gnus-xmas-setup-toolbar): New function.
9617         (gnus-xmas-setup-group-toolbar): Use it.
9618         (gnus-xmas-setup-summary-toolbar): Use it.
9619
9620 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9621
9622         * gnus-start.el (gnus-1): Add "native" to
9623         gnus-predefined-server-alist.
9624
9625         * gnus.el (gnus-method-to-server): Don't add "native" to the
9626         lists here, because that leads to problems when
9627         gnus-select-method is bound.
9628
9629 2005-11-09  Simon Josefsson  <jas@extundo.com>
9630
9631         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
9632         use (not sort-by-date) instead.
9633
9634 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9635
9636         * gnus-delay.el (gnus-delay-group): Don't autoload.
9637         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9638         to be re-loaded when customizing the `gnus-delay' group.
9639
9640 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
9641
9642         * message.el: Revert last changes.
9643         (message-insert-citation-line): Use newlines.
9644
9645 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
9646
9647         * message.el (message-courtesy-message)
9648         (message-mark-insert-begin, message-mark-insert-end)
9649         (message-elide-ellipsis, message-cancel-message)
9650         (message-add-header, message-change-subject)
9651         (message-cross-post-followup-to-header)
9652         (message-cross-post-insert-note, message-reduce-to-to-cc)
9653         (message-widen-reply, message-delete-not-region)
9654         (message-kill-to-signature, message-insert-signature)
9655         (message-insert-importance-high, message-insert-importance-low)
9656         (message-insert-or-toggle-importance)
9657         (message-insert-disposition-notification-to)
9658         (message-indent-citation, message-yank-original)
9659         (message-cite-original-without-signature, message-cite-original)
9660         (message-insert-citation-line, message-position-on-field)
9661         (message-fix-before-sending, message-send-mail-partially)
9662         (message-send-mail, message-send-mail-with-sendmail)
9663         (message-send-mail-with-qmail, message-send-news)
9664         (message-check-news-header-syntax, message-generate-headers)
9665         (message-insert-courtesy-copy, message-fill-address)
9666         (message-fill-header, message-shorten-references)
9667         (message-setup-1, message-cancel-news)
9668         (message-forward-make-body-plain, message-forward-make-body-mime)
9669         (message-forward-make-body-mml, message-encode-message-body)
9670         (message-forward-make-body-digest-plain)
9671         (message-forward-make-body-digest-mime)
9672         (message-use-alternative-email-as-from): Insert `hard-newline'
9673         instead of ordinary newlines.
9674
9675 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9676
9677         * message.el (message-generate-headers): Downcase the argument
9678         given to message-check-element.
9679
9680 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
9681
9682         * nntp.el (nntp-authinfo-rejected): New error condition.
9683         (nntp-wait-for): Use new error condition to signal authentication
9684         error.
9685         (nntp-retrieve-data): Rethrow new error condition to break out of
9686         recursive call to nntp-send-authinfo.
9687
9688 2005-11-08  Romain Francoise  <romain@orebokech.com>
9689
9690         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
9691         (gnus-summary-exit-map): Bind to `Z p'.
9692         (gnus-summary-make-menu-bar): Add menu item.
9693
9694 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
9695
9696         * gnus-art.el (gnus-article-treat-custom): Add `first'.
9697         (gnus-treat-*): Add `first' in all doc strings.
9698
9699         * gnus-group.el (gnus-group-compact-group): Fix typo.
9700
9701 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9702
9703         * gnus.el (gnus-parameters-case-fold-search): New variable.
9704         (gnus-parameters-get-parameter): Use it.
9705
9706         * gnus-score.el (gnus-home-score-file): Doc fix.
9707
9708 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
9709
9710         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
9711
9712 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9713
9714         * mm-util.el (mm-special-display-p): New function.
9715
9716         * mml.el (mml-preview): Use it; doc fix.
9717
9718 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9719
9720         * imap.el (imap-open): Handle case where buffer is a buffer object.
9721
9722 2005-10-29  Romain Francoise  <romain@orebokech.com>
9723
9724         * message.el (message-fix-before-sending): Fix comment.
9725
9726 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9727
9728         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
9729
9730 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9731
9732         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
9733         Used in gnus-score.el.
9734
9735 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9736
9737         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
9738
9739 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9740
9741         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
9742         whitespace removed in revision 7.8.  Use concatenated string to
9743         protect trailing whitespace.
9744
9745 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
9746
9747         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
9748         (nnimap-request-expire-articles): Use it to avoid sending 'UID
9749         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
9750         Courier IMAP ("some version from 2004").  Mostly based on similar
9751         code in the same function.
9752
9753 2005-10-26  Didier Verna  <didier@xemacs.org>
9754
9755         * gnus-group.el (gnus-group-compact-group): Invalidate original
9756         article buffer.
9757         * gnus-srvr.el (gnus-server-compact-server): Ditto.
9758         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
9759         NOV database and in article itself.
9760         Invalidate article backlog.
9761
9762 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9763
9764         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
9765
9766 2005-10-26  Simon Josefsson  <jas@extundo.com>
9767
9768         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
9769         part of 2004-07-25 change.
9770
9771 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9772
9773         * message.el (message-display-completion-list): New function.
9774         (message-expand-group): Use it; make sure the Completions buffer
9775         is modifiable.
9776 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
9777
9778         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
9779         user-mail-name is an empty string.
9780
9781 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9782
9783         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
9784         depending on gnus-score-decay-constant.
9785
9786         * encrypt.el (encrypt-insert-file-contents)
9787         (encrypt-write-file-contents): Don't use `gnus-message'.
9788
9789         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
9790         arguments.
9791         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
9792         arguments to mm-uu-verbatim-marks-extract.
9793         (mm-uu-hide-markers): New variable.
9794         (mm-uu-extract): Use face similar to `gnus-cite-3'.
9795
9796         * gnus-fun.el (gnus-convert-image-to-x-face-command)
9797         (gnus-convert-image-to-face-command): Use "convert" by default to
9798         allow other input image formats.
9799         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
9800         accordingly.
9801
9802 2005-10-23  Simon Josefsson  <jas@extundo.com>
9803
9804         * imap.el (imap-gssapi-program): Align command line parameters
9805         with latest GNU SASL.
9806         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
9807
9808 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9809
9810         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
9811         HTML.
9812         (nnslashdot-request-article): Ditto.
9813
9814         * lpath.el (featurep): Add nobreak-char-display.
9815
9816 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9817
9818         * mail-source.el (mail-source-fetch-pop): Require pop3.
9819         (mail-source-check-pop): Ditto.
9820
9821 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9822
9823         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
9824         errors.
9825
9826 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9827
9828         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
9829         (gnus-treat-strip-leading-blank-lines): Improve doc string.
9830
9831         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
9832
9833         * mm-bodies.el (mm-decode-string): Call
9834         `mm-charset-to-coding-system' with allow-override argument.
9835
9836 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9837
9838         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
9839         (rfc2047-charset-to-coding-system): New function.
9840         (rfc2047-decode-encoded-words): New function.
9841         (rfc2047-decode-region): Use them.
9842         (rfc2047-decode-cte): Remove.
9843         (rfc2047-parse-and-decode): Remove.
9844         (rfc2047-decode): Remove.
9845
9846 2005-10-15  Kenichi Handa  <handa@m17n.org>
9847
9848         * rfc2047.el (rfc2047-decode-cte): New function.
9849         (rfc2047-decode-region): Change the way to decode successive
9850         encoded-words: decode B- or Q-encoding in each encoded-word,
9851         concatenate them, and decode it as charset.
9852
9853 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9854
9855         * lpath.el: Fbind codepage-setup for XEmacs.
9856
9857 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
9858
9859         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
9860         widget-move-and-invoke.
9861         (gnus-custom-mode): Use gnus-custom-map.
9862
9863 2005-10-15  Bill Wohler  <wohler@newt.com>
9864
9865         * message.el (message-tool-bar-map): Renamed image file from
9866         mail_send to mail/send.
9867
9868 2005-10-16  Masatake YAMATO  <jet@gyve.org>
9869
9870         * message.el (message-expand-group): Pass the common
9871         prefix substring of completion to `display-completion-list'.
9872
9873 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
9874
9875         * mml-sec.el (mml-secure-method): New internal variable.
9876         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
9877         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
9878         functions using mml-secure-method.
9879
9880         * mml.el (mml-mode-map): Add key bindings for those functions.
9881         (mml-menu): Simplify security menu entries.  Suggested by Jesper
9882         Harder <harder@myrealbox.com>.
9883         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
9884         end of message if point is the headers of the message.
9885
9886         * message.el (message-in-body-p): New function.
9887
9888         * assistant.el: Autoload gnus-util and netrc.
9889
9890         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
9891         Use `mm-charset-override-alist' only when decoding.
9892
9893         * mm-bodies.el (mm-decode-body): Call
9894         `mm-charset-to-coding-system' with allow-override argument.
9895
9896         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
9897         `filename' from Content-Disposition if Content-Type doesn't
9898         provide `name'.
9899         (gnus-mime-view-part-as-type): Set default instead of
9900         initial-input.
9901
9902 2005-10-09  Daniel Brockman  <daniel@brockman.se>
9903
9904         * format-spec.el (format-spec): Propagate text properties of % spec.
9905
9906 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9907
9908         * gnus-art.el (gnus-treat-predicate): Add `first'.
9909
9910 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9911
9912         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
9913         (mm-charset-override-alist): New variable.
9914         (mm-charset-to-coding-system): Use it.
9915         (mm-codepage-setup): New helper function.
9916         (mm-charset-eval-alist): New variable.
9917         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
9918         about unknown charsets.
9919
9920         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
9921
9922 2005-10-04  David Hansen  <david.hansen@gmx.net>
9923
9924         * nnrss.el (nnrss-request-article): Add support for the comments tag.
9925         (nnrss-check-group): Ditto.
9926
9927 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9928
9929         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
9930         Rename x-gnus-verbatim to x-verbatim.
9931         (mm-uu-type-alist): Fix regexp for verbatim-marks.
9932
9933         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
9934         x-verbatim.
9935
9936         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
9937
9938         * gnus-util.el (gnus-remove-duplicates): Remove.
9939
9940         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
9941         instead of gnus-remove-duplicates.
9942
9943         * message.el (message-remove-duplicates): Remove.
9944         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
9945         message-remove-duplicates.
9946
9947         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
9948         available, else use implementation from `delete-dups'.
9949
9950         * message.el (message-insert-expires): New function.
9951         (message-mode-map): Add key binding.
9952         (message-mode-field-menu): Add menu entry.
9953         (message-mode): Document it.
9954         (message-make-expires-date): Use `message-make-date'.
9955
9956 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
9957
9958         * message.el (message-make-expires-date): New function.
9959
9960 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9961
9962         * Makefile.in (list-installed-shadows): New entry.
9963         (install): Use it.
9964         (remove-installed-shadows): New entry.
9965
9966         * dgnushack.el (dgnushack-default-load-path): New variable.
9967         (dgnushack-find-lisp-shadows): New function.
9968         (dgnushack-remove-lisp-shadows): New function.
9969
9970 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9971
9972         * Makefile.in (install-el-elc): New entry.
9973         (install): Use it so that .el files are necessarily installed.
9974
9975 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9976
9977         * time-date.el: Autoload parse-time-string, XEmacs needs it.
9978
9979 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9980
9981         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
9982         function rather than the diff-mode.el package.
9983         (mm-display-external): Use with-current-buffer.
9984         (mm-viewer-completion-map, mm-viewer-completion-map):
9985         Move initialization inside declaration.
9986
9987 2005-09-29  Simon Josefsson  <jas@extundo.com>
9988
9989         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
9990         autoload mail-check-payment.
9991         (spam-check-hashcash): Define unconditionally, since hashcash.el
9992         is part of Gnus now.  Ignore errors from payment checking.
9993
9994 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9995
9996         * message.el (message-bold-region, message-unbold-region): Rename
9997         from `bold-region' and `unbold-region'.
9998
9999         * message.el: Remove useless autoloads.
10000
10001 2005-09-28  Simon Josefsson  <jas@extundo.com>
10002
10003         * message.el (message-use-idna): Default to t.
10004         (message-use-idna): Test whether encoding works too.  Doc fix.
10005
10006 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10007
10008         * nntp.el (nntp-warn-about-losing-connection): Remove.
10009
10010 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10011
10012         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
10013         customizable.  Change default value.
10014         (mm-uu-diff-groups-regexp): Change default value.
10015         (mm-uu-type-alist): Add doc string.
10016         (mm-uu-configure): Add doc string.  Make it interactive.
10017         (mm-uu-tex-groups-regexp): New variable.
10018         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
10019         (mm-uu-type-alist): Add LaTeX documents.
10020         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
10021         of "text/verbatim".
10022         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
10023
10024         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
10025         instead of "text/verbatim".
10026
10027         * message.el (message-mark-inserted-region)
10028         (message-mark-insert-file): Use slrn style marks when called with
10029         prefix argument.
10030
10031 2005-09-27  Simon Josefsson  <jas@extundo.com>
10032
10033         * message.el (message-idna-to-ascii-rhs-1): Reformat.
10034
10035 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
10036
10037         * message.el (message-remove-duplicates): New function.
10038         Implementation borrowed from `gnus-remove-duplicates'.
10039         (message-idna-to-ascii-rhs): Also encode idna addresses in
10040         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10041         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
10042         only ask about the same idna domain once per header and also tell
10043         in what header to replace the idna domain.
10044
10045         * gnus-art.el (article-decode-idna-rhs): Also decode idna
10046         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10047         (article-decode-idna-rhs): Fix regexp so that all idna-address in
10048         a header is decoded and not just the last one.
10049
10050 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10051
10052         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
10053         has been decoded.
10054
10055         * mm-decode.el (mm-automatic-display): Add text/verbatim.
10056         (mm-insert-part): Don't modify text if it has been decoded.
10057
10058         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
10059         decoded.
10060
10061         * mm-view.el (mm-inline-text): Don't strip text props unless
10062         decoding enriched or richtext parts.
10063
10064 2005-09-25  Romain Francoise  <romain@orebokech.com>
10065
10066         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
10067         * gnus-start.el (gnus-subscribe-interactively):
10068         * gnus-uu.el (gnus-uu-grab-articles):
10069         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
10070         space.
10071
10072 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
10073
10074         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10075         * mm-view.el (mm-view-pkcs7-decrypt):
10076         * gnus-sum.el (gnus-summary-limit-to-extra)
10077         (gnus-summary-respool-article, gnus-read-move-group-name):
10078         * gnus-score.el (gnus-summary-increase-score):
10079         * gnus-util.el (gnus-completing-read-with-default):
10080         * gnus-art.el (gnus-read-save-file-name)
10081         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
10082         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
10083         * message.el (message-check-news-header-syntax):
10084         Follow convention for reading with the minibuffer.
10085
10086 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
10087
10088         * spam-report.el (spam-report-url-ping-plain):
10089         Use gnus-extended-version as User-Agent.
10090
10091         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
10092         default value is nil.
10093
10094         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
10095         (mm-uu-verbatim-marks-extract): New function.
10096         (mm-uu-extract): New face.
10097         (mm-uu-copy-to-buffer): Use it.
10098
10099         * spam-report.el (spam-report-gmane-ham): Renamed from
10100         `spam-report-gmane-unspam'.
10101         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
10102         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
10103
10104         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
10105         Autoload.
10106         (spam-report-gmane-unregister-routine): Renamed
10107         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
10108
10109 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
10110
10111         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
10112         (spam-report-gmane-unregister-routine): Add support for gmane
10113         unregistration.
10114
10115         * spam-report.el (spam-report-gmane-unspam)
10116         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
10117         (spam-report-gmane): Change to take a single article and do unspam
10118         registration.
10119
10120 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10121
10122         * mm-url.el (mm-url-decode-entities): Fix regexp.
10123
10124 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10125
10126         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
10127         default to nil, to be able to use Gnus at all.  If the default
10128         switches to something else, then the function should be fixed not
10129         be exceedingly slow.
10130
10131 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
10132
10133         * gnus-start.el (gnus-activate-group): If the server is nil, don't
10134         fail hard.
10135
10136         * spam-report.el: Add better Keywords line.
10137
10138         * spam.el: Add Maintainer and better Keywords line.
10139
10140 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10141
10142         * gnus-art.el (gnus-article-replace-part)
10143         (gnus-mime-replace-part): New functions.
10144         (gnus-mime-action-alist, gnus-mime-button-commands)
10145         (gnus-mime-save-part-and-strip): Added file argument.
10146         (gnus-article-part-wrapper): Added interactive argument.
10147
10148         * gnus-sum.el (gnus-summary-mime-map): Add
10149         `gnus-article-replace-part'.
10150
10151 2005-09-19  Didier Verna  <didier@xemacs.org>
10152
10153         The nnml compaction feature:
10154         * nnml.el (nnml-request-compact-group): New function.
10155         * nnml.el (nnml-request-compact): New function.
10156         * gnus-int.el (gnus-request-compact-group): New function.
10157         * gnus-int.el (gnus-request-compact): New function.
10158         * gnus-group.el (gnus-group-compact-group): New function.
10159         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
10160         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
10161         * gnus-srvr.el (gnus-server-compact-server): New function.
10162         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
10163         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
10164
10165 2005-09-18  Deepak Goel  <deego@gnufans.org>
10166
10167         * sieve.el (sieve-help): Fix `message' call: first arg should be a
10168         format spec.
10169
10170 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10171
10172         * gnus.el (gnus-group-startup-message): Bind image-load-path.
10173
10174 2005-09-15  Romain Francoise  <romain@orebokech.com>
10175
10176         * message.el (message-fill-paragraph): Clarify docstring.
10177
10178 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10179
10180         * gnus-art.el (gnus-mime-display-part): Protect against broken
10181         MIME messages.
10182
10183 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10184
10185         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
10186         before parsing header.
10187
10188 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
10189
10190         * html2text.el (html2text-replace-list): Add new entities.
10191
10192 2005-09-11  Romain Francoise  <romain@orebokech.com>
10193
10194         * message.el (message-alternative-emails): Improve docstring.
10195         (message-setup-1): Call `message-use-alternative-email-as-from'
10196         after `message-setup-hook' to give it precedence over posting
10197         styles, etc.
10198         (message-use-alternative-email-as-from): Add docstring.  Remove
10199         the original From header if present.
10200
10201         * nnml.el (nnml-compressed-files-size-threshold): New variable.
10202         (nnml-save-mail): Use it.
10203
10204         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
10205         articles.  Add new argument `silent'.
10206         (gnus-uu-mark-all): Report the total number of marked articles.
10207
10208 2005-09-10  Romain Francoise  <romain@orebokech.com>
10209
10210         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
10211         (gnus-uu-mark-series): Likewise.
10212
10213 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
10214
10215         * spam-report.el (spam-report-gmane): Fix generation of spam
10216         report URL.
10217
10218 2005-09-10  Simon Josefsson  <jas@extundo.com>
10219
10220         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
10221         t, based on discussion on the ding list with Robert Epprecht
10222         <epprecht@solnet.ch>.
10223
10224 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
10225
10226         * spam-report.el (spam-report-gmane): Make it work without
10227         X-Report-Spam header.  Gmane now only provides Archived-At.
10228         This is only used if `spam-report-gmane-use-article-number' is nil.
10229         (spam-report-gmane-spam-header): Remove.  Not used anymore.
10230
10231         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
10232         make `gnus-summary-sort-by-recipient' work with threading.
10233
10234         * nnweb.el (nnweb-google-wash-article): Print a message if article
10235         is not available.
10236
10237 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10238
10239         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
10240         change.  Decode text/* parts content before displaying.
10241
10242 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10243
10244         * mml-smime.el: Remove defvar of gnus-extract-address-components.
10245
10246 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10247
10248         * mm-view.el (mm-display-inline-fontify): Disable support modes.
10249
10250         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
10251         url-package-name, url-package-version,
10252         w3m-cid-retrieve-function-alist, w3m-current-buffer,
10253         w3m-display-inline-images, and w3m-minor-mode-map.
10254
10255 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
10256
10257         * message.el (message-tab-body-function): Fix mismatched custom type.
10258
10259         * gnus.el (gnus-group-change-level-function): Ditto.
10260
10261         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
10262
10263         * gnus-art.el (gnus-signature-limit)
10264         (gnus-article-mime-part-function): Ditto.
10265
10266 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10267
10268         * mml.el (mml-mode): Silence the byte compiler.
10269
10270         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
10271         using `(sit-for 0)' before moving the point to the specified part;
10272         skip unbuttonized parts.
10273         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
10274         return to the summary window if gnus-auto-select-part is non-nil.
10275
10276 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
10277
10278         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
10279         variables.
10280         (mml-dnd-attach-file, mml-mode): Use them.
10281
10282         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
10283         Make fetching article by MID work again for Google Groups.  Added
10284         FIXME concerning gnus-group-make-web-group.
10285
10286         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
10287         Don't depend on Gnus by using mail-extract-address-components if
10288         gnus-extract-address-components is not bound.
10289
10290 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10291
10292         * gnus-art.el (gnus-mime-display-security): Don't display the
10293         signature, but only the signed part.
10294
10295 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10296
10297         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
10298
10299         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
10300         list, not listp.
10301
10302 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
10303
10304         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
10305         when encoding.
10306
10307         * mm-bodies.el (mm-decode-content-transfer-encoding):
10308         De-canonicalize CRLF for all text content types, not just
10309         text/plain.
10310
10311 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10312
10313         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
10314         valid article; point arrow and cursor at the MIME button.
10315
10316 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10317
10318         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
10319         Suggested by Dan Christensen <jdc@uwo.ca>.
10320
10321         * mm-decode.el (mm-save-part): Enable change of prompt.
10322
10323 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
10324
10325         * gnus-msg.el (gnus-inews-add-send-actions): Made
10326         `message-post-method' lambda parameter ARG `&optional'.
10327
10328 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10329
10330         * gnus-sum.el (gnus-summary-mime-map): Added
10331         gnus-article-save-part-and-strip, gnus-article-delete-part and
10332         gnus-article-jump-to-part.
10333
10334         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
10335         (gnus-article-edit-part): Use it.
10336         (gnus-article-part-wrapper): Added no-handle argument.
10337         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
10338         functions.
10339
10340 2005-08-29  Romain Francoise  <romain@orebokech.com>
10341
10342         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10343         docstring.
10344         (gnus-face-from-file): Likewise.
10345
10346 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10347
10348         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
10349         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
10350         non-nil.
10351         (gnus-auto-select-part): New variable.
10352         (gnus-article-jump-to-part): New function.
10353         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
10354         (gnus-mime-delete-part): Allow selecting specified part after
10355         deleting or stripping parts.
10356         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
10357         part if argument is bogus.
10358
10359 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
10360
10361         * gnus-art.el (w3m-minor-mode-map):
10362         * gnus-spec.el (gnus-newsrc-file-version):
10363         * gnus-util.el (nnmail-active-file-coding-system)
10364         (gnus-original-article-buffer, gnus-user-agent):
10365         * gnus.el (gnus-ham-process-destinations)
10366         (gnus-parameter-ham-marks-alist)
10367         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
10368         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
10369         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
10370         * mm-decode.el (gnus-current-window-configuration):
10371         * mm-extern.el (gnus-article-mime-handles):
10372         * mm-url.el (url-current-object, url-package-name)
10373         (url-package-version):
10374         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
10375         (smime-keys, w3m-cid-retrieve-function-alist)
10376         (w3m-current-buffer, w3m-display-inline-images)
10377         (w3m-minor-mode-map):
10378         * mml-smime.el (gnus-extract-address-components):
10379         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
10380         (gnus-newsrc-hashtb, message-default-charset)
10381         (message-deletable-headers, message-options)
10382         (message-posting-charset, message-required-mail-headers)
10383         (message-required-news-headers):
10384         * mml1991.el (mc-pgp-always-sign):
10385         * mml2015.el (mc-pgp-always-sign):
10386         * nnheader.el (nnmail-extra-headers):
10387         * rfc1843.el (gnus-decode-encoded-word-function)
10388         (gnus-decode-header-function, gnus-newsgroup-name):
10389         * spam-stat.el (gnus-original-article-buffer): Add defvars.
10390
10391 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
10392
10393         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
10394         the end of the date treatments.
10395
10396 2005-08-15  Simon Josefsson  <jas@extundo.com>
10397
10398         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
10399         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
10400         Capello and Romain Francoise.
10401         (pgg-fetch-key-function): Removed, not used?
10402         (pgg-insert-url-with-w3): Require url, to get
10403         url-insert-file-contents regardless of where it is defined.
10404
10405 2005-08-13  Romain Francoise  <romain@orebokech.com>
10406
10407         * message.el (message-cite-original-1): New function.
10408         (message-cite-original): Use it.
10409         (message-cite-original-without-signature): Ditto.
10410
10411 2005-08-08  Romain Francoise  <romain@orebokech.com>
10412
10413         * message.el (message-yank-empty-prefix): New variable.
10414         (message-indent-citation): Use it.
10415         (message-cite-original-without-signature): Respect X-No-Archive.
10416
10417 2005-08-08  Simon Josefsson  <jas@extundo.com>
10418
10419         * pgg.el: Autoload url-insert-file-contents instead of loading
10420         w3/url.
10421         (pgg-insert-url-with-w3): Don't load url here.
10422
10423 2005-08-07  Jesper Harder  <harder@phys.au.dk>
10424
10425         * message.el (message-kill-to-signature): Don't insert newline at
10426         bol.
10427         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
10428
10429 2005-08-06  Romain Francoise  <romain@orebokech.com>
10430
10431         * message.el (message-user-fqdn): Fix typo in docstring.
10432
10433 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
10434
10435         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
10436
10437         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
10438
10439 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10440
10441         * mm-bodies.el (mm-encode-body): Use coding system rather than
10442         charset to encode text.
10443
10444         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
10445         number of charsets if utf-8 is available (XEmacs).
10446
10447 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10448
10449         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
10450         taken from `gnus-button-mid-or-mail-regexp'.
10451         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
10452         (gnus-button-alist): Improve regexp for domain part of the MIDs
10453         for news:localpart@domain buttons.
10454         (gnus-button-ctan-directory-regexp): Update.
10455
10456 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10457
10458         * sieve-manage.el (sieve-manage-interactive-login): Use
10459         make-local-variable rather than make-variable-buffer-local.
10460         (sieve-manage-open): Ditto.
10461         (sieve-manage-authenticate): Ditto.
10462
10463         * mml.el (mml-generate-mime-1): Make the content type default to
10464         text/plain if the filename is not specified.
10465
10466 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10467
10468         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
10469         instead of insert-buffer.
10470
10471         * message.el (message-yank-original): Ditto; set the mark at the
10472         end of the yanked message.
10473
10474 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10475
10476         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
10477         lines to scroll rather than to stop it.
10478
10479         * mml.el (mml-generate-default-type): Add doc string.
10480         (mml-generate-mime-1): Use mm-default-file-encoding or make it
10481         default to application/octet-stream when determining the content
10482         type if it is not specified for the part or the mml contents; add
10483         a comment about mml-generate-default-type.
10484
10485 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
10486
10487         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
10488         make it default to application/octet-stream when determining the
10489         content type if it is not specified for the external contents.
10490
10491 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10492
10493         * rfc2231.el (rfc2231-parse-string): Take care that not only a
10494         segmented parameter but also other parameters might be there.
10495
10496 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10497
10498         * mm-decode.el (mm-display-external): Delete temp file, directory
10499         and buffer immediately if the external process is exited.
10500
10501 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10502
10503         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
10504         fewer lines than that of scroll-margin.
10505         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
10506
10507 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10508
10509         * gnus-art.el (gnus-article-next-page): Revert.
10510         (gnus-article-beginning-of-window): New macro.
10511         (gnus-article-next-page-1): Use it.
10512         (gnus-article-prev-page): Ditto.
10513         (gnus-article-edit-part): Use insert-buffer-substring instead of
10514         insert-buffer.
10515         (gnus-article-edit-exit): Ditto.
10516
10517         * gnus-util.el (gnus-beginning-of-window): Remove.
10518         (gnus-end-of-window): Remove.
10519
10520         * lpath.el: Don't bind header-line-format and scroll-margin.
10521
10522 2005-07-25  Simon Josefsson  <jas@extundo.com>
10523
10524         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
10525         to have the url package without w3.  Reported by Daiki Ueno
10526         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
10527
10528 2005-07-20  Didier Verna  <didier@xemacs.org>
10529
10530         * gnus-diary.el: Remove the description comment (nndiary is now
10531         properly documented in the Gnus manual).
10532         Fix the spelling of "Back End".
10533         * nndiary.el: Ditto.
10534         Fix the copyright notice.
10535
10536 2005-07-18  Romain Francoise  <romain@orebokech.com>
10537
10538         * gnus-sum.el (gnus-summary-to-prefix)
10539         (gnus-summary-newsgroup-prefix): New variables.
10540         (gnus-summary-from-or-to-or-newsgroups): Use them.
10541
10542 2005-07-17  Romain Francoise  <romain@orebokech.com>
10543
10544         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
10545         space as it's generally not especially interesting to the user.
10546
10547 2005-07-16  Romain Francoise  <romain@orebokech.com>
10548
10549         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
10550         nil to avoid prompting and file modification if one of the
10551         messages at the top of the nnfolder file contains a copyright
10552         notice.
10553         Update copyright notice.
10554
10555         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
10556         instead of `current-time-string' as the latter creates a time
10557         string that is not RFC 2822 compliant (it lacks the zone).
10558         Update copyright notice.
10559
10560 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10561
10562         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
10563         for text/rtf.  Display default in prompt.  Pass default for M-n.
10564
10565         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
10566
10567 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10568
10569         * gnus-msg.el (gnus-button-mailto): Remove
10570         save-selected-window-window hackery because it relies on
10571         save-selected-window internals.
10572
10573 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10574
10575         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
10576         (gnus-article-next-page-1): Use gnus-beginning-of-window.
10577         (gnus-article-prev-page): Ditto.
10578
10579         * gnus-util.el (gnus-beginning-of-window): New function.
10580         (gnus-end-of-window): New function.
10581
10582         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
10583
10584 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10585
10586         * gnus-score.el (gnus-score-edit-all-score): Set
10587         gnus-score-edit-exit-function to gnus-score-edit-done and call
10588         gnus-message.
10589
10590 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10591
10592         * gnus-msg.el (gnus-button-mailto): Remove
10593         save-selected-window-window hackery because it relies on
10594         save-selected-window internals.
10595
10596 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10597
10598         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
10599         add-minor-mode.
10600         (gnus-binary-mode): Ditto.
10601
10602         * gnus-topic.el (gnus-topic-mode): Ditto.
10603
10604 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
10605
10606         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
10607         (gnus-article-prev-page): Take scroll-margin into consideration.
10608
10609 2005-07-04  Lute Kamstra  <lute@gnu.org>
10610
10611         Update FSF's address in GPL notices.
10612
10613 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
10614
10615         * gnus.el (gnus-exit):
10616         * gnus-group.el (gnus-group-icons):
10617         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
10618
10619         * gnus-nocem.el (gnus-nocem):
10620         * message.el (message-various, message-buffers, message-sending)
10621         (message-interface, message-forwarding, message-insertion)
10622         (message-headers, message-news, message-mail):
10623         * pgg-gpg.el (pgg-gpg):
10624         * pgg-parse.el (pgg-parse):
10625         * pgg-pgp.el (pgg-pgp):
10626         * pgg-pgp5.el (pgg-pgp5):
10627         * pop3.el (pop3): Finish `defgroup' description with period.
10628
10629 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10630
10631         * gnus-art.el (article-display-face): Improve the efficiency.
10632         (article-display-x-face): Ditto; remove grey x-face stuff.
10633
10634 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10635
10636         * gnus-art.el (article-display-face): Correct the position in
10637         which Faces are inserted.
10638
10639 2005-06-29  Didier Verna  <didier@xemacs.org>
10640
10641         * gnus-art.el (article-display-face): Display faces in correct
10642         order.
10643
10644 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10645
10646         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
10647         (gnus-fill-real-hashtb): Use hash table instead of obarray.
10648         (gnus-nocem-check-article): Fetch the Type header.
10649         (gnus-nocem-message-wanted-p): Fix the way to examine types.
10650         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
10651         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
10652         make sure gnus-nocem-hashtb is initialized.
10653         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
10654         (gnus-nocem-unwanted-article-p): Ditto.
10655
10656         * pgg.el (pgg-verify): Return the verification result.
10657
10658 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10659
10660         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
10661         is ascii.
10662
10663 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10664
10665         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
10666         `show-nonbreak-escape'.
10667
10668 2005-06-23  Lute Kamstra  <lute@gnu.org>
10669
10670         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
10671
10672         * dig.el (dig-mode):
10673         * smime.el (smime-mode): Use gnus-run-mode-hooks.
10674
10675 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10676
10677         * nnimap.el (nnimap-split-download-body): Fix spellings.
10678
10679 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
10680
10681         * gnus-art.el (gnus-article-encrypt-body):
10682         * gnus-cus.el (gnus-score-customize):
10683         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
10684         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
10685
10686 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
10687
10688         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
10689         header by looking for magic "MII" at the beginnig.
10690
10691 2005-06-16  Miles Bader  <miles@gnu.org>
10692
10693         * gnus-xmas.el (gnus-xmas-group-startup-message):
10694         Use renamed gnus-splash face.
10695
10696         * assistant.el (assistant-field): Remove "-face" suffix from face name.
10697         (assistant-field-face): New backward-compatibility alias for renamed
10698         face.
10699         (assistant-render-text): Use renamed assistant-field face.
10700
10701         * spam.el (spam): Remove "-face" suffix from face name.
10702         (spam-face): New backward-compatibility alias for renamed face.
10703         (spam-face, spam-initialize): Use renamed spam face.
10704
10705         * message.el (message-header-to, message-header-cc)
10706         (message-header-subject, message-header-newsgroups)
10707         (message-header-other, message-header-name)
10708         (message-header-xheader, message-separator, message-cited-text)
10709         (message-mml): Remove "-face" suffix from face names.
10710         (message-header-to-face, message-header-cc-face)
10711         (message-header-subject-face, message-header-newsgroups-face)
10712         (message-header-other-face, message-header-name-face)
10713         (message-header-xheader-face, message-separator-face)
10714         (message-cited-text-face, message-mml-face):
10715         New backward-compatibility aliases for renamed faces.
10716         (message-font-lock-keywords): Use renamed message faces.
10717
10718         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
10719         (sieve-test-commands, sieve-tagged-arguments):
10720         Remove "-face" suffix from face names.
10721         (sieve-control-commands-face, sieve-action-commands-face)
10722         (sieve-test-commands-face, sieve-tagged-arguments-face):
10723         New backward-compatibility aliases for renamed faces.
10724         (sieve-control-commands-face, sieve-action-commands-face)
10725         (sieve-test-commands-face, sieve-tagged-arguments-face):
10726         Use renamed sieve faces.
10727
10728         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
10729         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
10730         (gnus-group-news-3-empty, gnus-group-news-4)
10731         (gnus-group-news-4-empty, gnus-group-news-5)
10732         (gnus-group-news-5-empty, gnus-group-news-6)
10733         (gnus-group-news-6-empty, gnus-group-news-low)
10734         (gnus-group-news-low-empty, gnus-group-mail-1)
10735         (gnus-group-mail-1-empty, gnus-group-mail-2)
10736         (gnus-group-mail-2-empty, gnus-group-mail-3)
10737         (gnus-group-mail-3-empty, gnus-group-mail-low)
10738         (gnus-group-mail-low-empty, gnus-summary-selected)
10739         (gnus-summary-cancelled, gnus-summary-high-ticked)
10740         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
10741         (gnus-summary-high-ancient, gnus-summary-low-ancient)
10742         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
10743         (gnus-summary-low-undownloaded)
10744         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
10745         (gnus-summary-low-unread, gnus-summary-normal-unread)
10746         (gnus-summary-high-read, gnus-summary-low-read)
10747         (gnus-summary-normal-read, gnus-splash):
10748         Remove "-face" suffix from face names.
10749         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10750         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10751         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10752         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10753         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10754         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10755         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10756         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10757         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10758         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10759         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10760         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10761         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10762         (gnus-summary-normal-ticked-face)
10763         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
10764         (gnus-summary-normal-ancient-face)
10765         (gnus-summary-high-undownloaded-face)
10766         (gnus-summary-low-undownloaded-face)
10767         (gnus-summary-normal-undownloaded-face)
10768         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10769         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10770         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10771         (gnus-splash-face):
10772         New backward-compatibility aliases for renamed faces.
10773         (gnus-group-startup-message): Use renamed gnus faces.
10774
10775         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
10776         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
10777         (gnus-server-agent): Remove "-face" suffix from face names.
10778         (gnus-server-agent-face, gnus-server-opened-face)
10779         (gnus-server-closed-face, gnus-server-denied-face)
10780         (gnus-server-offline-face):
10781         New backward-compatibility aliases for renamed faces.
10782         (gnus-server-agent-face, gnus-server-opened-face)
10783         (gnus-server-closed-face, gnus-server-denied-face)
10784         (gnus-server-offline-face): Use renamed gnus faces.
10785
10786         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
10787         Remove "-face" suffix from face names.
10788         (gnus-picon-xbm-face, gnus-picon-face):
10789         New backward-compatibility aliases for renamed faces.
10790
10791         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
10792         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
10793         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
10794         (gnus-cite-11): Remove "-face" suffix from face names.
10795         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
10796         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
10797         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
10798         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
10799         New backward-compatibility aliases for renamed faces.
10800         (gnus-cite-attribution-face, gnus-cite-face-list)
10801         (gnus-article-boring-faces): Use renamed gnus faces.
10802
10803         * gnus-art.el (gnus-signature, gnus-header-from)
10804         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
10805         (gnus-header-content): Remove "-face" suffix from face names.
10806         (gnus-signature-face, gnus-header-from-face)
10807         (gnus-header-subject-face, gnus-header-newsgroups-face)
10808         (gnus-header-name-face, gnus-header-content-face):
10809         New backward-compatibility aliases for renamed faces.
10810         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
10811
10812         * gnus-sum.el (gnus-summary-selected-face)
10813         (gnus-summary-highlight): Use renamed gnus faces.
10814         * gnus-group.el (gnus-group-highlight): Likewise.
10815
10816 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
10817
10818         * gnus-sieve.el (gnus-sieve-article-add-rule):
10819         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
10820         * spam-stat.el (spam-stat-buffer-change-to-spam)
10821         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
10822
10823         * message.el (message-is-yours-p):
10824         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
10825
10826 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10827
10828         * mm-view.el (mm-inline-text): Withdraw the last change.
10829
10830 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10831
10832         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
10833         executing enriched-decode.
10834
10835 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10836
10837         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
10838         charset of tar files.
10839
10840 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
10841
10842         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
10843
10844 2005-06-04  Lute Kamstra  <lute@gnu.org>
10845
10846         * nnfolder.el (nnfolder-read-folder): Make sure that undo
10847         information is never recorded.
10848
10849 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10850
10851         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
10852
10853 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10854
10855         * pop3.el (pop3-apop): Run md5 in the binary mode.
10856
10857         * starttls.el (starttls-set-process-query-on-exit-flag):
10858         Use eval-and-compile.
10859
10860 2005-05-31  Simon Josefsson  <jas@extundo.com>
10861
10862         * smime.el (smime-replace-in-string): Define.
10863         (smime-cert-by-ldap-1): Use it.
10864
10865 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10866
10867         * gnus-art.el (article-display-x-face): Replace
10868         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10869
10870         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
10871         set-process-query-on-exit-flag or process-kill-without-query.
10872
10873         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
10874         loop instead of replace-regexp.
10875
10876         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
10877         instead of process-kill-without-query if it is available.
10878
10879         * lpath.el: Fbind ldap-search-entries.
10880
10881         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
10882         instead of find-file-hooks if it is available.
10883
10884         * mml1991.el: Bind pgg-default-user-id when compiling.
10885
10886         * mml2015.el: Bind pgg-default-user-id when compiling.
10887
10888         * nndraft.el (nndraft-request-associate-buffer):
10889         Use write-contents-functions instead of write-contents-hooks if it is
10890         available.
10891
10892         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
10893         instead of find-file-hooks if it is available.
10894
10895         * nntp.el (nntp-open-connection): Replace
10896         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10897         (nntp-open-ssl-stream): Ditto.
10898         (nntp-open-tls-stream): Ditto.
10899
10900         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
10901         set-process-query-on-exit-flag or process-kill-without-query.
10902         (starttls-open-stream-gnutls): Use it instead of
10903         process-kill-without-query.
10904         (starttls-open-stream): Ditto.
10905
10906 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
10907
10908         * smime.el (smime-cert-by-ldap-1): Don't use
10909         replace-regexp-in-string.
10910
10911 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
10912
10913         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
10914
10915         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
10916         in PEM format.  Adjust to the XEmacs compability.
10917
10918 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10919
10920         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
10921         by `string-to-number'.
10922         * gnus-agent.el (gnus-agent-regenerate-group)
10923         (gnus-agent-fetch-articles): Ditto.
10924         * gnus-art.el (gnus-button-fetch-group): Ditto.
10925         * gnus-cache.el (gnus-cache-generate-active)
10926         (gnus-cache-articles-in-group): Ditto.
10927         * gnus-group.el (gnus-group-set-current-level)
10928         (gnus-group-insert-group-line): Ditto.
10929         * gnus-score.el (gnus-score-set-expunge-below)
10930         (gnus-score-set-mark-below, gnus-summary-score-effect)
10931         (gnus-summary-score-entry): Ditto.
10932         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
10933         (gnus-soup-pack): Ditto.
10934         * gnus-spec.el (gnus-xmas-format): Ditto.
10935         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
10936         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
10937         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
10938         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
10939         * nndb.el (nndb-get-remote-expire-response): Ditto.
10940         * nndiary.el (nndiary-parse-schedule-value)
10941         (nndiary-string-to-number, nndiary-request-replace-article)
10942         (nndiary-request-article): Ditto.
10943         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
10944         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
10945         * nneething.el (nneething-make-head): Ditto.
10946         * nnfolder.el (nnfolder-request-article)
10947         (nnfolder-retrieve-headers): Ditto.
10948         * nnheader.el (nnheader-file-to-number): Ditto.
10949         * nnkiboze.el (nnkiboze-request-article): Ditto.
10950         * nnmail.el (nnmail-process-unix-mail-format)
10951         (nnmail-process-babyl-mail-format): Ditto.
10952         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
10953         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
10954         (nnmh-request-create-group, nnmh-request-list-1)
10955         (nnmh-request-group, nnmh-request-article): Ditto.
10956         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
10957         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
10958         * nnsoup.el (nnsoup-make-active): Ditto.
10959         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
10960         * nntp.el (nntp-find-group-and-number)
10961         (nntp-retrieve-headers-with-xover): Ditto.
10962         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
10963         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
10964         (pgg-format-key-identifier): Ditto.
10965         * pop3.el (pop3-last, pop3-stat): Ditto.
10966         * qp.el (quoted-printable-decode-region): Ditto.
10967
10968         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
10969         of concat.
10970
10971 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10972
10973         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
10974
10975         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
10976
10977         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
10978
10979         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
10980
10981         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
10982
10983         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
10984
10985         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
10986         (gnus-carpal-mode): Ditto.
10987
10988         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
10989         (gnus-browse-mode): Ditto.
10990
10991         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
10992
10993         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
10994
10995 2005-05-29  Richard M. Stallman  <rms@gnu.org>
10996
10997         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
10998
10999 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11000
11001         * gnus-util.el (gnus-run-mode-hooks): New function.
11002
11003         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
11004
11005         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
11006         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
11007
11008 2005-05-27  Lute Kamstra  <lute@gnu.org>
11009
11010         * dns-mode.el (dns-mode): Specify customization group.
11011
11012 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
11013
11014         * gnus-agent.el (gnus-agent-make-mode-line-string):
11015         Use mode-line-highlight as mouse-face.
11016
11017 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11018
11019         * canlock.el (canlock): Change the parent group to news.
11020
11021         * deuglify.el (gnus-outlook-deuglify): Add :group.
11022
11023         * dig.el (dig): Add :group.
11024
11025         * dns-mode.el (dns-mode): Add :group.
11026
11027         * encrypt.el (encrypt): Add :group.
11028
11029         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
11030         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
11031         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
11032         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
11033         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
11034
11035         * gnus-diary.el (gnus-diary): Add :group.
11036
11037         * gnus.el (gnus-group-news-1-face): Add :group.
11038         (gnus-group-news-1-empty-face): Ditto.
11039         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
11040         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
11041         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
11042         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
11043         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
11044         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
11045         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
11046         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
11047         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
11048         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
11049         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
11050         (gnus-summary-high-ticked-face): Ditto.
11051         (gnus-summary-low-ticked-face): Ditto.
11052         (gnus-summary-normal-ticked-face): Ditto.
11053         (gnus-summary-high-ancient-face): Ditto.
11054         (gnus-summary-low-ancient-face): Ditto.
11055         (gnus-summary-normal-ancient-face): Ditto.
11056         (gnus-summary-high-undownloaded-face): Ditto.
11057         (gnus-summary-low-undownloaded-face): Ditto.
11058         (gnus-summary-normal-undownloaded-face): Ditto.
11059         (gnus-summary-high-unread-face): Ditto.
11060         (gnus-summary-low-unread-face): Ditto.
11061         (gnus-summary-normal-unread-face): Ditto.
11062         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
11063         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
11064
11065         * hashcash.el (hashcash): New custom group.
11066         (hashcash-default-payment): Add :group.
11067         (hashcash-payment-alist): Ditto.
11068         (hashcash-default-accept-payment): Ditto.
11069         (hashcash-accept-resources): Ditto.
11070         (hashcash-path): Ditto.
11071         (hashcash-extra-generate-parameters): Ditto.
11072         (hashcash-double-spend-database): Ditto.
11073         (hashcash-in-news): Ditto.
11074
11075         * message.el (message-minibuffer-local-map): Add :group.
11076
11077         * netrc.el (netrc): Add :group.
11078
11079         * sieve-manage.el (sieve-manage-log): Add :group.
11080         (sieve-manage-default-user): Diito.
11081         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
11082         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
11083         (sieve-manage-authenticators): Ditto.
11084         (sieve-manage-authenticator-alist): Ditto.
11085         (sieve-manage-default-port): Ditto.
11086
11087         * sieve-mode.el (sieve-control-commands-face): Add :group.
11088         (sieve-action-commands-face): Ditto.
11089         (sieve-test-commands-face): Ditto.
11090         (sieve-tagged-arguments-face): Ditto.
11091
11092         * smime.el (smime): Add :group.
11093
11094         * spam-report.el (spam-report): Add :group.
11095
11096         * spam.el (spam, spam-face): Add :group.
11097
11098 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11099
11100         * nntp.el (nntp-next-result-arrived-p): Some news servers may
11101         return \n.\n.\n at the end of articles.  Protect against that.
11102         (nntp-with-open-group): Allow debugging.
11103
11104         * nnheader.el (mail-header-set-extra): Make into a function
11105         because I just could't understand how to quote the list properly.
11106
11107         * dns.el (query-dns-cached): New function.
11108
11109 2005-05-26  Lute Kamstra  <lute@gnu.org>
11110
11111         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
11112
11113 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11114
11115         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
11116
11117         * gnus-art.el: Don't autoload mail-extract-address-components.
11118
11119         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
11120         eval-and-compile to evaluate it.
11121
11122         * hashcash.el: Don't autoload executable-find.
11123
11124         * nndb.el: Don't declare the nndb back end two or more times; don't
11125         autoload news-reply-mode, news-setup, cancel-timer and telnet.
11126
11127         * nntp.el: Autoload format-spec instead of format; use
11128         eval-and-compile to evaluate autoload forms.
11129
11130 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
11131
11132         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
11133
11134 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11135
11136         * gnus.el (gnus-version-number): Bump version.
11137
11138 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11139
11140         * gnus.el: No Gnus v0.3 is released.
11141
11142 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11143
11144         * lpath.el (featurep): Bind show-nonbreak-escape.
11145
11146 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11147
11148         * gnus-art.el (gnus-article-edit-part): Disable undo.
11149
11150 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11151
11152         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
11153         gnus-article-date-lapsed-new-header is t if date timer is active;
11154         skip headers in which the original date value is empty.
11155         (gnus-article-save-original-date): Redefine it as a macro.
11156         (gnus-display-mime): Use it.
11157
11158 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11159
11160         * gnus-art.el (article-date-ut): Support converting date in
11161         forwarded parts as well.
11162         (gnus-article-save-original-date): New function.
11163         (gnus-display-mime): Use it.
11164
11165 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
11166
11167         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
11168         enclosure element of <item>.
11169
11170 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
11171
11172         * message.el (message-kill-buffer-query): Renamed from
11173         `message-kill-buffer-query-if-modified'.  Added :version.
11174
11175 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11176
11177         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
11178         window layout.
11179
11180 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11181
11182         * mml.el: Autoload dnd when compiling.
11183
11184 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11185
11186         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
11187         x-dnd-*.
11188
11189 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11190
11191         * qp.el (quoted-printable-encode-region): Save excursion.
11192
11193 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
11194
11195         * message.el (message-kill-buffer-query-if-modified): Add new variable
11196         so the user can kill a modified message buffer quickly.
11197         (message-kill-buffer): Use it.
11198
11199 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11200
11201         * lpath.el: Fbind display-time-event-handler; don't fbind
11202         string-to-multibyte.
11203
11204         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
11205
11206 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11207
11208         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
11209         contained in text because xml.el decodes entities) with LFs.
11210
11211 2005-04-11  Lute Kamstra  <lute@gnu.org>
11212
11213         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
11214         differently.
11215
11216 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11217
11218         * mm-util.el (mm-detect-coding-region): Typo.
11219
11220 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11221
11222         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
11223
11224 2005-04-06  Deepak Goel  <deego@gnufans.org>
11225
11226         * spam-stat.el (spam-stat-score-buffer): Add a call to a
11227         user-function allow user modifications of the scores.
11228         (spam-stat-score-buffer-user): New function, to allow
11229         user-computed modifications to the score.
11230         (spam-stat-score-buffer-user-functions): List of additional
11231         scoring functions.
11232         (spam-stat-error-holder): Global temporary error holder.
11233         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
11234         variable.
11235
11236 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
11237
11238         * gnus-registry.el (gnus-registry-clean-empty-function)
11239         (gnus-registry-trim, gnus-registry-fetch-groups)
11240         (gnus-registry-delete-group): Groups that match
11241         `gnus-registry-ignored-groups' are removed from the registry
11242         entries, not just ignored for splitting.  This helps clean up the
11243         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
11244         to get all the groups a message ID is in.
11245
11246         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
11247         (spam-stat-split-fancy): Change "threshhold" to "threshold".
11248         (spam-stat-score-buffer-user-functions): Add :number custom type.
11249
11250 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11251
11252         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
11253         argument in XEmacs.
11254
11255         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
11256         (nnrss-request-group): Decode group name first.
11257         (nnrss-request-article): Make a text/plain article if mml-to-mime
11258         failed.
11259         (nnrss-get-encoding): Return a compatible encoding according to
11260         nnrss-compatible-encoding-alist.
11261         (nnrss-find-el): Use consp instead of listp.
11262         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
11263
11264 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11265
11266         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
11267         which Emacs 20 doesn't support.
11268         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
11269
11270 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11271
11272         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
11273         silence the byte compiler inside the defun.
11274
11275         * gnus-demon.el (parse-time-string): Add autoload.
11276
11277         * gnus-delay.el (parse-time-string): Add autoload.
11278
11279         * gnus-art.el (parse-time-string): Add autoload.
11280
11281         * nnultimate.el (parse-time): Require for `parse-time-string'.
11282
11283 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11284
11285         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
11286
11287         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
11288
11289         * smime.el (smime-ldap-host-list): Add :version.
11290
11291 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11292
11293         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
11294         pass it to `gnus-browse-read-group'.
11295         (gnus-browse-read-group): Add NUMBER argument and pass it to
11296         `gnus-group-read-ephemeral-group'.
11297
11298         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
11299         argument and pass it to `gnus-group-read-group'.
11300
11301 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
11302
11303         * mm-util.el (mm-xemacs-find-mime-charset): Only call
11304         mm-xemacs-find-mime-charset-1 if we have the mule feature
11305         available at runtime.
11306
11307 2005-03-25  Werner Lemberg  <wl@gnu.org>
11308
11309         * nnmaildir.el: Replace `illegal' with `invalid'.
11310
11311 2005-03-23  Lute Kamstra  <lute@gnu.org>
11312
11313         * time-date.el: Add comment on time value formats.
11314         Don't require parse-time.
11315         (with-decoded-time-value): New macro.
11316         (encode-time-value): New function.
11317         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
11318         (days-to-time): Return a valid time value when arg is huge.
11319         (time-since): Use time-subtract.
11320         (time-to-number-of-days): Use time-to-seconds.
11321
11322 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11323
11324         * gnus-start.el (gnus-display-time-event-handler):
11325         Check display-time-timer at runtime rather than only at load time
11326         in case display-time-mode is turned off in the mean time.
11327
11328 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11329
11330         * nnimap.el (nnimap-open-connection): Print which authinfo file is
11331         used.
11332
11333         * nneething.el (nneething-map-file-directory): Derive from
11334         `gnus-directory'.
11335
11336         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
11337         the To/Cc button.
11338
11339 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11340
11341         * nnmaildir.el (nnmaildir-request-accept-article):
11342         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
11343
11344 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11345
11346         * gnus-async.el: Require timer-funcs at compile time when in
11347         XEmacs for `run-with-idle-timer'.
11348
11349 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11350
11351         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
11352         autoloaded function.
11353
11354 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11355
11356         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
11357
11358 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
11359
11360         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
11361
11362 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11363
11364         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
11365         gnus-expert-user to default.
11366
11367 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
11368
11369         * nnimap.el (nnimap-open-server): Ditto.
11370
11371         * imap.el (imap-authenticate): Fix typo.
11372
11373 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
11374
11375         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
11376         buffer (since IMAP server might return FETCH response out of
11377         order, and the nntp buffer must be sorted).
11378
11379 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
11380
11381         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
11382         comparison on string.
11383
11384         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
11385         (gnus-agent-score): Renamed category keywords to match gnus-cus.
11386         (gnus-agent-summary-fetch-series): Modified to protect against
11387         gnus-agent-summary-fetch-group clearing processable flags.
11388         (gnus-agent-synchronize-group-flags): Update live group buffer as
11389         synchronization may occur due to the user toggle the plugged
11390         status.
11391         (gnus-agent-fetch-group-1): Clear downloadable flag when article
11392         successfully downloaded.
11393         (gnus-agent-expire-group-1): Avoid using markers when the overview
11394         is in ascending order; greatly improves performance.
11395         (gnus-agent-regenerate-group): Use
11396         gnus-agent-synchronize-group-flags to reset read status in both
11397         gnus and server.
11398         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
11399
11400 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
11401
11402         * message.el: Don't autoload former message-utils variables.
11403         (message-strip-subject-trailing-was): Change doc string.
11404
11405         * nnweb.el: Fixes for `gnus-group-make-web-group'.
11406         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
11407         (nnweb-google-search): Add "hl=en" here.
11408         (nnweb-google-parse-1, nnweb-google-create-mapping):
11409         Don't hardcode URL.
11410
11411 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11412
11413         * message.el (message-get-reply-headers, message-followup):
11414         Mention related variables `message-use-followup-to' and
11415         `message-use-mail-followup-to', in the information buffer.
11416
11417         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
11418         of broken groups(-beta).google.com.
11419
11420 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
11421
11422         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
11423         parameter to invoked gnus-request-move-article; remove the
11424         redundant gnus-sum-hint-move-is-internal variable; apply the marks
11425         all at once instead of once per article.
11426         (gnus-summary-remove-process-mark): Accept a list of articles as
11427         well as a single article for processing.
11428
11429         * gnus-int.el (gnus-request-move-article): Add move-is-internal
11430         parameter.
11431
11432         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
11433
11434         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
11435
11436         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
11437         parameter.
11438
11439         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
11440         parameter.
11441
11442         * nnimap.el (nnimap-request-move-article): Add move-is-internal
11443         parameter and remove the gnus-sum-hint-move-is-internal variable.
11444
11445         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
11446         parameter.
11447
11448         * nndraft.el (nndraft-request-move-article): Add move-is-internal
11449         parameter.
11450
11451         * nndiary.el (nndiary-request-move-article): Add move-is-internal
11452         parameter.
11453
11454         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
11455
11456         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
11457         parameter.
11458
11459         * nnagent.el (nnagent-request-move-article): Add move-is-internal
11460         parameter.
11461
11462 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11463
11464         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
11465         a more conservative way.
11466
11467 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11468
11469         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
11470         buffer, so it moves the window's cursor.
11471
11472 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
11473
11474         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
11475         `mm-dissect-multipart' and receive the from field as an (optional)
11476         argument from `mm-dissect-multipart'.
11477         (mm-dissect-multipart): Receive the from field as an argument and
11478         pass it on when we call `mm-dissect-buffer' on MIME parts.
11479         Fixes verification/decryption of signed/encrypted MIME parts.
11480
11481 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
11482
11483         * gnus-sum.el (gnus-summary-move-article): Set
11484         gnus-sum-hint-move-is-internal for gnus-request-move-article and
11485         whatever it calls (right now, only nnimap-request-move article
11486         respects it).
11487
11488         * nnimap.el (nnimap-request-move-article): When
11489         gnus-sum-hint-move-is-internal is set, don't do the extra
11490         nnimap-request-article.
11491
11492 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11493
11494         * nnheader.el (nnheader-find-file-noselect): Add doc string.
11495
11496         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
11497         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
11498
11499         * gnus-sum.el (gnus-summary-caesar-message):
11500         Apply `gnus-treat-article' after rotation.
11501
11502         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
11503         doc string.
11504
11505 2005-02-22  Simon Josefsson  <jas@extundo.com>
11506
11507         * encrypt.el (encrypt-password-cache-expiry): Remove (use
11508         `password-cache-expiry' instead).  Reported by Arne Jørgensen
11509         <arne@arnested.dk>.
11510         (encrypt): Add password-cache and password-cache-expiry as group
11511         members.
11512
11513 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
11514
11515         * smime.el (smime-ldap-host-list): Doc fix.
11516         (smime-ask-passphrase): Use `password-read-and-add' to read (and
11517         cache) password.
11518         (smime-sign-region): Use it.
11519         (smime-decrypt-region): Use it.
11520         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
11521         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
11522         fails.
11523         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
11524         certificate from DER to PEM format rather than calling openssl.
11525
11526         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
11527
11528         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
11529         for signing/encryption.
11530
11531         * mml.el (mml-parse-1): Use them.
11532
11533 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
11534
11535         * nnrss.el (nnrss-verbose): Removed.
11536         (nnrss-request-group): Use `nnheader-message' instead.
11537
11538 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
11539
11540         * nnrss.el (nnrss-verbose): New variable.
11541         (nnrss-request-group): Make it say nnrss is requesting a group.
11542
11543 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11544
11545         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
11546         Handle news URL with given port correctly.
11547
11548 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11549
11550         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
11551         containing special characters.
11552
11553         * gnus-sum.el (gnus-summary-edit-article): Ditto.
11554
11555         * mml.el (mime-to-mml): Ditto.
11556
11557         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
11558         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
11559         (rfc2047-decode-region): Quote decoded words containing special
11560         characters when rfc2047-quote-decoded-words-containing-tspecials
11561         is non-nil.
11562
11563 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
11564
11565         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
11566
11567         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
11568
11569 2005-02-15  Simon Josefsson  <jas@extundo.com>
11570
11571         * nnimap.el (nnimap-debug): Doc fix.
11572
11573         * imap.el (imap-debug): Doc fix.
11574
11575 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11576
11577         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
11578
11579 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
11580
11581         * gnus.el (spam-contents): Improve docs for spam-contents
11582         parameter in its variable incarnation.
11583
11584 2005-02-14  Simon Josefsson  <jas@extundo.com>
11585
11586         * smime-ldap.el: Use require instead of load-library for ldap.
11587         (smime-ldap-search): Indent.
11588         (smime-ldap-search-internal): Shorten line.
11589
11590         * smime.el (smime-cert-by-dns): Add doc-string.
11591         (smime-cert-by-ldap-1): Indent.
11592
11593         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
11594         mml-smime-get-dns-ldap.
11595         (mml-smime-encrypt-query): Use new function.  Default to ldap.
11596
11597 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
11598
11599         * smime.el: Require smime-ldap.
11600         (smime-ldap-host-list): New variable.
11601         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
11602
11603         * mml-smime.el (mml-smime-encrypt-query): New function.
11604         (mml-smime-encrypt-query): Use it.
11605
11606         * smime-ldap.el: New file.
11607
11608 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11609
11610         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
11611
11612 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11613
11614         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
11615         argument in doc string.  Make query for type more clear.
11616
11617 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11618
11619         * gnus.el (gnus-group-startup-message): Search for gnus images in
11620         etc/images/gnus.
11621         * mm-util.el (mm-image-load-path): Likewise.
11622         * smiley.el (smiley-data-directory): Search for smilies in
11623         etc/images/smilies.
11624
11625 2005-02-09  Kim F. Storm  <storm@cua.dk>
11626
11627         Change Emacs release version from 21.4 to 22.1 throughout.
11628         Change Emacs development version from 21.3.50 to 22.0.50.
11629
11630 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11631
11632         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
11633
11634         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
11635         non-Mule XEmacs as well.
11636         (mm-decompress-buffer): Signal an error intentionally if it does
11637         not decompress compressed data because auto-compression-mode is
11638         disabled.
11639
11640 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
11641
11642         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
11643         an ID in the registry even if it has no groups.
11644
11645 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11646
11647         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
11648         merge it into mm-decompress-buffer.
11649         (gnus-mime-copy-part): Use the MIME part charset, the value which
11650         a user specified or gnus-newsgroup-charset for decoding, like
11651         gnus-mime-inline-part does; set buffer-file-coding-system to tell
11652         save-buffer what was used.  Suggested by Kevin Ryde
11653         <user42@zip.com.au>.
11654         (gnus-mime-inline-part): Allow the name parameter as well as the
11655         filename parameter; force decompressing of compressed data; always
11656         display contents being not decoded as unibyte.
11657
11658         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
11659         as well as the filename parameter.
11660
11661         * mm-util.el (mm-decompress-buffer): Merge
11662         gnus-mime-jka-compr-maybe-uncompress.
11663         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
11664         of compressed data.
11665
11666 2005-02-08  Simon Josefsson  <jas@extundo.com>
11667
11668         * imap.el (imap-log): Doc fix.
11669
11670 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11671
11672         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
11673         the coding cookies; decompress compressed parts.
11674
11675         * mml.el (mml-generate-mime-1): Add the charset parameter according
11676         to the value which a user specified manually or the coding cookie.
11677
11678         * mm-util.el (mm-string-to-multibyte): New function.
11679         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
11680         (mm-coding-system-to-mime-charset): New function.
11681         (mm-decompress-buffer): New function.
11682         (mm-find-buffer-file-coding-system): New function.
11683
11684         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
11685         (mm-display-inline-fontify): Rewrite for decoding and decompressing
11686         parts.
11687
11688 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11689
11690         * mm-view.el (mm-display-inline-fontify): Decode a part according
11691         to the charset parameter.
11692
11693 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11694
11695         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
11696         prefix arg is neither nil nor a number, as info specifies.
11697
11698 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11699
11700         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
11701         timestamps.
11702
11703 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
11704
11705         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
11706         groups error checking and notify user.
11707
11708 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
11709
11710         * message.el (message-send-mail-function): Check existence of
11711         sendmail-program first before using default value
11712         `message-send-mail-with-sendmail'.  Otherwise use more generic
11713         `smtpmail-send-it'.
11714
11715 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11716
11717         * nntp.el (nntp-request-update-info): Always return nil.
11718
11719 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11720
11721         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
11722
11723 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11724
11725         * message.el (message-beginning-of-line): Change the behavior when
11726         invoked between BOL and : so that it first moves backward.
11727
11728 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11729
11730         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
11731         article buffer when editing of the article is discarded.
11732         (gnus-article-prepare): Revert.
11733
11734 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11735
11736         * gnus-art.el (gnus-article-prepare):
11737         Remove message-strip-forbidden-properties from the local hook.
11738
11739 2005-01-27  Simon Josefsson  <jas@extundo.com>
11740
11741         * password.el (password-cache-add): Only start one timer per key.
11742         Reported by Derek Atkins <warlord@MIT.EDU>.
11743
11744 2005-01-26  Steve Youngs  <steve@sxemacs.org>
11745
11746         * run-at-time.el: Removed.  It is no longer needed as
11747         timer-funcs.el in the xemacs-base package has a working version of
11748         `run-at-time'.
11749
11750         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
11751
11752         * password.el: Require timer-funcs instead of run-at-time in
11753         XEmacs.
11754         Remove `password-run-at-time' macro.
11755         (password-cache-add): Use `run-at-time' instead of
11756         `password-run-at-time'.
11757
11758         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
11759         Remove `nnheader-cancel-function-timers' alias,
11760         `cancel-function-timers' exists in XEmacs in timer-funcs.
11761
11762         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
11763         for `run-with-idle-timer'.
11764
11765         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
11766         for `run-at-time'.
11767
11768         * mm-url.el: Require timer-funcs at compile time when in XEmacs
11769         for `with-timeout'.
11770
11771         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
11772         the same as for XEmacs 21.4.
11773         No need to ignore `run-with-idle-timer', this function exists in
11774         XEmacs now in timer-funcs.el in the xemacs-base package.
11775         (dgnushack-compile): No need to delete
11776         run-at-time.el from the list of files to compile because it
11777         doesn't exist anymore.
11778
11779 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11780
11781         * mml.el (mml-generate-mime-1): Convert string into unibyte when
11782         inserting " *mml*" buffer's contents into a unibyte temp buffer.
11783
11784 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
11785
11786         * mail-source.el (mail-source-fetch-imap): Search for ^From case
11787         sensitively.
11788
11789 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
11790
11791         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
11792
11793 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11794
11795         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
11796         which will be inserted according to the multibyteness of a buffer
11797         rather than the type of contents.  Suggested by ARISAWA Akihiro
11798         <ari@mbf.ocn.ne.jp>.
11799
11800         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
11801         of string which old xml.el may return rather than a string.
11802
11803 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11804
11805         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
11806
11807 2005-01-16  Simon Josefsson  <jas@extundo.com>
11808
11809         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
11810         idn/idna.el isn't available.
11811         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
11812         <michael@waxrat.com>.
11813
11814         * hashcash.el: Remove non-FSF copyright header.
11815
11816         * hashcash.el (hashcash-extra-generate-parameters): New variable.
11817         (hashcash-generate-payment): Use it.
11818         (hashcash-generate-payment-async): Use it.
11819
11820 2005-01-15  Simon Josefsson  <jas@extundo.com>
11821
11822         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
11823         Suggested by Raymond Scholz <ray-2005@zonix.de>.
11824
11825         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
11826         gnus-summary-idna-message.
11827         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
11828         (gnus-summary-idna-message): New function.
11829
11830 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11831
11832         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
11833         gnus-novice-user.
11834
11835 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11836
11837         * nnrss.el (nnrss-request-delete-group): Delete entries in
11838         nnrss-group-alist as well.
11839         (nnrss-save-server-data): Insert newline.
11840
11841 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
11842
11843         * gnus.el (gnus-user-agent): Use list of symbols instead of
11844         symbols.  Display full version number for (S)XEmacs.  Optionally
11845         display (S)XEmacs codename.
11846
11847         * gnus-util.el (gnus-emacs-version): Update for new
11848         `gnus-user-agent'.
11849
11850         * gnus-msg.el (gnus-extended-version): Make it possible to omit
11851         Gnus version.
11852
11853 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11854
11855         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
11856         which is unreadable in some setups.
11857
11858 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11859
11860         * gnus-spec.el (gnus-update-format-specifications): Flush the
11861         group format spec cache if it doesn't support decoded group names.
11862
11863 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11864
11865         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
11866         Allow to apply decay on score files matching a regexp.
11867
11868 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11869
11870         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
11871         compatibility in %g and %c.
11872
11873 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11874
11875         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
11876         name for only %g and %c.
11877         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
11878         of gnus-tmp-group to decoded group name.
11879         (gnus-group-make-rss-group): Exclude `/'s from group names.
11880
11881 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11882
11883         * nnrss.el (nnrss-get-encoding): Fix regexp.
11884
11885 2004-12-27  Simon Josefsson  <jas@extundo.com>
11886
11887         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
11888         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
11889         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
11890
11891 2004-12-17  Kim F. Storm  <storm@cua.dk>
11892
11893         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
11894
11895         * gnus-sum.el (gnus-summary-mode-map): Likewise.
11896
11897 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11898
11899         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
11900
11901 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11902
11903         * nnrss.el: Require rfc2047 and mml.
11904         (nnrss-file-coding-system): New variable.
11905         (nnrss-format-string): Redefine it as an inline function.
11906         (nnrss-decode-group-name): New function.
11907         (nnrss-string-as-multibyte): Remove.
11908         (nnrss-retrieve-headers): Decode group name; don't use
11909         nnrss-format-string.
11910         (nnrss-request-group): Decode group name.
11911         (nnrss-request-article): Decode group name; allow a Message-ID as
11912         well as an article number; don't use nnrss-format-string; encode a
11913         Message-ID string which may contain non-ASCII characters; use
11914         mml-to-mime to compose a MIME article.
11915         (nnrss-request-expire-articles): Decode group name.
11916         (nnrss-request-delete-group): Decode group name.
11917         (nnrss-fetch): Clarify error message.
11918         (nnrss-read-server-data): Use insert-file-contents instead of load;
11919         bind file-name-coding-system; use multibyte buffer.
11920         (nnrss-save-server-data): Bind coding-system-for-write to the
11921         value of nnrss-file-coding-system; bind file-name-coding-system;
11922         add coding cookie.
11923         (nnrss-read-group-data): Use insert-file-contents instead of load;
11924         bind file-name-coding-system; use multibyte buffer.
11925         (nnrss-save-group-data): Bind coding-system-for-write to the
11926         value of nnrss-file-coding-system; bind file-name-coding-system.
11927         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
11928         make it work with non-ASCII text.
11929         (nnrss-find-el): Make it work with old xml.el as well.
11930
11931 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11932
11933         * nnrss.el (nnrss-get-encoding): New function.
11934         (nnrss-fetch): Use unibyte buffer initially; bind
11935         coding-system-for-read while performing mm-url-insert; remove ^Ms;
11936         decode contents according to the encoding attribute.
11937         (nnrss-save-group-data): Add coding cookie.
11938         (nnrss-mime-encode-string): New function.
11939         (nnrss-check-group): Use it to encode subject and author.
11940
11941 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
11942
11943         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
11944         imaginary variable.
11945
11946 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11947
11948         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
11949         correctly even if there are wide characters.
11950
11951 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11952
11953         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
11954         downcased symbol names; make a new cache instead of reusing
11955         bbdb-hashtable.
11956
11957 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11958
11959         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11960         concatenating segments rather than before concatenating them.
11961         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11962
11963         * message.el (message-get-reply-headers): Bind `extra'.
11964
11965 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11966
11967         * message.el (message-extra-wide-headers): New variable.
11968         (message-get-reply-headers): Use it.
11969
11970 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11971
11972         * gnus-agent.el (gnus-agent-group-path): Decode group name.
11973         (gnus-agent-group-pathname): Ditto.
11974
11975         * gnus-cache.el (gnus-cache-file-name): Decode group name.
11976
11977         * gnus-group.el (gnus-group-make-group): Decode group name.
11978         (gnus-group-make-rss-group): Register the group data after opening
11979         the nnrss group.
11980
11981 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
11982
11983         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
11984         by expiry now get marked as read.
11985
11986 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11987
11988         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
11989
11990 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
11991
11992         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
11993         unify Latin characters in XEmacs.
11994         (mm-find-mime-charset-region): Use it.
11995
11996 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11997
11998         * gnus-util.el (gnus-delete-directory): New function.
11999
12000         * gnus-agent.el (gnus-agent-delete-group): Use it.
12001
12002         * gnus-cache.el (gnus-cache-delete-group): Use it.
12003
12004 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12005
12006         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
12007         names.
12008
12009 2004-12-16  Simon Josefsson  <jas@extundo.com>
12010
12011         * hashcash.el (hashcash-payment-alist): Fix custom :type.
12012
12013 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12014
12015         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
12016
12017         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
12018         (gnus-group-set-current-level): Decode group name.
12019
12020 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
12021
12022         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
12023         failed.
12024
12025 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12026
12027         * gnus-group.el (gnus-group-delete-group): Decode group name.
12028         (gnus-group-make-rss-group): Encode group name.
12029         (gnus-group-catchup-current): Decode group name.
12030         (gnus-group-kill-group): Decode group name.
12031
12032 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12033
12034         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
12035
12036 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12037
12038         * gnus-group.el (gnus-group-make-rss-group):
12039         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
12040
12041         * gnus-start.el (gnus-setup-news): Honor user's setting to
12042         gnus-message-archive-method.  Suggested by Lute Kamstra
12043         <lute@gnu.org>.
12044
12045 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
12046
12047         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
12048         global counterparts of the buffer-local variables.
12049
12050 2004-11-16  Romain Francoise  <romain@orebokech.com>
12051
12052         * gnus-sum.el (gnus-summary-exit): Don't clear the global
12053         counterparts of the buffer-local variables.
12054
12055 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12056
12057         * message.el (message-forbidden-properties): Fixed typo in doc
12058         string.
12059
12060 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12061
12062         * gnus-util.el (gnus-replace-in-string): Added doc string.
12063
12064         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
12065         to avoid problems when splitting mails with many recipients.
12066
12067 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12068
12069         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
12070         pop-to-buffer, covered by the subsequent gnus-configure-windows.
12071
12072 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
12073
12074         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
12075         if there is no hashtable in memory or file modification time is
12076         newer than cached timestamp.
12077
12078 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12079
12080         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
12081         not-matching option.
12082
12083 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
12084
12085         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
12086         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
12087         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12088         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
12089         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
12090         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
12091
12092 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12093
12094         * message.el (message-forward-make-body-mml): Remove headers
12095         according to message-forward-ignored-headers if a message is decoded.
12096
12097 2004-12-02  Romain Francoise  <romain@orebokech.com>
12098
12099         * message.el (message-forward-make-body-plain): Always remove
12100         headers according to message-forward-ignored-headers.
12101
12102 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
12103
12104         * spam.el (spam-summary-prepare-exit): Remove the
12105         gnus-summary-limit pop for now, it has problems with ham marks for
12106         me.
12107
12108 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
12109
12110         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
12111         correctly.
12112
12113 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
12114
12115         * format-spec.el (format-spec): Message the char.
12116
12117 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
12118
12119         * gnus-art.el (gnus-split-methods): Reformat comments.
12120
12121         * spam.el (spam-summary-prepare-exit): Remove article limits
12122         before exiting the summary buffer.
12123
12124 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12125
12126         * lpath.el: Remove bbdb-create-internal, bbdb-records,
12127         spam-BBDB-register-routine and spam-enter-ham-BBDB.
12128
12129         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
12130         order to silence the byte compiler.
12131
12132         * spam.el: Fix the way to silence the byte compiler, which
12133         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
12134         bbdb-search-simple, spam-BBDB-register-routine,
12135         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
12136         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
12137         spam-stat-buffer-is-spam, spam-stat-load,
12138         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
12139         spam-stat-save and spam-stat-split-fancy.
12140
12141 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12142
12143         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
12144         which may confuse users.
12145         (canlock-password-for-verify): Ditto.
12146
12147         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
12148
12149         * gnus-art.el (gnus-emphasis-alist): Ditto.
12150
12151         * gnus-registry.el (gnus-registry-max-entries): Ditto.
12152
12153         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
12154
12155         * gnus-start.el (gnus-save-killed-list): Ditto.
12156
12157         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
12158         (gnus-sum-thread-tree-root): Ditto.
12159         (gnus-sum-thread-tree-false-root): Ditto.
12160         (gnus-sum-thread-tree-single-indent): Ditto.
12161
12162         * message.el (message-courtesy-message): Ditto.
12163         (message-archive-note): Ditto.
12164         (message-subscribed-address-file): Ditto.
12165         (message-user-fqdn): Ditto.
12166
12167         * spam-report.el (spam-report-gmane-regex): Ditto.
12168
12169         * spam.el (spam-blackhole-good-server-regex): Ditto.
12170
12171 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12172
12173         * mml.el (mml-preview): Widen the message buffer before copying
12174         the contents to the preview buffer; sort headers before previewing.
12175
12176         * message.el (message-hidden-headers): Fix the way to avoid a bug
12177         in the `repeat' widget in Emacs 21.3 or earlier.
12178
12179 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12180
12181         * message.el (message-hidden-headers): Default to "^References:".
12182         Improve customization type.  Suggested by Reiner Steib
12183         <Reiner.Steib@gmx.de>.
12184
12185 2004-11-25  Romain Francoise  <romain@orebokech.com>
12186
12187         * message.el (message-strip-forbidden-properties): Remove check for
12188         obsolete `message-hidden' text property, hidden headers are not
12189         accessible in the buffer anymore.
12190
12191 2004-11-22  Romain Francoise  <romain@orebokech.com>
12192
12193         * message.el (message-header-format-alist): Add `From' in list
12194         so that it can be sorted.
12195         (message-fix-before-sending): Widen and sort headers before
12196         sending.
12197         (message-hide-headers): Use narrowing to hide headers by moving
12198         them to the top of the buffer and narrowing to the region
12199         underneath.
12200
12201 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12202
12203         * message.el (message-strip-forbidden-properties): Bind
12204         buffer-read-only (etc) to nil.
12205
12206 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12207
12208         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
12209         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12210
12211 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
12212
12213         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
12214
12215 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12216
12217         * dns.el (query-dns): Use sit-for to time instead of
12218         accept-process-output, since that doesn't seem to work on udp
12219         sockets.
12220
12221 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12222
12223         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
12224
12225 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
12226
12227         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
12228         doc string.  Improve doc string.
12229
12230 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12231
12232         * nntp.el (nntp-request-update-info): Return nil if
12233         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
12234         may not call gnus-activate-group which uselessly issues the GROUP
12235         commands for all nntp groups and wastes time.  Reported by Romain
12236         Francoise <romain@orebokech.com>.
12237
12238         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
12239
12240 2004-11-15  Simon Josefsson  <jas@extundo.com>
12241
12242         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
12243         headers separately.
12244         (gnus-button-openpgp): New function, inspired by Jochen Küpper
12245         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
12246
12247 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12248
12249         * gnus-start.el (gnus-convert-old-newsrc):
12250         Assign legacy-gnus-agent to 5.10.7.
12251
12252 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12253
12254         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
12255         start of the lines.
12256
12257 2004-11-14  Magnus Henoch  <mange@freemail.hu>
12258
12259         * hashcash.el (hashcash-default-payment): Change default to 20.
12260         (hashcash-default-accept-payment): Change default to 20.
12261         (hashcash-process-alist): New variable.
12262         (hashcash-generate-payment-async): Add.
12263         (hashcash-already-paid-p): Add.
12264         (hashcash-insert-payment): Don't generate payments twice.
12265         (hashcash-insert-payment-async): Add.
12266         (hashcash-insert-payment-async-2): Add.
12267         (hashcash-cancel-async): Add.
12268         (hashcash-wait-async): Add.
12269         (hashcash-processes-running-p): Add.
12270         (hashcash-wait-or-cancel): Add.
12271         (mail-add-payment): New optional argument.  Conditionally start
12272         asynchronous calculation.
12273         (mail-add-payment-async): Add.
12274
12275         * message.el (message-send-mail): Wait for asynchronous hashcash
12276         results.  Don't clobber existing X-Hashcash headers.
12277         (message-setup-1): Call mail-add-payment-async when
12278         message-generate-hashcash is non-nil.
12279
12280 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12281
12282         * message.el (message-use-alternative-email-as-from): Examine the
12283         From header as well; use message-make-from in order to include a
12284         user's full name.
12285
12286 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12287
12288         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
12289         default; improve customization type.
12290         (gnus-emphasis-custom-with-format): New macro.
12291         (gnus-emphasis-custom-value-to-external): New function.
12292         (gnus-emphasis-custom-value-to-internal): New function.
12293
12294 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12295
12296         * dns.el (query-dns): Resolve reverse addresses.
12297
12298 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12299
12300         * gnus-group.el (gnus-group-get-new-news): Use it.
12301
12302         * gnus-start.el (gnus-check-reasonable-setup): New function.
12303
12304 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12305
12306         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
12307         "Args out of range" error.  Reported by Arnaud Giersch
12308         <arnaud.giersch@free.fr>.
12309
12310 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12311
12312         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
12313
12314 2004-11-04  Richard M. Stallman  <rms@gnu.org>
12315
12316         * spam.el (spam group): Add :version.
12317
12318         * pgg-def.el (pgg group): Add :version.
12319
12320 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12321
12322         * gnus-art.el (gnus-article-edit-article): Don't associate the
12323         article buffer with a draft file.  This is a temporary measure
12324         against the 2004-08-22 change to gnus-article-edit-mode.
12325
12326 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12327
12328         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
12329         (html2text-format-tags): Remove unused variable `attr'.
12330
12331 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12332
12333         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
12334
12335         * tls.el (tls-process-connection-type, tls-success)
12336         (tls-certtool-program): Add :version.
12337
12338         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
12339         (starttls-extra-arguments, starttls-process-connection-type)
12340         (starttls-connect, starttls-failure, starttls-success): Add :version.
12341
12342         * spam-stat.el (spam-stat): Add :version.
12343
12344         * sieve.el (sieve): Add :version.
12345
12346         * sha1.el (sha1): Add :version.
12347         (sha1-use-external): Remove redundant version.
12348
12349         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
12350         (nnmail-cache-ignore-groups, nnmail-spool-hook)
12351         (nnmail-split-fancy-match-partial-words)
12352         (nnmail-split-lowercase-expanded): Add :version.
12353
12354         * nndiary.el (nndiary): Add :version.
12355
12356         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
12357
12358         * mml-sec.el (mml-default-sign-method)
12359         (mml-default-encrypt-method, mml-signencrypt-style-alist):
12360         Add :version.
12361
12362         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
12363
12364         * mm-url.el (mm-url-use-external, mm-url-program)
12365         (mm-url-arguments): Add :version.
12366
12367         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
12368         (mm-attachment-file-modes, mm-decrypt-option)
12369         (mm-w3m-safe-url-regexp): Add :version.
12370
12371         * message.el (message-cite-prefix-regexp)
12372         (message-sendmail-envelope-from, message-minibuffer-local-map)
12373         (message-user-fqdn, message-completion-alist): Add :version.
12374
12375         * gnus-win.el (gnus-configure-windows-hook)
12376         (gnus-use-frames-on-any-display): Add :version.
12377
12378         * gnus-art.el (gnus-article-address-banner-alist)
12379         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
12380         (gnus-treat-from-picon, gnus-treat-mail-picon)
12381         (gnus-treat-x-pgp-sig): Add :version.
12382
12383         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
12384         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
12385         (gnus-summary-article-delete-hook)
12386         (gnus-summary-display-while-building): Add :version.
12387
12388         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
12389         (gnus-get-top-new-news-hook): Add :version.
12390
12391         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12392         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
12393
12394         * gnus-registry.el (gnus-registry): Add :version.
12395
12396         * gnus-spec.el (gnus-use-correct-string-widths)
12397         (gnus-make-format-preserve-properties): Add :version.
12398
12399         * gnus.el (gnus-group-charter-alist)
12400         (gnus-group-fetch-control-use-browse-url)
12401         (gnus-install-group-spam-parameters): Add :version.
12402
12403         * gnus-diary.el (gnus-diary): Add :version.
12404
12405         * gnus-delay.el (gnus-delay): Add :version.
12406
12407         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
12408         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
12409         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
12410         Add :version.
12411
12412         * gnus-agent.el (gnus-agent-max-fetch-size)
12413         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
12414         (gnus-agent-prompt-send-queue): Add :version.
12415
12416         * deuglify.el (gnus-outlook-deuglify): Add :version.
12417
12418         * html2text.el: Beautify code.  Improve doc strings.  Some
12419         checkdoc cleanup.
12420         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
12421
12422 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
12423
12424         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
12425
12426 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
12427
12428         * gnus-registry.el (gnus-registry-hashtb): Create the registry
12429         when package is loaded.
12430
12431         * spam.el (spam-summary-score-preferred-header): Add global preference
12432         for people who want to override the default SpamAssassin over
12433         Bogofilter preference (when both are set).
12434         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
12435         (spam-user-format-function-S): Check
12436         spam-summary-score-preferred-header.
12437         (spam-extra-header-to-number): Add X-Bogosity header parsing.
12438         (spam-user-format-function-S): Format the score correctly.
12439
12440 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12441
12442         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
12443         signature file.  Suggested by Manoj Srivastava
12444         <srivasta@golden-gryphon.com>.
12445
12446         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
12447         iso-2022-jp even in the Japanese language environment.
12448         Suggested by Jason Rumney <jasonr@gnu.org>.
12449
12450 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12451
12452         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
12453         use the same characters as the dummy marks; make it free from
12454         getting affected by the language environment.
12455         (gnus-summary-read-group-1): Update mark positions only when the
12456         format spec is updated.
12457
12458         * gnus-spec.el (gnus-update-format-specifications): Return a list
12459         of updated types.
12460
12461 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12462
12463         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
12464         of boundp to check if display-warning is available.
12465
12466 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
12467
12468         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
12469
12470 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12471
12472         * nnspool.el (nnspool-spool-directory): Use news-path if the
12473         news-directory variable is not bound.
12474
12475         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
12476         function instead of display-warning if it is not available.
12477
12478 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12479
12480         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
12481         v5-10: Use `point-at-bol'.
12482
12483 2004-10-26  Simon Josefsson  <jas@extundo.com>
12484
12485         * hashcash.el: Fix URL in comment, reported by Cheng Gao
12486         <chenggao@gmail.com>.
12487
12488 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12489
12490         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
12491         instead.
12492
12493 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
12494
12495         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
12496         to remove a server from the nnimap-server-buffer-alist.
12497         (nnimap-open-connection, nnimap-close-server): Use it.
12498
12499         * gnus-encrypt.el: Remove file in favor of encrypt.el.
12500
12501 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12502
12503         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
12504         running the major-mode function.
12505
12506 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12507
12508         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
12509         dummy marks in the right way.
12510
12511 2004-10-18  David Edmondson  <dme@dme.org>
12512
12513         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
12514         excessively.
12515
12516 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
12517
12518         * gnus-util.el (gnus-split-references): Accept a nil references
12519         string and go on blissfully.
12520
12521         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
12522         cases where the references string is non-nil but has no references.
12523
12524         * encrypt.el: Add autoload tags.
12525
12526         * spam.el (spam-resolve-registrations-routine): Remove article
12527         from unregistration list too.  Reported by David Hanak
12528         <dhanak@isis.vanderbilt.edu>
12529
12530 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
12531
12532         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
12533         nil.  Changed custom type.
12534
12535 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
12536
12537         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
12538
12539         * gnus-sum.el (gnus-summary-move-article): Use it.
12540
12541 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
12542
12543         * encrypt.el: Add autoload cookies.
12544
12545         * spam.el (spam-backend-article-list-property)
12546         (spam-backend-get-article-todo-list)
12547         (spam-backend-put-article-todo-list)
12548         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
12549         Resolve registrations separately.
12550         (spam-register-routine): Format comments.
12551         (spam-unregister-routine, spam-register-routine): Always call with
12552         specific-articles, no default list.
12553         (spam-summary-prepare-exit): Use the spam-classifications function.
12554
12555         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
12556         gnus-encrypt.el.
12557
12558         * encrypt.el: Copied from gnus-encrypt.el.
12559
12560         * gnus-encrypt.el: Commented that it's obsolete.
12561
12562 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12563
12564         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
12565         (gnus-score-save): Use it.
12566
12567         * message.el (message-bury): Use `window-dedicated-p'.
12568
12569 2004-10-15  Simon Josefsson  <jas@extundo.com>
12570
12571         * pop3.el (top-level): Don't require nnheader.
12572         (pop3-read-timeout): Add.
12573         (pop3-accept-process-output): Add.
12574         (pop3-read-response, pop3-retr): Use it.
12575
12576 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
12577
12578         * spam.el (spam-register-routine): Move comment.
12579         (spam-verify-bogofilter): Use 'unknown for the initial
12580         spam-bogofilter-valid state, not 'never.
12581
12582         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
12583         for netrc-machine.
12584
12585         * nnimap.el (nnimap-open-connection): Use
12586         netrc-machine-user-or-password.
12587
12588 2004-10-17  Richard M. Stallman  <rms@gnu.org>
12589
12590         * gnus-registry.el (gnus-registry-unload-hook):
12591         Set as a variable with add-hook.
12592
12593         * nnspool.el (nnspool-spool-directory): Use news-directory instead
12594         of news-path.
12595
12596         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
12597
12598         * spam.el: Delete duplicate `provide'.
12599         (spam-unload-hook): Set as a variable with add-hook.
12600
12601 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12602
12603         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
12604         in the doc string.
12605
12606         * message.el (message-ignored-news-headers)
12607         (message-ignored-supersedes-headers)
12608         (message-ignored-resent-headers)
12609         (message-forward-ignored-headers): Improve custom type.
12610
12611 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12612
12613         * message.el (message-tokenize-header): Fix 2004-09-06 change
12614         which used point-min in the wrong place.
12615
12616 2004-10-12  Simon Josefsson  <jas@extundo.com>
12617
12618         * tls.el (tls-certtool-program): New variable.
12619         (tls-certificate-information): New function, based on
12620         ssl-certificate-information.
12621
12622 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12623
12624         * compface.el: Move the version of ELisp-based uncompface program
12625         to the contrib directory because of the copyright problem.
12626
12627 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12628
12629         * message.el (message-kill-buffer): Raise the current frame.
12630
12631 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12632
12633         * gnus-sum.el: Mention that multibyte characters don't work as marks.
12634
12635         * gnus.el (message-y-or-n-p): Autoload.
12636
12637         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
12638         (pop3-password-required, pop3-authentication-scheme)
12639         (pop3-leave-mail-on-server): Made customizable.
12640         (pop3): New custom group.
12641         (pop3-retr): Remove `sleep-for' statements.
12642         Suggested by Dave Love <fx@gnu.org>.
12643
12644         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
12645         Windows/DOS.
12646
12647         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12648         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
12649         Dave Love <fx@gnu.org>.
12650
12651         * mml.el (mml-minibuffer-read-disposition): Require match.
12652         Suggested by Dave Love <fx@gnu.org>.
12653
12654 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12655
12656         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
12657         doc string.
12658
12659 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12660
12661         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
12662
12663 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12664
12665         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
12666         instead of calling `mm-insert-inline', to decode text/* parts
12667         before displaying them.
12668
12669 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12670
12671         * mm-uu.el (mm-uu-text-plain-type): New variable.
12672         (mm-uu-pgp-signed-extract-1): Use it.
12673         (mm-uu-pgp-encrypted-extract-1): Use it.
12674         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
12675         bind mm-uu-text-plain-type with that value.
12676         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
12677         mm-uu-dissect.
12678
12679 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12680
12681         * gnus-group.el (gnus-update-group-mark-positions):
12682         * gnus-sum.el (gnus-update-summary-mark-positions):
12683         * message.el (message-check-news-body-syntax):
12684         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
12685         of string-as-multibyte.
12686
12687 2004-10-05  Juri Linkov  <juri@jurta.org>
12688
12689         * gnus-group.el (gnus-update-group-mark-positions):
12690         * gnus-sum.el (gnus-update-summary-mark-positions):
12691         * message.el (message-check-news-body-syntax):
12692         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
12693         8-bit unibyte values to a multibyte string for search functions.
12694
12695 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12696
12697         * mm-uu.el (mm-uu-dissect): Allow optional arg.
12698         (mm-uu-dissect-text-parts): New function.
12699
12700         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
12701         dissect text parts.
12702
12703         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
12704         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
12705
12706         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
12707
12708         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
12709         gnus-current-topics instead of gnus-current-topic.
12710
12711 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
12712
12713         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
12714
12715 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
12716
12717         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
12718         where approriate.
12719
12720         * nnml.el (nnml-generate-active-info): do.
12721
12722         * nndiary.el (nndiary-generate-active-info): do.
12723
12724         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
12725         (gnus-topic-move): do.
12726
12727         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
12728         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
12729
12730         * gnus-srvr.el (gnus-server-prepare)
12731         (gnus-server-open-all-servers): do.
12732
12733         * gnus-msg.el (gnus-summary-cancel-article)
12734         (gnus-summary-resend-message)
12735         (gnus-summary-mail-crosspost-complaint): do.
12736
12737         * gnus-move.el (gnus-change-server): do.
12738
12739         * gnus-group.el (gnus-group-unmark-all-groups)
12740         (gnus-group-set-current-level): do.
12741
12742 2004-10-04  Simon Josefsson  <jas@extundo.com>
12743
12744         * message.el (message-generate-hashcash): Doc fix.
12745
12746 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
12747
12748         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
12749         avoid infinite recursion via gnus-get-function.
12750
12751 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
12752
12753         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
12754
12755         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
12756
12757         * nnmail.el (nnmail-split-history): do.
12758
12759         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
12760         (nnml-request-delete-group): do.
12761
12762         * nnslashdot.el (nnslashdot-read-groups): do.
12763
12764         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
12765         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
12766
12767         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
12768         (nnspool-sift-nov-with-sed): Use last.
12769         (nnspool-retrieve-headers-with-nov): Use mapc.
12770         (nnspool-request-newgroups): Use dolist.
12771         (nnspool-request-group): Use last.
12772
12773         * nntp.el (nntp-read-server-type): Use dolist.
12774
12775         * nnvirtual.el (nnvirtual-create-mapping)
12776         (nnvirtual-update-read-and-marked): Use dolist.
12777         (nnvirtual-convert-headers): Simplify.
12778
12779 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12780
12781         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
12782         support for sync'ing tick marks.
12783
12784 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12785
12786         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
12787         there's no visible header.
12788
12789 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12790
12791         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
12792         necessary, pass full group name to gnus-request-set-marks.
12793
12794 2004-10-01  Simon Josefsson  <jas@extundo.com>
12795
12796         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
12797         acroread.
12798
12799 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12800
12801         * spam-report.el (spam-report-gmane): Fix interactive.
12802
12803         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
12804
12805         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
12806         when writing file.
12807         (gnus-agent-synchronize-flags): Don't default to being
12808         interactive.
12809
12810 2004-09-30  Simon Josefsson  <jas@extundo.com>
12811
12812         * message.el (message-generate-hashcash): Add.
12813         (message-send-mail): Use it, call mail-add-payment.
12814
12815 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12816
12817         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
12818
12819 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
12820
12821         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
12822         gnus-requst-update-info with explicit code to sync the in-memory
12823         info read flags with the marks being sync'd to the backend.
12824
12825         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
12826
12827 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12828
12829         * spam.el (spam-verify-bogofilter): Add new function.
12830         (spam-check-bogofilter)
12831         (spam-bogofilter-register-with-bogofilter): Use it.
12832         (spam-verify-bogofilter): Add small fixes.
12833
12834 2004-09-28  Simon Josefsson  <jas@extundo.com>
12835
12836         * hashcash.el (hashcash-generate-payment): Revert.
12837
12838 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12839
12840         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
12841         gnus-extract-references instead of gnus-split-references.
12842
12843         * gnus-util.el (gnus-extract-references): Add new function, analogous
12844         to gnus-split-references but extracts only the message-ID without
12845         anything extra.
12846
12847         * hashcash.el (hashcash-generate-payment)
12848         (hashcash-check-payment): Do the right thing if hashcash-path is
12849         nil (because the hashcash program could not be found).
12850
12851         * spam.el (spam-use-hashcash): Remove comment.
12852
12853 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
12854
12855         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
12856         (gnus-cache-enter-article, gnus-cache-remove-article)
12857         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
12858
12859         * gnus-async.el (gnus-async-prefetch-remove-group): do.
12860
12861         * gnus-art.el (article-hide-boring-headers)
12862         (article-translate-strings, article-display-face)
12863         (gnus-article-mime-match-handle-first)
12864         (gnus-article-highlight-headers)
12865         (gnus-article-add-buttons-to-head): do.
12866
12867 2004-09-27  Simon Josefsson  <jas@extundo.com>
12868
12869         * hashcash.el: New version, from
12870         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
12871         ../contrib/.
12872
12873 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12874
12875         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
12876
12877 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
12878
12879         * gnus-dup.el (gnus-dup-open): Use mapc.
12880         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
12881
12882         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
12883         Reported by Stefan Wiens <s.wi@gmx.net>.
12884
12885         * gnus.el (gnus-shutdown): Use dolist.
12886
12887         * gnus-undo.el (gnus-undo): Use mapc.
12888
12889         * nnrss.el (nnrss-generate-active): do.
12890
12891         * message.el (message-cite-original-without-signature)
12892         (message-cite-original): Use mapc.
12893         (message-do-actions, message-make-forward-subject): Use dolist.
12894
12895 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12896
12897         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
12898         deletion to remove entire duplicate line.  Fixes merged article
12899         number bug.
12900
12901 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12902
12903         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
12904         servers that are offline.  Avoids having gnus-agent-toggle-plugged
12905         first ask if you want to open a server and then, even when you
12906         responded with no, asking if you want to synchronize the server's
12907         flags.
12908         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
12909         multi-line expressions.
12910         (gnus-agent-synchronize-group-flags): New internal function.
12911         Updates marks in memory (in the info structure) AND in the
12912         backend.
12913
12914         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
12915
12916         * nnagent.el (nnagent-request-set-mark): Use
12917         gnus-agent-synchronize-group-flags, not backend's request-set-mark
12918         method, to ensure that synchronization updates marks in the
12919         backend and in the info (in memory) structure.
12920
12921 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12922
12923         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
12924         convention fully; don't miss the root article of a thread; make
12925         the X-Draft-From header with correct article numbers.
12926
12927 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
12928
12929         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
12930         unless plugged.  Disable the agent so that an open failure causes
12931         an error.
12932
12933         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
12934         Reverted 2004-09-21 change.  The backend must be opened while
12935         synchronizing flags even when the backend stores the flags
12936         locally.
12937
12938 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
12939
12940         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
12941         in `header' match.  Reported by Svend Tollak Munkejord.
12942
12943         * message.el (message-cite-original): Fix use of
12944         `message-cite-articles-with-x-no-archive'.
12945
12946 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12947
12948         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
12949         (gnus-window-to-buffer): Ditto.
12950
12951         * mml.el (mml-preview-buffer): New variable.
12952         (mml-preview): Manage window layout with gnus-buffer-configuration.
12953
12954         * gnus-msg.el (gnus-setup-message): Put article numbers into the
12955         X-Draft-From header even if those articles aren't quoted.
12956
12957 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
12958
12959         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
12960         (gnus-request-set-mark, gnus-request-update-mark): Use new
12961         g-s-t-u-l-m to decide to use backend even when unplugged.
12962
12963 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12964
12965         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
12966         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
12967
12968 2004-09-20  Simon Josefsson  <jas@extundo.com>
12969
12970         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
12971         "utf-16-le".
12972
12973 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12974
12975         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
12976
12977 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12978
12979         * uudecode.el (uudecode-use-external): Add :version.
12980
12981         * smime.el (smime-CA-file, smime-encrypt-cipher)
12982         (smime-dns-server): Add :version.
12983
12984         * smiley.el (gnus-smiley-file-types): Add :version.
12985
12986         * sha1.el (sha1-use-external): Add :version.
12987
12988         * pgg-def.el (pgg-query-keyserver): Add :version.
12989
12990         * nnmail.el (nnmail-fancy-expiry-targets)
12991         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
12992         Add :version.
12993
12994         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
12995         (nnimap-retrieve-groups-asynchronous): Add :version.
12996         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
12997
12998         * mml.el (mml-content-disposition-parameters)
12999         (mml-insert-mime-headers-always): Add :version.
13000
13001         * mm-util.el (mm-coding-system-priorities): Add :version.
13002
13003         * mm-decode.el (mm-inline-text-html-with-images)
13004         (mm-keep-viewer-alive-types, mm-external-terminal-program)
13005         (mm-verify-option): Add :version.
13006         (mm-text-html-renderer): Change :version.
13007
13008         * message.el (message-fcc-externalize-attachments)
13009         (message-required-headers, message-draft-headers)
13010         (message-subject-trailing-was-query)
13011         (message-subject-trailing-was-ask-regexp)
13012         (message-subject-trailing-was-regexp, message-mark-insert-begin)
13013         (message-mark-insert-end, message-archive-header)
13014         (message-archive-note, message-cross-post-default)
13015         (message-cross-post-note, message-followup-to-note)
13016         (message-cross-post-note-function, message-use-mail-followup-to)
13017         (message-subscribed-address-functions)
13018         (message-subscribed-address-file, message-subscribed-addresses)
13019         (message-subscribed-regexps, message-allow-no-recipients)
13020         (message-yank-cited-prefix, message-signature-insert-empty-line)
13021         (message-hidden-headers, message-hierarchical-addresses)
13022         (message-mail-user-agent, message-use-idna)
13023         (message-valid-fqdn-regexp)
13024         (message-strip-special-text-properties, message-header-synonyms)
13025         (message-beginning-of-line, message-tab-body-function): Add :version.
13026         (message-insert-canlock, message-wide-reply-confirm-recipients):
13027         Change :version.
13028
13029         * mail-source.el (mail-source-ignore-errors): Add :group, :type
13030         and :version.
13031         (mail-source-delete-old-incoming-confirm)
13032         (mail-source-movemail-program): Add :version.
13033
13034         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
13035         (gnus-agent-cache, gnus-agent): Change :version.
13036
13037         * gnus-util.el (gnus-use-byte-compile): Change :version.
13038
13039         * gnus-sum.el (gnus-summary-make-false-root-always)
13040         (gnus-summary-default-high-score)
13041         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
13042         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
13043         (gnus-read-all-available-headers, gnus-article-emulate-mime)
13044         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
13045         (gnus-sum-thread-tree-single-indent)
13046         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
13047         (gnus-sum-thread-tree-leaf-with-other)
13048         (gnus-sum-thread-tree-single-leaf): Add :version.
13049         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
13050         (gnus-article-loose-mime): Change :version.
13051
13052         * gnus-start.el (gnus-backup-startup-file)
13053         (gnus-save-startup-file-via-temp-buffer): Add :version.
13054
13055         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
13056         (gnus-server-offline-face): Add :version.
13057
13058         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
13059
13060         * gnus-msg.el (gnus-gcc-externalize-attachments)
13061         (gnus-debug-files, gnus-debug-exclude-variables)
13062         (gnus-discouraged-post-methods): Change :version.
13063         (gnus-confirm-mail-reply-to-news)
13064         (gnus-confirm-treat-mail-like-news): Add :version.
13065
13066         * gnus-int.el (gnus-server-unopen-status): Add :version.
13067
13068         * gnus-group.el (gnus-group-jump-to-group-prompt)
13069         (gnus-large-ephemeral-newsgroup)
13070         (gnus-fetch-old-ephemeral-headers): Add :version.
13071
13072         * gnus-fun.el (gnus-x-face-directory)
13073         (gnus-convert-pbm-to-x-face-command)
13074         (gnus-convert-image-to-x-face-command)
13075         (gnus-convert-image-to-face-command): Add :version.
13076
13077         * gnus-delay.el (gnus-delay-default-hour): Add :version.
13078
13079         * gnus-cite.el (gnus-cite-blank-line-after-header)
13080         (gnus-article-boring-faces): Add :version.
13081
13082         * gnus-art.el (gnus-buttonized-mime-types)
13083         (gnus-inhibit-mime-unbuttonizing)
13084         (gnus-treat-display-face)
13085         (gnus-treat-body-boundary): Change :version.
13086         (gnus-body-boundary-delimiter, gnus-picon-databases)
13087         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
13088         (gnus-treat-date-english, gnus-treat-fold-headers)
13089         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
13090         (gnus-treat-mail-picon, gnus-treat-wash-html)
13091         (gnus-article-encrypt-protocol)
13092         (gnus-use-idna, gnus-article-over-scroll)
13093         (gnus-mime-display-multipart-alternative-as-mixed)
13094         (gnus-mime-display-multipart-related-as-mixed)
13095         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
13096         (gnus-ctan-url, gnus-button-ctan-handler)
13097         (gnus-button-handle-ctan-bogus-regexp)
13098         (gnus-button-ctan-directory-regexp)
13099         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
13100         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
13101         (gnus-button-man-level, gnus-button-emacs-level)
13102         (gnus-button-message-level, gnus-button-browse-level): Add :version.
13103
13104         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
13105         (gnus-agent-go-online): Change :version.
13106         (gnus-agent-expire-unagentized-dirs)
13107         (gnus-agent-auto-agentize-methods): Add :version.
13108
13109         * flow-fill.el (fill-flowed-display-column)
13110         (fill-flowed-encode-column): Add :version.
13111
13112         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13113         (gnus-outlook-deuglify-unwrap-max)
13114         (gnus-outlook-deuglify-cite-marks)
13115         (gnus-outlook-deuglify-unwrap-stop-chars)
13116         (gnus-outlook-deuglify-no-wrap-chars)
13117         (gnus-outlook-deuglify-attrib-cut-regexp)
13118         (gnus-outlook-deuglify-attrib-verb-regexp)
13119         (gnus-outlook-deuglify-attrib-end-regexp)
13120         (gnus-outlook-display-hook): Add :version.
13121
13122         * binhex.el (binhex-use-external): Add :version.
13123
13124 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
13125
13126         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
13127         and `invisible'.
13128
13129 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13130
13131         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
13132         in gnus-registry-trim.
13133
13134 2004-09-13  Simon Josefsson  <jas@extundo.com>
13135
13136         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
13137
13138         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
13139
13140         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
13141         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13142         <yamaoka@jpl.org>.
13143         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
13144         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13145         <yamaoka@jpl.org>.
13146
13147         * sieve.el (sieve-manage-mode): Ditto.
13148
13149 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
13150
13151         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
13152
13153 2004-09-11  Simon Josefsson  <jas@extundo.com>
13154
13155         * dns-mode.el: Add.
13156
13157         * mm-view.el (mm-display-dns-inline): Add.
13158
13159         * mm-decode.el (mm-inline-media-tests): Add text/dns.
13160         (mm-automatic-display): Ditto.
13161
13162         * mailcap.el (mailcap-mime-data): Add text/dns.
13163         (mailcap-mime-extensions): Map .soa to text/dns.
13164
13165 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
13166
13167         * gnus-art.el (article-decode-mime-words, article-babel)
13168         (gnus-article-highlight-signature, gnus-article-add-buttons)
13169         (gnus-signature-toggle): Remove unnecessary bindings of
13170         `inhibit-read-only' inherited from v5.10 merge.
13171
13172 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
13173
13174         * nntp.el (nntp): New customization group.
13175         (nntp-authinfo-file): Add customization group.
13176
13177         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
13178
13179         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
13180
13181         * gnus.el (to-address, to-list, subscribed)
13182         (large-newsgroup-initial): Ditto.
13183
13184         * flow-fill.el (fill-flowed-display-column)
13185         (fill-flowed-encode-column): Ditto.
13186
13187 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13188
13189         * message.el (message-tokenize-header, message-send-mail-with-qmail):
13190         Use point-min rather than 1.
13191         (message-send-mail): Use buffer-size rather than point-max.
13192
13193         * gnus-sum.el (gnus-summary-search-article-forward):
13194         Signal a specific `search-failed' rather than a generic `error'.
13195
13196         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
13197         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
13198         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
13199
13200 2004-09-10  Simon Josefsson  <jas@extundo.com>
13201
13202         * nndb.el (require): Remove tcp and duplicate cl.
13203
13204 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13205
13206         * gnus-agent.el (directory-files-and-attributes): Move forward.
13207
13208 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13209
13210         * gnus-agent.el (directory-files-and-attributes): Optionally
13211         defined to support XEmacs.
13212
13213 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13214
13215         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
13216         to avoid run-time CL dependencies.
13217         (gnus-agent-unfetch-articles): New function.
13218         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
13219         article numbers even when local .overview file is missing.
13220         (gnus-agent-read-article-number): New function.  Only accepts
13221         27-bit article numbers.
13222         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
13223         gnus-agent-read-article-number.
13224         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
13225         from backend while recognizing that article numbers in .overview
13226         must be valid.
13227         (gnus-agent-update-files-total-fetched-for): Use
13228         directory-files-and-attributes to improve performance.
13229         * gnus-int.el (gnus-request-move-article): Use
13230         gnus-agent-unfetch-articles in place of gnus-agent-expire to
13231         improve performance.
13232
13233         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
13234         some users confused by references to .newsrc when they only have a
13235         .newsrc.eld file.
13236         (gnus-convert-mark-converter-prompt)
13237         (gnus-convert-converter-needs-prompt): Fixed use of property list.
13238         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
13239         New function.  Used internally to only display 'gnus converting
13240         files' message when actually necessary.
13241
13242         * gnus-sum.el (): Removed (require 'gnus-agent) as required
13243         methods now autoloaded.
13244
13245 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13246
13247         * gnus-sum.el (gnus-summary-insert-subject): Remove list
13248         identifiers.
13249
13250 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
13251
13252         * gnus-picon.el: Fix indentation and closing parenthesis.
13253
13254 2004-09-01  Simon Josefsson  <jas@extundo.com>
13255
13256         * message.el (message-canlock-generate): Require sha1, not
13257         sha1-el.  (Can we get rid of this require altogether?  It is ugly
13258         to require within a function.  Sadly, if sha1.el isn't loaded, the
13259         let binding in m-c-g will hide the defcustom definition, which is
13260         bad.)
13261
13262         * canlock.el: Require sha1, not sha1-el.
13263
13264         * message.el: Don't autoload sha1 (there is a autoload cookie in
13265         sha1.el).
13266
13267         * sha1-el.el: Renamed to sha1.el.
13268
13269 2004-08-30  Juanma Barranquero  <lektu@terra.es>
13270
13271         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
13272
13273 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13274
13275         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
13276
13277 2004-08-30  Kim F. Storm  <storm@cua.dk>
13278
13279         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
13280
13281         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
13282         Add :group 'nnimap.
13283
13284 2004-08-30  Andreas Schwab  <schwab@suse.de>
13285
13286         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
13287         ?* and ?\;.
13288
13289         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
13290         and ?\' to symbol instead of whitespace.
13291
13292 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13293
13294         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
13295
13296         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
13297         instead of re-search-forward.
13298
13299         * gnus-uu.el (gnus-uu-save-article): Ditto.
13300         (gnus-uu-post-encode-uuencode): Ditto.
13301
13302         * html2text.el (html2text-clean-list-items): Ditto.
13303         (html2text-clean-dtdd): Ditto.
13304         (html2text-format-tags): Ditto.
13305
13306         * message.el (message-send-mail-with-sendmail): Fix regexp.
13307         (message-fill-field-general): Use search-forward instead of
13308         re-search-forward.
13309         (unbold-region): Ditto.
13310
13311         * nnrss.el (nnrss-request-article): Ditto.
13312
13313         * nnslashdot.el (nnslashdot-request-article): Ditto.
13314
13315         * nnweb.el (nnweb-gmane-wash-article): Ditto.
13316
13317         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
13318         "Unrecognized menu descriptor" error in XEmacs.
13319
13320 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13321
13322         * gnus-sum.el (gnus-read-header): Don't remove a header for the
13323         parent article of a sparse article in the thread hashtb.
13324
13325 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
13326
13327         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
13328         (nnmail-expand-newtext): Lowercase expanded entries if
13329         nnmail-split-lowercase-expanded is non-nil.
13330
13331 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13332
13333         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
13334
13335         * gnus-group.el (gnus-group-line-format-alist): Convert the value
13336         of gnus-tmp-news-method into string under XEmacs.  It will be
13337         passed to gnus-correct-length which takes only a string argument.
13338
13339 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13340
13341         * gnus-util.el (gnus-bind-print-variables): New macro.
13342         (gnus-prin1): Use it.
13343         (gnus-prin1-to-string): Use it.
13344         (gnus-pp): New function.
13345         (gnus-pp-to-string): New function.
13346
13347         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
13348         Replace pp-to-string with gnus-pp-to-string.
13349         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
13350         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
13351         * gnus-msg.el (gnus-debug): Ditto.
13352         * gnus-score.el (gnus-score-save): Ditto.
13353         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
13354         gnus-pp-to-string.
13355         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
13356         with gnus-pp.
13357         * score-mode.el (gnus-score-pretty-print): Ditto.
13358         * webmail.el (webmail-debug): Ditto.
13359
13360 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13361
13362         * gnus-art.el (article-display-face, article-display-x-face):
13363         Use buffer-read-only.
13364
13365 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13366
13367         * gnus-art.el (article-hide-list-identifiers):
13368         Bind inhibit-read-only as t.
13369
13370 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
13371
13372         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
13373
13374 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13375
13376         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
13377         (gnus-narrow-to-page): Don't assume point-min == 1.
13378         (gnus-article-edit-mode): Derive from message-mode.
13379
13380         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
13381         point-min == 1.
13382
13383         * imap.el (imap-parse-address-list, imap-parse-body-ext):
13384         Disable incorrect use of `assert'.
13385
13386         * message.el (message-mode): Set comment-start-skip.
13387
13388
13389 2004-08-22  Sam Steingold  <sds@gnu.org>
13390
13391         * pop3.el (pop3-leave-mail-on-server): New user variable.
13392         (pop3-movemail): Delete mail only when it is nil.
13393
13394 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
13395
13396         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
13397
13398         * mml.el (mml-preview): Use `pop-to-buffer'.
13399
13400         * message.el (message-goto-mail-followup-to): Insert after "To".
13401         (message-carefully-insert-headers): Add comment.
13402
13403         * gnus.el: Remove unused variable `gnus-article-check-size'.
13404
13405         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
13406
13407         * gnus-art.el (gnus-button-alist): Improve
13408         `gnus-button-handle-library' entry.
13409
13410 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
13411
13412         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
13413         downcase, since XEmacs capitalizes error messages differently.
13414
13415 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
13416
13417         * nntp.el: Add (require 'gnus) due to reference to
13418         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
13419
13420 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
13421
13422         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
13423         `mm-fill-flowed'.
13424
13425         * mm-decode.el (mm-dissect-singlepart): Check it.
13426
13427 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
13428
13429         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
13430         'imap' for netrc parsing.
13431
13432 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
13433
13434         * mailcap.el (mailcap-mime-data): Mark as risky.
13435
13436 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13437
13438         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
13439         may be included in the encoded word.
13440         (rfc2047-encode): Don't append a space if the encoded word
13441         includes close parenthesis.
13442
13443 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13444
13445         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
13446         of text within parentheses.
13447
13448 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
13449
13450         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
13451         (gnus-encrypt-write-file-contents): Make the password key the file
13452         name PLUS the cipher, not just the cipher.  Also remove failed
13453         passwords from the cache.
13454
13455 2004-08-06  Simon Josefsson  <jas@extundo.com>
13456
13457         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
13458         fix.
13459
13460 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13461
13462         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
13463         LWSP.
13464
13465 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
13466
13467         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
13468         to append in-reply-to: data to the references: header.
13469
13470         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
13471         (netrc-parse): Use gnus-encrypt.el functions.
13472
13473         * gnus-encrypt.el: Add new file for encryption support; currently
13474         does only a few GPG ciphers and an internal XOR cipher.
13475
13476         * password.el: Add comments on using password-read-and-add.
13477         (password-read-and-add): Add function to read and add the
13478         password to the cache at once.
13479
13480 2004-07-28  Simon Josefsson  <jas@extundo.com>
13481
13482         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
13483         parameter (but don't use it, for now).
13484
13485         * imap.el (imap-ssl-open): Use imap-process-connection-type,
13486         instead of hard coding to nil.
13487
13488 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13489
13490         * mm-view.el (mm-inline-image-emacs): Open lines under an image
13491         as mm-inline-image-xemacs does.
13492
13493 2004-07-26  Simon Josefsson  <jas@extundo.com>
13494
13495         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
13496         Revert part of 2004-07-17 change below.
13497
13498 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13499
13500         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
13501         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13502
13503 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13504
13505         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
13506         quotes that actually start with ">" at the beginning of the
13507         lines.
13508
13509 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13510
13511         * rfc2047.el (rfc2047-encode-region): Fix last change.
13512         (rfc2047-encode-parameter): Remove useless concat.
13513
13514 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13515
13516         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
13517         encode special characters; fix some kind of misconfigured headers;
13518         signal a real error if debug-on-quit or debug-on-error is non-nil.
13519         (rfc2047-encode-max-chars): New variable.
13520         (rfc2047-encode-1): Use it.
13521         (rfc2047-encode-parameter): New function.
13522
13523         * mml.el (mml-insert-parameter): Remove an excessive space.
13524
13525 2004-07-17  Simon Josefsson  <jas@extundo.com>
13526
13527         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
13528         Kai Grossjohann <kai@emptydomain.de>.
13529         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
13530         (gnus-group-make-menu-bar): Ditto.
13531
13532         * gnus-util.el (gnus-group-server): Add.
13533
13534 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
13535
13536         * message.el (message-clone-locals): Clone sendmail and smtp
13537         variables.
13538
13539 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13540
13541         * rfc2047.el (rfc2047-encode-region): Fix last change.
13542
13543 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13544
13545         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
13546         characters as non-special.
13547
13548 2004-07-09  Simon Josefsson  <jas@extundo.com>
13549
13550         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
13551         Users will lose all flag changes made while unplugged with
13552         e.g. nntp unless flag synchronization happens, thus `nil' is not a
13553         good default.  See numerous reports on ding mailing list.
13554
13555 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13556
13557         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
13558         add generate-head-function and generate-article-function to the
13559         rfc822-forward entry.
13560         (nndoc-rfc822-forward-generate-article): New function.
13561         (nndoc-rfc822-forward-generate-head): New function.
13562
13563         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
13564
13565 2004-07-06  Dan Christensen  <jdc@uwo.ca>
13566
13567         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
13568         respect display group parameter and gnus-summary-expunge-below.
13569         (gnus-articles-to-read): Remove unused reference to display group
13570         parameter.
13571
13572 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13573
13574         * nnheader.el (nnheader-uniquify-message-id): New experimental
13575         variable.
13576         (nnheader-nov-read-message-id): Use it.
13577
13578         * spam-report.el (spam-report-gmane): Add interactive.
13579
13580 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13581
13582         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
13583         qp-or-base64 for the application/* types.
13584
13585 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
13586
13587         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
13588
13589 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
13590
13591         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
13592         trim value.
13593
13594 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13595
13596         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
13597         New macro and function.
13598         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
13599
13600 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13601
13602         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
13603         after-load-alist.
13604
13605 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13606
13607         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
13608         update info that isn't there.
13609
13610 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
13611
13612         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
13613         entry.
13614
13615 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13616
13617         * mm-view.el (mm-inline-render-with-function): Use multibyte
13618         buffer; decode html source by charset.
13619
13620         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
13621
13622         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
13623         Mule-UCS is loaded under XEmacs.
13624         (mm-mime-mule-charset-alist): Avoid duplicated entries.
13625
13626 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
13627
13628         * nnheader.el (nnheader-max-head-length): Increase to 8192.
13629
13630 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13631
13632         * mm-util.el (mm-coding-system-p): Return a coding-system.
13633         (mm-mime-mule-charset-alist): Use shift_jis instead of
13634         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
13635         entries for the mime charsets iso-2022-jp-3 and shift_jis.
13636         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
13637         instead of japanese-shift-jis and iso-latin-1 respectively in
13638         order to share the default value with both Emacs and XEmacs-mule.
13639         (mm-mule-charset-to-mime-charset): Make
13640         mm-coding-system-priorities effective.
13641         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
13642         while predicating of candidates upon the priorities.
13643
13644 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
13645
13646         * gnus-sum.el (gnus-summary-make-menu-bar): Add
13647         gnus-uu-invert-processable.
13648
13649         * gnus.el: Autoload gnus-uu-invert-processable.
13650
13651 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13652
13653         * mm-util.el (mm-with-multibyte-buffer): New macro.
13654
13655         * rfc2047.el (rfc2047-encode-string): Use it.
13656         (rfc2047-encode-region): Move point to the end of the region after
13657         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
13658
13659 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13660
13661         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
13662         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
13663
13664 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13665
13666         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
13667         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
13668         Karl Chen <quarl@nospam.quarl.org>.
13669
13670 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
13671
13672         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
13673         invalid addresses.
13674
13675 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
13676
13677         * spam.el: Change section markers, revise TODO list.
13678         (spam-backends): Make new master list of all installed backends.
13679         (spam-summary-exit-behavior): Add new variable to determine how
13680         messages moves are done at summary exit.
13681         (spam-move-spam-nonspam-groups-only)
13682         (spam-process-ham-in-nonham-groups)
13683         (spam-process-ham-in-spam-groups): Remove variables, the
13684         spam-summary-exit-behavior variable should be used to manage this
13685         behavior.
13686         (spam-old-ham-articles, spam-old-spam-articles): Remove.
13687         (spam-old-articles): Add variable, replacing spam-old-ham-articles
13688         and spam-old-spam-articles.
13689         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
13690         Add empty variables, placeholders for the backends they represent.
13691         (spam-set-difference): Move, unchanged.
13692         (spam-list-of-processors): Declare OBSOLETE, not used anymore
13693         unless the user has a processor variable.
13694         (spam-classifications, spam-classification-valid-p)
13695         (spam-backend-properties, spam-backend-property-valid-p)
13696         (spam-backend-function-type-valid-p)
13697         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
13698         (spam-report-articles-gmane, spam-report-articles-resend):
13699         Remove functions, they are not needed.
13700         (spam-install-backend-super, spam-backend-list)
13701         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
13702         (spam-backend-function, spam-backend-ham-registration-function)
13703         (spam-backend-spam-registration-function)
13704         (spam-backend-ham-unregistration-function)
13705         (spam-backend-spam-unregistration-function)
13706         (spam-backend-statistical-p, spam-backend-mover-p)
13707         (spam-install-backend-alias, spam-install-checkonly-backend)
13708         (spam-install-mover-backend, spam-install-nocheck-backend)
13709         (spam-install-backend, spam-install-statistical-backend)
13710         (spam-install-statistical-checkonly-backend): Add backend installation
13711         support.
13712         (spam-summary-prepare-exit): Rewrite to use the new backend code.
13713         (spam-group-processor-p): Use the new backend code and respect the
13714         summary exit behavior.
13715         (spam-mark-spam-as-expired-and-move-routine): Remove.
13716         (spam-summary-prepare): Change to use the new spam-old-articles
13717         variable.
13718         (spam-copy-or-move-routine, spam-copy-spam-routine)
13719         (spam-move-spam-routine, spam-copy-ham-routine)
13720         (spam-move-ham-routine): Add code to copy/move ham or spam.
13721         (spam-fetch-field-fast): Improve doc and code, plus allow the
13722         'number request.
13723         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
13724         variables.
13725         (spam-split, spam-find-spam): Use the new backend code.
13726         (spam-registration-functions): Remove variable.
13727         (spam-unregister-routine): Add convenience wrapper.
13728         (spam-log-undo-registration, spam-register-routine)
13729         (spam-log-processing-to-registry)
13730         (spam-log-unregistration-needed-p): Rename "check" to "backend"
13731         where possible.
13732         (spam-check-gmane-xref, spam-check-regex-headers)
13733         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
13734         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
13735         (spam-check-bogofilter-headers, spam-check-spamoracle)
13736         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
13737         (spam-check-crm114-headers): Use the spam-split-group that
13738         spam-split prepares, no need to determine it every time.
13739
13740         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
13741         to the nnheader-parse-naked-head call.
13742
13743         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
13744
13745         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
13746         the nnheader-nov-read-message-id call.
13747
13748 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13749
13750         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
13751         gnus-activate-group twice.  Suggested by Markus Peter
13752         <warp@spin.de>.
13753
13754 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13755
13756         * gnus-art.el (gnus-article-time-format): Exchange the order of
13757         day and month in the default value; fix customization type.
13758         (article-date-ut): Use add-text-properties.
13759         (article-make-date-line): Use message-make-date instead of
13760         current-time-string.
13761
13762         * message.el (message-fetch-field): Don't use set-text-properties.
13763         (message-make-date): Simplify.
13764
13765         * messagexmas.el (message-xmas-make-date): New function.
13766         (message-xmas-redefine): Defalias message-make-date to it.
13767
13768 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13769
13770         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
13771         (rfc2047-encode-region): Treat text within parentheses as special;
13772         show the original text when error has occurred.
13773
13774         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
13775         already-computed method to gnus-activate-group.
13776
13777         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
13778         same select-methods identical Lisp objects.
13779
13780         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
13781         object when modifying the info.
13782
13783 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13784
13785         * gnus-srvr.el (gnus-server-set-info): Remove the server from
13786         gnus-opened-servers since it has never been opened with the new
13787         configuration yet.
13788
13789 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13790
13791         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
13792         arg to nnheader-generate-fake-message-id.
13793
13794 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
13795
13796         * nnheader.el (nnheader-generate-fake-message-id): Accept a
13797         number and build a fake message ID localized to a group and
13798         article number (so it's repeatable from that point on).
13799         (nnheader-fake-message-id-p): Change regex to accomodate new fake
13800         ID format.
13801
13802         * gnus-sum.el (gnus-get-newsgroup-headers): Call
13803         nnheader-generate-fake-message-id with the article number.
13804
13805 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
13806
13807         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
13808         end-of-buffer.
13809
13810 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13811
13812         * message.el (message-ignored-supersedes-headers): Add Approved.
13813
13814 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13815
13816         * rfc2047.el (rfc2047-encode-message-header): Remove useless
13817         goto-char.
13818         (rfc2047-encode): Fold the line before encoding.
13819
13820 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13821
13822         * rfc2047.el (rfc2047-encode-message-header): Disabled header
13823         folding -- not all headers can be folded, and this should be done
13824         by the message composition mode.  Probably.  I think.
13825
13826 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13827
13828         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
13829         fast.
13830
13831         * gnus-ems.el (gnus-remove-image): Don't use
13832         message-text-with-property; remove only the image found first.
13833
13834         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
13835         found first.
13836
13837 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
13838
13839         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
13840
13841 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13842
13843         * message.el (message-text-with-property): Make it fast and accept
13844         optional arguments.
13845         (message-strip-forbidden-properties): Use it.
13846         (message-fix-before-sending): Follow the m-t-w-p change.
13847
13848         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
13849
13850 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13851
13852         * gnus-art.el (article-hide-headers): Don't change the buffer
13853         mistakenly when performing mml-preview even if
13854         gnus-single-article-buffer is nil.
13855
13856 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
13857
13858         * message.el (message-expand-name-databases): New user option.
13859         (message-expand-name): Use it.
13860
13861 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
13862
13863         * spam.el (spam-report-articles-resend)
13864         (spam-report-resend-register-routine): Allow ham reporting.
13865         (spam-report-resend-register-ham-routine): Add wrapper.
13866         (spam-registration-functions): Add ham resending functions.
13867         (spam-list-of-processors): Add ham resend processor.
13868
13869         * gnus.el (ham-resend-to): Add new group parameter.
13870         (spam-process): Add ham resend option.
13871
13872         * spam-report.el (spam-report-resend): Allow reporting ham.
13873         (spam-report-resend-ham): Add wrapper.
13874
13875 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13876
13877         * message.el (message-cite-articles-with-x-no-archive): New
13878         variable.
13879         (message-cite-original): Use it.
13880
13881 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13882
13883         * message.el (message-cite-original): Respect X-No-Archive.
13884
13885 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13886
13887         * gnus-art.el (article-hide-headers): Refer to the values for
13888         gnus-ignored-headers and gnus-visible-headers in the summary
13889         buffer since a user may have set them as group parameters.
13890
13891 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
13892
13893         * assistant.el (assistant-node-name): Add convenience function.
13894         (assistant-render-text, assistant-render-node): Add error handling,
13895         plus handle multiple next nodes.
13896         (assistant-find-next-node): Comment out for now.
13897         (assistant-find-next-nodes): Add function, returns list of next
13898         nodes.
13899
13900 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
13901
13902         * mail-source.el (mail-source-directory): Fix doc-string.
13903
13904 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
13905
13906         * assistant.el (assistant-render-text, assistant-eval): Add :set
13907         widget type, which is different because it takes and returns a
13908         list.  Much hilarity ensues.
13909
13910 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
13911
13912         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
13913
13914         * gnus-group.el (gnus-group-get-new-news-this-group): Added
13915         doc-string.
13916
13917         * gnus-start.el (gnus-activate-group): Added doc-string.
13918
13919 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13920
13921         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
13922
13923 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
13924
13925         * assistant.el (assistant-render-text): Try to add a :set
13926         widget, more to come.
13927
13928         * spam.el (spam-group-spam-contents-p): Handle empty groupname
13929         strings.
13930         (spam-report-articles-resend)
13931         (spam-register-routine): Do registration iff any articles warrant
13932         it.
13933         (spam-summary-prepare-exit): Change log message for nil group
13934         destinations.
13935
13936 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
13937
13938         * spam.el (spam-report-resend-register-routine): Allow
13939         spam-report-resend-to to be a group parameter or a global value.
13940
13941 2004-05-26  Simon Josefsson  <jas@extundo.com>
13942
13943         * starttls.el: Merge with my GNUTLS based starttls.el.
13944         (starttls-gnutls-program, starttls-use-gnutls)
13945         (starttls-extra-arguments, starttls-process-connection-type)
13946         (starttls-connect, starttls-failure, starttls-success): New
13947         variables.
13948         (starttls-program, starttls-extra-args): Doc fix.
13949         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
13950         functions.
13951         (starttls-negotiate, starttls-open-stream): Check
13952         `starttls-use-gnutls' and pass on to corresponding *-gnutls
13953         function if it is set.
13954
13955 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13956
13957         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
13958         structured fields.
13959
13960 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13961
13962         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
13963
13964 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
13965
13966         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
13967         variable.
13968         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
13969         assigning the spam-mark to new messages.
13970
13971 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
13972
13973         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
13974
13975 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13976
13977         * dgnushack.el: Autoload customize-set-variable for XEmacs.
13978
13979         * rfc2047.el (rfc2047-encodable-p): Don't move point.
13980         (rfc2047-decode): Treat the ascii coding-system as raw-text by
13981         default.
13982
13983 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
13984
13985         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
13986         correct data.
13987
13988 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
13989
13990         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
13991         (spam-group-processor-p): Fix function.
13992         (spam-group-processor-multiple-p)
13993         (spam-group-spam-processor-report-gmane-p)
13994         (spam-group-spam-processor-report-resend-p)
13995         (spam-group-spam-processor-bogofilter-p)
13996         (spam-group-spam-processor-blacklist-p)
13997         (spam-group-spam-processor-ifile-p)
13998         (spam-group-ham-processor-ifile-p)
13999         (spam-group-spam-processor-spamoracle-p)
14000         (spam-group-spam-processor-crm114-p)
14001         (spam-group-ham-processor-bogofilter-p)
14002         (spam-group-spam-processor-stat-p)
14003         (spam-group-ham-processor-stat-p)
14004         (spam-group-ham-processor-whitelist-p)
14005         (spam-group-ham-processor-BBDB-p)
14006         (spam-group-ham-processor-spamoracle-p)
14007         (spam-group-ham-processor-copy-p): Remove functions with some
14008         prejudice against unneeded code.
14009         (spam-report-articles-resend)
14010         (spam-report-resend-register-routine): Allow the group/topic
14011         spam-resend-to value to override spam-report-resend-to.
14012         (spam-summary-prepare-exit): Invoke spam-group-processor-p
14013         properly now.
14014
14015         * gnus.el (spam-resend-to): Add group/topic parameter.
14016         (spam-process): Move the OBSOLETE processors to the end of the
14017         choices.
14018
14019 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
14020
14021         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
14022         with resend-to set to nil, and then ask the user if necessary.
14023         (spam-report-resend): spam-report-resend takes a list of articles, not
14024         separate article numbers.
14025
14026 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14027
14028         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
14029         addition to emacs-w3m.
14030
14031 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14032
14033         * assistant.el (assistant-authinfo-data): New function.
14034         (assistant-eval): Eval for entire assistant.
14035
14036         * netrc.el (netrc-services-file): New variable.
14037         (netrc-parse-services): New function.
14038         (netrc-find-service-name): New function.
14039         (netrc-find-service-number): New function.
14040         (netrc-port-equal): New function.
14041         (netrc-machine): Use it.
14042
14043         * nnimap.el (nnimap-open-connection): Use netrc.
14044
14045         * gnus-util.el (gnus-netrc-get): Remove aliases.
14046
14047         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
14048
14049         * assistant.el (wid-edit): Fix compilation.
14050
14051         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
14052
14053 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
14054
14055         * gnus-util.el (gnus-set-file-modes): New function.  (small
14056         patch).
14057
14058 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14059
14060         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
14061
14062         * assistant.el (assistant-render-node): Fix up rendering and
14063         read-only text.
14064         (assistant-render-node): Reset.
14065         (assistant-make-read-only): Not sticky.
14066
14067 2004-05-20  Danny Siu  <dsiu@adobe.com>
14068
14069         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
14070         centered even when gnus-auto-center-summary is t.
14071
14072 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14073
14074         * dns.el (dns-get-txt-answer): New function.
14075         (dns-read-txt): Ditto.
14076         (query-dns): Use it.
14077
14078 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14079
14080         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
14081         active for foreign groups even if the group level is higher than
14082         the specified value.
14083
14084 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14085
14086         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
14087         non-active groups.
14088
14089         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
14090
14091 2004-05-20  Magnus Henoch  <mange@freemail.hu>
14092
14093         * dns.el (dns-read-type): Add support for SVR.  (small patch)
14094
14095 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14096
14097         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
14098         (spam-crm114-header, spam-crm114-spam-switch)
14099         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
14100         (spam-crm114-positive-spam-header)
14101         (spam-crm114-database-directory, spam-list-of-processors)
14102         (spam-group-spam-processor-crm114-p)
14103         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
14104         (spam-generic-score, spam-list-of-checks)
14105         (spam-list-of-statistical-checks, spam-registration-functions)
14106         (spam-check-crm114-headers, spam-crm114-score)
14107         (spam-check-crm114, spam-crm114-register-with-crm114)
14108         (spam-crm114-register-spam-routine)
14109         (spam-crm114-unregister-spam-routine)
14110         (spam-crm114-register-ham-routine)
14111         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
14112         asjo@koldfront.dk (Adam Sjøgren).
14113
14114         * gnus.el: Add spam-use-crm114.
14115
14116         * spam.el (spam-list-of-processors, spam-registration-functions):
14117         Add spam-use-resend.
14118         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
14119         (spam-report-articles-gmane): Add doc fix.
14120         (spam-report-articles-resend, spam-report-resend-register-routine):
14121         Add wrappers around spam-report-resend-to.
14122
14123         * spam-report.el (spam-report-resend-to, spam-report-resend):
14124         Add support for resending spam.
14125         (spam-report-gmane): Fix line length >80.
14126
14127         * gnus.el (spam-process): Add spam-use-resend.
14128
14129 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14130
14131         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
14132         number of processed spam messages.
14133         (spam-ham-copy-or-move-routine): Return the number of processed
14134         ham messages.
14135         (spam-summary-prepare-exit): Use the above values to decide
14136         whether status messages shouled be displayed.
14137
14138 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14139
14140         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
14141         `rfc2047-encoding-function-alist' in order to avoid conflicting
14142         with the old version.
14143         (rfc2047-encode-region): Concatenate words containing non-ASCII
14144         characters in structured fields; don't encode space-delimited
14145         ASCII words even in unstructured fields; don't break words at
14146         char-category boundaries.
14147         (rfc2047-encode-1): New function.
14148         (rfc2047-encode): Use it; encode text so that it occupies the
14149         maximum width within 76-column; work correctly on Q encoding for
14150         iso-2022-* charsets.
14151         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
14152         sure not to break a line just after the header name.
14153         (rfc2047-b-encode-region): Removed.
14154         (rfc2047-b-encode-string): New function.
14155         (rfc2047-q-encode-region): Removed.
14156         (rfc2047-q-encode-string): New function.
14157
14158         * mm-util.el (mm-replace-in-string): New function.
14159
14160 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14161
14162         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
14163         get it right.
14164         (gnus-inews-make-draft): Really.
14165
14166 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
14167
14168         * nnmh.el (nnmh-request-list-1): Don't check the link count
14169         before descending.  (small patch)
14170
14171 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14172
14173         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
14174         stuff.
14175
14176         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
14177         on real group name.
14178
14179         * gnus-art.el (gnus-signature-limit): Doc fix.
14180
14181         * gnus-msg.el (gnus-inews-make-draft): Quote list.
14182
14183         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
14184
14185 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
14186
14187         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
14188         isn't a string.
14189
14190 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14191
14192         * gnus-draft.el (gnus-draft-send): Bind
14193         rfc2047-encode-encoded-words.
14194
14195         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
14196         (rfc2047-encodable-p): Say that =? needs encoding.
14197         (rfc2047-encode-encoded-words): New variable.
14198
14199         * gnus-group.el (gnus-group-select-group): Doc fix.
14200
14201         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
14202
14203         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
14204         to nil.
14205
14206         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
14207
14208         * nnheader.el (nnheader-get-lines-and-char): New function.
14209
14210 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
14211
14212         * gnus-msg.el (gnus-summary-followup-with-original): Document
14213         yanking of region when active.
14214
14215 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14216
14217         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
14218         groups if the group level is higher than the specified value.
14219
14220 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14221
14222         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
14223         (gnus-group-jump-to-group): Added prefix argument using
14224         `gnus-group-jump-to-group-prompt'.  Query before jumping to
14225         non-active group.
14226
14227         * compface.el (uncompface): Be verbose when changing
14228         `uncompface-use-external'.
14229
14230         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
14231         handle manual section.
14232
14233 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14234
14235         * gnus-art.el (gnus-button-alist): Revert previous change.
14236
14237 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14238
14239         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
14240
14241 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14242
14243         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
14244         whether backend can accept message.
14245
14246         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
14247
14248 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
14249
14250         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
14251         Avoid creating directory when nntp-marks-is-evil is true.
14252         Reported by Reiner Steib.
14253
14254 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14255
14256         * gnus-picon.el (gnus-picon-style): New variable.
14257         (gnus-picon-insert-glyph): Added optional `nostring' argument.
14258         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
14259         Jesper Harder <harder@ifa.au.dk>.
14260
14261 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14262
14263         * message.el (message-fill-field): Return point.
14264         (message-generate-headers): Go to end of field.
14265
14266         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
14267         stuff for non-living groups.
14268
14269 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
14270
14271         * gnus-art.el (gnus-article-followup-with-original)
14272         (gnus-article-reply-with-original): gnus-mark-active-p ->
14273         gnus-region-active-p.
14274
14275 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
14276
14277         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
14278         only when there is spam or ham to be processed.
14279
14280 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14281
14282         * mail-source.el (mail-source-delete-crash-box): Refactor.
14283         (mail-source-fetch): Use it.
14284         (mail-source-fetch-file): Ditto.
14285         (mail-source-fetch-directory): Run postscript in loop.
14286         (mail-source-fetch-pop): Delete.
14287         (mail-source-fetch-maildir): Ditto.
14288         (mail-source-fetch-imap): Ditto.
14289
14290         * imap.el (imap-authenticators): Comment out sasl.
14291
14292         * message.el (message-skip-to-next-address): New function.
14293         (message-fill-header-address): Refactor.
14294         (message-fill-address): Use it.
14295         (message-delete-address): Use it.
14296         (message-fill-header-general): Refactor.
14297         (message-fill-field-address): Rename.
14298         (message-narrow-to-field): Find the start of the header.
14299         (message-header-format-alist): Don't pre-fill.
14300         (message-fill-header): Removed.
14301         (message-insert-header): New function.
14302         (message-shorten-references): Use it.
14303
14304         * rfc2047.el (rfc2047-field-value): Strip props.
14305
14306         * mail-parse.el (mail-header-make-address): New alias.
14307
14308         * ietf-drums.el (ietf-drums-make-address): New function.
14309
14310         * imap.el: Add compiler directives.
14311
14312         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
14313
14314         * gnus-art.el (article-decode-idna-rhs): Don't use
14315         message-idna-inside-rhs-p.
14316
14317 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14318
14319         * message.el (message-idna-inside-rhs-p): Removed.
14320         (message-idna-to-ascii-rhs-1): Use proper address parsing.
14321
14322         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
14323         false positives.
14324
14325 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
14326
14327         * imap.el (imap-sasl-make-mechanisms): Use sasl.
14328
14329 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14330
14331         * nneething.el (nneething-file-name): Don't create spurious
14332         files.
14333
14334         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
14335         (gnus-inews-do-gcc): Remove sleep.
14336
14337         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
14338         part under point.
14339
14340         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
14341         (gnus-agent-regenerate-group): Using nil messages aren't valid.
14342
14343 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
14344
14345         * spam.el (spam-summary-prepare-exit): Fixed (length).
14346
14347 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14348
14349         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
14350         as expired without moving it" message when there are spam
14351         messages left.
14352
14353 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
14354
14355         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
14356         header is not nil.
14357
14358 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
14359
14360         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
14361         nntp-possibly-create-directory, not nntp-possibly-change-group.
14362         (nntp-marks-changed-p): New arg SERVER.
14363         (nntp-request-update-info): Adjust caller.
14364
14365 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
14366
14367         * nntp.el (nntp-save-marks): Pass missing arg.
14368
14369 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
14370
14371         * nntp.el: Support marks.
14372         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
14373         (nntp-marks-modtime, nntp-marks-directory): New variables.
14374         (nntp-request-set-mark, nntp-request-update-info)
14375         (nntp-possibly-create-directory, nntp-marks-changed-p)
14376         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
14377         functions.
14378
14379 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
14380
14381         * gnus-xmas.el (gnus-xmas-select-lowest-window)
14382         (gnus-xmas-redefine): Rename.
14383
14384         * gnus-score.el (gnus-score-insert-help): Use
14385         gnus-select-lowest-window.
14386
14387         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
14388         appt-select-lowest-window and rename to gnus-select-lowest-window.
14389
14390         * gnus.el: do.
14391
14392 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14393
14394         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
14395         encodings of MIME-encoded words, in order to improve
14396         interoperability with several broken MUAs.
14397
14398 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14399
14400         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
14401         tags, only when charsets are not specified in headers.
14402         (mm-inline-text-html-render-with-w3m): Ditto.
14403
14404         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
14405         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
14406
14407 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14408
14409         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
14410         instead of MIME-decoded from fields when checking
14411         `gnus-article-address-banner-alist'.
14412
14413 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
14414
14415         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
14416         description rather than subject.
14417
14418 2004-05-02  Steve Youngs  <steve@youngs.au.com>
14419
14420         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
14421
14422 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14423
14424         * gnus.el (gnus-version-number): Bump.
14425
14426 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14427
14428         * gnus.el: No Gnus v0.2 is released.
14429
14430 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14431
14432         * gnus-agent.el (gnus-agent-read-agentview): Inline
14433         gnus-uncompress-range.
14434
14435 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14436
14437         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
14438         `exec-installed-p'.
14439
14440 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14441
14442         * gnus.el (spam-process, spam-autodetect-methods): Add
14443         bsfilter and bsfilter-headers.
14444
14445         * spam.el (spam-bsfilter): New customize group.
14446         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
14447         (spam-bsfilter-header, spam-bsfilter-probability-header)
14448         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
14449         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
14450         (spam-bsfilter-database-directory): New options.
14451         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
14452         (spam-list-of-statistical-checks, spam-registration-functions):
14453         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
14454         (spam-bsfilter-score): New command.
14455         (spam-check-bsfilter-headers, spam-check-bsfilter)
14456         (spam-bsfilter-register-with-bsfilter)
14457         (spam-bsfilter-register-spam-routine)
14458         (spam-bsfilter-unregister-spam-routine)
14459         (spam-bsfilter-register-ham-routine)
14460         (spam-bsfilter-unregister-ham-routine): New functions.
14461         (spam-generic-score): Support bsfilter; Accept an optional argument
14462         to recalcurate spam score even if scoring header has already been
14463         added.
14464         (spam-bogofilter-score, spam-spamassassin-score): Accept an
14465         optional argument to recalcurate spam score even if scoring header
14466         has already been added.
14467
14468 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
14469
14470         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
14471         strings!  Reported by David D. Smith <davidsmith@acm.org>.
14472         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
14473         link is missing.
14474
14475 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
14476
14477         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
14478         (html2text-get-attr): Rewrite.
14479
14480         * message.el (message-setup-1): Remove redundant put-text-property
14481         on mail-header-separator.
14482
14483 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
14484
14485         * gnus-registry.el (gnus-registry-cache-whitespace)
14486         (gnus-registry-action, gnus-registry-spool-action)
14487         (gnus-registry-split-fancy-with-parent): Change message levels
14488         from 5 to 3 or 7, as needed.
14489
14490         * spam.el (spam-summary-prepare-exit)
14491         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
14492         (spam-split, spam-find-spam, spam-log-undo-registration)
14493         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
14494         level from 5 to 6.
14495
14496 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14497
14498         * gnus-ems.el: Autoload appt-select-lowest-window (revert
14499         2004-03-04 change).
14500
14501 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
14502
14503         * sieve-manage.el (sieve-manage-open):
14504         * nnweb.el (nnweb-insert-html):
14505         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
14506         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
14507         * nnspool.el (nnspool-request-group):
14508         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
14509         * nnml.el (nnml-request-update-info):
14510         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
14511         (nnmh-request-create-group, nnmh-update-gnus-unreads):
14512         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
14513         (nnimap-request-set-mark):
14514         * nnfolder.el (nnfolder-request-update-info):
14515         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
14516         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
14517         * gnus-uu.el (gnus-uu-find-articles-matching):
14518         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
14519         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
14520         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
14521         * gnus-nocem.el (gnus-nocem-scan-groups):
14522         * gnus-int.el (gnus-start-news-server):
14523         * gnus-group.el (gnus-group-make-kiboze-group)
14524         (gnus-group-browse-foreign-server):
14525         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
14526         Use mapc when appropriate.
14527
14528 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
14529
14530         FIXME: Make separate entries for each person.
14531
14532         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
14533         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
14534         <shields@msrl.com>:
14535
14536         * spam.el (spam-necessary-extra-headers): Get the extra headers we
14537         may need for spam sorting and scoring.
14538         (spam-user-format-function-S): Add user format function suitable for
14539         general use.
14540         (spam-article-sort-by-spam-status): Add sorting function for summary
14541         sorting.
14542         (spam-extra-header-to-number): Add function to get a score from a
14543         header.
14544         (spam-summary-score): Add function to get a numeric score from the
14545         headers.
14546         (spam-generic-score): Fix function doc, was in wrong place.
14547         (spam-initialize): Take symbols when it's run, and install the
14548         extra headers that spam-necessary-extra-headers thinks we need.
14549
14550 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
14551
14552         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
14553         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
14554
14555 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
14556
14557         * gnus-sum.el (gnus-set-global-variables)
14558         (gnus-build-all-threads, gnus-get-newsgroup-headers)
14559         (gnus-article-get-xrefs, gnus-summary-best-group)
14560         (gnus-summary-next-article, gnus-summary-enter-digest-group)
14561         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
14562         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
14563         Use with-current-buffer.
14564
14565 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
14566
14567         * spam.el (spam-summary-prepare-exit): Simplify logic.
14568         (spam-fetch-article-header): Read the article header if it's not
14569         available.
14570         (spam-list-articles): Simplify logic.
14571         (spam-filelist-register-routine): Fix bug with unregister-list.
14572
14573         * gnus-registry.el: Fix comments at beginning.
14574
14575 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
14576
14577         * message.el (message-cater-to-broken-inn): Remove.
14578         (message-shorten-references): Make sure the total folded length of
14579         References is shorter than 998 characters to cater to a bug in INN
14580         2.3.  Also, don't pretend that references aren't folded -- this
14581         hasn't worked for a while.
14582
14583 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14584
14585         * gnus-agent.el (gnus-agentize):
14586         gnus-agent-send-mail-real-function no longer set to current value
14587         of message-send-mail-function but rather a lambda that calls
14588         message-send-mail-function.  The change makes the agent real-time
14589         responsive to user changes to message-send-mail-function.
14590
14591 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14592
14593         * legacy-gnus-agent.el
14594         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
14595         help from Florian Weimer <fw@deneb.enyo.de>
14596
14597 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14598
14599         * nnmail.el (nnmail-cache-insert): Revert last change.
14600
14601 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14602
14603         * nnmail.el (nnmail-cache-insert): Always check whether
14604         nnmail-cache-ignore-groups matches a group name.
14605
14606 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
14607
14608         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
14609         (spam-find-spam, spam-log-processing-to-registry)
14610         (spam-log-registered-p, spam-log-unregistration-needed-p)
14611         (spam-log-undo-registration): Use gnus-message instead of
14612         gnus-error, none of these errors are fatal.
14613
14614         * gnus-registry.el (gnus-registry-clean-empty-function)
14615         (gnus-registry-clean-empty): Remove only empty entries without
14616         extra data.
14617
14618 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
14619
14620         * spam-stat.el (spam-stat-buffer-change-to-spam)
14621         (spam-stat-buffer-change-to-non-spam): Change (error) to
14622         (gnus-message 8) invocation.
14623
14624 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14625
14626         * nntp.el (nntp-via-netcat-command): New variable.
14627         (nntp-via-netcat-switches): New variable.
14628         (nntp-open-via-rlogin-and-netcat): New function.
14629         (nntp-open-connection-function): Doc fix.
14630         (nntp-telnet-command): Doc fix.
14631         (nntp-end-of-line): Doc fix.
14632         (nntp-via-rlogin-command): Doc fix.
14633         (nntp-via-user-name): Doc fix.
14634         (nntp-via-address): Doc fix.
14635
14636 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14637
14638         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
14639         error in Emacs 21.1.
14640
14641 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
14642
14643         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
14644
14645 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14646
14647         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
14648         (gnus-agent-with-refreshed-group): New macro.
14649         (gnus-agent-rename-group): New function.
14650         (gnus-agent-delete-group): New function.
14651         (gnus-agent-save-group-info): Use gnus-command-method when
14652         `method' parameter is nil.  Don't write nil entries into the
14653         active file.
14654         (gnus-agent-get-group-info): New function.
14655         (gnus-agent-fetch-articles): Use
14656         gnus-agent-update-files-total-fetched-for to increment disk space
14657         used.
14658         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
14659         gnus-agent-update-view-total-fetched-for to increment disk space
14660         used.
14661         (gnus-agent-get-local): Added optional parameters to avoid calling
14662         gnus-group-real-name and gnus-find-method-for-group.
14663         (gnus-agent-set-local): Delete stored entry if either min, or max,
14664         are nil.
14665         (gnus-agent-fetch-session): Reworded error/quit messages.  On
14666         quit, use gnus-agent-regenerate-group to record existance of any
14667         articles fetched to disk before the quit occurred.
14668         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
14669         gnus-agent-update-view-total-fetched-for, and
14670         gnus-agent-update-files-total-fetched-for to decrement disk space
14671         used.
14672         (gnus-agent-retrieve-headers): Use
14673         gnus-agent-update-view-total-fetched-for to increment disk space
14674         used.
14675         (gnus-agent-regenerate-group): Replace gnus-group-update-group
14676         with gnus-agent-update-files-total-fetched-for to decrement disk
14677         space and fresh group buffer.
14678         (gnus-agent-inhibit-update-total-fetched-for): New variable.
14679         (gnus-agent-need-update-total-fetched-for): New variable.
14680         (gnus-agent-update-files-total-fetched-for): New function.
14681         (gnus-agent-update-view-total-fetched-for): New function.
14682         (gnus-agent-total-fetched-for): New function.
14683
14684         * gnus-cache.el (gnus-cache-save-buffers): Use
14685         gnus-cache-update-overview-total-fetched-for to change disk space
14686         used by this group.
14687         (gnus-cache-possibly-enter-article): Use
14688         gnus-cache-update-file-total-fetched-for to increment disk space
14689         used by this group.
14690         (gnus-cache-possibly-remove-article): Use
14691         gnus-cache-update-file-total-fetched-for to decrement disk space
14692         used by this group.
14693         (gnus-cache-generate-nov-databases): Purge total fetched cache.
14694         (gnus-cache-rename-group): New function.
14695         (gnus-cache-delete-group): New function.
14696         (gnus-cache-inhibit-update-total-fetched-for): New variable.
14697         (gnus-cache-need-update-total-fetched-for): New variable.
14698         (gnus-cache-with-refreshed-group): New macro.
14699         (gnus-cache-update-file-total-fetched-for): New function.
14700         (gnus-cache-update-overview-total-fetched-for): New function.
14701         (gnus-cache-rename-group-total-fetched-for): New function.
14702         (gnus-cache-delete-group-total-fetched-for): New function.
14703         (gnus-cache-total-fetched-for): New function.
14704
14705         * gnus-group.el: Require gnus-sum and autoload functions to
14706         resolve warnings when gnus-group.el compiled alone.
14707         (gnus-group-line-format): Documented new %F.
14708         (size of Fetched data) group line format; identifies disk space
14709         used by agent and cache.
14710         (gnus-group-line-format-alist): Defined new F format.
14711         (gnus-total-fetched-for): New function.
14712         (gnus-group-delete-group): No longer update
14713         gnus-cache-active-altered as gnus-request-delete-group now keeps
14714         the cache in sync.
14715         (gnus-group-list-active): Let the agent store a server's active
14716         list if currently plugged.
14717
14718         * gnus-int.el (gnus-request-delete-group):
14719         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
14720         local disk in sync with the server.
14721         (gnus-request-rename-group):
14722         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
14723         local disk in sync with the server.
14724
14725         * gnus-start.el (gnus-get-unread-articles):
14726         Cosmetic simplification to logic.
14727
14728         * gnus-util.el (gnus-rename-file): New function.
14729
14730 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
14731
14732         * mm-util.el (mm-image-load-path): Handle nil in load-path.
14733
14734 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
14735
14736         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
14737         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
14738
14739 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
14740
14741         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
14742         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
14743
14744 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
14745
14746         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
14747
14748 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
14749
14750         * spam.el (spam-set-difference): Add function to replace
14751         gnus-set-difference in spam.el.
14752         (spam-summary-prepare-exit): Use spam-set-difference.
14753
14754 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
14755
14756         * gnus-registry.el (gnus-registry-cache-file): Update to use
14757         gnus-dribble-directory OR gnus-home-directory OR ~.
14758         (gnus-registry-split-fancy-with-parent): Fix doc.
14759
14760 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14761
14762         * message.el (message-exchange-point-and-mark): Use
14763         message-mark-active-p.  Suggested by Jesper Harder
14764         <harder@ifa.au.dk>.
14765
14766 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14767
14768         * message.el (message-exchange-point-and-mark): Don't activate
14769         region if it was inactive.  Suggested by Hiroshi Fujishima
14770         <pooh@nature.tsukuba.ac.jp>.
14771
14772 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14773
14774         * gnus-art.el (article-display-face): Display Faces in the same
14775         order as X-Faces.
14776
14777 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14778
14779         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
14780
14781 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14782
14783         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
14784         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
14785         (gnus-article-mime-hierarchy): Remove.
14786         (gnus-article-mime-hierarchy-next): Remove.
14787         (gnus-article-mode): Revert 2004-03-19 change.
14788         (gnus-article-setup-buffer): Revert 2004-03-19 change.
14789         (gnus-insert-mime-button): Revert 2004-03-19 change.
14790         (gnus-mime-accumulate-hierarchy): Remove.
14791         (gnus-mime-enter-multipart): Remove.
14792         (gnus-mime-leave-multipart): Remove.
14793         (gnus-mime-display-part): Revert 2004-03-19 change.
14794         (gnus-mime-display-alternative): Revert 2004-03-19 change.
14795
14796         * mml.el (mml-preview): Revert 2004-03-19 change.
14797
14798 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
14799
14800         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
14801
14802 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14803
14804         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
14805         t while entering a file name using the mm-with-multibyte macro.
14806         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14807
14808         * mm-util.el (mm-with-multibyte): New macro.
14809
14810 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14811
14812         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
14813         user option.
14814         (gnus-mime-multipart-functions): Doc and customization fix.
14815         (gnus-article-mime-hierarchy): New variable.
14816         (gnus-article-mime-hierarchy-next): New variable.
14817         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
14818         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
14819         gnus-article-mime-hierarchy-next to nil.
14820         (gnus-insert-mime-button): Show hierarchy numbers.
14821         (gnus-mime-accumulate-hierarchy): New function.
14822         (gnus-mime-enter-multipart): New function.
14823         (gnus-mime-leave-multipart): New function.
14824         (gnus-mime-display-part): Recompute hierarchical MIME structure.
14825         (gnus-mime-display-alternative): Show hierarchy numbers.
14826
14827         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
14828         gnus-article-mime-hierarchy-next to nil.
14829
14830 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
14831
14832         * dns.el: Don't require gnus-xmas.
14833
14834 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
14835
14836         * mml.el (mml-generate-mime-1): Don't use format=flowed with
14837         inline PGP.
14838         (mml-menu): Disable mml-quote-region if mark is inactive.
14839
14840 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14841
14842         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
14843         when the group's active is not available.
14844
14845 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14846
14847         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
14848         error.
14849
14850 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
14851
14852         * imap.el (imap-store-password): New variable.
14853         (imap-interactive-login): Use it.
14854         Suggested by Mark Plaksin <happy@mcplaksin.org>.
14855
14856 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14857
14858         * gnus-art.el (gnus-article-read-summary-keys): Restore new
14859         window-start and hscroll to summary window.
14860
14861 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14862
14863         * gnus-start.el (gnus-convert-old-newsrc): Only write the
14864         conversion message to newsrc-dribble when an actual conversion is
14865         performed.
14866
14867 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
14868
14869         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
14870
14871 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14872
14873         * mm-decode.el (mm-complicated-handles): New function reviving
14874         former definition of mm-multiple-handles.
14875
14876         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14877         (gnus-mime-delete-part): Use it.
14878
14879 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14880
14881         * gnus-agent.el (gnus-agent-read-local): Bind
14882         nnheader-file-coding-system to gnus-agent-file-coding-system to
14883         avoid the implicit assumption that they will always be equal.
14884         (gnus-agent-save-local): Bind buffer-file-coding-system, not
14885         coding-system-for-write, as the with-temp-file macro first prints
14886         to a buffer then saves the buffer.
14887
14888 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14889
14890         * gnus-art.el (gnus-article-edit-part): New function.
14891         (gnus-mime-save-part-and-strip): Use it; do query instead of
14892         signaling an error; don't use mm-multiple-handles.
14893         (gnus-mime-delete-part): Ditto.
14894
14895 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14896
14897         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
14898         old file versions.
14899         (gnus-group-prepare-hook): Removed function that converted list
14900         form of gnus-agent-expire-days to group properties.
14901
14902         * gnus-int.el: Autoload gnus-agent-regenerate-group.
14903         (gnus-request-accept-article): Re-indented.
14904
14905         * gnus-start.el (gnus-convert-old-newsrc): Registered new
14906         converters to handle old agent file formats.  Added logic for a
14907         "backup before upgrading warning".
14908         (gnus-convert-mark-converter-prompt): Developers can mark
14909         functions as needing (default), or not needing,
14910         gnus-convert-old-newsrc's "backup before upgrading warning".
14911         (gnus-convert-converter-needs-prompt): Tests whether the user
14912         should be protected from potentially irreversable changes by the
14913         function.
14914
14915         * legacy-gnus-agent.el: New.  Provides converters that are only
14916         loaded when gnus-convert-old-newsrc needs to call them.
14917
14918 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14919
14920         * mail-source.el (mail-source-touch-pop): Doc fix.
14921
14922         * message.el (message-smtpmail-send-it): Doc fix.
14923
14924 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
14925
14926         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
14927
14928         * nnmail.el (nnmail-split-fancy): do.
14929
14930         * gnus-kill.el (gnus-kill, gnus-execute): do.
14931
14932 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
14933
14934         * gnus-sum.el (gnus-widget-reversible-match)
14935         (gnus-widget-reversible-to-internal)
14936         (gnus-widget-reversible-to-external): New functions.
14937         (gnus-widget-reversible): New widget.
14938         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
14939
14940 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
14941
14942         * gnus-sum.el (gnus-thread-sort-functions)
14943         (gnus-article-sort-functions): Document `(not F)' items.
14944
14945 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14946
14947         * spam.el (spam-use-gmane-xref): Add new backend.
14948         (spam-gmane-xref-spam-group): Add variable to control the name of the
14949         Gmane spam group.
14950         (spam-blackhole-servers, spam-blackhole-good-server-regex)
14951         (spam-regex-headers-spam, spam-regex-headers-ham)
14952         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
14953         (spam-list-of-checks): Add spam-use-gmane-xref to list of
14954         backends and checks.
14955         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
14956
14957         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
14958         an autodetect method.
14959
14960 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14961
14962         * gnus-int.el (gnus-request-accept-article): Inform the agent that
14963         articles are being added to a group.
14964         (gnus-request-replace-article): Inform the agent that articles
14965         need to be uncached as the cached contents are no longer valid.
14966
14967 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14968
14969         * binhex.el: Don't autoload executable-find.
14970
14971         * canlock.el: Don't autoload mail-fetch-field.
14972
14973         * dgnushack.el: Autoload c-mode for XEmacs.
14974
14975         * gnus-ems.el: Don't autoload appt-select-lowest-window.
14976
14977         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
14978         rmail-dont-reply-to and rmail-output.
14979
14980         * gnus-score.el: Don't autoload ffap-string-at-point.
14981
14982         * gnus-setup.el: Don't autoload sc-cite-original.
14983
14984         * imap.el: Don't autoload base64-decode-string,
14985         base64-encode-string and md5.
14986
14987         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
14988         and rmail-msg-restore-non-pruned-header.
14989
14990         * mm-decode.el: Don't autoload executable-find.
14991
14992         * mm-url.el: Don't autoload executable-find.
14993
14994         * mm-view.el: Don't autoload diff-mode.
14995
14996         * nndb.el: Don't autoload news-reply-mode, news-setup,
14997         cancel-timer and telnet.
14998
14999         * password.el: Don't autoload run-at-time for Emacs.
15000
15001         * sha1-el.el: Don't autoload executable-find.
15002
15003         * sieve-mode.el: Don't autoload c-mode.
15004
15005         * uudecode.el: Don't autoload executable-find.
15006
15007 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15008
15009         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
15010         (gnus-agent-possibly-alter-active): Avoid null in numeric
15011         comparison.
15012         (gnus-agent-set-local): Refuse to save null in local object table.
15013         (gnus-agent-regenerate-group): The REREAD parameter can now be a
15014         list of articles that will be marked as unread.
15015
15016 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15017
15018         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
15019
15020 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
15021
15022         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
15023         language tags.
15024
15025 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
15026
15027         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
15028         Don't bind "obarray".
15029
15030         * gnus-sum.el (gnus-thread-sort-functions): Added
15031         `gnus-thread-sort-by-most-recent-number' and
15032         `gnus-thread-sort-by-most-recent-date'.
15033         Reported by Kai Grossjohann <kai@emptydomain.de>.
15034
15035 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15036
15037         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
15038
15039 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15040
15041         * gnus-cus.el (gnus-agent-customize-category): Removed
15042         ignore-errors macro reference that required cl to be loaded at
15043         run-time.
15044
15045         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
15046         single-interval range of the form (min . max).  Previously the
15047         range had to look like ((min . max)).  Likewise, return
15048         (min . max) rather than ((min . max)).
15049         (gnus-range-map): Use gnus-range-normalize to accept
15050         single-interval range.
15051
15052         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
15053         the cache, but not the agent, now appear with their usual face.
15054
15055         * dgnushack.el (loaddir): New variable that is bound to the
15056         directory containing the dgnushack.el file. Use loaddir, rather
15057         than srcdir, to update load-path. Change lets dgnushack compile
15058         code in directories other than GNUS/lisp.
15059
15060 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15061
15062         * lpath.el: Don't bind w3m-safe-url-regexp.
15063
15064         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
15065         w3m-safe-url-regexp variable buffer-local.
15066
15067         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15068
15069 2004-02-27  Simon Josefsson  <jas@extundo.com>
15070
15071         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
15072         gnus-group-real-prefix.
15073         (gnus-summary-move-article): Use it, instead of
15074         gnus-group-real-prefix.
15075
15076 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15077
15078         * lpath.el: Bind w3m-safe-url-regexp.
15079
15080         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
15081         w3m-safe-url-regexp variable buffer-local and set it as the value
15082         of mm-w3m-safe-url-regexp.
15083
15084         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15085
15086         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
15087         parsing gnus-posting-styles when the message is not for replying.
15088
15089         * dgnushack.el: Autoload sgml-mode for XEmacs.
15090
15091         * nnrss.el (nnrss-opml-export): Use
15092         mm-set-buffer-file-coding-system instead of
15093         set-buffer-file-coding-system.
15094
15095 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
15096
15097         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
15098         of checkdoc.el).
15099         * nnrss.el: do.
15100         * gnus-mlspl.el: do.
15101         * gnus-ml.el: do.
15102         * gnus-srvr.el: do.
15103
15104         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
15105
15106 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
15107
15108         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
15109         Corrections to custom-manual links.
15110
15111         * gnus-art.el (gnus-article): Ditto.
15112
15113         * mm-decode.el (mime-display, mime-security): Ditto.
15114
15115 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15116
15117         * flow-fill.el: Typo.
15118
15119 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
15120
15121         * spam-wash.el: New file.
15122
15123 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
15124
15125         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
15126
15127 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15128
15129         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
15130         to be run with new-articles as LIST1, not LIST2.
15131         (spam-registration-functions): Add spam-use-ham-copy as a nil
15132         registration backend.
15133
15134 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15135
15136         * spam-stat.el (spam-stat-washing-hook): New option.
15137         (spam-stat-buffer-words): Use it.
15138         (spam-stat-process-directory, spam-stat-test-directory): Use
15139         insert-file-contents-literally.
15140         (spam-stat-coding-system): New variable.
15141         (spam-stat-load, spam-stat-save): Use it.
15142
15143 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15144
15145         * spam-report.el (spam-report-plug-agent): Quote
15146         spam-report-url-to-file and spam-report-url-ping-plain.
15147
15148 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
15149
15150         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
15151         / in mailto URLs.
15152
15153 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15154
15155         * spam-report.el (spam-report-process-queue): Fix interactive use.
15156         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
15157         (spam-report-unplug-agent): Doc fixes.
15158         (spam-report-url-ping-mm-url, spam-report-url-to-file)
15159         (spam-report-agentize, spam-report-deagentize): Autoload.
15160
15161 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15162
15163         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
15164
15165         * message.el (message-setup-fill-variables): Add mml tags to
15166         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
15167         <ajk@iu.edu>.
15168         (message-mode): Don't modify paragraph-separate there.
15169
15170 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15171
15172         * compface.el (uncompface-use-external): Default to undecided.
15173         (uncompface-use-external-threshold): New variable.
15174         (uncompface-float-time): New macro.
15175         (uncompface): Determine whether to use the external decoder if
15176         uncompface-use-external is undecided.
15177
15178 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15179
15180         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
15181         after images.
15182
15183         * gnus-art.el (gnus-mime-display-single): Remove dead code.
15184
15185 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
15186
15187         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
15188
15189         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
15190
15191         * gnus-sum.el (gnus-summary-limit-to-age)
15192         (gnus-summary-limit-children): do.
15193
15194         * gnus-int.el (gnus-request-scan): do.
15195
15196         * gnus-group.el (gnus-group-suspend): do.
15197
15198         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
15199
15200         * gnus-cite.el (gnus-cite-parse-attributions): do.
15201
15202         * gnus-agent.el (gnus-summary-set-agent-mark)
15203         (gnus-agent-regenerate-group): do.
15204
15205         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
15206
15207         * binhex.el (binhex-decode-region-internal): do.
15208
15209 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15210
15211         * gnus-fun.el (gnus-face-properties-alist): New user option.
15212         (gnus-display-x-face-in-from): Use it.
15213
15214         * gnus-art.el (article-display-face): Ditto.
15215
15216         * compface.el (uncompface-use-external): Default to nil.
15217
15218 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
15219
15220         * nntp.el (nntp-erase-buffer): New function.
15221         (nntp-retrieve-data, nntp-send-command)
15222         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
15223         (nntp-possibly-change-group): Use it.
15224
15225         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
15226         with-current-buffer.
15227
15228 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
15229
15230         * compface.el: Merge the ELisp-based uncompface program.
15231         (compface): New customization group.
15232         (uncompface-use-external): New user option.
15233         (uncompface): Call uncompface-internal if uncompface-use-external
15234         is nil.
15235         (uncompface-internal): New function.  Note that there are also
15236         some other functions and variables added for this function.
15237
15238 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
15239
15240         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
15241         if necessary.
15242
15243 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
15244
15245         * spam-report.el (spam-report-unplug-agent)
15246         (spam-report-plug-agent, spam-report-deagentize)
15247         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
15248         Add support for the Agent in spam-report: when unplugged, report to a
15249         file; when plugged, submit all the requests.
15250
15251         * spam.el (spam-register-routine): Fix message about
15252         registration.
15253
15254 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
15255
15256         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
15257         dependencies.
15258         (rfc2047-encode): Use it.
15259
15260         * gnus-art.el (gnus-button-marker-list): Move before first
15261         reference.
15262
15263         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15264         (imap-parse-body): Fix format string mismatch.
15265
15266         * gnus-score.el (gnus-summary-increase-score): do.
15267
15268         * nnrss.el (nnrss-close): New function.
15269
15270 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
15271
15272         * nnrss.el (nnrss-make-filename): New function.
15273         (nnrss-request-delete-group, nnrss-read-server-data)
15274         (nnrss-save-server-data, nnrss-read-group-data)
15275         (nnrss-save-group-data): Use it.
15276         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
15277         (nnrss-read-server-data, nnrss-read-group-data): Use load.
15278         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
15279
15280 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
15281
15282         * mml.el (mml-compute-boundary-1): Don't uncompress files.
15283
15284 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
15285
15286         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
15287         files.
15288
15289         * message.el (message-generate-headers-first): Don't quote nil
15290         and t in docstrings.
15291
15292         * imap.el (imap-id): do.
15293
15294         * gnus-agent.el (gnus-agent-consider-all-articles)
15295         (gnus-agent-queue-mail): do.
15296
15297 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
15298
15299         * spam-report.el (spam-report-process-queue): New function.
15300         Process requests from `spam-report-requests-file'.
15301         (spam-report-process-queue): Doc fix.
15302
15303 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
15304
15305         * spam.el (spam-register-routine)
15306         (spam-log-processing-to-registry, spam-log-registered-p)
15307         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15308         Change "check" to "spam-check" for semi-clarity.
15309
15310 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
15311
15312         * pop3.el: Require nnheader.
15313
15314         * mml-smime.el: Require cl.  Autoload message-fetch-field.
15315
15316         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
15317
15318         * gnus-picon.el: Require cl.
15319
15320         * gnus-fun.el: Require gnus-ems and gnus-util.
15321
15322         * gnus.el (gnus-method-to-server): Move defsubst before first use.
15323
15324         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
15325
15326         * gnus-art.el (gnus-article-edit-mode): Define before first
15327         reference.
15328
15329 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
15330
15331         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
15332         (gnus-uu-post-encoded): Use point-at-bol.
15333
15334         * gnus-topic.el (gnus-group-active-topic-p): do.
15335
15336         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
15337
15338         * gnus-group.el (gnus-group-kill-region): do.
15339
15340         * gnus-art.el (article-date-ut): do.
15341
15342         * message.el (message-fetch-field): Remove redundant
15343         case-fold-search binding.
15344         (message-narrow-to-field): Simplify.
15345
15346 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15347
15348         * spam.el (spam-directory): Derive from `gnus-directory'.
15349
15350         * spam-report.el (spam-report-url-to-file)
15351         (spam-report-requests-file): New function and variable for offline
15352         reporting.
15353         (spam-report-url-ping-function): Add `spam-report-url-to-file'
15354         and user defined function.
15355         (spam-report-url-ping-mm-url): Remove doubled slash.
15356
15357 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
15358
15359         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
15360
15361 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
15362
15363         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
15364         format string mismatch.
15365
15366         * sieve.el (sieve-deactivate-all): do.
15367
15368         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
15369
15370         * nnlistserv.el (nnlistserv-kk-wash-article): do.
15371
15372         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
15373
15374         * mm-bodies.el (mm-7bit-chars): Don't include \r.
15375
15376 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
15377
15378         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
15379         the list of checks.
15380
15381 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
15382
15383         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
15384         padding.
15385
15386 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
15387
15388         * mm-view.el (mm-fill-flowed): New variable.
15389         (mm-inline-text): Use it.
15390
15391 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
15392
15393         * spam.el (spam-spamassassin-register-ham-routine)
15394         (spam-spamassassin-register-spam-routine): Fix function names.
15395
15396 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15397
15398         * gnus.el (gnus-tmp-grouplens): Remove.
15399         (gnus-summary-line-format): Remove grouplens.
15400
15401         * gnus-group.el (gnus-group-line-format): Ditto.
15402
15403         * gnus-spec.el (gnus-format-specs): Ditto.
15404         (gnus-update-format-specifications): Flush the group format spec
15405         cache if there's the grouplens stuff.
15406         (gnus-parse-simple-format): Replace %l with the empty string.
15407
15408 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
15409
15410         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
15411         omission.
15412
15413 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15414
15415         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
15416         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15417
15418 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15419
15420         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
15421         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
15422         New macros and functions.
15423         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
15424         Handle > NLINK_MAX messages.
15425         * nnmaildir.el (nnmaildir-request-set-mark): Use
15426         nnmaildir--emlink-p and nnmaildir--eexist-p.
15427
15428 2004-01-25  Alex Schroeder  <alex@gnu.org>
15429
15430         * spam-stat.el (spam-stat-process-directory-age): New option.
15431         (spam-stat-process-directory): Use it.
15432
15433 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
15434
15435         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
15436         (spam-stat-save): Accept prefix argument.
15437
15438 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
15439
15440         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
15441         links" error.
15442
15443 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15444
15445         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
15446         the rest of the and/or forms.
15447
15448 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15449
15450         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
15451         compatibility with old .newsrc.eld files.
15452
15453         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
15454
15455         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
15456
15457         * gnus-start.el (gnus-1): do.
15458
15459         * gnus-group.el (gnus-group-line-format-alist): do.
15460
15461         * gnus.el (gnus-use-grouplens, gnus-visual): do.
15462
15463         * gnus-gl.el: Remove.
15464
15465 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15466
15467         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
15468         marks consisting of a single range {for example, (3 . 5)} rather
15469         than a list of a single range { ((3 . 5)) }.
15470
15471 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15472
15473         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
15474         with-current-buffer.
15475         (spam-stat-store-current-buffer): Use insert-buffer-substring to
15476         avoid consing a string.
15477
15478         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
15479         Remove obsolete entries for big5 and gb2312.
15480
15481 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15482
15483         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
15484         uncompressed list.
15485
15486 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
15487
15488         * spam-stat.el (spam-stat-strip-xref): New function.
15489         (spam-stat-process-directory): Use it.
15490
15491         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
15492         here -- it's done in message-fetch-field.
15493
15494 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15495
15496         * gnus-agent.el (gnus-agent-queue-mail)
15497         (gnus-agent-prompt-send-queue): New variables.
15498         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
15499         * gnus-draft.el (gnus-group-send-queue): Pass the group name
15500         "nndraft:queue" along to gnus-draft-send.  Use
15501         gnus-agent-prompt-send-queue.
15502         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
15503         is "nndraft:queue".  Suggested by Gaute Strokkenes
15504         <gs234@srcf.ucam.org>
15505
15506         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
15507         (agent-enable-undownloaded-faces): Added.
15508         (gnus-agent-cat-groups): Use eval-and-compile, not
15509         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
15510         method of gnus-agent-cat-groups even when the buffer has been
15511         evaled.
15512         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
15513         delete gnus-agent-save-active-1.
15514         (gnus-agent-save-groups): Deleted.  Identical to
15515         gnus-agent-save-active.
15516         (gnus-agent-write-active): No longer adjust agent's copy of active
15517         file as agent's adjustments are now stored in their own
15518         file.  Removed optional parameter.
15519         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
15520         servers.  Add use of min/max range limits from server's local
15521         file.
15522         (gnus-agent-save-alist): Removed unused optional argument.
15523         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
15524         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
15525         (gnus-agent-set-local): A per-server file that keeps min/max range
15526         limits for articles known to the agent.  Provides a fast mechanism
15527         for altering many active ranges.
15528         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
15529         active file (local makes it unnecessary).
15530         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
15531
15532         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
15533         (agent-enable-undownloaded-faces): Added.
15534
15535         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
15536         disable it when sending to "nndraft:queue".
15537         (gnus-group-send-queue): Add safety check to avoid sending queue
15538         when unplugged.
15539
15540         * gnus-group.el (gnus-group-catchup): Use new
15541         gnus-sequence-of-unread-articles, not
15542         gnus-list-of-unread-articles, to avoid exhausting memory with huge
15543         numbers of articles.  Use gnus-range-map to avoid having to
15544         uncompress the unread list.
15545         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
15546         Fixed invalid ange-ftp reference.
15547
15548         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
15549         (gnus-sorted-range-intersection): Intersection of two ranges
15550         without requiring that they first be uncompressed.
15551
15552         * gnus-start.el (gnus-activate-group): Unless blocked by the
15553         caller, possibly expand the active range to include both cached
15554         and agentized articles.
15555         (gnus-convert-old-newsrc): Rewrote in anticipation of having
15556         multiple version-dependent converters.
15557         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
15558         gnus-agent-save-active.
15559         (gnus-save-newsrc-file): Save dirty agent range limits.
15560
15561         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
15562         gnus-agent-possibly-alter-active.
15563         (gnus-adjust-marked-articles): Faster handling of simple lists.
15564
15565 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
15566
15567         * spam-stat.el (spam-stat-test-directory): New optional argument
15568         displays a list of files detected.  Suggested by Andrew Cohen
15569         <cohen@andy.bu.edu>.
15570         (spam-stat-buffer-words-with-scores): Don't narrow and change
15571         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
15572
15573 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
15574
15575         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
15576         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
15577         (spam-spamassassin-arguments)
15578         (spam-spamassassin-spam-flag-header)
15579         (spam-spamassassin-positive-spam-flag-header)
15580         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
15581         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
15582         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15583         (spam-list-of-processors, spam-list-of-checks)
15584         (spam-list-of-statistical-checks, spam-registration-functions)
15585         (spam-check-spamassassin-headers, spam-check-spamassassin)
15586         (spam-spamassassin-score)
15587         (spam-spamassassin-register-with-sa-learn)
15588         (spam-spamassassin-register-spam-routine)
15589         (spam-spamassassin-register-ham-routine)
15590         (spam-assassin-register-spam-routine)
15591         (spam-assassin-register-ham-routine): Add SpamAssassin support.
15592         (spam-bogofilter-score): Fix to show article before scoring.
15593
15594 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
15595
15596         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
15597         default scoring function.
15598         (spam-generic-score): Call spam-spamassassin-score if
15599         spam-use-spamassassin or spam-use-spamassassin-headers is on;
15600         spam-bogofilter-score otherwise.
15601
15602         * gnus.el (spam-process, spam-autodetect-methods): Add
15603         spamassassin and spamassassin-headers.
15604
15605 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
15606
15607         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15608         Suppress unnecessary messages.
15609
15610 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
15611
15612         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
15613         make-hash-table.
15614
15615 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15616
15617         * canlock.el (base64-encode-string): Don't autoload it.
15618
15619 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15620
15621         * run-at-time.el: Remove useless (require 'itimer),
15622         eval-and-compile and (featurep 'xemacs).
15623
15624 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
15625
15626         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
15627         GROUP is a virtual group.
15628
15629 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
15630
15631         * gnus.el: Autoload `message-y-or-n-p'.
15632
15633 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
15634
15635         * pgg-parse.el: Remove unnecessary (require 'custom).
15636
15637         * pgg-def.el: do.
15638
15639         * nnmail.el: do.
15640
15641         * gnus-undo.el: do.
15642
15643         * gnus-picon.el: do.
15644
15645         * gnus-util.el: do.
15646
15647 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
15648
15649         * gnus-sum.el (gnus-pick-line-number): Add autoload.
15650
15651 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15652
15653         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
15654         handle, as well as a list.
15655
15656         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
15657         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
15658         (mm-w3m-cid-retrieve): Simplify.
15659
15660 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
15661
15662         * message.el (message-kill-to-signature): Allow prefix arg to
15663         specify number of lines to keep before signature.
15664
15665 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
15666
15667         * message.el (message-kill-to-signature): Change docstring.
15668
15669 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15670
15671         * canlock.el: Always require sha1-el.
15672         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
15673
15674         * message.el: Autoload sha1 only when compiling.
15675
15676         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
15677         eudc-expand-inline for XEmacs.
15678
15679 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15680
15681         * message.el (message-canlock-generate): Require sha1-el.
15682
15683 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
15684
15685         * message.el (message-expand-name): Silence the byte compiler.
15686
15687         * lpath.el: Add detect-coding-system.
15688
15689         * dgnushack.el (dgnushack-compile): Remove obsolete check for
15690         cus-edit.
15691
15692 2004-01-13  Simon Josefsson  <jas@extundo.com>
15693
15694         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
15695         Invoke gnus-score-mode.  Reported by
15696         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15697
15698         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
15699         Jim Blandy <jimb@redhat.com> (tiny change).
15700
15701 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15702
15703         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
15704
15705 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
15706
15707         * spam.el (spam-get-article-as-string): Update to use
15708         gnus-request-article-this-buffer, much simpler.
15709         (spam-get-article-as-buffer): Remove.
15710
15711 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
15712
15713         * message.el (message-expand-name): Use EUDC if the user uses that.
15714
15715 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15716
15717         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
15718         character for the encoding to avoid consing a string.
15719
15720         * rfc2047.el (rfc2047-decode-string): Don't cons a string
15721         unnecessarily.
15722
15723         * mm-util.el (mm-replace-chars-in-string): Remove.
15724
15725         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
15726         of mm-replace-chars-in-string.
15727
15728 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
15729
15730         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
15731
15732         * mm-util.el (mm-subst-char-in-string): Support inplace.
15733
15734         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
15735         a new string in every iteration.  Use shy groups.
15736
15737 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
15738
15739         * gnus-srvr.el (gnus-browse-unsubscribe-group):
15740         * gnus-soup.el (gnus-soup-group-brew):
15741         * gnus-msg.el (gnus-put-message):
15742         * gnus-move.el (gnus-group-move-group-to-server):
15743         * gnus-kill.el (gnus-batch-score):
15744         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
15745         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
15746         (gnus-group-update-group, gnus-group-read-group)
15747         (gnus-group-make-group, gnus-group-make-help-group)
15748         (gnus-group-make-archive-group, gnus-group-make-directory-group)
15749         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
15750         (gnus-group-sort-by-unread, gnus-group-catchup)
15751         (gnus-group-unsubscribe-group, gnus-group-kill-group)
15752         (gnus-group-yank-group, gnus-group-set-info)
15753         (gnus-group-list-groups):
15754         * gnus.el (gnus-generate-new-group-name):
15755         * gnus-delay.el (gnus-delay-send-queue):
15756         * nnvirtual.el (nnvirtual-catchup-group):
15757         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
15758         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
15759         (gnus-group-prepare-topics, gnus-topic-check-topology):
15760         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
15761         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
15762         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
15763         (gnus-group-make-articles-read):
15764         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
15765         (gnus-group-change-level, gnus-kill-newsgroup)
15766         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
15767         (gnus-get-unread-articles, gnus-make-articles-unread)
15768         (gnus-make-ascending-articles-unread): Use accessor
15769         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
15770         to get group information for improved readability.
15771
15772
15773 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15774
15775         * gnus-art.el (article-decode-mime-words, article-babel)
15776         (gnus-article-highlight-signature, gnus-article-add-buttons)
15777         (gnus-signature-toggle): Use gnus-with-article-buffer.
15778
15779         * gnus-art.el (gnus-article-highlight-headers)
15780         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
15781
15782         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
15783         (gnus-article-set-globals, gnus-request-article-this-buffer)
15784         (gnus-button-message-id, gnus-article-maybe-hide-headers)
15785         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
15786         (gnus-mime-display-alternative): Use with-current-buffer.
15787
15788 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15789
15790         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
15791         also under 80 char limit, and call gnus-error if needed.
15792         (spam-fetch-article-header): Fix - it was a
15793         buffer-local variable (gnus-newsgroup-data).
15794         (spam-find-spam): Use spam-generate-fake-headers, forget about
15795         spam-insert-fake-headers.
15796         (spam-insert-fake-headers): Remove.
15797
15798 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15799
15800         * deuglify.el (gnus-article-outlook-unwrap-lines)
15801         (gnus-outlook-rearrange-article)
15802         (gnus-outlook-repair-attribution-outlook)
15803         (gnus-outlook-repair-attribution-block)
15804         (gnus-outlook-repair-attribution-other): Remove redundant
15805         save-excursion.
15806
15807 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15808
15809         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
15810         (spam-fetch-field-subject-fast)
15811         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
15812         (spam-fetch-article-header): Add functions to deal with Gnus
15813         internals for fast retrieval of article header data.
15814         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
15815
15816 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15817
15818         * pop3.el (pop3-md5): Remove.
15819         (pop3-apop): Replace pop3-md5 with md5.
15820
15821         * mm-bodies.el: base64 is always built-in.
15822
15823         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
15824         with-current-buffer.
15825
15826 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15827
15828         * canlock.el (canlock-insert-header): Remove excessive grouping in
15829         regexp.
15830
15831         * gnus-sum.el (gnus-summary-read-document): Ditto.
15832
15833         * gnus-uu.el (gnus-uu-part-number): Ditto.
15834
15835         * html2text.el (html2text-remove-tags): Ditto.
15836         (html2text-format-tags): Ditto.
15837         (html2text-format-single-elements): Ditto.
15838
15839         * mml.el (mml-parse-1): Ditto.
15840
15841 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15842
15843         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
15844
15845         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
15846
15847         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
15848
15849         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
15850
15851 2003-11-15  Simon Josefsson  <jas@extundo.com>
15852
15853         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
15854         (pgg-gpg-lookup-key): Use regexp match instead of
15855         split-string (split-string is different between emacs 21.2 and
15856         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
15857
15858 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15859
15860         * gnus-art.el (gnus-mime-view-all-parts)
15861         (gnus-article-part-wrapper, gnus-article-view-part): Use
15862         with-current-buffer.
15863
15864 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15865
15866         * spam.el (spam-disable-spam-split-during-ham-respool)
15867         (spam-spamoracle-database, spam-cache-lookups)
15868         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
15869         (spam-group-ham-mark-p, spam-group-spam-mark-p)
15870         (spam-group-ham-marks, spam-group-spam-marks)
15871         (spam-group-spam-contents-p, spam-group-ham-contents-p)
15872         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
15873         also add spam-use-blackholes to the statistical checks.
15874         (spam-fetch-field-fast): Add interface to fetching fields, may
15875         become a macro.
15876         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
15877         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
15878         (spam-insert-fake-headers): Fake an article when needed.
15879         (spam-find-spam): Fake article when possible.
15880         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
15881         (spam-check-bogofilter-headers): Use message-fetch-field instead
15882         of nnmail-fetch-field.
15883
15884 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15885
15886         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
15887
15888 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15889
15890         * spam.el (spam-split): Do not require spam-use-CHECK to be
15891         enabled if that check is passed to spam-split explicitly; also
15892         fix so 'spam doesn't get converted to spam-split-group when
15893         spam-split-symbolic-return is t.
15894         (spam-find-spam): Find registrations of the article and use those
15895         instead of re-running spam-split to find the spam/ham
15896         classification of the article.
15897         (spam-log-processing-to-registry, spam-log-registered-p)
15898         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15899         Use gnus-error instead of gnus-message.
15900         (spam-log-registration-type): Add function to determine the
15901         classification of a message based on registry entries; will
15902         return nil if both 'spam and 'ham are found.
15903         (spam-check-BBDB): Expand all the BBDB macros here so we can have
15904         a reasonably fast local cache without the loading errors.
15905         (spam-cache-lookups): Set to t by default.
15906         (spam-find-spam): Don't try to guess spam-cache-lookups.
15907         (spam-enter-whitelist, spam-enter-blacklist): Clear the
15908         spam-caches entry.
15909         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
15910         caching of whitelist/blacklist entries.
15911         (spam-check-whitelist, spam-check-blacklist): Invoke
15912         spam-from-listed-p with a type, not a cache variable.
15913         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
15914
15915 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15916
15917         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
15918
15919         * nnmail.el (nnmail-split-fancy): do.
15920
15921         * mml.el (mml-parse): do.
15922
15923         * gnus-score.el (gnus-enter-score-words-into-hashtb)
15924         (gnus-score-adaptive): do.
15925
15926 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15927
15928         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
15929         (gnus-mime-button-map): Don't set keymap parent.
15930         (gnus-button-ctan-directory-regexp): Use shy grouping.
15931         (gnus-prev-page-map): Don't set keymap parent.
15932         (gnus-prev-page-map): Remove duplicated one.
15933         (gnus-next-page-map): Don't set keymap parent.
15934         (gnus-mime-security-button-map): Ditto.
15935
15936         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
15937         version number.
15938
15939         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
15940
15941 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15942
15943         * canlock.el (canlock-sha1-function): Remove.
15944         (canlock-sha1-function-for-verify): Remove.
15945         (canlock-openssl-program): Remove.
15946         (canlock-openssl-args): Remove.
15947         (canlock-ignore-errors): Remove.
15948         (canlock-sha1-with-openssl): Remove.
15949         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
15950         (canlock-verify): Don't use canlock-ignore-errors.
15951
15952         * sha1-el.el (sha1-string-external): Make it can return a string
15953         in binary form.
15954         (sha1-region-external): Ditto.
15955         (sha1-string-internal): Ditto.
15956         (sha1-region-internal): Ditto.
15957         (sha1-region): Ditto.
15958         (sha1-string): Ditto.
15959         (sha1): Ditto.
15960
15961 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15962
15963         * spam.el (spam-report-articles-gmane): New command.
15964
15965 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15966
15967         * gnus.el: Don't make unnecessary *Group* buffer when loading.
15968
15969         * run-at-time.el (run-at-time-saved): Remove.
15970         (run-at-time): Doc fix.
15971
15972 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15973
15974         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
15975         (gnus-summary-limit-map): Add it.
15976         (gnus-summary-make-menu-bar): do.
15977
15978 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
15979
15980         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
15981         Make attempt at some caching support (done for BBDB only now).
15982         (spam-find-spam): Set spam-cache-lookups if there are more than 2
15983         addresses to be checked.
15984         (spam-clear-cache-BBDB): Add function, to be invoked by
15985         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
15986         (spam-check-BBDB): Check and use the caches, if
15987         spam-cache-lookups is on, remove superfluous (provide).
15988
15989 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15990
15991         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
15992
15993 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
15994
15995         * run-at-time.el (run-at-time-saved): Move to after the definition
15996         of `run-at-time'.
15997
15998         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
15999
16000 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16001
16002         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
16003         mm-w3m-local-map-property.
16004
16005         * mm-view.el (mm-w3m-mode-map): Remove.
16006         (mm-w3m-local-map-property): Remove.
16007         (mm-inline-text-html-render-with-w3m): Don't use
16008         mm-w3m-local-map-property.
16009
16010 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16011
16012         * run-at-time.el: New file.
16013
16014         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
16015         under Emacs.
16016
16017         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
16018         of gnus-set-text-properties.
16019
16020         * gnus-uu.el (gnus-uu-save-article): Ditto.
16021
16022         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
16023
16024         * gnus-cite.el (gnus-cite-parse): Ditto.
16025
16026         * gnus-art.el (gnus-button-push): Use set-text-properties instead
16027         of gnus-.
16028
16029         * gnus-xmas.el (run-at-time): Require run-at-time.
16030
16031         * gnus.el: Changed calls to nnheader-run-at-time and
16032         password-run-at-time throughout to use run-at-time directly.
16033
16034         * password.el: Removed definition of run-at-time.
16035
16036         * nnheaderxm.el: Remove definition of run-at-time.
16037
16038 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
16039
16040         * mml.el (mml-minibuffer-read-disposition): Show attachment type
16041         in prompt.
16042
16043 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16044
16045         * messagexmas.el (message-xmas-redefine): Alias
16046         `message-make-caesar-translation-table' to
16047         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
16048         version.
16049
16050         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
16051         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
16052         `gnus-xmas-set-text-properties'.
16053         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
16054         `gnus-xmas-completing-read'.
16055         (gnus-xmas-completing-read): Removed.
16056         (gnus-xmas-open-network-stream): Removed.
16057
16058         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
16059         XEmacs version.
16060
16061         * dns.el (dns-make-network-process): Use `open-network-stream'
16062         instead of `gnus-xmas-open-network-stream'.
16063
16064         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
16065
16066         * .cvsignore: Add auto-autoloads.el, custom-load.el.
16067
16068 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16069
16070         * gnus-art.el (gnus-mime-display-alternative)
16071         (gnus-insert-mime-button, gnus-insert-mime-security-button)
16072         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
16073         Don't use gnus-local-map-property.
16074
16075         * gnus-util.el (gnus-local-map-property): Remove.
16076
16077         * mm-view.el (mm-view-pkcs7-decrypt): Replace
16078         gnus-completing-read-maybe-default with completing-read.
16079
16080         * gnus-util.el (gnus-completing-read): do.
16081         (gnus-completing-read-maybe-default): Remove.
16082
16083 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16084
16085         * password.el: Only autoload `run-at-time' if not XEmacs.
16086         Only autoload the itimer functions if XEmacs.
16087
16088 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16089
16090         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
16091         XEmacsen.
16092
16093         * dgnushack.el: Autoload executable-find for XEmacs.
16094
16095 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16096
16097         * gnus-art.el (gnus-read-string): Remove.
16098         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
16099         read-string.
16100
16101 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
16102
16103         * netrc.el: Autoload password-read.
16104         (netrc): Add configuration group.
16105         (netrc-encoding-method, netrc-openssl-path): Add
16106         variables for encoding and decoding of files with symmetric
16107         ciphers.
16108         (netrc-encode): Add assistant function to encode a file with
16109         netrc-encoding-method.
16110         (netrc-parse): Add interactive parameter, added optional
16111         decoding if netrc-encoding-method is non-nil but otherwise
16112         behavior is standard.
16113         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
16114         Do s/encode/encrypt/ everywhere.
16115
16116         * spam.el: Remove executable-find autoload.
16117
16118 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16119
16120         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
16121
16122         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
16123
16124 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16125
16126         * gnus-art.el (gnus-treat-ansi-sequences)
16127         (article-treat-ansi-sequences): New variable and function.
16128         Suggested by Dan Jacobson <jidanni@jidanni.org>.
16129
16130         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16131         Use it.
16132
16133 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16134
16135         * mm-util.el (mm-quote-arg): Remove.
16136
16137         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
16138         shell-quote-argument.
16139
16140         * gnus-uu.el (gnus-uu-command): do.
16141
16142         * gnus-sum.el (gnus-summary-insert-pseudos): do.
16143
16144         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
16145         with make-char.
16146
16147         * mm-util.el (mm-make-char): Remove.
16148
16149         * mml.el (mml-mode): Replace gnus-add-minor-mode with
16150         add-minor-mode.
16151
16152         * gnus-undo.el (gnus-undo-mode): do.
16153
16154         * gnus-topic.el (gnus-topic-mode): do.
16155
16156         * gnus-sum.el (gnus-dead-summary-mode): do.
16157
16158         * gnus-start.el (gnus-slave-mode): do.
16159
16160         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
16161
16162         * gnus-ml.el (gnus-mailing-list-mode): do.
16163
16164         * gnus-gl.el (gnus-grouplens-mode): do.
16165
16166         * gnus-draft.el (gnus-draft-mode): do.
16167
16168         * gnus-dired.el (gnus-dired-mode): do.
16169
16170         * gnus-ems.el (gnus-add-minor-mode): Remove.
16171
16172         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16173         Replace gnus-char-width with char-width.
16174
16175         * gnus-ems.el (gnus-char-width): Remove.
16176
16177         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16178         Replace gnus-char-width with char-width.
16179
16180         * gnus-ems.el (gnus-char-width): Remove.
16181
16182         * spam-stat.el (with-syntax-table): Remove with-syntax-table
16183         definition.
16184         Remove Emacs 20 hash table compatibility code.
16185
16186         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
16187         20 compatibility code.
16188
16189         * spam.el (spam-point-at-eol): Replace with point-at-eol.
16190
16191         * smime.el (smime-point-at-eol): Replace with point-at-eol.
16192
16193         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
16194         with point-at-{eol,bol}.
16195
16196         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
16197
16198         * imap.el (imap-point-at-eol): Replace with point-at-eol.
16199
16200         * flow-fill.el (fill-flowed-point-at-bol)
16201         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
16202
16203         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
16204         Replace with point-at-{eol,bol} throughout all files.
16205
16206 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16207
16208         * ntlm.el (ntlm-string-as-unibyte): New macro.
16209         (ntlm-build-auth-response): Use it.
16210
16211         Remove Emacs 20 stuff:
16212         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
16213         (butlast, mapc, remove): Remove the compiler macros.
16214         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
16215         of delq and copy-sequence.
16216         * gnus-art.el (popup-menu): Remove the compiler macro.
16217         * nnmail.el (nnmail-split-fancy): Don't support customizing with
16218         Emacs 20.
16219
16220 2004-01-05  Simon Josefsson  <jas@extundo.com>
16221
16222         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
16223         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
16224         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
16225         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
16226         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
16227         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
16228         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
16229         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
16230         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
16231         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
16232         ntlm-string-permute, string-lshift into ntlm-string-lshift,
16233         string-xor into ntlm-string-xor.  Suggested by
16234         Jesper Harder <harder@myrealbox.com>.
16235
16236         * ntlm.el: Don't include poem.
16237
16238         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
16239         Jesper Harder <harder@myrealbox.com>.
16240
16241         * sasl-ntlm.el, ntlm.el, md4.el: New files.
16242
16243         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
16244         probably breaks emacs with DL patch, but do we care? Is anyone
16245         still using the DL stuff?)
16246
16247         * sieve-manage.el: Use the password package.
16248         (sieve-manage-read-passwd): Remove.
16249         (sieve-manage-interactive-login): Use password.  Re-add
16250         condition-case around loop.
16251
16252         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
16253         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
16254         the password package.
16255
16256 2003-02-19  Simon Josefsson  <jas@extundo.com>
16257
16258         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
16259         token.
16260
16261 2002-08-07  Simon Josefsson  <jas@extundo.com>
16262
16263         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
16264         (sieve-manage-authenticators):
16265         (sieve-manage-authenticator-alist): Add some SASL mechs.
16266         (sieve-sasl-auth): New function.
16267         (sieve-manage-cram-md5-auth):
16268         (sieve-manage-plain-auth): Rewrite using SASL library.
16269         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
16270         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
16271         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
16272         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
16273
16274 2004-01-05  Simon Josefsson  <jas@extundo.com>
16275
16276         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
16277         New files.
16278
16279 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16280
16281         * gnus-group.el (gnus-no-groups-message): Update.
16282
16283         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
16284
16285 2003-11-09  Simon Josefsson  <jas@extundo.com>
16286
16287         * imap.el: Support for ID IMAP extension (RFC 2971).
16288         (imap-local-variables): Add imap-id.
16289         (imap-id): New variable.
16290         (imap-id): New function.
16291         (imap-parse-response): Parse untagged ID response.
16292         * nnimap.el (nnimap-id): New variable.
16293         (nnimap-open-connection): Use it.
16294
16295 2003-12-28  Simon Josefsson  <jas@extundo.com>
16296
16297         * gnus-score.el (gnus-score-edit-all-score): New.
16298         * gnus-group.el (gnus-group-score-map): Bind it to W e.
16299
16300 2004-01-04  Simon Josefsson  <jas@extundo.com>
16301
16302         * password.el: Add.
16303
16304 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
16305
16306         * dns.el (dns-query-types): Fix typo.
16307         (dns-query-types): New function.
16308         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
16309         PTR and SOA replies, see RFC 1035.
16310
16311 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16312
16313         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
16314
16315         * Moved to Changelog.2.
16316
16317 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16318
16319         * gnus.el (gnus-version-number): Bump version.
16320
16321 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16322
16323         * gnus.el: No Gnus v0.1 is released.
16324
16325 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16326
16327         * gnus.el: No Gnus v0.0 is released.
16328
16329 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16330
16331         * gnus.el (gnus-version-number): Bump.
16332         (gnus-version): No.
16333
16334 See ChangeLog.2 for earlier changes.
16335
16336     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
16337       Free Software Foundation, Inc.
16338
16339   This file is part of GNU Emacs.
16340
16341   GNU Emacs is free software: you can redistribute it and/or modify
16342   it under the terms of the GNU General Public License as published by
16343   the Free Software Foundation, either version 3 of the License, or
16344   (at your option) any later version.
16345
16346   GNU Emacs is distributed in the hope that it will be useful,
16347   but WITHOUT ANY WARRANTY; without even the implied warranty of
16348   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16349   GNU General Public License for more details.
16350
16351   You should have received a copy of the GNU General Public License
16352   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
16353
16354 ;; Local Variables:
16355 ;; coding: utf-8
16356 ;; fill-column: 79
16357 ;; add-log-time-zone-rule: t
16358 ;; End: