6b6004e6295645d63af6c9bcf3893fbcc3a246d8
[gnus] / lisp / ChangeLog
1 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4         nntp buffer so the agent can save it.
5
6 2010-09-18  Julien Danjou  <julien@danjou.info>
7
8         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
9         parallel.
10
11 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12
13         * nnimap.el (nnimap-update-info): When doing partial marks update, get
14         the range update right.
15         (nnimap-request-group): Don't make `M-g' bug out on group with no
16         marks.
17         (nnoo): Required, so that other packages can require nnimap.
18         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
19         command we're looking for.  This helps when the server sends more
20         responses after we've gotten everything we expected.
21         (nnimap): Add a `newlinep' field to keep track of end-of-line
22         conventions.
23         Don't send CRLF to things that don't want it.
24         (nnimap-request-accept-article): Ditto.
25
26 2010-09-18  Julien Danjou  <julien@danjou.info>
27
28         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
29         than curl to retrieve images.
30
31 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
32
33         * nnimap.el (nnimap-update-info): Extend the info so that we can set
34         the marks.
35         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
36         (nnimap-wait-for-connection): New function.
37         (nnimap-open-connection): If we have PREAUTH, don't query for login
38         credentials.
39         (nnimap-update-info): Fix off-by-one error when concatenating ranges
40         when doing a partial update.
41
42 2010-09-18  Julien Danjou  <julien@danjou.info>
43
44         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
45         tags.
46
47 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
48
49         * nnimap.el (nnimap-credentials): New function.
50         (nnimap-open-connection): Use the new function to look for credentials
51         also on the numeric equivalents of "imap" and "imaps".
52
53         * gnus-start.el (gnus-activate-group): Send the info to
54         gnus-request-group.
55
56         * nnimap.el (nnimap-request-group): Have the "check" version of the
57         function parse flags and update the info, so that a `M-g' get a total
58         resync of all flags from the group.
59
60         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
61         to allow backends to alter the info on group selection.  Also alter all
62         the backend -request-group functions to take the parameter.
63
64         * nnimap.el (nnimap-store-info): New function.
65         (nnimap-update-info): Store the info for later usage.
66         (nnimap-request-group): Use the stored info for the dont-check case, so
67         that we don't retrieve all marks when we enter a group.
68
69         * nnimap.el: Use deffoo instead of defun for interface functions.
70
71         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
72         update the group info.  This makes the nndraft groups, for instance, go
73         back to their old behaviour.
74
75         * gnus-sum.el (gnus-select-newsgroup): Indent.
76
77         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
78         in.
79         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
80         nothing.
81
82         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
83         from methods that are denied.
84
85         * gnus-int.el (gnus-method-denied-p): New function.
86
87         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
88         store the password instead of netrc.
89         (nnimap-open-connection): Don't error out when we can't make a
90         connections.
91
92         * auth-source.el (auth-source-create): In the password prompt, say what
93         we're querying for.  Also prompt for user name if that hasn't been
94         given.
95
96         * nnimap.el (nnimap-with-process-buffer): Removed.
97
98 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
99
100         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
101         method when we're reading from the agent.
102
103         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
104
105         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
106         that's probably most useful for users.
107
108         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
109         "failed" all the time.
110
111         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
112         ...)) with (with-current-buffer ... ).
113
114         * nntp.el (nntp-open-server): Return whether the open was successful or
115         not.
116
117         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
118         select an unread unseen article first.
119
120         * nnimap.el (nnimap-open-connection): If the user doesn't have a
121         /etc/services, supply some sensible port defaults.
122
123         * dgnushack.el: Define netrc-credentials.
124
125 2010-09-17  Julien Danjou  <julien@danjou.info>  (tiny fix)
126
127         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
128
129 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
130
131         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
132         doesn't have any parameters.
133
134 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
135
136         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
137         only upcased checks.
138
139         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
140
141         * nnimap.el (nnimap-open-shell-stream): New function.
142         (nnimap-open-connection): Use it.
143         (nnimap-transform-headers): Get the number of lines in each message.
144         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
145         number of lines.
146         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
147         problem.
148
149         * utf7.el (utf7-encode): Autoload.
150
151         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
152         to allow the mail splitting to not return a default group.  This is
153         useful for nnimap, which will leave unmatched mail in the inbox.
154
155         * nnimap.el: Rewritten.
156
157         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
158         nnimap usage.
159
160         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
161         if the move is internal, so that nnimap can do fast internal moves.
162
163         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
164         data.
165         (gnus-read-active-for-groups): Support finishing the early retrieval of
166         data.
167
168         * gnus-range.el (gnus-range-nconcat): New function.
169
170         * gnus-int.el (gnus-finish-retrieve-group-infos)
171         (gnus-retrieve-group-data-early): New functions.
172
173 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
174
175         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
176         (nnrss-retrieve-groups):
177         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
178         (pop3-quit): Use with-current-buffer.
179
180 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
181
182         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
183         instead of nnheader-accept-process-output.
184
185         * dgnushack.el (dgnushack-compile): Add comment.
186
187         * lpath.el: No need to fbind propertize for XEmacs 21.4.
188
189         * gnus-html.el (gnus-html-schedule-image-fetching)
190         (gnus-html-prefetch-images): Replace process-kill-without-query by
191         gnus-set-process-query-on-exit-flag.
192
193 2010-09-16  Romain Francoise  <romain@orebokech.com>
194
195         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
196
197 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
198
199         * gnus-registry.el (gnus-registry-install-shortcuts): The second
200         parameter to unintern is mandatory-ish in Emacs 24.
201
202         * gnus-html.el (gnus-html-schedule-image-fetching)
203         (gnus-html-prefetch-images): Check for curl before using it.
204
205         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
206         depend on curl, which isn't essential.
207
208         * imap.el: Revert back to version
209         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
210         seem problematic.
211
212 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
213
214         * gnus-registry.el (gnus-registry-install-shortcuts):
215         Explicitly pass `obarray' to `unintern' to avoid a warning.
216
217 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
218
219         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
220         change.
221
222         * nnrss.el (nnrss-request-list): Removed this function and related
223         functions, including the moreover stuff.
224
225 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
226
227         * nnrss.el (nnrss-retrieve-groups): New function.
228
229 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
230
231         * .dir-locals.el: Add no-byte-compile cookie.
232
233 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
234
235         * time-date.el (format-seconds): Comment fix.
236
237         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
238         for back end that doesn't support request-scan.
239
240 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
241
242         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
243         then do request scans from the backends.
244
245         * netrc.el (netrc-credentials): New conveniency function.
246
247         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
248         avoid running a hook per line, since this takes a lot of time,
249         profiling shows.
250         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
251         directly if gnus-visual-p is true.
252
253 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
254
255         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
256         groups; replace mapcar with dolist which is a bit faster; pass groups
257         info to gnus-read-active-file-1.
258         (gnus-read-active-file-1): Scan only specified groups if the new
259         optional arg `infos' is given.
260
261 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
262
263         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
264
265         * pop3.el (pop3-movemail): Removed.
266         (pop3-streaming-movemail): Renamed to pop3-movemail.
267
268         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
269         don't restrict end-tag searches to the end of the line.
270
271 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
272
273         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
274         articles of every unchecked group to t, which means unknown since the
275         server has never been opened.
276
277 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
278
279         * gnus-html.el (gnus-html-show-alt-text): New command.
280         (gnus-html-browse-image): Ditto.
281         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
282         to browse the image directly.
283         (gnus-html-wash-tags): Search for images first, so that <a><img> works
284         better.
285
286         * gnus-async.el (gnus-async-article-callback): Call
287         `gnus-html-prefetch-images' unconditionally.
288
289         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
290         before feeding URLs to curl.
291
292 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
293
294         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
295         internal images as deletable by `W D D'.
296
297         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
298         (gnus-async-article-callback): Fix typo.
299
300 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
301
302         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
303         current line to work around bugs in the output from w3m.
304
305         * gnus-async.el (gnus-async-article-callback): Always prefetch images
306         for groups that want that.
307
308         * nntp.el (nntp-wait-for-string): Supply a timeout for
309         accept-process-output to ensure progress.
310
311         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
312         level to get unread articles from, then use that for foreign groups,
313         too.
314
315         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
316         confuses the rest of the function.
317
318         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
319         for the methods that support -retrieve-groups, too.
320
321         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
322
323 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
324
325         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
326         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
327
328         * pop3.el: Require cl when compiling.
329         (pop3-number-of-responses): Search for "+OK", not "+OK ".
330
331 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
332
333         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
334         that aren't going to be activated.
335         (gnus-get-unread-articles): Fix up the last commit.
336
337         * gnus-html.el (gnus-article-html): Allow calling without specifying
338         the handle.  In that case, dissect the buffer first.
339
340         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
341
342         * nnimap.el (nnimap-open-connection): Revert the change that would look
343         into authinfo for imaps instead of imap.
344
345         * gnus-start.el (gnus-activate-group): Take an optional parameter to
346         say that you don't want to call gnus-request-group with don-check, but
347         do check the reponse.  This is for virtual groups only.
348         (gnus-get-unread-articles): Count the archive groups as secondary, so
349         that they're activated the same way as before.
350
351         * imap.el (imap-message-map): Removed optional buffer parameter, since
352         no callers use it.
353         (imap-message-get): Ditto.
354         (imap-message-put): Ditto.
355         (imap-mailbox-map): Ditto.
356         (imap-mailbox-put): Ditto.
357         (imap-mailbox-get): Ditto.
358         (imap-mailbox-get): Revert last change for this function.
359
360         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
361         case-insensitively.
362         (nnimap-debug): Removed.
363
364         * imap.el (imap-fetch-safe): Removed function, and altered all callers
365         to use `imap-fetch' instead.  According to the comments, this should be
366         safe, since all other IMAP clients use the 1:* syntax.
367         (imap-enable-exchange-bug-workaround): Removed.
368         (imap-debug): Removed -- doesn't seem very useful.
369
370         * mail-source.el (mail-source-fetch): Don't message if we're fetching
371         mail from a file, and the file doesn't exist.
372
373         * imap.el (imap-log): New convenience function used throughout instead
374         of repeating the same code all over the place.
375
376         * pop3.el (pop3-streaming-movemail): Return t for success.
377
378         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
379         .authinfo if we're using ssl connection.
380
381         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
382         already have if we're in a main Gnus `g' run.
383
384         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
385
386 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
387
388         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
389
390         * nnmh.el (nnmh-request-list-1): Bind `file'.
391
392         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
393         alias to set-process-query-on-exit-flag or process-kill-without-query.
394         (pop3-open-server): Use it.
395
396 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
397
398         * mail-source.el (mail-source-delete-crash-box): Always move the crash
399         box to the Incoming file.  Fixes mistake in previous checkin.
400
401         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
402         request loop (for debugging purposes) removed.
403
404         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
405         culprit is more visible.
406         (nnml-save-incremental-nov, nnml-open-incremental-nov)
407         (nnml-add-incremental-nov): New functions to do "incremental" nov
408         updates, where we just append to the end of the existing nov files
409         without reading/writing them in full.
410
411         * mail-source.el (mail-source-delete-crash-box): Really only check the
412         incoming files once in a while.
413
414         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
415
416         * mail-source.el (mail-source-delete-crash-box): Only check the
417         incoming files for deletion once per day to save a lot of file
418         accesses.
419
420         * pop3.el (pop3-logon): Fix up unbound variable typo.
421
422         * mail-source.el (pop3-streaming-movemail): Autoload.
423
424         * pop3.el (pop3-streaming-movemail): Respect
425         pop3-leave-mail-on-server.
426
427         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
428         retrieval.
429
430         * pop3.el (pop3-process-filter): Removed unused function.
431         (pop3-streaming-movemail, pop3-send-streaming-command)
432         (pop3-wait-for-messages, pop3-write-to-file)
433         (pop3-number-of-responses): New functions for streaming pop3
434         retrieval.
435
436         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
437         come from no known methods.
438         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
439         list.
440
441         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
442         message sizes.
443         (pop3-movemail): Use erase-buffer instead of looping and deleting
444         regions, which seems rather odd.
445
446         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
447         file once per `g' run.
448
449         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
450         directories.  This makes the draft queue directory work.
451
452         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
453         data from the backends, so that we only request the list of groups from
454         each method once.  This should speed things up considerably.
455
456         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
457         detect that it's not implemented.
458
459         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
460         we actually do recurse down into the tree, but don't stat all leaf
461         nodes.
462
463         * gnus-html.el (gnus-html-show-images): If there are no images to show,
464         then say so instead of bugging out.
465
466         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
467         files exist before trying to read them.
468
469         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
470         around <pre_int>.
471
472         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
473
474         * nnmh.el (nnmh-request-list-1): Optimize for speed.
475
476 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
477
478         * mm-util.el (mm-image-load-path): Just return the image directories,
479         not all directories in the path in addition to the image directories.
480         (mm-image-load-path): Maintain a cache of the image directories so that
481         the `g' command in Gnus doesn't have to stat dozens of directories each
482         time.
483
484         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
485         (gnus-html-wash-tags): Add a new `i' command to insert images.
486         (gnus-html-insert-image): New command and keystroke.
487         (gnus-html-redisplay-with-images): New command and keystroke.
488         (gnus-html-show-images): Renamed command.
489         (gnus-html-wash-tags): Remove more white space before <pre_int> image
490         spacers.
491         (gnus-html-wash-tags): Decode entities at the end, so that entities
492         inside the tags don't mess up the rest of the "parsing".
493
494         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
495         so that nnimap methods aren't agentized by default.  There's apparently
496         many problems related to agent/imap behaviour.
497
498         * gnus-art.el (gnus-article-copy-string): New command and key binding.
499
500         * gnus-html.el: Doc fix.
501
502 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
503
504         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
505         specifier-spec-list for Emacs 21.
506
507         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
508         glyph-width and glyph-height instead of display-graphic-p and
509         image-size; make avoidance of displaying small images work for XEmacs.
510
511         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
512         for XEmacs.
513
514         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
515         of symbol that holds plist data.
516         (gnus-process-plist): Remove plist of process after getting it.
517
518 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
519
520         * message.el (message-generate-hashcash): Change default to
521         'opportunistic if hashcash is installed.
522
523         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
524         (gnus-html-put-image): Only call image-size once, since it's somewhat
525         time-consuming on remote X servers.
526
527 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
528
529         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
530         type on data, not a file name.
531
532         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
533         window-pixel-edges for Emacs 21.
534
535         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
536         decoded contents.
537         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
538
539 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
540
541         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
542         group line format, since it isn't very interesting.
543
544         * gnus-agent.el (gnus-agent-short-article),
545         (gnus-agent-long-article): Increase values for these two variables,
546         since most people are likely to have more network connection and
547         storage than before.
548
549         * gnus.el (gnus-refer-article-method): Change default to 'current.
550         When referring an article, the common behaviour is to refer it from the
551         current select method, not the native select method.  The chances of
552         the native select method having the message in question is rather slim
553         these days.
554
555         * gnus-sum.el (gnus-auto-select-subject): Change default to
556         `unseen-or-unread'.  I think it's likely that most people want to
557         select an unseen article over a previously seen, but unread one.
558
559         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
560         means that in the article buffer none of the minor mode elements will
561         be shown, usually, and this is not desirable in most cases.
562
563         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
564         that commands like `d' (and the like) go to the next line in the
565         buffer, instead of the next unread article.  I think this is the
566         behaviour that is most natural for most users.
567         (gnus-single-article-buffer): Change default to nil, so that people can
568         have as many article buffers open as they have summary buffer.  I think
569         this is the most natural way for the groups to behave.
570
571         * message.el (message-generate-new-buffers): Change default to
572         `unsent', so that all new message buffers start their names with the
573         string "*unsent", and it's easier to find the buffers if you move from
574         them.
575
576 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
577
578         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
579         small. They're probably tracking images.
580         (gnus-html-wash-tags): Remove all <pre_int> place holders.
581         (gnus-html-rescale-image): Yet another try at getting the image sizing
582         right.
583
584         * nntp.el (nntp-request-set-mark): Refuse to do marks if
585         nntp-marks-file-name is nil.
586
587 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
588
589         * gnus-html.el (gnus-html-wash-tags)
590         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
591         Better logging.
592
593 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
594
595         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
596
597         * gnus-html.el (gnus-html-wash-tags): Check the value of
598         gnus-blocked-images in the summary buffer.
599
600 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
601
602         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
603
604 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
605
606         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
607         like "a", it seems like.
608         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
609         since it needs to be picked from the correct buffer.
610
611         * nnwfm.el: Removed.
612
613         * nnlistserv.el: Removed.
614
615 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
616
617         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
618         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
619
620 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
621
622         * nnkiboze.el: Removed.
623
624         * nndb.el: Removed.
625
626         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
627         alt text.
628         (gnus-html-rescale-image): Try to get the rescaling logic right for
629         images that are just wide and not tall.
630
631         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
632         overshadow variable bindings.
633
634 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
635
636         * gnus-html.el (gnus-html-wash-tags)
637         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
638         extra logging.
639
640 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
641
642         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
643         (gnus-max-image-proportion): New variable.
644         (gnus-html-rescale-image): New function.
645         (gnus-html-put-image): Rescale images.
646
647 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
648
649         Fix up some byte-compiler warnings.
650         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
651         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
652         (gnus-article-fill-cited-article, gnus-article-hide-citation)
653         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
654         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
655         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
656         (gnus-group-update-group): Use save-excursion and with-current-buffer.
657
658 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
659
660         * gnus-html.el (gnus-article-html): Decode contents by charset.
661
662 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
663
664         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
665         (gnus-html-frame-width, gnus-blocked-images)
666         * message.el (message-prune-recipient-rules): Add custom version.
667         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
668
669         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
670         functions.
671
672         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
673         gnus-process-get.
674
675 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
676
677         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
678         instead of lsub directly.
679
680 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
681
682         * nnwarchive.el: Removed.
683
684         * gnus-soup.el: Removed.
685
686         * nnsoup.el: Removed.
687
688         * nnultimate.el: Removed.
689
690         * gnus-html.el (gnus-blocked-images): New variable.
691
692         * message.el (message-prune-recipients): New function.
693         (message-prune-recipient-rules): New variable.
694
695         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
696         guess whether a long line is natural text or not.
697
698         * gnus-html.el (gnus-html-schedule-image-fetching): Use
699         gnus-process-plist and friends for compatibility.
700
701 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
702
703         * gnus-html.el: Require packages that define macros used in this file.
704         (gnus-article-mouse-face): Declare to silence byte-compiler.
705         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
706         process-get.
707         (gnus-html-put-image): Use plist-get to avoid getf.
708         (gnus-html-prefetch-images): Use with-current-buffer.
709
710 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
711
712         * gnus-ems.el: Provide compatibility functions for
713         gnus-set-process-plist.
714
715         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
716         header-line-format for XEmacs 21.4.
717
718         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
719         * gnus.el (gnus-valid-select-methods)
720         * message.el (message-send-mail-partially-limit)
721         * mm-decode.el (mm-text-html-renderer)
722         * mml.el (mml-insert-mime-headers-always)
723         * smiley.el (smiley-regexp-alist): Bump custom version.
724
725 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
726
727         * gnus-html.el: require mm-url.
728         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
729         with the url to `url'.
730         (gnus-html-wash-tags): Support cid: URLs/images.
731
732 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
733
734         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
735         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
736         bindings, as they aren't useful at all. `w' is moved to `W w'.
737
738         * gnus-move.el: Removed file, since it doesn't really work.
739
740         * gnus-html.el (gnus-article-html): Tell w3m that the input is
741         UTF-8. This seems to fix problems with some German web feeds.
742
743         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
744         at the top so that the proper colours are applied.
745
746         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
747         don't have dots in their names.
748
749         * gnus-art.el (gnus-article-view-part): Doc fix.
750
751         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
752         XEmacs-compatible.
753         (gnus-html-put-image): Don't do images on non-graphic displays.
754
755         * nnslashdot.el: Removed this unused backend.
756
757         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
758         actions.
759         (gnus-undo-register-1): Revert last change.
760
761         * gnus-group.el (gnus-group-completing-read): Protect against not
762         having completion-styles bound.
763
764         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
765         make broken recipients happier.
766
767         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
768
769         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
770         point parameter.
771
772         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
773
774         * gnus-group.el (gnus-group-completing-read): Add 'substring to
775         completion-styles for group selection.
776
777 2009-02-04  Andreas Schwab  <schwab@suse.de>
778
779         * gnus-score.el (gnus-score-string): Fix regex for matching extra
780         headers and regexp-quote the match if necessary.
781
782 2009-03-24  Miles Bader  <miles@gnu.org>
783
784         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
785         the blinking smiley.
786
787 2009-03-24  Simon Josefsson  <simon@josefsson.org>
788
789         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
790         blink smiley.
791
792 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
793
794         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
795         where the dribbel file lives exists.
796
797         * message.el (message-send-mail-partially-limit): Change the default to
798         nil, since most people don't want this.
799
800         * mm-url.el (mm-url-decode-entities): Also decode entities like
801         &#x3212.
802
803 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
804
805         * gnus-sum.el (gnus-summary-idna-message):
806         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
807         Hyperlink urls in docstrings with URL `...'.
808
809 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
810
811         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
812         functions.
813
814 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
815
816         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
817         say what the mouseover text should be.
818
819         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
820         version of the mm-w3m-safe-url-regexp variable to only download images
821         in the groups where we want that to happen.
822
823         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
824
825         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
826         easier debugging.
827         (gnus-article-beginning-of-window): Add kludge to allow spacing past
828         big pictures in the article buffer.
829
830         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
831         gnus-article-html.
832         (mm-text-html-renderer): gnus-article-html needs curl in addition to
833         w3m.
834
835         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
836
837 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
838
839         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
840         which doesn't exist.
841
842         * message.el (message-inhibit-ecomplete): New variable to allow some
843         function to inhibit ecomplete address storage.
844         (message-resend): Disable ecomplete message storage when resending
845         messages.
846
847         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
848
849 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
850
851         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
852         Save excursion while copying, moving, and deleting articles in order to
853         prevent the cursor from jumping to unforeseen place.
854
855 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
856
857         * lpath.el: No need to bind bookmark-current-buffer,
858         bookmark-yank-point and bookmark-make-record-function.
859
860 2010-08-17  Glenn Morris  <rgm@gnu.org>
861
862         * gnus-sync.el: Require gnus components whose functions are used.
863
864         * gnus-art.el (bookmark-make-record-function):
865         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
866         Declare for compiler.
867
868         * mm-url.el (mml-compute-boundary): Autoload.
869
870 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
871
872         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
873
874 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
875
876         Typo fix "hoo4a" -> "hook".
877
878         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
879
880 2010-08-14  Glenn Morris  <rgm@gnu.org>
881
882         * gnus-sync.el (gnus-sync): Fix defgroup version.
883
884 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
885
886         Doc fixes and keep unknown groups (ammended for nunion bug fix).
887
888         * gnus-sync.el: Fix docs.
889         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
890         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
891
892 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
893
894         Optimizations for gnus-sync.el.
895
896         * gnus-sync.el: Add docs about gnus-sync-backend
897         possibilities.
898         (gnus-sync-save): Remove unnecessary message.
899         (gnus-sync-read): Optimize and show what groups were skipped.
900
901 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
902
903         Minor bug fixes for gnus-sync.el.
904
905         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
906         read the sync on get-new-news.
907
908         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
909         quiet.
910
911         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
912
913 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
914
915         Make saving and restoring of hidden threads work with overlays.
916         Patch applied by Ted Zlatanov.
917
918         * gnus-sum.el (gnus-hidden-threads-configuration)
919         (gnus-restore-hidden-threads-configuration): Update to deal with text
920         properties, rather than searching for a magic character.
921
922 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
923
924         New gnus-sync.el library for synchronization of marks.
925
926         * gnus-sync.el: New library for synchronization of marks.
927
928         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
929         renamed from `gnus-registry-grep-in-list'.
930
931         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
932
933         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
934
935 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
936
937         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
938         determining charset of text fails.
939
940 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
941
942         * nnmail.el (nnmail-get-new-mail-1): Revert.
943
944         * nnml.el (nnml-active-number): Make sure names of newly created groups
945         in nnml-group-alist are encoded.
946
947 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
948
949         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
950         containing non-ASCII characters in active file for nnml back end.
951
952 2010-07-24  David Engster  <dengste@eml.cc>
953
954         * mml-smime.el (mml-smime-epg-verify): Also accept the older
955         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
956
957 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
958
959         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
960         tag (Bug#6654).
961
962 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
963
964         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
965         the article buffer, not the summary buffer.
966
967 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
968
969         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
970         Emacs 23 as well.
971
972 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
973
974         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
975         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
976
977 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
978
979         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
980         Patch applied by Karl Fogel.
981
982         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
983         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
984
985 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
986
987         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
988         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
989         C-w still not working correctly from Article buffers; Thierry's
990         patch to fix that will be applied after this.
991
992         * gnus-art.el (bookmark-make-record-function): New local variable.
993
994         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
995         article buffer.
996         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
997
998 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
999
1000         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
1001         on changes in bookmark.el.
1002
1003 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1004
1005         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
1006         `no-log' instead of message not to log prompt string.
1007
1008 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
1009
1010         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
1011         the *other* type of HTML form submission.
1012
1013 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
1014
1015         * auth-source.el (auth-source-pick): If choice does not contain a
1016         questioned keyword, set the check to t.
1017
1018 2010-06-12  Romain Francoise  <romain@orebokech.com>
1019
1020         * gnus-util.el (gnus-date-get-time): Move up before first use.
1021
1022 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1023
1024         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
1025         (gnus-article-edit-part): Bind it to make last part that is substituted
1026         or deleted visible.
1027         (gnus-mime-display-single): Buttonize part of which id equals to
1028         gnus-mime-buttonized-part-id.
1029
1030 2010-06-10  Dan Christensen  <jdc@uwo.ca>
1031
1032         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
1033         (gnus-dd-mmm): Use gnus-date-get-time.
1034         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
1035         simplify logic.
1036         (gnus-summary-limit-to-age): Use gnus-date-get-time.
1037         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
1038
1039 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
1040
1041         * auth-source.el (top): Autoload `secrets-list-collections',
1042         `secrets-create-item', `secrets-delete-item'.
1043         (auth-sources): Fix tag string.
1044         (auth-get-source, auth-source-retrieve, auth-source-create)
1045         (auth-source-delete): New defuns.
1046         (auth-source-pick): Rewrite in order to avoid 2 passes.
1047         (auth-source-forget-user-or-password): New parameter USERNAME.
1048         (auth-source-user-or-password): New parameters CREATE-MISSING and
1049         DELETE-EXISTING.  Retrieve password interactively, if needed.
1050
1051 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1052
1053         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
1054         deleting unused directories when gnus-expert-user is t.
1055
1056 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1057
1058         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
1059         for each temp file when gnus-article-browse-delete-temp is ask.
1060
1061 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1062
1063         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
1064         Lisp calls to delete-backward-char by calls to delete-char.
1065
1066 2010-05-20  Kevin Ryde  <user42@zip.com.au>
1067
1068         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
1069
1070 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1071
1072         * password-cache.el (password-cache-remove): Fix docstring.
1073
1074 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1075
1076         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
1077         article unless decoding article to be saved.
1078
1079 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1080
1081         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
1082         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
1083         generated within the mm-with-unibyte-current-buffer macro.
1084
1085 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1086
1087         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
1088         to nil when we're in a mml-preview buffer and no group is selected.
1089
1090 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
1091
1092         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
1093         when catching the `C-g'.  Reported by "Leo".
1094
1095 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1096
1097         * message.el (message-forward-make-body-plain)
1098         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
1099         multibyte-string-p.
1100
1101         * lpath.el: Revert.
1102
1103 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1104
1105         * message.el (message-forward-make-body-mml): Assume original message
1106         is multibyte string; error on unibyte.
1107         (message-forward-make-body-plain): Ditto; don't add excessive newline
1108         in body end.
1109
1110         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
1111
1112 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
1113
1114         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
1115         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
1116
1117 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1118
1119         * mm-extern.el (mm-extern-url): Don't use
1120         mm-with-unibyte-current-buffer.
1121         (mm-extern-cache-contents): Use with-current-buffer instead of
1122         save-excursion + set-buffer.
1123
1124 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1125
1126         * mm-util.el (mm-emacs-mule): Remove.
1127
1128 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
1129
1130         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
1131         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
1132         change.
1133
1134 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1135
1136         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
1137         bind the default value of enable-multibyte-characters to nil.
1138
1139 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1140
1141         * message.el (message-forward-make-body-plain)
1142         (message-forward-make-body-mml):
1143         Don't use mm-with-unibyte-current-buffer.
1144
1145 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1146
1147         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
1148
1149 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
1150
1151         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
1152         (Bug#5592).
1153
1154 2010-05-07  Julien Danjou  <julien@danjou.info>
1155
1156         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
1157         it to mm-pipe-part.
1158
1159         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
1160         it is given.
1161
1162 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1163
1164         * binhex.el (binhex-decode-region-internal)
1165         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
1166         (dns-query)
1167         * nnweb.el (nnweb-gmane-search)
1168         * pgg-parse.el (pgg-parse-armor)
1169         * pgg.el (pgg-verify-region)
1170         * sha1.el (sha1-string-external)
1171         * uudecode.el (uudecode-decode-region-internal)
1172         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
1173         XEmacs.
1174
1175         * gnus-art.el (gnus-article-browse-html-parts)
1176         * gnus-group.el (gnus-read-ephemeral-gmane-group)
1177         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
1178         make-temp-file.
1179
1180         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
1181         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
1182         compiling.
1183
1184         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
1185         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
1186         XEmacs when compiling.
1187
1188         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
1189         gnus-pick-mode-off-hook for XEmacs when compiling.
1190         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
1191         gnus-binary-mode-off-hook for XEmacs when compiling.
1192
1193         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
1194         nil if char-charset is not available.
1195
1196         * imap.el (imap-disable-multibyte)
1197         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
1198         macros.
1199
1200         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
1201         instead of encode-coding-string.
1202
1203         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
1204         'xemacs) instead of mm-emacs-mule to switch function definitions.
1205         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
1206
1207         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
1208         bind temporary-file-directory for XEmacs;
1209         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
1210         timer-set-function for XEmacs 21.4 and SXEmacs;
1211         bind timer-list for XEmacs 21.4 and SXEmacs;
1212         fbind char-charset and find-charset-region for non-Mule XEmacs;
1213         fbind decode-coding-region, decode-coding-string, detect-coding-region,
1214         encode-coding-region and encode-coding-string for XEmacs having no
1215         file-coding feature.
1216
1217 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
1218
1219         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
1220
1221 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1222
1223         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
1224         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
1225
1226 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
1227
1228         * mm-util.el (mm-decompress-buffer): Use `delete-file';
1229         alias `jka-compr-delete-temp-file' no longer exists.
1230
1231 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1232
1233         Use define-minor-mode in Gnus where applicable.
1234         * mml.el (mml-mode): Use define-minor-mode.
1235         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
1236         (gnus-undo-mode): Use define-minor-mode.
1237         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
1238         (gnus-dead-summary-mode): Use define-minor-mode.
1239         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
1240         Initialize in declaration.
1241         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
1242         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
1243         (gnus-mailing-list-mode): Use define-minor-mode.
1244         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
1245         (gnus-draft-mode): Use define-minor-mode.
1246         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
1247         (gnus-dired-mode): Use define-minor-mode.
1248
1249 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
1250
1251         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
1252         handles on recursive mml-to-mime translation and check them for
1253         boundary delimiter collisions.  Reported by Greg Troxel.
1254
1255 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1256
1257         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
1258
1259 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1260
1261         * mm-util.el (mm-find-buffer-file-coding-system):
1262         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
1263
1264 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
1265
1266         * message.el (message-generate-headers): Record insertion of optional
1267         headers as well.  Otherwise the check to prevent repeated insertion of
1268         optional headers is a no-op.
1269
1270 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
1271
1272         * smime.el: Don't mention CVS.
1273
1274         * nnrss.el (nnrss-fetch): Don't mention CVS.
1275
1276         * nnir.el: Don't mention CVS.
1277
1278 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1279
1280         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
1281
1282 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1283
1284         * lpath.el: Fbind bookmark-default-handler,
1285         bookmark-get-bookmark-record, bookmark-make-record-default,
1286         bookmark-prop-get for Emacs <23 and XEmacs.
1287
1288 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1289
1290         * gnus-sum.el: Add bookmark declarations to silence the compiler.
1291         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
1292         Use with-current-buffer to silence the byte-compiler.
1293         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
1294         bother to require `gnus'.
1295         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
1296
1297 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1298
1299         * gnus-sum.el (gnus-summary-bookmark-make-record)
1300         (gnus-summary-bookmark-jump): New functions.
1301         (gnus-summary-mode): Setup bookmark support.
1302
1303 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
1304
1305         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
1306         if set.
1307
1308 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1309
1310         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
1311         gnus-article-browse-html-save-cid-image; make it work recursively for
1312         forwarded messages as well.
1313         (gnus-article-browse-html-parts): Work when prefix arg is given.
1314         (gnus-article-browse-html-article): Doc fix.
1315
1316 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
1317
1318         * message.el (message-default-mail-headers):
1319         (message-default-headers): Carry the value mail-default-headers over
1320         into message-default-mail-headers, rather than message-default-headers.
1321
1322 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
1323
1324         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
1325         charset.
1326
1327         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
1328         charset into the <meta> tag when the article is encoded to utf-8.
1329
1330 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1331
1332         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
1333         directories as well.
1334         (gnus-article-browse-html-parts): Work for images that do not specify
1335         file names; delete temp directory when quitting; insert header at the
1336         right place; use file: scheme for image files.
1337
1338 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
1339
1340         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
1341         (gnus-article-browse-html-parts): Use it to make temporary cid image
1342         files in addition to html file so that browser may display them.
1343
1344 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1345
1346         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1347
1348 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1349
1350         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
1351
1352 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
1353
1354         * auth-source.el (auth-sources): Change default to be simpler.  Explain
1355         about Secret Service API sources.  Improve Customize options.
1356         (auth-source-pick): Change to accept any number of search parameters.
1357         Implement fallbacks iteratively, not recursively.  Add scoring on the
1358         second pass and sort by score.  Call Secret Service API when needed.
1359         (auth-source-user-or-password): Use it.  Call Secret Service API
1360         directly when needed to get the user name and the password.
1361
1362 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1363
1364         * message.el (message-interactive): Doc fix.
1365         (message-qmail-inject-args): Reflow.
1366         (message-kill-to-signature): Fix typo in docstring.
1367
1368         * smiley.el (smiley-buffer): Fix typo in docstring.
1369
1370 2010-03-24  Glenn Morris  <rgm@gnu.org>
1371
1372         * mail-source.el (gnus-message): Declare.
1373         (mail-source-delete-old-incoming): Require gnus-util.
1374
1375 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1376
1377         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
1378
1379         * message.el (ecomplete-setup): Autoload it for Emacs <23.
1380
1381         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
1382         password-cache's default if it is not bound.
1383         (mml-secure-passphrase-cache-expiry): Default to 16 that is
1384         password-cache-expiry's default if it is not bound.
1385
1386         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
1387         available in Emacs 21.
1388
1389         * lpath.el: Suppress compiler warnings for:
1390         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
1391         XEmacs;
1392         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
1393         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
1394         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
1395
1396 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
1397
1398         * auth-source.el (auth-sources): Fix up definition so extra parameters
1399         are always inline.
1400
1401 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
1402
1403         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
1404         wasn't updated after mismatch.  Clear cached mailbox info correctly
1405         when uidvalidity changes.
1406         (nnimap-group-prefixed-name): New function to avoid some code
1407         duplication.
1408         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
1409         (nnimap-request-group): Use it.
1410         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
1411         (nnimap-update-unseen): Significantly improved speed of Gnus startup
1412         with many imap folders.  This is done by caching the group status from
1413         the imap server persistently in a group parameter `imap-status'.  (This
1414         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
1415         but not persistently, so every Gnus startup was still very slow.)
1416
1417 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
1418
1419         * assistant.el (assistant-render-text): Run `widget-setup' and don't
1420         delete the extra newline.  Otherwise editing of :string and :number
1421         types don't work.
1422
1423 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1424
1425         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
1426         secrets.el dependency.
1427         (auth-sources): Add optional user name.  Add secrets.el configuration
1428         choice (unused right now).
1429
1430 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1431
1432         * gnus-sum.el (gnus-summary-make-menu-bar): Let
1433         `gnus-registry-install-shortcuts' fill in the functions.
1434
1435         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
1436         warnings.
1437         (gnus-registry-misc-menus): Variable to hold registry mark menus.
1438         (gnus-registry-install-shortcuts): Populate and use it in a
1439         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
1440
1441 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
1442
1443         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
1444         In-place substitutions for the group name encoding/decoding.
1445         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
1446         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
1447         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
1448         (nnimap-update-unseen, nnimap-request-list)
1449         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
1450         (nnimap-request-set-mark, nnimap-split-to-groups)
1451         (nnimap-split-articles, nnimap-request-newgroups)
1452         (nnimap-request-create-group, nnimap-request-accept-article)
1453         (nnimap-request-delete-group, nnimap-request-rename-group)
1454         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
1455         `encoded-mbx' for consistency.
1456         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
1457         variable `imap-current-mailbox'.
1458
1459         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
1460         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
1461
1462 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
1463
1464         * pop3.el (pop3-display-message-size-flag): Display message size byte
1465         counts during POP3 download.
1466         (pop3-movemail): Use it.
1467         (pop3-list): Implement listing of available messages.
1468
1469 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
1470
1471         * nnir.el (nnir-get-article-nov-override-function): New function to
1472         override the normal NOV retrieval.
1473         (nnir-retrieve-headers): Use it.
1474
1475 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
1476
1477         * auth-source.el (netrc-machine-user-or-password): Autoload.
1478
1479 2010-03-19  Glenn Morris  <rgm@gnu.org>
1480
1481         Stop message.el from loading about 40 libraries it doesn't always need.
1482         The general approach is to autoload rather than require, and to
1483         require in the specific functions rather than the file.  (Bug#5642)
1484
1485         * gmm-utils.el: Don't require wid-edit.
1486         (widget-create-child-value, widget-convert, widget-default-get):
1487         Autoload.
1488
1489         * gnus-util.el: Don't require time-date, netrc.
1490         (message-fetch-field, gnus-group-name-decode): Declare rather than
1491         autoloading.
1492         (gnus-fetch-field): Require message.
1493         (gnus-decode-newsgroups): Require gnus-group.
1494
1495         * ietf-drums.el: Don't require time-date.
1496
1497         * message.el: Don't require hashcash, canlock, ecomplete.
1498         Do require mail-utils.  Require nnheader only when compiling.
1499         (smtpmail-default-smtp-server): Remove declaration.
1500         (message-send-mail-function): Check smtpmail-default-smtp-server
1501         is bound rather than requiring smtpmail.
1502         (message-auto-save-directory, message-insert-signature): Use
1503         expand-file-name rather than nnheader-concat.
1504         (nnheader-insert-file-contents): Autoload.
1505         (hashcash-wait-async): Declare.
1506         (message-send-mail): Only call gnus-setup-posting-charset if
1507         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
1508         (message-send-mail-with-sendmail): Require sendmail.
1509         (canlock-password, canlock-password-for-verify): Declare.
1510         (message-canlock-password): Require canlock.
1511         (nnheader-get-report): Autoload.
1512         (gnus-setup-posting-charset): Declare.
1513         (message-send-news): Require gnus-msg.
1514         (message-make-references, message-make-in-reply-to): Use mail-header-id
1515         rather than the alias mail-header-message-id.
1516         (ecomplete-add-item, ecomplete-save): Declare.
1517         (message-put-addresses-in-ecomplete): Require ecomplete.
1518         (ecomplete-display-matches): Autoload.
1519
1520         * mm-decode.el: Don't require mailcap, gnus-util.
1521         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
1522         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
1523         Autoload.
1524         (mailcap-mime-extensions): Declare.
1525
1526         * mm-encode.el: Don't require mailcap.
1527         (mailcap-extension-to-mime): Autoload.
1528
1529         * mml-sec.el: Don't require password-cache.
1530
1531         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
1532         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
1533         (mml-minibuffer-read-type): Require mailcap.
1534         (mml-preview): Require gnus-msg.
1535
1536         * mml1991.el: Require password-cache.
1537         (password-cache-expiry): Remove declaration.
1538
1539         * mml2015.el: Require password-cache.
1540         (password-cache-expiry): Remove declaration.
1541
1542         * nneething.el (mailcap): Require mailcap.
1543
1544         * nnheader.el (declare-function): Add compatibility stub.
1545         (message-remove-header): Declare rather than autoload.
1546         (nnheader-replace-header): Require message.
1547
1548         * nnimap.el (declare-function): Add compatibility stub.
1549         (netrc-parse, netrc-machine-user-or-password): Declare.
1550         (nnimap-open-connection): Require netrc.
1551
1552         * nntp.el (declare-function): Add compatibility stub.
1553         (netrc-parse, netrc-machine, netrc-get): Declare.
1554         (nntp-send-authinfo): Require netrc.
1555
1556         * rfc2047.el: Don't require qp.
1557         (quoted-printable-encode-region, quoted-printable-decode-string):
1558         Autoload.
1559
1560         * sieve-mode.el: Don't require easymenu.
1561         (easy-menu-add-item): Autoload it.
1562
1563         * spam-stat.el (time-to-number-of-days): Autoload it.
1564
1565 2010-03-19  Glenn Morris  <rgm@gnu.org>
1566
1567         * password-cache.el (password-cache, password-cache-expiry): Autoload.
1568
1569 2010-03-18  Glenn Morris  <rgm@gnu.org>
1570
1571         * hashcash.el (declare-function): Remove duplicate definition.
1572
1573 2010-03-17  Kevin Ryde  <user42@zip.com.au>
1574
1575         * mml.el (mml-read-tag): Unquote values with `read' to reverse
1576         prin1 in mml-insert-tag (just stripping the quotes gave wrong
1577         value if any backslash escapes).
1578
1579 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1580
1581         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
1582         if it is available.  (bug#5647)
1583
1584         * lpath.el: Suppress compiler warning for coding-system-from-name for
1585         Emacs 21 and XEmacs.
1586
1587 2010-03-14  Juri Linkov  <juri@jurta.org>
1588
1589         * hmac-def.el:
1590         * hmac-md5.el:
1591         * netrc.el: Fix keywords.
1592
1593 2010-02-26  Glenn Morris  <rgm@gnu.org>
1594
1595         * message.el (message-send-mail-function): Change the default, so that
1596         it inherits from a customized send-mail-function.  (Bug#5643)
1597
1598 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1599
1600         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
1601         shell-command-to-string signals an error (bug#5299).
1602
1603 2010-02-24  Glenn Morris  <rgm@gnu.org>
1604
1605         * message.el (message-smtpmail-send-it)
1606         (message-send-mail-with-mailclient): Doc fixes.
1607
1608 2010-02-16  Glenn Morris  <rgm@gnu.org>
1609
1610         * message.el (message-default-mail-headers): Change the default value
1611         to ease the transition from mail-mode to message-mode.  (Bug#5555)
1612
1613 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1614
1615         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
1616         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
1617
1618 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1619
1620         * time-date.el (date-to-time): Doc fix (Bug#5408).
1621
1622 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1623
1624         * message.el (message-mail): Just pass yank-action on to message-setup.
1625         (message-setup): Handle (FUN . ARGS) form of yank-action.
1626         (message-with-reply-buffer, message-widen-reply)
1627         (message-yank-original): Handle non-buffer values of
1628         message-reply-buffer (Bug#4080).
1629         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
1630
1631 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1632
1633         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
1634         Fix typo in docstring.
1635
1636 2010-01-08  Jason Rumney  <jasonr@gnu.org>
1637
1638         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
1639         response.
1640
1641 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1642
1643         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
1644
1645         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1646
1647         * message.el (message-check-news-header-syntax): Protect against a
1648         string that `rfc822-addresses' returns when parsing fails.
1649
1650 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1651
1652         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
1653         (gnus-previous-char-property-change): New functions.
1654
1655         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
1656
1657 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
1658
1659         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
1660         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
1661
1662 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1663
1664         * message.el (message-exchange-point-and-mark): Rework last change to
1665         avoid using optional arg of exchange-point-and-mark, for backward
1666         compatibility.
1667
1668 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1669
1670         * message.el (message-exchange-point-and-mark): Call
1671         exchange-point-and-mark with an argument rather than setting
1672         mark-active by hand (Bug#5175).
1673
1674 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1675
1676         * nntp.el (nntp-service-to-port): Work for service expressed with
1677         numeric string; replace [:digit:] with [0-9] for XEmacs.
1678
1679 2009-12-17  Glenn Morris  <rgm@gnu.org>
1680
1681         * gnus-group.el (gnus-bug-group-download-format-alist):
1682         Change emacs entry to debbugs.gnu.org.  Bump :version.
1683
1684 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1685
1686         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
1687
1688 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
1689
1690         * message.el (message-info): Explain why we use `Info-goto-node'.
1691
1692 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1693
1694         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
1695
1696 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1697
1698         * message.el (message-completion-in-region): New compatibility function.
1699         (message-expand-group): Use it.
1700
1701 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1702
1703         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
1704         with no unread article should be listed if the 2nd arg `predicate' is
1705         given.
1706
1707 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1708
1709         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
1710
1711 2009-11-29  Juri Linkov  <juri@jurta.org>
1712
1713         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
1714         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
1715         on `gnus-recenter'. (Bug#4698, Bug#4981)
1716
1717 2009-11-26  Kevin Ryde  <user42@zip.com.au>
1718
1719         * sha1.el (sha1-string-external): default-directory "/" in case
1720         otherwise non-existent.  process-connection-type pipe for touch of
1721         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
1722
1723 2009-11-25  Kevin Ryde  <user42@zip.com.au>
1724
1725         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
1726         it's comms related and sgml-mode.el has "comm" on that basis too.
1727
1728 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1729
1730         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
1731         containing tspecial characters if they have been already quoted.
1732
1733 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1734
1735         * dns-mode.el (auto-mode-alist): Purecopy string.
1736
1737 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1738
1739         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
1740
1741 2009-10-24  Glenn Morris  <rgm@gnu.org>
1742
1743         * gnus-art.el (help-xref-stack-item): Define for compiler.
1744
1745 2009-10-21  Kevin Ryde  <user42@zip.com.au>
1746
1747         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
1748
1749 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1750
1751         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
1752
1753 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1754
1755         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
1756         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
1757
1758 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1759
1760         * gnus.el (gnus-overlay-get): New alias to overlay-get.
1761         (gnus-overlays-in): New alias to overlays-in.
1762
1763         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
1764         gnus-overlay-get, and gnus-delete-overlay.
1765         (gnus-summary-show-thread): Make it work as well for systems in which
1766         next-single-char-property-change is not available.
1767         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
1768
1769         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
1770         (gnus-overlay-get): New alias to extent-property.
1771         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
1772
1773         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
1774         SXEmacs.
1775
1776         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
1777         SXEmacs.
1778
1779 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
1780
1781         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
1782
1783 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
1784
1785         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
1786         and XEmacs that don't have `remove-overlays'.
1787
1788 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1789
1790         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
1791         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
1792         selective display.  Use overlays instead.
1793
1794 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1795
1796         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
1797
1798 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
1799
1800         * spam-stat.el (spam-stat-load): Fix typo in message.
1801
1802 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
1803
1804         * dig.el (dig-invoke): Fix typo in docstring.
1805         (query-dig): Reflow docstring.
1806
1807 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
1808
1809         * gnus-art.el (gnus-article-encrypt-body):
1810         * message.el (message-check-recipients):
1811         * mm-util.el (mm-codepage-setup):
1812         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
1813         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
1814
1815 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
1816
1817         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
1818         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
1819         keys from the menu if mm-{sign,encrypt}-option is 'guided.
1820         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
1821         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
1822
1823 2009-09-21  Kevin Ryde  <user42@zip.com.au>
1824
1825         * dig.el: Add "Keywords: comm", as per net-utils.el.
1826
1827 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1828
1829         * dig.el (dig-mode): Use define-derived-mode.
1830
1831 2009-09-19  Glenn Morris  <rgm@gnu.org>
1832
1833         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
1834
1835 2009-09-18  Glenn Morris  <rgm@gnu.org>
1836
1837         * gnus-diary.el (gnus-diary-check-message):
1838         * message.el (message-insert-formatted-citation-line):
1839         * nnbabyl.el (top-level):
1840         * nndiary.el (nndiary-schedule):
1841         Fix typos in condition-case handlers.
1842
1843 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1844
1845         * gnus-art.el (gnus-article-edit-part): Work for the buffer
1846         configuration that provides the sole article window in a frame;
1847         position point correctly after deleting a part.
1848
1849 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
1850
1851         * spam.el (spam-unregister-on-reregister): Add boolean variable.
1852         (spam-resolve-registrations-routine): Use it to unregister articles
1853         that change status.
1854
1855 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1856
1857         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
1858         with XEmacs.
1859         (parse-time-string-chars): Use it.
1860
1861 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
1862
1863         * imap.el (imap-interactive-login): Better messages.
1864         (imap-open): Fix bug with renamed buffer on reconnect.
1865         (imap-authenticate): Add buffer-local imap-last-authenticator variable
1866         for easier debugging and cleaner code.  On successful (guessed based on
1867         server capabilities) secondary authentication, set imap-state
1868         correctly.
1869         (imap-last-authenticator): Define imap-last-authenticator as a variable
1870         to avoid warnings.
1871
1872 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1873
1874         * nnrss.el (nnrss-request-article): Remove binding of
1875         default-enable-multibyte-characters that has gotten needless by
1876         the 2007-07-13 change in rfc2047-encode-message-header.
1877
1878         * mml.el (mml-insert-multipart): Error on the message header.
1879         (mml-insert-part): Error on the message header; position point at
1880         the end of a MIME tag.
1881
1882 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1883
1884         * time-date.el (autoload): Expand define-obsolete-function-alias into
1885         defalias and make-obsolete for old Emacsen that Gnus supports.
1886         (with-no-warnings): Define it for old Emacsen.
1887         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
1888         is available.
1889         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
1890         float-time is available; suppress compile warning for time-to-seconds.
1891
1892         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
1893         (gnus-float-time): Alias to float-time if it exists.
1894
1895         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
1896         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
1897         float-time is available; suppress compile warning for time-to-seconds.
1898
1899         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
1900         XEmacs.
1901
1902 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
1903
1904         * imap.el (imap-message-map): Docstring fix.
1905
1906 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1907
1908         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
1909         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
1910         Add the optional argument `encoding' that overrides the default.
1911
1912         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
1913         mm-encode-buffer.
1914
1915 2009-09-04  Glenn Morris  <rgm@gnu.org>
1916
1917         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
1918         mm-disable-multibyte, rather than default-enable-multibyte-characters.
1919         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
1920         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
1921         * mm-util.el (mm-with-unibyte-current-buffer)
1922         (mm-find-buffer-file-coding-system):
1923         * yenc.el (yenc-decode-region): Use default-value rather than
1924         default-enable-multibyte-characters.
1925
1926 2009-09-03  Glenn Morris  <rgm@gnu.org>
1927
1928         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
1929         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
1930         than default-enable-multibyte-characters.
1931
1932 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
1933
1934         * gnus-art.el (gnus-article-read-summary-keys):
1935         Fix gnus-buffer-configuration's value temporarily used.
1936
1937 2009-09-02  Glenn Morris  <rgm@gnu.org>
1938
1939         * gnus-util.el (gnus-float-time): New function.
1940         * gnus-delay.el (gnus-delay-article):
1941         * gnus-sum.el (gnus-thread-latest-date):
1942         * gnus-util.el (gnus-user-date): Use gnus-float-time.
1943         * nnspool.el (nnspool-request-newgroups):
1944         Use gnus-float-time rather than time-to-seconds.
1945         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
1946
1947         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
1948         (gnus-header-subject-face, gnus-header-newsgroups-face)
1949         (gnus-header-name-face, gnus-header-content-face):
1950         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
1951         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
1952         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
1953         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
1954         (gnus-cite-face-11):
1955         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
1956         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1957         (gnus-server-closed-face, gnus-server-denied-face)
1958         (gnus-server-offline-face):
1959         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
1960         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
1961         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
1962         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
1963         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
1964         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
1965         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
1966         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
1967         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
1968         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
1969         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
1970         (gnus-summary-selected-face, gnus-summary-cancelled-face)
1971         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
1972         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
1973         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
1974         (gnus-summary-high-undownloaded-face)
1975         (gnus-summary-low-undownloaded-face)
1976         (gnus-summary-normal-undownloaded-face)
1977         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
1978         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
1979         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
1980         (gnus-splash-face):
1981         * message.el (message-header-to-face, message-header-cc-face)
1982         (message-header-subject-face, message-header-newsgroups-face)
1983         (message-header-other-face, message-header-name-face)
1984         (message-header-xheader-face, message-separator-face)
1985         (message-cited-text-face, message-mml-face):
1986         * sieve-mode.el (sieve-control-commands-face)
1987         (sieve-action-commands-face, sieve-test-commands-face)
1988         (sieve-tagged-arguments-face):
1989         * spam.el (spam-face):
1990         Mark face aliases with "-face" in the name as obsolete.
1991
1992 2009-09-01  Glenn Morris  <rgm@gnu.org>
1993
1994         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
1995         than goto-line.
1996
1997 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1998
1999         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2000         Don't move point if the command is invoked inside the message header.
2001
2002 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2003
2004         * imap.el (imap-send-command): Simplify.
2005         (imap-wait-for-tag): point-max -> buffer-size.
2006
2007 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2008
2009         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
2010         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
2011         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
2012         * nnir.el (nnir-swish-e-index-file):
2013         * gnus-sum.el (gnus-summary-delete-marked-as-read)
2014         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
2015         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2016         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
2017         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
2018         (gnus-treat-display-xface): Add Emacs version of obsolescence.
2019
2020 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2021
2022         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2023         Don't save excursion.
2024
2025 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2026
2027         * nnheader.el (nnheader-find-file-noselect):
2028         * mm-util.el (mm-insert-file-contents):
2029         Use (default-value 'major-mode) instead of default-major-mode.
2030
2031 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2032
2033         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
2034
2035 2009-08-26  Glenn Morris  <rgm@gnu.org>
2036
2037         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
2038         than placing in files.el.
2039
2040 2009-08-25  Glenn Morris  <rgm@gnu.org>
2041
2042         * nnir.el (top-level): Don't require cl at run-time.
2043         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
2044         Replace cl-function substitute with gnus-replace-in-string.
2045         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
2046         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
2047         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
2048         simplified expansions.
2049
2050 2009-08-25  Kevin Ryde  <user42@zip.com.au>
2051
2052         * dig.el (dig): Add autoload cookie.
2053
2054 2009-08-22  Glenn Morris  <rgm@gnu.org>
2055
2056         * gnus-art.el (gnus-button-patch): Use forward-line rather than
2057         goto-line.
2058
2059 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
2060
2061         * parse-time.el (parse-time-string-chars): Save match data.
2062
2063 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
2064
2065         * parse-time.el (parse-time-string-chars): Compute using character
2066         classes, to handle non-ascii characters (Bug#3190).
2067
2068 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2069
2070         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
2071
2072         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
2073         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
2074         (gnus-mm-display-part, gnus-mime-display-single)
2075         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
2076         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
2077
2078         * gnus-sum.el
2079         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
2080         (gnus-summary-move-article): Add expirable mark to articles copied or
2081         moved to group that has auto-expire turned on if the option is non-nil.
2082
2083 2009-07-24  Glenn Morris  <rgm@gnu.org>
2084
2085         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
2086         Fix typo.  (Bug#3903)
2087
2088 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2089
2090         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
2091         gnus-article-read-summary-keys rather than gnus-summary-edit-article
2092         that should not be used for draft articles.
2093         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
2094         that has no concern in minor mode keys.
2095         (gnus-article-summary-command, gnus-article-summary-command-nosave):
2096         Abolish.
2097
2098 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2099
2100         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
2101         article without making inquiry to a user for unknown encoding.
2102
2103         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
2104         (nnmaildir--scan): Assume i-node and device number that file-attributes
2105         returns might be cons-cell.
2106
2107         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
2108
2109         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
2110
2111 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
2112
2113         * auth-source.el: Remove docs now in auth.texi.  Don't use
2114         `gnus-message' for logging.  Add new variables `auth-source-debug' and
2115         `auth-source-hide-passwords' and use them.
2116
2117 2009-07-15  Glenn Morris  <rgm@gnu.org>
2118
2119         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
2120
2121 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2122
2123         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
2124         excessive whitespace from the default values of title and description.
2125
2126 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2127
2128         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
2129         mail-fetch-field to fetch Content-Description header in order to
2130         exclude newlines.
2131
2132 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
2133
2134         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
2135         format used by GnuPG 2.0.11.
2136
2137 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2138
2139         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
2140         to deleted part.
2141
2142 2009-05-30  David Engster  <dengste@eml.cc>
2143
2144         * nnmairix.el: Remove old documentation in the commentary block.
2145         (nnmairix-request-group): Do not update active file for nnml back ends.
2146         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
2147         end so that overview files are ignored.
2148         (nnmairix-update-groups): Make updating the groups more robust by using
2149         marks.
2150         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
2151         with dollar characters in message-id.
2152
2153 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
2154
2155         * spam.el: Use dns-query instead of query-dns.  Was renamed on
2156         2008-12-25 in dns.el.
2157
2158 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2159
2160         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
2161         could happen if the text is only composed of spaces and/or tabs.
2162
2163 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
2164
2165         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
2166         when sending a queued message to avoid extra mml tags.
2167
2168 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2169
2170         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
2171
2172 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2173
2174         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
2175         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
2176         rmail-toggle-header for XEmacs;
2177         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
2178
2179 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2180
2181         * gnus-dired.el: Remove autoload for gnus-setup-message.
2182         (gnus-dired-attach): Fake this-command value to prevent Gnus from
2183         displaying Gnus logo; always use compose-mail.
2184
2185 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2186
2187         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
2188
2189 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2190
2191         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
2192         (gnus-nocem-issuers): List currently active issuers; fix custom type.
2193         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
2194         available.
2195         (gnus-nocem-epg-verify): New function.
2196
2197 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
2198
2199         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
2200
2201 2009-02-15  Glenn Morris  <rgm@gnu.org>
2202
2203         * gnus-util.el (rmail-insert-rmail-file-header)
2204         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
2205         autoloads.
2206         (rmail-default-rmail-file): Remove unnecessary declaration.
2207         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
2208
2209 2009-02-14  Glenn Morris  <rgm@gnu.org>
2210
2211         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
2212         variable (only used in gnus-util, which declares it anyway).
2213         (rmail-output-to-rmail-file): Remove autoload of deleted function,
2214         which was only needed by gnus-art (changed to not use it any more).
2215         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
2216         only used in gnus-util, which autoloads it itself.
2217         (rmail-update-summary): Fix autoload.
2218
2219         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
2220         rather than rmail-output-to-rmail-file.
2221
2222 2009-02-07  Glenn Morris  <rgm@gnu.org>
2223
2224         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
2225         autoload of function that no longer exists.
2226         (rmail-toggle-header): Declare.
2227         (message-forward-rmail-make-body): Handle mbox Rmail.
2228
2229 2009-01-31  Glenn Morris  <rgm@gnu.org>
2230
2231         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
2232         2009-01-09 change.
2233
2234 2009-01-31  Dave Love  <fx@gnu.org>
2235
2236         * imap.el (imap-fetch-safe): Bind debug-on-error.
2237         (imap-debug): Add imap-fetch-safe.
2238
2239 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
2240
2241         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
2242         (auth-source-forget-all-cached): New convenience function.
2243         (auth-source-user-or-password): Accept list of modes or a single mode.
2244
2245         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
2246         auth-source modes.
2247
2248         * netrc.el (netrc-machine-user-or-password): Use list of
2249         auth-source modes.
2250
2251         * nnimap.el (nnimap-open-connection): Use list of
2252         auth-source modes.
2253
2254         * nntp.el (nntp-send-authinfo): Use list of
2255         auth-source modes.
2256
2257 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2258
2259         * auth-source.el: Update docs to reflect epa-file-enable is to be used
2260         now.
2261
2262 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2263
2264         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
2265         coding system in XEmacs; add a workaround for XEmacs.
2266
2267         * lpath.el: Fbind coding-system-aliasee.
2268
2269 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2270
2271         * mm-util.el (mm-coding-system-priorities): Protect against nil value
2272         of current-language-environment.
2273
2274 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2275
2276         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
2277         available at runtime.
2278
2279 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2280
2281         * gnus-art.el (article-date-ut): Fix end point of narrowing.
2282
2283 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
2284
2285         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
2286         the greatest positive fixnum value doesn't work under an XEmacs with
2287         bignum support; use the most-positive-fixnum constant instead,
2288         available since Emacs 21.1 with cl and XEmacs 21.1.
2289
2290 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2291
2292         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
2293         XEmacs gets not to work.
2294
2295 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2296
2297         * mm-util.el (mm-coding-system-priorities): Allow the value like
2298         "Japanese (UTF-8)" of current-language-environment.
2299
2300 2009-01-09  Glenn Morris  <rgm@gnu.org>
2301
2302         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
2303         with last-command-event.
2304
2305 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
2306
2307         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
2308         in the doc string.
2309
2310         * message.el (message-fix-before-sending): Amend comment.
2311
2312 2009-01-08  Dave Love  <fx@gnu.org>
2313
2314         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
2315
2316 2009-01-07  David Engster  <dengste@eml.cc>
2317
2318         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
2319         simplified server definitions by converting it via
2320         gnus-server-to-method.
2321
2322 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2323
2324         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
2325         parameter's operands.
2326
2327 2009-01-06  David Engster  <dengste@eml.cc>
2328
2329         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
2330         primary select method (for gnus-group-mark-article-as-read).
2331
2332 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
2333
2334         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
2335         `(gnus)Face', not `(gnus)X-Face'.
2336
2337 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2338
2339         * mm-util.el (mm-ucs-to-char): New function.
2340
2341         * mm-url.el (mm-url-decode-entities): Use it.
2342
2343         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
2344         unicode-to-char.
2345
2346 2009-01-05  Dave Love  <fx@gnu.org>
2347
2348         * time-date.el: Require cl for `declare'.
2349
2350 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
2351
2352         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
2353         Dave Love.
2354
2355 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
2356
2357         * message.el (message-fix-before-sending): Add `eight-bit' to
2358         illegible-text check.
2359
2360 2009-01-03  Michael Olson  <mwolson@gnu.org>
2361
2362         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
2363         `headers' is nil.  This can occur if the IMAP server does not have
2364         permissions to read messages from a folder, but can write new messages
2365         to the folder.
2366         (nnimap-request-article-part): Do not insert `data' if it is nil.
2367
2368         * imap.el (imap-parse-fetch): Courier can insert spurious blank
2369         characters which will confuse `read', so skip past them.
2370
2371 2009-01-01  Dave Love  <fx@gnu.org>
2372
2373         * imap.el (imap-string-to-integer): Fix typo.
2374         (imap-fetch-safe): New function.
2375         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
2376
2377         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
2378
2379         * imap.el (imap-process-connection-type, imap-debug, imap-open):
2380         (imap-parse-greeting): Fix doc strings.
2381         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
2382         (imap-parse-flag-list): Make messages unique.
2383         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
2384
2385         * nnimap.el: Fix author email.
2386         (nnimap-split-rule): Add FIXME comment.
2387         (nnimap-debug): Fix doc string.
2388
2389 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
2390
2391         * dns.el (dns-set-servers): Check "Address".  Fix typo.
2392
2393 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
2394
2395         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
2396         nslookup if resolv.conf isn't available.
2397         (dns-query): Rename from query-dns.
2398         (dns-query-cached): Rename from query-dns-cached.
2399
2400 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2401
2402         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
2403         overlay-arrow-position and overlay-arrow-string buffer-local; no need
2404         to check if those variables exist (first appeared in Emacs 18.50).
2405
2406 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2407
2408         * mm-util.el (mm-line-number-at-pos): New function.
2409
2410         * spam-report.el (spam-report-process-queue): Use it.
2411
2412 2008-12-24  David Engster  <dengste@eml.cc>
2413
2414         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
2415         parameters that haven't existed as variables as buffer-local variables.
2416
2417 2008-12-23  Dave Love  <fx@gnu.org>
2418
2419         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
2420         cadar.
2421
2422         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
2423         imap-starttls-p.
2424         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
2425
2426 2008-12-22  Dave Love  <fx@gnu.org>
2427
2428         * imap.el: Fix author email.  Doc fixes.
2429         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
2430         reply.
2431
2432 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
2433
2434         * spam-report.el (spam-report-gmane-max-requests): New constant.
2435         (spam-report-gmane-wait): New variable.
2436         (spam-report-gmane-ham, spam-report-gmane-spam)
2437         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
2438         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
2439         the server.
2440
2441         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
2442         Add explanations.
2443
2444         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
2445         nnheader-accept-process-output and nnheader-read-timeout if available.
2446         (pop3-movemail): Use it.
2447
2448         * message.el (message-check-news-body-syntax): Fix signature check if
2449         there's an attachment.
2450
2451 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2452
2453         * mm-util.el: Add comments to the mm- emulating functions.
2454
2455 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
2456
2457         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
2458         by Stephen Berman <stephen.berman@gmx.net>.
2459
2460 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2461
2462         * mm-util.el (mm-substring-no-properties): New function.
2463         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
2464         (mm-special-display-p): Enable those lambda forms to be byte compiled.
2465         (mm-string-to-multibyte): Doc fix.
2466
2467         * mml.el (mml-attach-file): Use mm-substring-no-properties.
2468
2469 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2470
2471         * mml.el (mml-attach-file): Strip text properties from file name.
2472         (Bug#1574)
2473
2474 2008-12-16  Glenn Morris  <rgm@gnu.org>
2475
2476         * mm-util.el (mm-charset-override-alist): Declare for compiler.
2477
2478 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2479
2480         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
2481         knows since the charset specified might be a bogus alias that
2482         mm-charset-synonym-alist provides.
2483
2484 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2485
2486         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
2487         "ISO_8859-1".
2488
2489         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
2490
2491 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2492
2493         * mm-util.el (mm-charset-eval-alist):
2494         Define it before mm-charset-to-coding-system.
2495         (mm-charset-to-coding-system): Add optional argument `silent';
2496         define it before mm-charset-override-alist.
2497         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
2498         default value if it can be used in Emacs currently running;
2499         silence mm-charset-to-coding-system.
2500
2501 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2502
2503         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
2504         `allow-override' which says whether to use `mm-charset-override-alist'.
2505         (rfc2047-decode-encoded-words): Use it.
2506
2507         * mm-util.el (mm-charset-override-alist): Fix custom type;
2508         add `(gb2312 . gbk)' to choices.
2509
2510 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2511
2512         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
2513         fast.
2514
2515         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2516
2517         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
2518
2519 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
2520
2521         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
2522         on links.
2523
2524         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2525
2526 2008-12-03  Lute Kamstra  <lute@gnu.org>
2527
2528         * sha1.el: Remove leading * from docstrings of defcustoms,
2529         deffaces, defconsts and defuns.
2530
2531 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2532
2533         * message.el (message-idna-to-ascii-rhs-1): Protect against local
2534         users' addresses that don't have domain parts.
2535         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
2536         rather than message-narrow-to-head since there will be the message
2537         header separator.
2538
2539 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2540
2541         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
2542         since the result is inserted in a unibyte buffer anyway.
2543         (nnimap-demule-use-string-to-multibyte): Remove.
2544         (nnimap-demule): Alias it to mm-string-to-multibyte.
2545
2546 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2547
2548         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
2549         variable for debugging bug#464 and bug#1174.
2550         (nnimap-demule): Use it.
2551
2552 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2553
2554         * gnus-score.el (gnus-score-find-trace): Handle default score in total
2555         score calculation correctly.
2556
2557 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2558
2559         * message.el (message-send-mail): Just set the buffer to unibyte
2560         rather than use mm-with-unibyte-current-buffer which does a lot more.
2561         (message-send-mail-partially): Don't bother with
2562         mm-with-unibyte-current-buffer since it's already been made unibyte by
2563         message-send-mail.
2564
2565 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
2566
2567         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
2568
2569 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
2570
2571         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
2572
2573 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2574
2575         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
2576         require itself and to remove `with-no-warnings'.
2577
2578 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2579
2580         * starttls.el (starttls-any-program-available): Get the name of the
2581         available TLS layer program.
2582         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
2583         well as the host name in the "opening" message.
2584
2585         * auth-source.el (auth-source-cache, auth-source-do-cache)
2586         (auth-source-user-or-password): Cache passwords and logins by default,
2587         allow override with `auth-source-do-cache'.
2588         (auth-source-forget-user-or-password): Allow users to remove cache
2589         entries if needed.
2590
2591 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
2592
2593         * md4.el (md4-buffer): Fix typo in docstring.
2594         (md4, md4-64): Doc fixes.
2595         (md4-pack-int32): Reflow docstring.
2596
2597 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2598
2599         * ietf-drums.el (ietf-drums-remove-comments): Localize second
2600         condition-case to only the forward-sexp call.
2601
2602 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2603
2604         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
2605         quotes contained.  Make it more robust regardless by an extra
2606         condition-case wrapper.
2607
2608 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2609
2610         * lpath.el: No need to fbind codepage-setup for Emacs 23.
2611
2612 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2613
2614         * nnml.el (nnml-request-expire-articles): Check if the function set to
2615         `nnmail-expiry-target' returns the symbol `delete'.
2616
2617         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
2618
2619         * nnmail.el (nnmail-expiry-target): Fix custom type.
2620
2621 2008-10-02  Glenn Morris  <rgm@gnu.org>
2622
2623         * mm-util.el (mm-codepage-setup): Tweak codepage error.
2624         Silence compiler warning.
2625
2626 2008-10-01  Magnus Henoch  <mange@freemail.hu>
2627
2628         * tls.el (open-tls-stream): Show the actual command being
2629         executed, instead of the format string.
2630
2631 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2632
2633         * lpath.el: Fbind codepage-setup for Emacs 23.
2634
2635 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
2636
2637         * mml.el (mml-menu): Don't assume mml2015 is bound.
2638
2639 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2640
2641         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
2642         exists.
2643
2644 2008-09-27  Glenn Morris  <rgm@gnu.org>
2645
2646         * gnus-util.el (mail-header-remove-comments): Autoload it.
2647
2648 2008-09-27  Andreas Schwab  <schwab@suse.de>
2649
2650         * gnus-util.el (gnus-split-references): Strip comments.
2651         (gnus-parent-id): Likewise.
2652
2653 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
2654
2655         * message.el (message-confirm-send): Fix version.
2656
2657 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2658
2659         * message.el (message-idna-to-ascii-rhs-1): Use
2660         mail-extract-address-components rather than mail-header-parse-addresses
2661         that is an alias by default to ietf-drums-parse-addresses that does not
2662         support non-ASCII names in headers' contents.
2663
2664 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2665
2666         * message.el (message-confirm-send): Fixed variable documentation to
2667         avoid the "y/n" wording.
2668
2669 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
2670
2671         * message.el (message-set-auto-save-file-name): Save to a different
2672         filename so multiple messages (especially drafts) can be recovered.
2673
2674 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
2675
2676         * message.el (message-confirm-send): Add appropriate version.
2677
2678 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2679
2680         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
2681         defvar.
2682
2683 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
2684
2685         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
2686         (mm-pkcs7-enveloped-magic): Ditto.
2687
2688 2008-09-17  Simon Josefsson  <simon@josefsson.org>
2689
2690         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
2691         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
2692
2693 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
2694
2695         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
2696         default, it's better.
2697
2698 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
2699
2700         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
2701         summary line gnus-number property and ignore them (with a warning
2702         message).
2703
2704 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2705
2706         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
2707         macro caddr in the interactive form since it won't be expanded.
2708
2709 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2710
2711         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
2712         `charset'; fix name of function called recursively.
2713         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
2714
2715 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2716
2717         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
2718         (gnus-mime-set-charset-parameters): New function.
2719         (gnus-mime-view-part-as-charset): Use it to correctly display part
2720         specifying wrong charset.
2721
2722 2008-09-08  David Engster  <dengste@eml.cc>
2723
2724         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
2725         in completing-read for back end server.
2726
2727 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
2728
2729         * message.el (message-confirm-send): New variable to confirm sending a
2730         message.
2731         (message-send): Use it.
2732
2733 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
2734
2735         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
2736
2737 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2738
2739         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
2740
2741 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
2742
2743         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
2744         prevent tracking too many groups.
2745         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
2746         Use it.
2747
2748 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
2749
2750         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
2751         moving point to the bottom of the window in order to avoid recentering.
2752
2753 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2754
2755         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
2756
2757         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
2758         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
2759         (gnus-article-beginning-of-window): Fix calculation.
2760
2761 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2762
2763         * gnus-msg.el (gnus-summary-supersede-article)
2764         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
2765         value of gnus-newsgroup-charset to decode non-MIME encoded text in
2766         message header.
2767
2768 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
2769
2770         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
2771         pending output coming after the status change.
2772
2773 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2774
2775         * message.el:
2776         * gnus-start.el:
2777         * gnus-registry.el: Remove VMS support.
2778
2779 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2780
2781         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
2782         macro.
2783         (rfc2104-hash): Use it.
2784
2785 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
2786
2787         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
2788         (gnus-summary-sort-by-most-recent-date): New commands.
2789         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
2790         and menu entries.
2791
2792 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2793
2794         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
2795         don't redisplay article for raw contents; remove plural articles stuff.
2796
2797         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
2798         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
2799         on gnus-summary-save-article; display results properly.
2800
2801 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2802
2803         * lpath.el: No need to fbind ns-focus-frame.
2804
2805 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2806
2807         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
2808
2809 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2810
2811         * gnus-art.el (gnus-summary-save-in-pipe): Consider
2812         gnus-save-all-headers.
2813
2814 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
2815
2816         * gnus-util.el (ns-focus-frame): Remove declaration.
2817         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
2818         like x.
2819
2820 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2821
2822         * rfc2104.el (rfc2104-zero): Delete defconst.
2823         (rfc2104-hex-alist): Likewise.
2824         (rfc2104-hex-to-int): Delete func.
2825         (rfc2104-hexstring-to-bitstring): Likewise.
2826         (rfc2104-nybbles): New defconst.
2827         (rfc2104-hash): Rewrite for speed.
2828
2829 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2830
2831         * tls.el (open-tls-stream): Make it work with the 2nd argument
2832         BUFFER that is a string but does not exist as a buffer object, as
2833         mentioned in the doc-string.
2834
2835 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2836
2837         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
2838         SXEmacs.
2839
2840 2008-07-16  Glenn Morris  <rgm@gnu.org>
2841
2842         * gnus-util.el (ns-focus-frame): Declare for compiler.
2843
2844 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2845
2846         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
2847         set as a group parameter.
2848         (gnus-summary-save-in-pipe): Work when it is called independently.
2849         (gnus-summary-pipe-to-muttprint): Don't modify
2850         gnus-summary-pipe-output-default-command.
2851
2852 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2853
2854         * message.el (message-send-mail-with-sendmail):
2855         Display the error message.
2856
2857 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2858
2859         * gnus-art.el (gnus-default-article-saver):
2860         Add gnus-summary-save-in-pipe to choices.
2861         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
2862         gnus-summary-pipe-output-default-command as the default command.
2863         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
2864         instead of gnus-last-shell-command.
2865
2866         * gnus-sum.el (gnus-summary-pipe-output-default-command):
2867         New user option.
2868         (gnus-summary-muttprint-program): Mention the value will be changed.
2869         (gnus-summary-save-article): Force showing of all headers.
2870         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
2871
2872 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
2873
2874         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
2875
2876 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
2877
2878         * nnimap.el (nnimap-id):
2879         * sieve-manage.el (sieve-manage-open): Doc fixes.
2880
2881 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
2882
2883         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
2884         if available.
2885
2886 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2887
2888         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
2889
2890         * nnkiboze.el (nnkiboze-generate-group):
2891         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
2892
2893         * nnmairix.el: Require CL.
2894
2895 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2896
2897         * dgnushack.el: Autoload get-display-table and put-display-table for
2898         XEmacs 21.5.
2899
2900         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
2901         21.4 and SXEmacs.
2902
2903 2008-06-15  David Engster  <dengste@eml.cc>
2904
2905         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
2906
2907 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
2908
2909         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
2910         New macros that expand to an `aset'/`aref' call under Emacs, and to a
2911         runtime choice under XEmacs.
2912
2913         * gnus-sum.el (gnus-summary-set-display-table):
2914         Use `gnus-put-display-table', `gnus-get-display-table',
2915         `gnus-set-display-table' for the display table, instead of `aset'.
2916
2917         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
2918         Use `gnus-put-display-table', `gnus-get-display-table',
2919         `gnus-set-display-table' for the display table.
2920
2921 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2922
2923         * nnmairix.el: Add autoloads.
2924
2925 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2926
2927         * nnmairix.el (nnmairix-delete-recreate-group)
2928         (nnmairix-update-and-clear-marks): Fix error messages.
2929
2930 2008-06-14  David Engster  <dengste@eml.cc>
2931
2932         * nnmairix.el: Upgrade to version 0.6.
2933         (nnmairix-group-toggle-propmarks-this-group)
2934         (nnmairix-group-toggle-readmarks-this-group)
2935         (nnmairix-group-delete-recreate-this-group)
2936         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
2937         (nnmairix-remove-tick-mark-original-article): New commands.
2938         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
2939         (nnmairix-propagate-marks-to-nnmairix-groups)
2940         (nnmairix-only-use-registry, nnmairix-allowfast-default)
2941         (nnmairix-marks-cache, nnmairix-version-output): New variables.
2942         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
2943         functions needed for marks propagation and manipulation of read marks.
2944         (nnmairix-update-groups): New function.
2945         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
2946         (nnmairix-determine-original-group-from-registry)
2947         (nnmairix-determine-original-group-from-path)
2948         (nnmairix-get-group-from-file-path, nnmairix-map-range)
2949         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
2950         New helper functions.
2951         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2952         keystrokes for new commands.
2953         (nnmairix-delete-and-create-on-change): Doc string cleanup.
2954         (nnmairix-request-group): Check allow-fast group parameter.
2955         (nnmairix-request-create-group): Set allow-fast group parameter if
2956         nnmairix-allowfast-default is set.
2957         (nnmairix-close-group): Propagate marks upon closing if needed.
2958         (nnmairix-group-toggle-threads-this-group): Use new.
2959         nnmairix-group-toggle-parameter helper function.
2960         (nnmairix-search): Better check for empty search result.
2961         (nnmairix-goto-original-article): Use new helper functions for
2962         determining original article.
2963         (nnmairix-show-original-article): Make sure message-id is in brackets.
2964         (nnmairix-call-mairix-binary): Change variable name.
2965         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
2966         helper function.
2967         (nnmairix-widget-toggle-activate): Fix doc string.
2968
2969 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2970
2971         * nnir.el: Require edmacro when compiling with XEmacs.
2972         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
2973         available in Emacs 21.
2974
2975 2008-06-11  Glenn Morris  <rgm@gnu.org>
2976
2977         * gnus-util.el (x-focus-frame):
2978         * gnus.el (image-size):
2979         * mm-decode.el (image-size): Declare.
2980
2981         * gnus-picon.el (declare-function): Add compat definition.
2982         (image-size): Declare.
2983
2984         * gnus-group.el (tool-bar-map):
2985         * gnus-sum.el (tool-bar-map): Define for compiler.
2986
2987         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
2988
2989         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
2990
2991         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
2992         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
2993         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
2994         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
2995         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
2996         * sieve-manage.el, spam-report.el, spam.el:
2997         Remove unnecessary eval-and-compile of autoloads.
2998
2999 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
3000
3001         * auth-source.el: Precise Tramp doc.
3002
3003 2008-06-07  Glenn Morris  <rgm@gnu.org>
3004
3005         * nnmairix.el: Remove unnecessary eval-when-compile.
3006
3007 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3008
3009         * lpath.el: Fbind propertize for XEmacs 21.4.
3010
3011 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
3012
3013         * nnir.el: Move here from ../contrib.
3014
3015 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3016
3017         * gnus-util.el (gnus-read-shell-command): New function.
3018         * mm-decode.el (mm-pipe-part):
3019         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
3020
3021 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3022
3023         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
3024
3025 2008-06-03  Glenn Morris  <rgm@gnu.org>
3026
3027         * pop3.el (nnheader-accept-process-output): Autoload it.
3028
3029 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3030
3031         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
3032         are not 2-digit hexadecimal characters that follow `%'s.
3033
3034 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
3035
3036         * message.el (message-bogus-recipient-p): Fix type in doc string.
3037         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
3038         (message-bogus-addresses): Rename from message-bogus-address-regexp.
3039         Improve custom options.
3040         (message-bogus-recipient-p): Adjust accordingly.
3041
3042 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
3043
3044         * parse-time.el (parse-time-months, parse-time-weekdays): Add
3045         long-form month and day names.
3046
3047 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3048
3049         * dgnushack.el: Autoload debug, eudc-expand-inline and
3050         pgg-snarf-keys-region for XEmacs.
3051
3052         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
3053
3054         * nnmairix.el: Require edmacro when compiling with XEmacs.
3055
3056 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
3057
3058         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
3059         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
3060
3061 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3062
3063         * auth-source.el: Add more docs.
3064
3065         * netrc.el (netrc-machine): Always match if the port is not given.
3066
3067 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3068
3069         * nnheader.el (nnheader-read-timeout): Change the default timeout from
3070         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
3071         retrieval faster in some cases, but might make CPU usage larger.  If
3072         this has any bad side effects, we might revert this change.
3073
3074         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
3075         seems to make mail retrieval much, much faster.
3076         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
3077         unconditionally.
3078
3079         * gnus-draft.el (gnus-group-send-queue): Bind
3080         message-send-mail-partially-limit to nil to avoid being prompted.
3081
3082 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
3083
3084         * mml.el (mml-attach-buffer): Prompt for `disposition'.
3085
3086         * message.el (message-bogus-address-regexp): Fix and improve custom
3087         type.
3088         (message-setup-hook): Add message-check-recipients as custom option.
3089
3090 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
3091
3092         * message.el (message-cite-function): Remove bogus autoload which crept
3093         in during merge from v5-10.
3094
3095 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
3096
3097         * nnimap.el (nnimap-open-connection): Fix login/password bug.
3098
3099         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
3100
3101         * auth-source.el: Preliminary Tramp docs.
3102         (auth-sources): Change the default auth-sources to use
3103         EPA .gpg files.
3104
3105 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3106
3107         * nntp.el: Autoload `auth-source-user-or-password'.
3108         (nntp-send-authinfo): Use it.
3109
3110         * nnimap.el: Autoload `auth-source-user-or-password'.
3111         (nnimap-open-connection): Use it.
3112
3113         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
3114         for the gnus-message function.
3115         (auth-source-user-or-password): Use it.
3116
3117 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3118
3119         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
3120         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
3121         (rfc2104-hash): Use it.
3122
3123 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
3124
3125         * gnus-art.el (gnus-article-toggle-truncate-lines):
3126         Don't use `iff' in docstring.
3127
3128 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
3129
3130         * gnus-registry.el: Adjusted copyright dates and added a keyword.
3131
3132         * gnus-util.el (gnus-extract-address-component-name)
3133         (gnus-extract-address-component-email): Convenience functions around
3134         `gnus-extract-address-components'.
3135
3136         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3137         Use `gnus-extract-address-component-email' to fix bug of comparing full
3138         sender name to `user-mail-address'.
3139
3140 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3141
3142         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
3143         catch/throw to optimize.
3144         (gnus-registry-find-keywords): Just use member to find a keyword.
3145
3146 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3147
3148         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
3149         is current before calling gnus-server-prepare.
3150         (gnus-server-setup-buffer, gnus-server-update-server)
3151         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
3152
3153 2008-05-04  Juri Linkov  <juri@jurta.org>
3154
3155         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
3156         (mailcap-file-default-commands): Use mailcap-replace-in-string
3157         instead of replace-regexp-in-string, and mailcap-delete-duplicates
3158         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
3159
3160 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
3161
3162         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
3163
3164 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3165
3166         * gnus.el: Bump version to 0.11.
3167
3168 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3169
3170         * gnus.el: No Gnus v0.10 is released.
3171
3172 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3173
3174         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
3175         hooks.
3176         (gnus-update-read-articles): Speed up non-marks-using users.
3177         (gnus-use-marks): Define gnus-use-marks.
3178         (gnus-propagate-marks): Rename variable to something more sensible.
3179
3180 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
3181
3182         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
3183         (gmm-image-load-path-for-library): Fix typos in docstrings.
3184         (gmm-message): Reflow docstring.
3185
3186 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
3187
3188         * mail-source.el (mail-source-set-1, mail-source-bind):
3189         Move auth-source code out of the macro to clean it up and fix bugs.
3190
3191 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
3192
3193         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
3194         by sender if it's equal to user-mail-address, it's likely to be
3195         useless.
3196
3197         * mail-source.el (mail-source-bind): Don't use user or password if they
3198         are not bound.  Unintern them if they are nil.  Don't use server unless
3199         it's bound, and default it to empty string otherwise.
3200
3201 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3202
3203         * mail-source.el: Load auth-source.el.
3204         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
3205         get user name or password, if auth-sources is set up.
3206
3207         * gnus-registry.el (gnus-registry-split-strategy): New variable for
3208         strategy of splitting with parent.
3209         (gnus-registry-split-fancy-with-parent)
3210         (gnus-registry-post-process-groups): Use it and fix prior
3211         bug (returning a list as the split result).
3212
3213         * auth-source.el (auth-sources): Remove server parameter.
3214         (auth-source-pick, auth-source-user-or-password)
3215         (auth-source-user-or-password-imap)
3216         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3217         (auth-source-user-or-password-sftp)
3218         (auth-source-user-or-password-smtp): Remove server parameter.
3219
3220 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
3221
3222         * smime.el (smime-sign-region, smime-encrypt-region)
3223         (smime-decrypt-region):
3224         Remove redundant calls to `generate-new-buffer-name'.
3225
3226 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
3227
3228         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
3229         Don't use QP for message/rfc822.
3230         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
3231
3232 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3233
3234         * sieve-manage.el (sieve-string-bytes): Remove.
3235         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
3236         correct byte-length only if the process's coding-system is the same as
3237         the one used internally by Emacs to represent strings.
3238
3239 2008-04-22  Juri Linkov  <juri@jurta.org>
3240
3241         * mailcap.el (mailcap-file-default-commands): New function.
3242
3243 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3244
3245         * message.el (message-signature-separator, message-cite-function):
3246         Change custom version.
3247
3248 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
3249
3250         * tls.el (tls-program): Add -ign_eof argument to call the openssl
3251         commands.
3252         (tls-checktrust): Ditto.
3253
3254 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3255
3256         * mm-decode.el (mm-display-external): Make temp file read-only.
3257
3258 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
3259
3260         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
3261         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
3262         `C-c C-f d'.
3263
3264 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
3265
3266         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
3267
3268 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3269
3270         * gnus.el: Bump version to 0.9.
3271
3272 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
3273
3274         * gnus.el: No Gnus v0.8 is released.
3275
3276 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3277
3278         * mail-source.el (mail-source-value):
3279         Prefer fboundp to functionp so it works with macros as well.
3280
3281 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3282
3283         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3284         Fix last change in case the element is not even a symbol.
3285
3286 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3287
3288         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3289         Prefer fboundp to functionp so it works with macros as well.
3290
3291 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
3292
3293         * auth-source.el: Added docs.
3294         (auth-sources): Modify format to support server.
3295         (auth-source-pick, auth-source-user-or-password)
3296         (auth-source-user-or-password-imap)
3297         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3298         (auth-source-user-or-password-sftp)
3299         (auth-source-user-or-password-smtp): Add server parameter.
3300
3301 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
3302
3303         * gnus-registry.el: Initialize the registry when gnus-registry-install
3304         is t.
3305
3306 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3307
3308         * compface.el (uncompface): Make buffer unibyte.
3309
3310 2008-04-05  Glenn Morris  <rgm@gnu.org>
3311
3312         * gnus-ems.el (mm-disable-multibyte): Autoload it.
3313
3314 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3315
3316         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
3317         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
3318
3319         * nnheader.el (nnheader-init-server-buffer): Change buffer's
3320         multibyteness after rather than before erasing it.
3321
3322         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
3323         mm-with-multibyte.
3324         (gnus-request-article-this-buffer): Make sure the proper decoding is
3325         used if gnus-original-article-buffer happens to be unibyte.
3326
3327         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
3328         default-enable-multibyte-characters.
3329
3330         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
3331         default-enable-multibyte-characters.
3332
3333         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
3334
3335         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
3336
3337 2008-04-02  Simon Josefsson  <simon@josefsson.org>
3338
3339         * imap.el (imap-enable-exchange-bug-workaround): New variable.
3340         (imap-message-copyuid-1): Use it.
3341         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
3342         J. Williams in
3343         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
3344
3345         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
3346         imap-enable-exchange-bug-workaround.
3347         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
3348
3349 2008-04-01  Simon Josefsson  <simon@josefsson.org>
3350
3351         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
3352         a 100 byte status-checks into a 2-3MB transfer for each group.
3353         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
3354         to enable bug workaround or not.
3355         (nnimap-find-minmax-uid): Only enable workaround conditionally.
3356
3357 2008-03-31  Glenn Morris  <rgm@gnu.org>
3358
3359         * message.el (mml2015-use): Declare for compiler.
3360         (message-info): Require mml2015 when appropriate.
3361
3362 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3363
3364         * Makefile.in (EMACS_COMP): Quote directory name that might contain
3365         whitespace.
3366
3367 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3368
3369         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
3370         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
3371         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
3372         (nntp-service-to-port): New function.
3373         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
3374         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
3375         (nntp-open-netcat-stream): New function.
3376         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
3377
3378 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
3379
3380         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
3381
3382 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3383
3384         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
3385
3386 2008-03-28  Magnus Henoch  <mange@freemail.hu>
3387
3388         * dns.el (dns-write): Use set-buffer-multibyte.
3389
3390 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
3391
3392         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
3393
3394 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3395
3396         * message.el (message-signature-separator): Change default.
3397         Improve custom type.
3398         (message-cite-function): Change default to
3399         message-cite-original-without-signature.
3400
3401         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
3402         toggle.
3403
3404         * message.el (message-check-news-body-syntax): Fix signature check.
3405         (message-setup-1): Mark buffer as unmodified _after_ running
3406         message-setup-hook and handling message-alternative-emails.
3407         (message-shorten-references): Be more strict when building list of
3408         valid references to comply with GNKSA.
3409
3410         * gnus-group.el (gnus-read-ephemeral-bug-group)
3411         (gnus-read-ephemeral-debian-bug-group)
3412         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
3413
3414         * message.el (message-info): Don't use booleanp which isn't supported
3415         in Emacs 21 and XEmacs.
3416
3417 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
3418
3419         * gnus-group.el (gnus-gmane-group-download-format): Rename from
3420         gnus-group-gmane-group-download-format.
3421         (gnus-group-read-ephemeral-gmane-group): Rename from
3422         gnus-group-read-ephemeral-gmane-group.
3423         (gnus-read-ephemeral-gmane-group-url): Rename from
3424         gnus-group-read-ephemeral-gmane-group-url.
3425         (gnus-bug-group-download-format-alist): New variable.
3426         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
3427         (gnus-read-ephemeral-emacs-bug-group): New commands.
3428
3429 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3430
3431         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
3432         (gnus-visible-headers): Improve custom type.
3433
3434 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3435
3436         * mml.el (mml-menu): Add workarounds for XEmacs.
3437
3438         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
3439         X-Boundary header.
3440
3441         * message.el (message-simplify-recipients): Fix previous commit.
3442
3443 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3444
3445         * mm-util.el (mm-set-buffer-multibyte): New function.
3446         * mm-decode.el (mm-copy-to-buffer): Use it.
3447
3448 2008-03-19  Glenn Morris  <rgm@gnu.org>
3449
3450         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
3451         Accidentally removed in the sync process with Emacs.
3452
3453 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
3454
3455         * message.el (message-alter-recipients-discard-bogus-full-name):
3456         New function.
3457         (message-alter-recipients-function): New variable.
3458         (message-get-reply-headers): Use it.
3459         (message-replace-header): New helper function.
3460         (message-recipients-without-full-name): New variable.
3461         (message-simplify-recipients): New command.
3462
3463         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
3464
3465         * message.el (message-info): Handle EasyPG manual.
3466
3467         * mml.el (mml-menu): Add entry for EasyPG.
3468
3469 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
3470
3471         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
3472         parameter.
3473
3474         * message.el (message-disassociate-draft): Specify drafts group name
3475         fully.
3476
3477 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
3478
3479         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
3480         unnecessary duplicates from the match list.
3481
3482 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3483
3484         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
3485
3486         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
3487
3488         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
3489         args of `how-many' of which the XEmacs version doesn't take; declare
3490         Info-index-next as function.
3491
3492 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3493
3494         * gnus-score.el (gnus-score-headers): Fix handling of
3495         gnus-inhibit-slow-scoring.
3496
3497         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
3498         string.
3499         (gnus-button-url-regexp): Improve handling of parenthesis.
3500         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
3501         (gnus-button-handle-info-keystrokes): Handle index entries.
3502
3503 2008-03-15  Glenn Morris  <rgm@gnu.org>
3504
3505         * parse-time.el (parse-time-string): Simplify.
3506
3507 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3508
3509         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
3510         Incoming* files.
3511
3512 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3513
3514         * auth-source.el (auth-sources): Renamed from auth-source-choices.
3515         (auth-source-pick): Use it.
3516
3517 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3518
3519         * binhex.el (binhex-decode-region-internal):
3520         * uudecode.el (uudecode-decode-region-internal):
3521         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
3522         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
3523         setting default-enable-multibyte-characters.
3524
3525 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3526
3527         * auth-source.el (auth-source-protocols)
3528         (auth-source-protocols-customize, auth-source-choices): Added and
3529         modified variable customizations and defaults.
3530         (auth-source-pick, auth-source-user-or-password)
3531         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3532         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3533         (auth-source-user-or-password-sftp)
3534         (auth-source-user-or-password-smtp): Use new variables and provide an
3535         interface to netrc.el.
3536
3537 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3538
3539         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
3540         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
3541         Make sure the nntp port to specify is a string.
3542
3543 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3544
3545         * nntp.el: Use with-current-buffer.
3546         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
3547         dubious mm-with-unibyte-current-buffer.
3548         (nntp-with-open-group-function): New function extracted from
3549         nntp-with-open-group macro.
3550         (nntp-with-open-group): Use the function, so it's easier to debug.
3551         Add indentation and debugging info.
3552         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
3553         the use of the netcat alternatives.
3554
3555         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
3556         Avoid mm-string-as-multibyte as well.
3557
3558         * nnweb.el (nnweb-insert-html):
3559         Remove use of nnheader-string-as-multibyte.
3560
3561         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
3562         (nnheader-string-as-multibyte): Remove.
3563
3564         * mm-view.el: Use inhibit-read-only.
3565         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
3566         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
3567         or unibyte-string.
3568
3569         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
3570         (mm-uu-yenc-extract): Use with-current-buffer.
3571
3572         * gnus-soup.el (gnus-soup-send-packet): Don't use
3573         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
3574
3575         * nnmh.el: Use with-current-buffer.
3576         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
3577         mm-string-as-multibyte on the output of mm-encode-coding-string.
3578
3579         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
3580         (nnimap-request-move-article): Use with-current-buffer.
3581
3582         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
3583         inserting the handle-buffer's text, so the implicit multibyte->unibyte
3584         conversion uses string-make-unibyte rather than string-as-unibyte.
3585
3586         * gnus-msg.el: Use with-current-buffer.
3587
3588         * message.el (message-ignored-resent-headers): Add "Delivered-To".
3589
3590 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
3591
3592         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
3593         string for caching if it is 'PIN.
3594
3595 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3596
3597         * lpath.el: Consider the case without Emacs/W3.
3598
3599 2008-03-08  Glenn Morris  <rgm@gnu.org>
3600
3601         * time-date.el (date-to-time, time-subtract, time-add)
3602         (safe-date-to-time): Doc fixes.
3603
3604 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3605
3606         * mail-source.el (mail-source-delete-old-incoming-confirm):
3607         Change default to nil.
3608         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
3609
3610 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3611
3612         * lpath.el: Rearrange.
3613
3614         * gnus-art.el (gnus-narrow-to-page): Position point properly.
3615         (gnus-article-goto-prev-page): Work for articles having ^L's.
3616
3617         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
3618
3619         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
3620
3621 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
3622
3623         * gnus-bookmark.el: Adjust for renames in bookmark.el.
3624         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
3625         (gnus-bookmark-jump): Adjust some variable names.
3626
3627 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
3628
3629         * auth-source.el: New package.
3630         (auth-source-choices): Add customization entry point variable.
3631
3632         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
3633         bug.
3634
3635 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
3636
3637         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
3638         (gnus-registry-initialize, gnus-registry-install-p): Use it.
3639         (gnus-registry-install-shortcuts): Rename from
3640         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
3641         the `gnus-registry-mark-map' keymap dynamically from
3642         `gnus-registry-marks'.  The generated functions update the summary line
3643         when a registry mark is added or deleted, and will call
3644         `gnus-registry-install-p' (see the comments in the code).
3645         (gnus-registry-user-format-function-M): Use concat intelligently.
3646
3647         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
3648         the registry mark functions.
3649
3650 2008-03-05  Glenn Morris  <rgm@gnu.org>
3651
3652         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
3653         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
3654         gnus-art.
3655         (top-level): No need to load own source when compiling.
3656
3657 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
3658
3659         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
3660         Suggested by <chris.anderton@zetnet.co.uk>.
3661
3662 2008-03-04  Glenn Morris  <rgm@gnu.org>
3663
3664         * gnus-sum.el (top-level): No need to require gnus when compiling,
3665         since unconditionally required near start of file.
3666         (gnus-summary-display-while-building): Move definition before use.
3667
3668 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
3669
3670         * gnus-registry.el (gnus-registry-user-format-function-M): Add
3671         formatting function.
3672
3673 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
3674
3675         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
3676         with plists.
3677         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
3678         Use new format.
3679
3680 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3681
3682         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
3683         `where-is-internal' that returns a range of key sequences.
3684
3685 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3686
3687         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
3688
3689         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
3690         (gnus-summary-jump-to-group): Consider windows on other displayed
3691         frames as well.  Similar changes might be needed elsewhere, but that's
3692         the one I've bumped into during my use.
3693
3694         * nndoc.el (nndoc-oe-dbx-type-p):
3695         * gnus-msg.el (gnus-debug):
3696         * gnus-group.el (gnus-update-group-mark-positions):
3697         Use mm-string-to-multibyte.
3698
3699 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3700
3701         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
3702         doesn't handle NotDashEscaped.
3703
3704         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
3705         (mml-dnd-attach-options): Fix typo in custom choice.
3706
3707         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
3708         nndoc-article-type to mbox.
3709         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
3710
3711         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
3712         to nil, instead of html2text.
3713
3714         * imap.el (imap-debug): Add `imap-ping-server'.
3715
3716         * gnus-bookmark.el: Add FIXMEs.
3717
3718         * message.el (message-form-letter-separator)
3719         (message-send-form-letter-delay): New variables.
3720         (message-send-form-letter): Use them.  New command to send form
3721         letters.  Requested by Uwe Siart.
3722         (message-send-mail-function): Doc fix.  Add "Other" custom option.
3723
3724 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3725
3726         * Update copyright years.
3727
3728 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3729
3730         Sync from EMACS_22_BASE.
3731
3732         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
3733
3734 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
3735
3736         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
3737         empty author.
3738
3739 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
3740
3741         * gnus-registry.el (gnus-registry-marks): Add variable for
3742         customization of marks and their appearance.
3743         (gnus-registry-read-mark): Use it.
3744         (gnus-registry-do-marks): Add utility function to loop through
3745         `gnus-registry-marks'.
3746         (gnus-registry-install-shortcuts-and-menus): Add function to install
3747         shortcuts and menus.
3748         (gnus-registry-initialize): Use it.
3749         (gnus-registry-default-mark): Clarify documentation.
3750
3751 2008-02-29  Glenn Morris  <rgm@gnu.org>
3752
3753         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
3754         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
3755         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
3756         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
3757         Change defcustom :version from 23.0 to 23.1.
3758
3759 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
3760
3761         * gnus-registry.el (gnus-registry-follow-group-p)
3762         (gnus-registry-post-process-groups): Add functions to aid registry
3763         splitting and improve logging.  Clarify behavior in function
3764         documentation.
3765         (gnus-registry-split-fancy-with-parent): Use them.
3766
3767 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3768
3769         * gnus-art.el: Use with-current-buffer.
3770
3771 2008-02-27  David Engster  <dengste@eml.cc>
3772
3773         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
3774         Express real group name in the response.
3775
3776 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3777
3778         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
3779         (nnmairix-last-server, nnmairix-current-server): Defvar them.
3780         (nnmairix-goto-original-article): Defvar gnus-registry-install and
3781         autoload gnus-registry-fetch-group when compiling.
3782         (nnmairix-request-group-with-article-number-correction): Remove
3783         unreferenced argument passed to nnmairix-call-backend.
3784
3785 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3786
3787         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
3788         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
3789         Wilde.
3790
3791 2008-02-27  Glenn Morris  <rgm@gnu.org>
3792
3793         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
3794         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
3795         variables to defconsts.  Convert comments to doc-strings.
3796         (nnmairix-last-server, nnmairix-current-server): Convert from free
3797         variables to defvars.  Convert comments to doc-strings.
3798         (gnus-registry-fetch-group): Autoload.
3799         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
3800         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
3801         (nnmairix-widget-build-editable-fields): Use car cddr rather than
3802         caddr.
3803         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
3804         nnmairix-request-group-with-article-number-correction call.
3805         (nnmairix-fast, nnmairix-group): New, less general names, for free
3806         variables passed from nnmairix-request-group to
3807         nnmairix-request-group-with-article-number-correction.  Declare.
3808         (nnmairix-request-group-with-article-number-correction):
3809         Use nnmairix-fast, nnmairix-group rather than fast, group.
3810
3811 2008-02-26  David Engster  <dengste@eml.cc>
3812
3813         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
3814         version 0.5.
3815
3816 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
3817
3818         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
3819         instead of making an extra function call.  Don't add the current group
3820         to articles only when they have the group.  Use
3821         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
3822         Reported by David <de_bb@arcor.de>.
3823
3824 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3825
3826         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
3827         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
3828
3829 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
3830
3831         * mail-source.el (mail-source-delete-incoming): Change default.
3832         Supplement doc string.
3833
3834         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
3835
3836 2008-02-14  Glenn Morris  <rgm@gnu.org>
3837
3838         * time-date.el (format-seconds): New function.
3839
3840 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3841
3842         * nnmail.el (nnmail-message-id-cache-file): Derive from
3843         `gnus-home-directory'.
3844
3845 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
3846
3847         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
3848         Document negative prefix.
3849
3850         * gnus-group.el (gnus-group-read-group): Document negative prefix.
3851
3852 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3853
3854         * message.el (message-unsent-separator): Add the Exim bounce
3855         separator.
3856
3857 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
3858
3859         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
3860         list.
3861         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
3862         recipient/signer list.
3863
3864 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3865
3866         * Makefile.in (datarootdir): Define.
3867         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
3868         name that might contain whitespace.
3869
3870 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3871
3872         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
3873         fbound (Emacs 23 unicode), signal an error.
3874
3875 2008-02-08  Glenn Morris  <rgm@gnu.org>
3876
3877         * gnus-art.el (pgg-display-output-buffer): Declare as function.
3878
3879 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
3880
3881         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
3882         ports to the calls to `netrc-machine-user-or-password' in addition to
3883         "imap" and "imaps".
3884
3885 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3886
3887         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
3888
3889         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
3890
3891 2008-02-01  Kenichi Handa  <handa@m17n.org>
3892
3893         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
3894         rfc2104-hexstring-to-bitstring and changed to return a byte list.
3895         (rfc2104-hash): Convert the result of concat to unibyte string.
3896
3897 2008-02-01  Dave Love  <fx@gnu.org>
3898
3899         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
3900         coding-system-for-read.
3901         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
3902
3903 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
3904
3905         * gnus.el (gnus-group-startup-message): Add `find-image' call before
3906         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
3907         <hanche@math.ntnu.no>.
3908
3909 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3910
3911         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
3912
3913         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3914
3915 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
3916
3917         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
3918         * message.el (message-beginning-of-line): Use featurep instead of bound
3919         tests in order to resolve conditionals at compile time.
3920
3921 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
3922
3923         * mail-source.el (mail-sources): Add `group' choice.
3924
3925         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
3926         parameter `in-group' to control into which group the articles go.
3927         Add treatment of `group' mail-source.
3928
3929 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3930
3931         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
3932
3933         * mm-decode.el (mm-dissect-buffer): Decode description.
3934
3935         * mml.el (mml-to-mime): Encode message header first.
3936
3937 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3938
3939         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
3940         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
3941
3942         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
3943         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
3944
3945 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
3946
3947         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
3948
3949 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3950
3951         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
3952         prefix keys.
3953         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
3954         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
3955         gnus-xmas.el.
3956
3957         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
3958         (gnus-xmas-article-describe-bindings): New function.
3959         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
3960         gnus-xmas-article-describe-bindings.
3961
3962         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
3963
3964 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3965
3966         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
3967         Add new variables for article mark management.
3968         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
3969         list of extra data entries which, when present, will indicate that the
3970         article ID should not be trimmed from the registry.
3971         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
3972         functions.
3973         (gnus-registry-read-mark): New function to read a mark name from the
3974         user.
3975         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
3976         (gnus-registry-set-article-mark-internal): New functions to add and
3977         remove marks.
3978         (gnus-registry-get-article-marks): New function to show the marks for
3979         an article, or retrieve them for further use.
3980
3981 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3982
3983         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
3984         keys when no argument is given.
3985
3986 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3987
3988         * imap.el (imap-ping-server): New variable.
3989         (imap-opened): On add extra ping if imap-ping-server is non-nil.
3990         (imap-ping-server): Minor doc string fixes.
3991
3992 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3993
3994         * imap.el (imap-ping-server): New function.
3995         (imap-opened): Call imap-ping-server.
3996
3997 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3998
3999         * gnus-sum.el (gnus-article-sort-by-random)
4000         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
4001         jidanni@jidanni.org.
4002
4003 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4004
4005         * gnus-art.el (gnus-article-describe-bindings): New function.
4006         (gnus-article-read-summary-keys): Use it.
4007         (gnus-article-mode-map): Bind `C-h b' to it.
4008
4009 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4010
4011         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
4012         XEmacs.
4013         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
4014         against non-character events.
4015
4016         * lpath.el: Fbind map-keymap for Emacs 21.
4017
4018 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4019
4020         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
4021         command.
4022         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
4023         instead of END.  Change name of the temp file.
4024         (gnus-group-gmane-group-download-format): Add doc string.  Make it
4025         customizable.
4026
4027 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4028
4029         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
4030         bind `S W' to gnus-article-wide-reply-with-original; set default
4031         binding to gnus-article-read-summary-send-keys.
4032         (gnus-article-read-summary-keys): Fix the order of keys; display
4033         continuation keys correctly in the echo area; describe bindings
4034         correctly when keys end with `C-h'.
4035         (gnus-article-read-summary-send-keys): New function.
4036         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
4037         for gnus-article-read-summary-send-keys; display continuation keys
4038         correctly in the echo area.
4039         (gnus-article-reply-with-original): Ignore prefix argument.
4040         (gnus-article-wide-reply-with-original): New function.
4041
4042         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
4043         Emacs 21.
4044
4045 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4046
4047         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
4048         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
4049
4050 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
4051
4052         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
4053         (gnus-group-read-ephemeral-gmane-group): New command.
4054
4055 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4056
4057         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
4058
4059 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4060
4061         * message.el (message-send-mail-function): Increase custom version.
4062
4063         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
4064         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
4065
4066 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
4067
4068         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
4069         for the cases where imap-authenticate is called with a nil buffer
4070         parameter.
4071
4072 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4073
4074         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
4075         html parts correctly; support forwarded messages.
4076         (gnus-article-browse-html-article): Remove work buffers.
4077
4078         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
4079         compiling.
4080         (netrc-bound-and-true-p): New macro.
4081         (netrc-parse): Use it instead of bound-and-true-p that is not available
4082         in XEmacs 21.4.
4083
4084 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
4085
4086         * gnus-registry.el (gnus-registry-mark-article)
4087         (gnus-registry-article-marks): Add functionality to mark articles
4088         through the Gnus registry.
4089
4090         * encrypt.el: Clarify documentation for the new pgg method.
4091         (encrypt-file-alist): Add PGG option.
4092         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
4093         functionality.  Abstract password key and messaging to external
4094         functions.
4095         (encrypt-password-key, encrypt-get-passphrase-if-needed)
4096         (encrypt-message-method-and-cipher): Add new convenience external
4097         functions.
4098         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
4099         (encrypt-pgg-process-buffer): Add PGG functionality glue.
4100
4101         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
4102         (netrc-parse): Use encrypt-file-alist to determine if
4103         encrypt-find-model or encrypt-insert-file-contents should be used.
4104
4105         * encrypt.el: Clarify documentation.  Load password-cache or
4106         password, whichever one is found first, instead of autoloading.
4107
4108 2007-12-19  Glenn Morris  <rgm@gnu.org>
4109
4110         * mml.el (message-options-set, message-narrow-to-head)
4111         (message-in-body-p, message-mail-p, message-encode-message-body):
4112         Autoload.
4113         (message-remove-header, message-narrow-to-headers-or-head)
4114         (message-subscribed-p, message-make-mail-followup-to)
4115         (message-position-on-field, message-news-p)
4116         (message-options-set-recipient, message-generate-headers)
4117         (message-sort-headers): Declare as functions.
4118
4119 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4120
4121         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
4122         convention in doc string.
4123
4124 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4125
4126         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
4127         title to html parts.
4128         (gnus-article-browse-html-article): Pass message header to it.
4129
4130         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
4131
4132 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
4133
4134         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
4135         or password compatible with XEmacs.
4136
4137 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4138
4139         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
4140         format document.
4141         (gnus-mime-delete-part): Don't write description line if empty.
4142         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
4143
4144 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
4145
4146         * gnus-sum.el (gnus-summary-mark-unread-as-read)
4147         (gnus-summary-mark-read-and-unread-as-read)
4148         (gnus-summary-mark-current-read-and-unread-as-read)
4149         (gnus-summary-mark-unread-as-ticked): Doc fix.
4150         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
4151
4152 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4153
4154         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
4155         Christoph Conrad <christoph.conrad@gmx.de>.
4156
4157 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4158
4159         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
4160         yes-or-no-p.
4161
4162 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4163
4164         * mm-decode.el (mm-add-meta-html-tag): New function.
4165         (mm-save-part-to-file, mm-pipe-part): Use it.
4166
4167         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
4168         gnus-y-or-n-p instead of y-or-n-p.
4169         (gnus-article-browse-html-parts): Work with message/external-body; use
4170         mm-add-meta-html-tag.
4171
4172 2007-12-11  Glenn Morris  <rgm@gnu.org>
4173
4174         * gnus-cache.el: Require gnus-sum not just when compiling.
4175
4176         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
4177
4178         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
4179         definitions before use.
4180
4181         * mm-decode.el: Require gnus-util.
4182         (mm-remove-part): Only call delete-annotation on XEmacs.
4183
4184         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
4185
4186         * nnmail.el: Require gnus-int.
4187
4188         * spam.el: Move `require's before `eval-when-compile's.
4189
4190         * gnus-ems.el (gnus-alive-p):
4191         * gnus-fun.el (message-goto-eoh):
4192         * gnus-util.el (gnus-group-name-decode):
4193         * mail-source.el (gnus-compress-sequence):
4194         * message.el (Info-goto-node, format-spec):
4195         * mm-bodies.el (message-options-get):
4196         * mm-decode.el (mm-view-pkcs7):
4197         * mm-util.el (gmm-write-region):
4198         * mml-smime.el (mml-compute-boundary)
4199         (gnus-completing-read-with-default):
4200         * mml.el (widget-button-press, gnus-make-hashtable):
4201         * mml1991.el (mm-decode-content-transfer-encoding)
4202         (mm-encode-content-transfer-encoding)
4203         (message-options-get, message-options-set):
4204         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
4205         * nnfolder.el (gnus-request-group):
4206         * nnheader.el (ietf-drums-unfold-fws):
4207         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
4208         * smime.el (gnus-run-mode-hooks):
4209         * spam-stat.el (gnus-message): Autoload.
4210
4211         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
4212         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
4213         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
4214         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
4215         Add declare-function compatibility definition.
4216
4217         * gnus-cache.el (nnvirtual-find-group-art):
4218         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
4219         (gnus-add-image, gnus-add-wash-type):
4220         * gnus-group.el (nnkiboze-score-file):
4221         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
4222         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
4223         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
4224         (message-tokenize-header, gnus-get-buffer-create)
4225         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
4226         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
4227         * gnus.el (gnus-group-decoded-name):
4228         * mail-source.el (imap-capability):
4229         * mm-bodies.el (message-options-set):
4230         * mm-decode.el (gnus-configure-windows):
4231         * mm-extern.el (message-goto-body):
4232         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
4233         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
4234         (epg-sub-key-validity, message-options-set):
4235         * mml.el (widget-event-point, gnus-configure-windows):
4236         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
4237         * mml2015.el (epg-check-configuration, epg-configuration)
4238         (message-options-set):
4239         * nndb.el (nndb-request-article):
4240         * nnfolder.el (gnus-request-create-group):
4241         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
4242         * nnmaildir.el (gnus-group-mark-article-read):
4243         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
4244         * rfc1843.el (message-fetch-field):
4245         * spam.el (gnus-extract-address-components):
4246         Declare as functions.
4247
4248 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4249
4250         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
4251
4252         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
4253
4254         * lpath.el: Fbind run-mode-hooks for Emacs 21;
4255         bind show-trailing-whitespace for XEmacs.
4256
4257 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4258
4259         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
4260         new no-op macro for backward compatibility.
4261
4262         * imap.el (imap-string-to-integer): New function.
4263
4264 2007-12-09  Glenn Morris  <rgm@gnu.org>
4265
4266         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
4267
4268         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
4269         * message.el, mm-view.el, sieve-manage.el, smime.el:
4270         Add declare-function compatibility definition.
4271
4272         * gnus-art.el (w3-region, w3m-region, Info-menu):
4273         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
4274         * gnus-sum.el (gnus-get-predicate):
4275         * gnus-util.el (mm-append-to-file, w32-focus-frame):
4276         * message.el (mail-abbrev-in-expansion-header-p):
4277         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
4278         (w3m-detect-meta-charset, w3m-region):
4279         * sieve-manage.el (password-read, password-cache-add)
4280         (password-cache-remove):
4281         * smime.el (password-read-and-add): Declare as functions.
4282
4283 2007-12-08  David Kastrup  <dak@gnu.org>
4284
4285         * gnus-sum.el (gnus-summary-simplify-subject-query):
4286         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
4287         `message'.
4288
4289 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4290
4291         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
4292         it to bind idna-program, installation-directory, defined-colors, and
4293         face-attribute for XEmacs of the version that compiles defcustom forms.
4294
4295 2007-12-07  Glenn Morris  <rgm@gnu.org>
4296
4297         * gnus-art.el (article-make-date-line): Revert previous change.
4298
4299 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4300
4301         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
4302
4303 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
4304
4305         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
4306         Call gnus-add-to-range ranges only once with a prepared article-list.
4307
4308 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
4309
4310         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
4311         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
4312         group names with backslashes.  Reported by Tassilo Horn
4313         <tassilo@member.fsf.org>.
4314
4315 2007-12-06  Deepak Goel  <deego3@gmail.com>
4316
4317         * gnus-art.el (article-make-date-line):
4318         * gnus-start.el (gnus-load):
4319         * pop3.el (pop3-read-response): Fix buggy call to `error'.
4320
4321 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4322
4323         * gnus-art.el (gnus-use-idna)
4324         * gnus-start.el (gnus-site-init-file)
4325         * message.el (message-use-idna)
4326         * mm-uu.el (mm-uu-hide-markers)
4327         * smiley.el (smiley-style): Revert changes that suppress warnings.
4328
4329 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4330
4331         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
4332         specify charset to html source.  Reported by Christoph Conrad
4333         <christoph.conrad@gmx.de>.
4334
4335 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4336
4337         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
4338         idna-program in order to suppress byte compile warning issued by XEmacs
4339         that came to byte compile the default value section of defcustom forms
4340         recently.
4341
4342         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
4343         value of installation-directory.
4344
4345         * message.el (message-use-idna): Don't directly refer to the value of
4346         idna-program.
4347
4348         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
4349
4350         * smiley.el (smiley-style): Don't directly call face-attribute.
4351
4352 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
4353
4354         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
4355
4356         * gnus-dired.el: Reduce Gnus dependencies.
4357         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
4358         require.  Use autoloads instead.
4359         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
4360         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
4361         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
4362         (gnus-dired-mode): Adjust doc string.
4363         (gnus-dired-mail-mode): New variable.
4364         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
4365         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
4366         (gnus-dired-mail-buffers): New function.  Return mail or message
4367         composition buffers.
4368         (gnus-dired-attach): Use it.
4369         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
4370         NO-DECODE.
4371         (gnus-dired-print): Use `gnus-print-buffer' depending on
4372         `gnus-dired-mail-mode'.
4373
4374 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4375
4376         * rfc2047.el (rfc2047-encoded-word-regexp)
4377         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
4378         explaining what regexp patterns are for.
4379
4380 2007-12-04  Glenn Morris  <rgm@gnu.org>
4381
4382         * password.el: Move to password-cache.el.
4383
4384         * mml1991.el (password-read, password-cache-add, password-cache-remove):
4385         * mml2015.el (password-read, password-cache-add, password-cache-remove):
4386         * mml-smime.el (password-read, password-cache-add)
4387         (password-cache-remove):
4388         No need to autoload, since mml-sec requires password.
4389
4390         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
4391         * message.el (gnus-extract-address-components):
4392         * mml-smime.el (gnus-extract-address-components): Define for compiler.
4393
4394         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
4395         password.
4396
4397 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
4398
4399         * mailcap.el: Reduce dependencies.
4400         (mail-header-parse-content-type): Autoload.
4401         (mailcap-delete-duplicates): New alias.
4402         (mailcap-mime-info): Add optional argument NO-DECODE.
4403         (mailcap-mime-types): Use mailcap-delete-duplicates.
4404
4405         * message.el (message-ignored-supersedes-headers): Add "X-ID".
4406
4407 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
4408
4409         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
4410         (imap-parse-status): Upcase status-att for servers that sends them
4411         lower-case (e.g., MS Exchange 2007).
4412
4413 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4414
4415         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
4416         function.
4417
4418         * gnus-uu.el (gnus-uu-decode-yenc): New command.
4419         (gnus-uu-yenc-article): New function.
4420
4421         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
4422
4423         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
4424         buffer.
4425
4426 2007-12-02  Glenn Morris  <rgm@gnu.org>
4427
4428         * binhex.el (binhex): New custom group.
4429         (binhex-decoder-program, binhex-decoder-switches)
4430         (binhex-use-external): Move to the binhex custom group.
4431
4432         * uudecode.el (uudecode): New custom group.
4433         (uudecode-decoder-program, uudecode-decoder-switches)
4434         (uudecode-use-external): Move to the uudecode custom group.
4435
4436         * netrc.el (top-level): Don't load `encrypt' features.
4437         (netrc-parse): Don't use encrypt.
4438         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
4439
4440         * encrypt.el: Remove file.
4441
4442 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
4443
4444         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
4445         matches on patches.
4446
4447         * gnus-art.el (gnus-article-browse-html-article): Mention
4448         `mm-text-html-renderer' in the doc string.
4449
4450         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
4451         string.  Add comments.
4452
4453         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
4454         if rhs is ASCII.
4455
4456 2007-12-01  Glenn Morris  <rgm@gnu.org>
4457
4458         * mail-source.el (top-level): Require format-spec before
4459         eval-when-compile.
4460
4461 2007-11-30  Glenn Morris  <rgm@gnu.org>
4462
4463         * encrypt.el: Require password, rather than autoloading password-read.
4464
4465 2007-11-29  Glenn Morris  <rgm@gnu.org>
4466
4467         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
4468         (sasl-make-client, sasl-next-step, sasl-step-data)
4469         (sasl-step-set-data): Declare as functions.
4470
4471 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
4472
4473         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
4474
4475 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
4476
4477         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
4478         certs should be verified and what is to be done in the event of a
4479         verification failure.
4480
4481         * gnus.el (gnus-method-to-server): Add an optional parameter so the
4482         caller can indicate whether the cache should be disregarded for this
4483         call.  This way the result of the call is reproducible at all times and
4484         can be considered a canonical server name for the supplied method.
4485         (gnus-agent-method-p): Canonicalize server names by pushing their
4486         method through `gnus-method-to-server' using the no-cache argument.
4487
4488         * gnus-srvr.el (gnus-server-insert-server-line): Call
4489         `gnus-method-to-server' with `no-cache' argument.
4490
4491         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
4492         gnus-agent-possibly-synchronize-flags as this should be called when the
4493         server is actually being opened.
4494         (gnus-agent-possibly-synchronize-flags)
4495         (gnus-agent-possibly-synchronize-flags-server): Move check for the
4496         flags file of an agentized server to the latter function.
4497
4498         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
4499         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
4500         after a connection has been established successfully.
4501
4502 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4503
4504         * gnus-art.el (article-display-face): Force to display face if called
4505         interactively; check if gnus-article-x-face-too-ugly matches author.
4506         (article-display-x-face): Display face even if From header is missing
4507         as article-display-face does.
4508
4509 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
4510
4511         * hashcash.el (message-narrow-to-headers-or-head)
4512         (message-fetch-field, message-goto-eoh)
4513         (message-narrow-to-headers): Declare as functions.
4514
4515 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
4516
4517         * mail-source.el (mail-sources): Default to fetch from file for
4518         compatibility with default of nnmail-spool-file.
4519
4520 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4521
4522         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
4523         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
4524         to look for encoded word that should be encoded again.
4525         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
4526         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
4527         encoding pattern.
4528         (rfc2047-decode-region): Switch strict regexp and loose one according
4529         to rfc2047-allow-irregular-q-encoded-words.
4530
4531 2007-11-25  Romain Francoise  <romain@orebokech.com>
4532
4533         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
4534
4535 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
4536
4537         * tls.el (tls-program): Provide more custom choices from
4538         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
4539         (tls-process-connection-type, tls-success): Remove "*" in doc string.
4540
4541 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4542
4543         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
4544         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
4545
4546         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
4547         `nnmail-spool-file'.
4548
4549         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
4550         `nnmail-spool-file'.
4551
4552         * gnus-move.el (gnus-change-server): Ditto.
4553
4554         * gnus-kill.el (gnus-batch-score): Ditto.
4555
4556         * gnus-cache.el (gnus-jog-cache): Ditto.
4557
4558         * gnus-msg.el (gnus-summary-reply):
4559         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
4560
4561 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4562
4563         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
4564         version.  Minor improvement to doc strings.
4565         (tls-program): Add comment.
4566
4567 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
4568
4569         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
4570         (tls-checktrust): New variable.  Check if GNU TLS complained about a
4571         mismatch between the hostname provided in the certificate and the name
4572         of the host connnecting to.
4573         (open-tls-stream): Use them.  Check certificates against trusted root
4574         certificates.
4575
4576 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4577
4578         * gnus-cache.el (gnus-cache-generate-nov-databases):
4579         Use nnml-generate-nov-databases-directory instead of
4580         nnml-generate-nov-databases-1.
4581
4582 2007-11-24  Glenn Morris  <rgm@gnu.org>
4583
4584         * message.el (message-tool-bar-retro): Update for rename
4585         mail_send.xpm->mail-send.xpm.
4586
4587 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
4588
4589         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
4590         `smime-ldap-search' for Emacs 22 and up.
4591
4592 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4593
4594         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
4595
4596         * message.el (message-send-mail-function): Fix error convention.
4597         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
4598         (message-widen-reply, message-send-mail, message-talkative-question)
4599         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
4600         (message-clone-locals, message-send-news): Use with-current-buffer.
4601         (message-insert-or-toggle-importance): Remove unused var `valid'.
4602         (message-make-references): Remove unused var `new-references'.
4603         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
4604
4605 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
4606
4607         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
4608         (spam-split-symbolic-return-positive): Reflow docstring.
4609         (spam-backends, spam-summary-exit-behavior)
4610         (spam-mark-ham-unread-before-move-from-spam-group)
4611         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
4612         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
4613         (spam-clear-cache, spam-backend-check, spam-install-backend)
4614         (spam-install-statistical-backend, spam-list-of-processors)
4615         (spam-group-processor-p, spam-split, spam-bogofilter-score)
4616         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
4617         (spam-check-crm114, spam-initialize, spam-unload-hook):
4618         Fix typos in docstrings.
4619
4620 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4621
4622         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
4623         been checked if they have never been read and those group levels are
4624         higher than the one that a user specified.
4625
4626 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4627
4628         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
4629         foreign groups unless a group level is specified by a user.
4630         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
4631
4632 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
4633
4634         * message.el (message-send-mail-function): Require sendmail.
4635
4636 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
4637
4638         * message.el (message-send-mail-function): Check for smtpmail too.
4639
4640         * utf7.el (utf7-encode, utf7-decode): Use coding system
4641         `utf-7'/`utf-7-imap' from utf-7.el' if available.
4642
4643         * message.el (message-send-mail-function): New function.
4644         (message-send-mail-function): Set default using
4645         message-send-mail-function.  Adjust doc string.
4646         (message-send-mail-with-mailclient): New function.
4647
4648 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4649
4650         * smime.el (from):
4651         * rfc2047.el (message-posting-charset):
4652         * qp.el (mm-use-ultra-safe-encoding):
4653         * pop3.el (parse-time-months):
4654         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
4655         * nnml.el (files):
4656         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
4657         (jka-compr-compression-info-list, ange-ftp-path-format)
4658         (efs-path-regexp):
4659         * nndiary.el (files):
4660         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
4661         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
4662         (epg-digest-algorithm-alist, inhibit-redisplay)
4663         (password-cache-expiry):
4664         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
4665         (pgg-output-buffer, password-cache-expiry):
4666         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
4667         (efs-path-regexp):
4668         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
4669         (inhibit-redisplay):
4670         * mm-uu.el (file-name, start-point, end-point, entry)
4671         (gnus-newsgroup-name, gnus-newsgroup-charset):
4672         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
4673         (latin-unity-ucs-list):
4674         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
4675         (mm-uu-binhex-decode-function):
4676         * message.el (gnus-message-group-art, gnus-list-identifiers)
4677         (rmail-enable-mime-composing, gnus-local-organization)
4678         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
4679         (gnus-read-active-file, facemenu-add-face-function)
4680         (facemenu-remove-face-function, gnus-article-decoded-p)
4681         (tool-bar-mode):
4682         * mail-source.el (display-time-mail-function):
4683         * gnus-util.el (nnmail-pathname-coding-system)
4684         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
4685         (gnus-original-article-buffer, gnus-user-agent)
4686         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
4687         (xemacs-codename, sxemacs-codename, emacs-program-version):
4688         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
4689         * gnus-start.el (gnus-agent-covered-methods)
4690         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
4691         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
4692         (gnus-newsgroup-headers, gnus-group-list-mode)
4693         (gnus-group-mark-positions, gnus-newsgroup-data)
4694         (gnus-newsgroup-unreads, nnoo-state-alist)
4695         (gnus-current-select-method, mail-sources)
4696         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
4697         (nnmail-spool-file, gnus-cache-active-hashtb):
4698         * gnus-mh.el (mh-lib-progs):
4699         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
4700         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
4701         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
4702         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
4703         (gnus-group-buffer):
4704         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
4705         (font-lock-set-defaults):
4706         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
4707         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
4708         (gnus-summary-post-menu, total-parts, type, condition, length):
4709         * gnus-agent.el (gnus-agent-read-agentview):
4710         * flow-fill.el (show-trailing-whitespace):
4711         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
4712         eval-and-compile wrappers for byte compiler pacifiers.
4713
4714         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
4715         (mm-display-inline-fontify): Check for featurep 'xemacs not
4716         extent-list.
4717
4718         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
4719         itimer-list.
4720         (mm-create-image-xemacs): Only do something for XEmacs.
4721         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
4722
4723         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
4724
4725         * gnus-registry.el (gnus-adaptive-word-syntax-table):
4726         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
4727
4728 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
4729
4730         * nnimap.el (nnimap-split-download-body):
4731         * gnus-demon.el (gnus-demon):
4732         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
4733
4734 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4735
4736         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
4737         macros.
4738         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
4739         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
4740         copy data from unibyte buffer to multibyte current buffer.
4741         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
4742         to copy data from unibyte current buffer to multibyte buffer.
4743         (nntp-make-process-buffer): Make process buffer unibyte.
4744
4745         * pop3.el (pop3-open-server): Fix typo in Lisp code.
4746
4747 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
4748
4749         * pop3.el (pop3-open-server): Accept and process data more robustly at
4750         connexion start to avoid spurious "POP SSL connexion failed" errors.
4751
4752 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4753
4754         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
4755         read group names.
4756
4757 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
4758
4759         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
4760
4761 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4762
4763         * nnmail.el (nnmail-parse-active): Make group names unibyte.
4764         (nnmail-save-active): Use a unibyte buffer when saving active file,
4765         which may contain non-ASCII group names.
4766
4767         * nnml.el (nnml-request-group): Decode group names in messages.
4768
4769 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
4770
4771         * message.el (message-citation-line-function)
4772         (message-insert-formatted-citation-line): Fix spelling of
4773         `message-insert-formated-citation-line'.
4774
4775 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
4776
4777         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
4778
4779 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4780
4781         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
4782         nnmail-pathname-coding-system.
4783
4784         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
4785         that a user enters; decode group names in messages.
4786
4787         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
4788
4789 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4790
4791         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
4792
4793         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
4794
4795         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
4796         risky local variable.
4797
4798         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
4799
4800 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4801
4802         * encrypt.el: Improve documentation to fix function name typo.
4803         Reported by Daiki Ueno <ueno@unixuser.org>.
4804
4805 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4806
4807         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
4808         even if the point is not in the last page of an article.
4809         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
4810         back to the previous page.
4811
4812 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
4813
4814         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
4815
4816 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4817
4818         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
4819
4820 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4821
4822         * message.el (message-check-news-body-syntax): Avoid
4823         mm-string-as-multibyte.
4824         (message-hide-headers): Don't assume (point-min)==1.
4825
4826 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4827
4828         * message.el (message-remove-blank-cited-lines): Fix if remove is
4829         given.
4830         (message-bogus-address-regexp): New variable.
4831         (message-bogus-recipient-p): New function.
4832         (message-check-recipients): New command.
4833         (message-syntax-checks): Add `bogus-recipient'.
4834         (message-fix-before-sending): Add `bogus-recipient'.
4835
4836         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
4837         (gnus-treat-body-boundary): Don't test window-system.
4838
4839 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
4840
4841         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
4842
4843 2007-10-28  Miles Bader  <miles@gnu.org>
4844
4845         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
4846         at compile-time too.
4847
4848 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4849
4850         * gnus-msg.el (gnus-message-setup-hook): Add
4851         `message-remove-blank-cited-lines' to options.
4852
4853 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4854
4855         * message.el (message-remove-blank-cited-lines): New function.
4856         Suggested by Karl Plästerer.
4857
4858 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4859
4860         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
4861         mapc.
4862
4863         * imap.el (imap-open): Replace mapcar called for effect with mapc.
4864         (top-level): Use mapc to set functions to be traced for debugging.
4865
4866         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
4867         called for effect with while loop.
4868
4869         * message.el (message-talkative-question): Replace mapcar called for
4870         effect with mapc.
4871
4872         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
4873         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
4874         called for effect with dolist.
4875
4876         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
4877
4878         * nndiary.el: Use dolist instead of mapcar to add diary headers to
4879         gnus-extra-headers and nnmail-extra-headers.
4880
4881         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
4882         called for effect with dolist.
4883         (top-level): Use mapc to set functions to be traced for debugging.
4884
4885         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
4886         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
4887         dolist.
4888
4889         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
4890         Replace mapcar called for effect with mapc.
4891         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
4892         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
4893         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
4894         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
4895
4896         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
4897         remove-if that's a cl function.
4898
4899         * webmail.el (webmail-debug): Replace mapcar called for effect with
4900         dolist.
4901
4902         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
4903         with mapc.
4904
4905 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4906
4907         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
4908         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
4909         with while loop.
4910
4911         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
4912         functions from article-* functions.
4913         (gnus-multi-decode-header): Replace mapcar called for effect with
4914         dolist.
4915
4916         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
4917         (gnus-bookmark-show-details): Replace mapcar called for effect with
4918         while loop.
4919
4920         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
4921         called for effect with while loop.
4922
4923         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
4924         with dolist.
4925
4926         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
4927         mapcar called for effect with dolist.
4928
4929         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
4930
4931         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
4932         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
4933         Replace mapcar called for effect with dolist.
4934         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
4935         mapc.
4936
4937         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
4938         Replace mapcar called for effect with dolist.
4939         (gnus-topic-list): Replace mapcar called for effect with mapc.
4940
4941         * gnus.el: Use mapc instead of mapcar to add autoloads.
4942
4943 2007-10-23  Richard Stallman  <rms@gnu.org>
4944
4945         * gnus-group.el (gnus-group-highlight): Mark as risky.
4946
4947 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4948
4949         * gnus.el (gnus-server-to-method): Return method found first in
4950         gnus-newsrc-alist.
4951
4952         * gnus-art.el (gnus-article-highlight-signature)
4953         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
4954         button overlay without the front stickiness.
4955
4956 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
4957
4958         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
4959         overview buffer needed a catch to receive its throw.
4960         (gnus-agent-flush-cache): Declared as interactive to make this function
4961         easier to use.
4962
4963 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
4964
4965         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
4966         `next-line'.
4967
4968 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4969
4970         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
4971         exclude address matching message-dont-reply-to-names.
4972
4973 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4974
4975         * gnus-util.el (gnus-string<): New function.
4976
4977         * gnus-sum.el (gnus-article-sort-by-author)
4978         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
4979
4980 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4981
4982         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
4983         the frame-focus tag is set in gnus-buffer-configuration.
4984
4985 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4986
4987         * gnus-art.el (gnus-article-add-button): Make a button overlay without
4988         the front stickiness.
4989
4990 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4991
4992         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
4993         url pattern; remove duplicate one.
4994         (gnus-article-extend-url-button): New function.
4995         (gnus-article-add-buttons): Use it.
4996         (gnus-button-push): Use concatenated url that it makes.
4997
4998 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
4999
5000         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
5001
5002 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5003
5004         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
5005         Don't hardcode point-min==1.
5006
5007 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
5008
5009         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
5010         Fix comment about "iso8859-1".
5011
5012 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
5013
5014         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
5015         ones returned from the verify-function.
5016
5017         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
5018         mml2015-extract-cleartext-signature if extraction failed.
5019
5020 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
5021
5022         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
5023         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
5024         failed.
5025
5026 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5027
5028         * Relicense "GPLv2 or later" files to "GPLv3 or later".
5029
5030 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
5031
5032         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
5033         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
5034         recommends to use EasyPG instead of PGG.
5035
5036         * pgg.el: Revert to revision 6.23.2.16.
5037
5038         * pgg-def.el: Revert to revision 6.6.2.14.
5039
5040         * pgg-gpg.el: Revert to revision 6.23.2.34.
5041
5042 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
5043
5044         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
5045         to mark a thread as expirable.  Add variable `hide' to handle hiding of
5046         thread for both the null and zero (kill/expire thread) universal prefix
5047         cases.
5048         (gnus-summary-expire-thread): Add new function to expire a thread,
5049         using gnus-summary-kill-thread.
5050         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
5051         shortcuts for gnus-summary-expire-thread.
5052         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
5053         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
5054
5055 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5056
5057         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
5058         extras value, so an extras entry can be deleted.
5059         (gnus-registry-delete-extra-entry): Use it.
5060         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
5061         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
5062         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
5063         storage through the gnus-registry, and provide an appropriate API for
5064         it.
5065
5066 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5067
5068         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
5069         Suggested by Leo <sdl.web@gmail.com>.
5070
5071         * gnus.el: Do.
5072
5073 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5074
5075         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
5076         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
5077
5078         * gnus-agent.el (gnus-agent-fetch-headers): Do.
5079
5080         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5081         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
5082
5083 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5084
5085         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
5086         newline.
5087         (nnmbox-request-accept-article): Don't change article in source buffer;
5088         narrow to header to use message-fetch-field rather than
5089         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
5090         (nnmbox-request-replace-article): Quote lines that'll be misidentified
5091         as delimiters; make sure article ends with newline.
5092         (nnmbox-delete-mail): Correct last position of article to be deleted;
5093         ignore X-Gnus-Newsgroup header in article body.
5094         (nnmbox-save-mail): Quote lines looking like delimiters at the right
5095         positions; make sure article ends with newline.
5096
5097         * message.el (message-display-abbrev): Don't infloop when a user
5098         inserts SPC in the beginning of header.
5099
5100         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
5101         coding-system-for-read and coding-system-for-write for XEmacs having no
5102         file-coding feature.
5103
5104         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
5105
5106 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
5107
5108         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
5109         list of groups not followed by default.  Fix type to be regexp.
5110         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
5111
5112 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
5113
5114         * hmac-def.el (define-hmac-function): Switch from old-style to
5115         new-style backquotes.
5116
5117         * md4.el (md4-make-step): Likewise.
5118
5119 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5120
5121         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
5122         raw-text coding system when saving .newsrc file, which may contain
5123         non-ASCII group names.
5124
5125 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5126
5127         * gnus-cus.el (gnus-score-extra): New widget.
5128         (gnus-score-extra-convert): New function.
5129         (gnus-score-customize): Use it for Extra.
5130
5131 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
5132
5133         * mml2015.el (mml2015-extract-cleartext-signature): New function.
5134         (mml2015-mailcrypt-clear-verify): Use it.
5135         (mml2015-gpg-clear-verify): Use it.
5136         (mml2015-pgg-clear-verify): Use it.
5137         (mml2015-epg-clear-verify): Replace the current part with the output
5138         from GnuPG; don't extract the plaintext by itself.
5139
5140         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
5141         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
5142         mml2015-clear-verify-function; don't touch the armor headers or
5143         dash-escaped text here.
5144
5145 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5146
5147         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
5148         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
5149         parts, or application/octet-stream as a last resort.
5150         (gnus-mime-view-part-as-type): Don't toggle display.
5151         (gnus-mime-view-part-as-charset): Don't turn off display before
5152         querying charset.
5153
5154         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
5155         stuff to undisplayer function in Emacs.
5156         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
5157
5158         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
5159         text/calendar parts.
5160
5161 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5162
5163         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
5164         decoding text/calendar parts.
5165
5166         * message.el (message-forward-make-body-mime): Always mark body as
5167         having no illegible text; remove signed-or-encrypted argument.
5168         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
5169
5170         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
5171         (mml-generate-mime-1): Don't encode body if it is specified to be in
5172         raw form; don't make buffer be unibyte when inserting multibyte string.
5173
5174 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5175
5176         * sha1.el: Fix up comment style.
5177         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
5178         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
5179
5180         * hex-util.el: Fix up comment style.
5181         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
5182
5183         * gnus-salt.el: Use with-current-buffer.
5184         (gnus-pick-setup-message): Fix long-standing typo.
5185
5186 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5187
5188         * imap.el (imap-logout-timeout): New variable.
5189         (imap-logout, imap-logout-wait): New functions.
5190         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
5191
5192         * nnimap.el (nnimap-logout-timeout): New server variable.
5193         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
5194         nnimap-logout-timeout.
5195
5196         * gnus-art.el (gnus-article-summary-command-nosave)
5197         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
5198
5199 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5200
5201         * gnus.el (gnus-maximum-newsgroup): New variable.
5202
5203         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
5204         according to gnus-maximum-newsgroup.
5205
5206         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5207         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
5208         Limit the range of articles according to gnus-maximum-newsgroup.
5209
5210 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
5211
5212         * gnus-art.el (gnus-sticky-article): Fixed problems described in
5213         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
5214         Don't perform gnus-configure-windows here; reuse existing sticky
5215         article buffer.
5216
5217         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
5218         it doesn't exist in gnus-article-mode.
5219
5220 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5221
5222         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
5223         (gnus-agent-decoded-group-name): New function.
5224         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
5225         (gnus-agent-expire-group-1): Use it; decode group name in messages.
5226
5227 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
5228
5229         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
5230         Add binding for gnus-sticky-article.
5231         (gnus-summary-exit): Don't kill sticky article buffers.
5232
5233         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
5234         article buffer.
5235         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
5236         (gnus-kill-sticky-article-buffers): New commands.
5237
5238 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5239
5240         * nntp.el (nntp-xref-number-is-evil): New server variable.
5241         (nntp-find-group-and-number): If it is non-nil, don't trust article
5242         numbers in the Xref header.
5243
5244 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5245
5246         * gnus-agent.el (gnus-agent-read-group): New function.
5247         (gnus-agent-flush-group, gnus-agent-expire-group)
5248         (gnus-agent-regenerate-group): Use it.
5249         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
5250         nnmail-pathname-coding-system.
5251
5252 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5253
5254         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
5255
5256         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
5257         that are unread as unread, and also as selected so that information of
5258         marks having been changed by a user may be updated when exiting group.
5259
5260 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5261
5262         * gnus-art.el (gnus-mime-display-single): Pass part number that is
5263         calculated ignoring signature parts to gnus-treat-article.
5264
5265 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5266
5267         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
5268         a point here in order to keep the window start.
5269         (gnus-insert-mime-security-button): Make a button overlay without the
5270         front stickiness.
5271         (gnus-mime-display-security): Goto the end of a button.
5272
5273         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
5274
5275 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5276
5277         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
5278         group-name-at-point.
5279         (gnus-group-completing-read): New function that offers decoded
5280         non-ASCII group names for completion.
5281         (gnus-fetch-group, gnus-group-read-ephemeral-group)
5282         (gnus-group-jump-to-group, gnus-group-make-group-simple)
5283         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
5284         (gnus-group-fetch-control): Use it.
5285         (gnus-fetch-group): Use group-name-at-point for the initial value
5286         rather than the default value; use gnus-alive-p.
5287
5288         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
5289         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
5290         (gnus-summary-post-news): Use gnus-group-completing-read.
5291
5292         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
5293         (gnus-read-move-group-name): Decode group name for completion.
5294
5295 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
5296
5297         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
5298         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
5299         Yamaoka slightly modified the code).
5300
5301 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5302
5303         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
5304         (nnmail-split-incoming): Bind it.
5305
5306         * nnml.el (nnml-group-name-charset): New function.
5307         (nnml-decoded-group-name): Use it; don't decode group name if
5308         nnmail-group-names-not-encoded-p is non-nil.
5309         (nnml-encoded-group-name): New function.
5310         (nnml-group-pathname): Inline nnml-decoded-group-name.
5311         (nnml-request-expire-articles): Decode group name in message.
5312         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
5313         nnmail-pathname-coding-system.
5314         (nnml-save-mail, nnml-active-number): Work with decoded group names and
5315         not decoded ones according to nnmail-group-names-not-encoded-p.
5316         (nnml-generate-active-info): Use nnml-encoded-group-name.
5317
5318 2007-08-08  Glenn Morris  <rgm@gnu.org>
5319
5320         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
5321         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
5322         doc-strings and comments.
5323
5324 2007-07-25  Glenn Morris  <rgm@gnu.org>
5325
5326         * Relicense all FSF files to GPLv3 or later.
5327
5328 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5329
5330         * gnus-sum.el (gnus-summary-move-article): Make
5331         gnus-summary-respool-article work.
5332
5333 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
5334
5335         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
5336         string.
5337
5338 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
5339
5340         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
5341         that should be ignored when comparing distant RSS articles with local
5342         ones.
5343         (nnrss-make-hash-index): New function.  Create a hash index according
5344         to the ignored fields.
5345         (nnrss-check-group): Use it.
5346
5347 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5348
5349         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
5350
5351         * gnus-art.el (article-decode-group-name): Decode Xref header too.
5352
5353         * gnus-group.el (gnus-group-make-group): Encode group name here unless
5354         the new optional argument ENCODED is non-nil.
5355         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
5356         coding system for encoding group name.
5357         (gnus-group-make-rss-group): Pass un-encoded group name to
5358         gnus-group-make-group.
5359         (gnus-group-set-info): Tell gnus-group-make-group that group name is
5360         encoded.
5361
5362         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
5363         Encode group name to which articles are moved or copied.
5364         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
5365         coding system for encoding Newsgroup, Followup-To and Xref headers.
5366
5367         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
5368         marks; use nnheader-file-coding-system to write a file.
5369         (nnagent-retrieve-headers): Bind file-name-coding-system to
5370         nnmail-pathname-coding-system.
5371
5372         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
5373
5374         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
5375         (nnml-request-article, nnml-request-create-group)
5376         (nnml-request-rename-group, nnml-find-id)
5377         (nnml-possibly-change-directory, nnml-possibly-create-directory)
5378         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
5379         (nnml-save-marks): Use nnml-group-pathname instead of
5380         nnmail-group-pathname.
5381
5382         (nnml-request-create-group, nnml-request-expire-articles)
5383         (nnml-request-move-article, nnml-request-delete-group)
5384         (nnml-deletable-article-p, nnml-possibly-create-directory)
5385         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
5386         (nnml-open-marks): Bind file-name-coding-system to
5387         nnmail-pathname-coding-system.
5388
5389         (nnml-request-article): Pass server argument to nnml-find-group-number.
5390         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
5391         server argument to nnml-possibly-create-directory.
5392         (nnml-request-accept-article): Pass server argument to
5393         nnml-active-number and nnml-save-mail.
5394         (nnml-find-group-number): Pass server argument to nnml-find-id.
5395         (nnml-request-update-info): Pass server argument to
5396         nnml-marks-changed-p.
5397
5398         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
5399         (nnml-save-mail, nnml-active-number): Add server argument.
5400
5401         (nnml-request-delete-group): Warn if group is missing.
5402         (nnml-get-nov-buffer): Decode group name.
5403         (nnml-generate-active-info): Encode group name.
5404         (nnml-open-marks): Decode group name in messages.
5405
5406 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5407
5408         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
5409         if it is not specified.
5410         (gnus-article-pipe-part, gnus-article-save-part)
5411         (gnus-article-interactively-view-part, gnus-article-copy-part)
5412         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
5413         (gnus-article-inline-part, gnus-article-save-part-and-strip)
5414         (gnus-article-replace-part, gnus-article-delete-part)
5415         (gnus-article-view-part-as-type): Pass raw prefix argument to
5416         gnus-article-part-wrapper.
5417
5418 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5419
5420         * gnus-agent.el (gnus-agent-save-active): Bind
5421         nnheader-file-coding-system to gnus-agent-file-coding-system.
5422
5423         * gnus-cache.el (gnus-cache-save-buffers)
5424         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
5425         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
5426         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
5427         (gnus-cache-braid-nov, gnus-cache-braid-heads)
5428         (gnus-cache-generate-active, gnus-cache-rename-group)
5429         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
5430         (gnus-cache-update-overview-total-fetched-for): Bind
5431         file-name-coding-system to nnmail-pathname-coding-system.
5432         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
5433         variables.
5434         (gnus-cache-decoded-group-name): New function.
5435         (gnus-cache-file-name): Use it.
5436         (gnus-cache-generate-active): Use non-decoded group name for active.
5437
5438         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
5439         right place.
5440         (gnus-write-active-file): Don't break non-ASCII group names.
5441
5442         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
5443         nnmail-pathname-coding-system.
5444
5445         * lpath.el: Bind default-file-name-coding-system,
5446         file-name-coding-system and language-info-alist for XEmacs.
5447
5448         * gnus-uu.el (gnus-uu-decode-save): Typo.
5449
5450 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5451
5452         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
5453
5454 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5455
5456         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
5457         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
5458         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
5459         (gnus-agent-flush-group, gnus-agent-flush-cache)
5460         (gnus-agent-fetch-headers, gnus-agent-load-alist)
5461         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
5462         (gnus-agent-retrieve-headers, gnus-agent-request-article)
5463         (gnus-agent-regenerate-group)
5464         (gnus-agent-update-files-total-fetched-for)
5465         (gnus-agent-update-view-total-fetched-for): Bind
5466         file-name-coding-system to nnmail-pathname-coding-system.
5467         (gnus-agent-group-pathname): Don't encode file names by
5468         nnmail-pathname-coding-system.
5469         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
5470         coding-system-for-write instead of buffer-file-coding-system to
5471         gnus-agent-file-coding-system.
5472
5473         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
5474         Decode group name.
5475
5476         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
5477
5478         * gnus-start.el (gnus-update-active-hashtb-from-killed)
5479         (gnus-read-newsrc-el-file): Make group names unibyte.
5480
5481         * nnmail.el (nnmail-group-pathname): Don't encode file names by
5482         nnmail-pathname-coding-system.
5483
5484         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
5485         (nnrss-request-delete-group): Bind file-name-coding-system to
5486         nnmail-pathname-coding-system.
5487         (nnrss-read-server-data, nnrss-read-group-data): Bind
5488         file-name-coding-system correctly.
5489         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
5490
5491         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
5492         (nntp-server-to-method-cache): New variable.
5493         (nntp-group-pathname): New function that decodes non-ASCII group names.
5494         (nntp-possibly-create-directory, nntp-marks-changed-p)
5495         (nntp-save-marks, nntp-open-marks): Use it.
5496         (nntp-possibly-create-directory, nntp-open-marks):
5497         Bind file-name-coding-system to nnmail-pathname-coding-system.
5498         (nntp-open-marks): Decode group names when bootstrapping marks.
5499
5500         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
5501         Newsgroups and Folowup-To headers.
5502
5503 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5504
5505         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5506         (gnus-server-closed-face, gnus-server-denied-face)
5507         (gnus-server-offline-face): Remove variable.
5508         (gnus-server-font-lock-keywords): Use faces that are not aliases.
5509
5510         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
5511         of modifying message-stack directly for XEmacs.
5512
5513         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
5514         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
5515         if the coding-system argument is nil for XEmacs.
5516
5517         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
5518         mm-charset-override-alist.
5519
5520         * rfc2047.el: Don't require base64; require rfc2045 for the function
5521         rfc2045-encode-string.
5522         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
5523         to quote the parameter value.
5524
5525 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5526
5527         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
5528         form in gnus-group-name-charset-method-alist.
5529
5530         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
5531         overrides the default layout edit-form.
5532
5533         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
5534
5535         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
5536
5537 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5538
5539         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
5540         as unfetched articles.
5541
5542 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
5543
5544         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
5545
5546 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5547
5548         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
5549         original back end that keeps marks in the local system.
5550
5551 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5552
5553         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
5554         arg of pop-to-buffer for XEmacs.
5555         (gnus-article-read-summary-keys): Ditto; don't restore window
5556         configuration if summary command ends up with neither article buffer
5557         nor summary buffer; describe bindings if summary keys end with C-h.
5558
5559 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5560
5561         * message.el (message-fix-before-sending): Skip raw message part to be
5562         forwarded while checking illegible text.
5563         (message-forward-make-body-mime, message-forward-make-body): Mark
5564         signed or encrypted raw message as having no illegible text.
5565
5566 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5567
5568         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
5569         (gnus-message-with-timestamp-1): New macro.
5570         (gnus-message-with-timestamp): New function.
5571         (gnus-message): Use them.
5572
5573         * nnheader.el (nnheader-message): Use them.
5574
5575 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
5576
5577         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
5578         .newsrc.eld file.
5579
5580 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5581
5582         * gnus-agent.el (gnus-agent-fetch-headers)
5583         (gnus-agent-retrieve-headers): Bind
5584         gnus-decode-encoded-address-function to identity.
5585
5586         * nntp.el (nntp-send-xover-command): Recognize an xover command is
5587         available also when the server returns simply a dot.
5588
5589         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
5590
5591 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5592
5593         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
5594
5595 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5596
5597         * gnus-ems.el (gnus-x-splash): Make it work.
5598
5599         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
5600         from being used.
5601
5602         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
5603
5604 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5605
5606         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
5607         4th and the 5th arguments.
5608
5609         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
5610         the front stickiness.
5611         (gnus-article-summary-command-nosave): Correct the order of the
5612         arguments passed to pop-to-buffer.
5613         (gnus-article-read-summary-keys): Ditto; make it work properly when the
5614         summary command ends up with the article buffer.
5615
5616         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
5617         the same faces.
5618
5619 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
5620
5621         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
5622
5623 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
5624
5625         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
5626         * gnus-sum.el (gnus-summary-highlight):
5627         * pgg.el (pgg-sign-region, pgg-sign):
5628         * mail-source.el (mail-source-delete-old-incoming-confirm):
5629         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
5630
5631 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5632
5633         * gnus-art.el (gnus-mime-view-part-externally)
5634         (gnus-mime-view-part-internally): Fix predicate function passed to
5635         completing-read.
5636
5637         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
5638
5639         * gnus.el (gnus-update-message-archive-method): Add :version.
5640
5641 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5642
5643         * gnus.el (gnus-update-message-archive-method): New variable.
5644
5645         * gnus-start.el (gnus-setup-news): Update saved "archive" method
5646         according to gnus-message-archive-method if
5647         gnus-update-message-archive-method is non-nil.
5648
5649 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5650
5651         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
5652         by Loic Dachary <loic@dachary.org>.
5653         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5654
5655 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5656
5657         * message.el (message-pop-to-buffer): Add switch-function argument.
5658         (message-mail): Pass switch-function argument to it.
5659
5660 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
5661
5662         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
5663         Improve doc string.
5664
5665 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5666
5667         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
5668         (gnus-header-content)
5669         * gnus-cite.el (gnus-cite-10)
5670         * gnus-srvr.el (gnus-server-closed)
5671         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
5672         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
5673         (gnus-group-mail-3-empty, gnus-group-mail-low)
5674         (gnus-group-mail-low-empty, gnus-splash)
5675         * message.el (message-header-to, message-header-cc)
5676         (message-header-subject, message-header-other, message-header-name)
5677         (message-header-xheader, message-separator, message-cited-text)
5678         (message-mml): Lighten colors of faces used for dark background.
5679
5680 2007-05-24  Simon Josefsson  <simon@josefsson.org>
5681
5682         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
5683         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
5684
5685 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5686
5687         * message.el (message-narrow-to-headers-or-head):
5688         Ignore mail-header-separator in the body.
5689
5690 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5691
5692         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
5693         same as window size.
5694
5695 2007-05-22  Kevin Ryde  <user42@zip.com.au>
5696
5697         * message.el (message-font-lock-keywords): Use message-header-xheader
5698         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
5699         ahead of the anything pattern, to get it recognised.
5700
5701 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5702
5703         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
5704         spam.el loads uses it in the compiled defadvice form.
5705
5706 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
5707
5708         * gnus-sum.el (gnus-articles-to-read)
5709         (gnus-summary-insert-old-articles): Don't truncate group name for
5710         `read-string'.
5711
5712         * gnus-util.el (gnus-limit-string): Delete this function.
5713
5714         * gnus-sum.el (gnus-simplify-subject-fully): Use
5715         `truncate-string-to-width' instead.
5716
5717 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
5718
5719         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
5720         if, on summary exit, the next group has to be selected.
5721         (gnus-summary-exit): Use it.
5722
5723 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
5724
5725         * gnus-art.el (gnus-article-mode): Fix comment about displaying
5726         non-break space.
5727
5728 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5729
5730         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
5731         Check if group is not a directory.
5732         (nnfolder-request-expire-articles): Don't delete articles if the target
5733         group is not available.
5734
5735         * nnml.el (nnml-request-create-group): Properly check if group is not a
5736         file.
5737         (nnml-request-expire-articles): Don't delete articles if the target
5738         group is not available.
5739
5740         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5741         Don't quote characters that are within parentheses.
5742
5743 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5744
5745         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
5746         (gnus-handle-ephemeral-exit): Select article according to it.
5747
5748 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5749
5750         * message.el (message-insert-formated-citation-line): Remove newline.
5751         (message-citation-line-format): Add final \n here so that the user can
5752         avoid a blank line.
5753
5754 2007-05-03  Dan Christensen  <jdc@uwo.ca>
5755
5756         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5757         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5758         Update lanl/arXiv support.
5759
5760 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5761
5762         * gnus.el: Bump version number.
5763
5764 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5765
5766         * gnus.el (gnus-version-number): Bump version.
5767
5768 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5769
5770         * gnus.el: No Gnus v0.6 is released.
5771
5772 2007-04-27  Didier Verna  <didier@xemacs.org>
5773
5774         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
5775         * gmm-utils.el (gmm-regexp-concat): here.
5776         * message.el: Don't require 'gnus-util.
5777         (message-dont-reply-to-names): Handle name change above.
5778         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
5779
5780 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5781
5782         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
5783         since the initial value varies according to the system.
5784
5785 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5786
5787         * mm-util.el (mm-charset-synonym-alist): Defcustom.
5788
5789 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
5790
5791         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
5792
5793 2007-04-24  Didier Verna  <didier@xemacs.org>
5794
5795         Improve the type of gnus-ignored-from-addresses.
5796         * gnus-util.el (gnus-orify-regexp): New function.
5797         * message.el (gnus-util): Require it.
5798         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
5799         * gnus-sum.el (gnus-ignored-from-addresses): New function.
5800         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
5801
5802 2007-04-24  Didier Verna  <didier@xemacs.org>
5803
5804         * gnus-sum.el:
5805         * gnus-utils.el: Fix some trailing whitespaces.
5806
5807 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5808
5809         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
5810         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
5811         article's Message-ID; refer parent article in summary buffer.
5812
5813         * message.el (message-bounce): Call mime-to-mml.
5814
5815         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
5816         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
5817         optimize and/or forms properly.
5818
5819 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
5820
5821         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
5822         URL.
5823
5824 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5825
5826         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
5827
5828 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5829
5830         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
5831         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
5832         displayed of multipart/alternative part if it is invoked from summary
5833         buffer.
5834
5835         * mm-view.el (mm-inline-text-html-render-with-w3m)
5836         (mm-inline-text-html-render-with-w3m-standalone)
5837         (mm-inline-render-with-function): Use mail-parse-charset by default.
5838
5839 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
5840
5841         * parse-time.el (parse-time-string-chars): Check if CHAR
5842         is less than the length of parse-time-syntax.
5843
5844 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5845
5846         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
5847         from gnus-newsgroup-processable.
5848
5849 2007-04-16  Didier Verna  <didier@xemacs.org>
5850
5851         * gnus-msg.el (gnus-configure-posting-styles): Handle
5852         message-signature-directory properly with :file syntax.  Reported by
5853         "Leo".
5854
5855 2007-04-11  Didier Verna  <didier@xemacs.org>
5856
5857         New user option: message-signature-directory.
5858         * gnus-msg.el (gnus-configure-posting-styles): Support it.
5859         * message.el (message-insert-signature): Ditto.
5860         * message.el (message-signature-file): Doc update.
5861         * message.el (message-signature-directory): New.
5862
5863 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5864
5865         * gnus-msg.el (gnus-inews-yank-articles): Use
5866         message-exchange-point-and-mark instead of exchange-point-and-mark.
5867
5868 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5869
5870         * message.el (message-yank-original): Make sure cited text ends with
5871         newline; don't exchange point and mark.
5872
5873 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5874
5875         * tls.el (open-tls-stream): Properly handle case where there
5876         is no associated buffer.
5877
5878 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
5879
5880         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
5881         message-yank-original, make sure (< mark TEXT point).
5882
5883 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5884
5885         * message.el (message-fill-column): New variable.
5886         (message-mode): Use it.  Add comment on a possible new hook.
5887
5888         * nnmail.el (nnmail-spool-file): Mark as obsolete.
5889         (nnmail-get-new-mail): Reformat.
5890
5891         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
5892
5893         * gmm-utils.el: Fix Commentary.
5894         (gmm-tool-bar-from-list): Fix typo in doc string.
5895
5896 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
5897
5898         * message.el (message-yank-original): Don't switch point and mark
5899         unnecessarily to put point and mark as documented.
5900
5901 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5902
5903         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
5904         from the message heads.
5905
5906 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
5907
5908         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
5909         article buffer does not have a window.  This may not be the best
5910         solution but is certainly better than setting the start of the null,
5911         that is the current, window.
5912
5913 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5914
5915         * gnus-draft.el (gnus-draft-setup-hook): New hook.
5916         (gnus-draft-setup): Run it.
5917
5918         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
5919         gnus-score-fast-scoring.  Allow regexp.
5920         (gnus-score-headers): Use it.
5921
5922         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
5923         XEmacs.
5924
5925         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
5926         string.
5927         (gnus-button-alist): Also catch `<f1> k ...'.
5928         (gnus-treat-display-x-face): Fix doc string.
5929
5930 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5931
5932         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
5933         evaluation of gnus-extended-version to ensure correct generation of the
5934         User-Agent header when message-generate-headers-first is used.
5935
5936 2007-03-24  Simon Josefsson  <simon@josefsson.org>
5937
5938         * hashcash.el (hashcash-generate-payment-async): Don't crash if
5939         hashcash-path is nil.  Don't call callback with incorrect number of
5940         parameters if val is 0.
5941
5942 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5943
5944         * message.el (message-required-news-headers):
5945         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
5946
5947 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
5948
5949         * tls.el (open-tls-stream): In handshake-waiting loop,
5950         don't wait more if there is output available to process.
5951
5952 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
5953
5954         * tls.el (tls-program): Doc fix.
5955
5956 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5957
5958         * message.el (message-generate-new-buffers): Change the meaning of the
5959         nil value; add `standard' to the choices; treat t as `unique'; improve
5960         doc string.
5961         (gnus-select-frame-set-input-focus): Autoload.
5962         (message-buffer-name): Search for the existing message buffer if
5963         message-generate-new-buffers is nil or `standard'; treat the value t of
5964         message-generate-new-buffers as `unique'.
5965         (message-pop-to-buffer): Raise the frame already displaying the message
5966         buffer; clear the echo area after querying.
5967         (message-setup): Pass the `continue' argument to compose-mail.
5968         (message-mail): Prefer `switch-function' if it is given; search for the
5969         existing message buffer if the `continue' argument is non-nil; pass
5970         continue and switch-function arguments to compose-mail by way of
5971         message-setup.
5972         (message-mail-other-window): Adjust argument of message-setup.
5973         (message-mail-other-frame): Ditto.
5974
5975 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5976
5977         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
5978         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
5979         to turn font-lock on when turning gnus-message-citation-mode on.
5980
5981 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
5982
5983         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
5984         (mml-smime-function-alist): New variable; add epg as the backend.
5985         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
5986         mml-smime- functions instead.
5987         * mm-view.el: Require smime.
5988
5989 2007-03-05  Didier Verna  <didier@xemacs.org>
5990
5991         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
5992         instead of just inheritance for posting styles.
5993         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
5994
5995 2007-02-24  Chris Moore  <dooglus@gmail.com>
5996
5997         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
5998         * pgg-pgp.el (pgg-pgp-encrypt-region):
5999         * pgg-gpg.el (pgg-gpg-encrypt-region):
6000         Check pgg-encrypt-for-me if no other recipients.
6001
6002 2007-02-24  John Paul Wallington  <jpw@pobox.com>
6003
6004         * tls.el (tls-certtool-program): Fix custom type.
6005
6006 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6007
6008         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
6009         and point-at-eol instead of line-(beginning|end)-position.
6010
6011         * assistant.el (assistant-parse-buffer): Ditto.
6012
6013         * netrc.el (netrc-parse-services): Ditto.
6014
6015 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
6016
6017         * mml2015.el (mml2015-epg-find-usable-key): New function.
6018         (mml2015-epg-sign): Use it.
6019         (mml2015-epg-encrypt): Use it.
6020
6021 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6022
6023         * message.el (message-make-in-reply-to): Quote name containing
6024         non-ASCII characters.  It will make the RFC2047 encoder cause an error
6025         if there are special characters.  Reported by NAKAJI Hiroyuki
6026         <nakaji@jp.freebsd.org>.
6027
6028 2007-02-27  Didier Verna  <didier@xemacs.org>
6029
6030         Include the group parameters as well as the topic ones in the
6031         inheritance filter process.
6032         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
6033         argument GROUP-PARAMS-LIST.
6034         * gnus-topic.el (gnus-group-topic-parameters): Use it.
6035
6036 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6037
6038         * nntp.el (nntp-never-echoes-commands)
6039         (nntp-open-connection-functions-never-echo-commands): New variables.
6040         (nntp-send-command): Use them.
6041
6042 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
6043
6044         * mml2015.el (mml2015-epg-verify): Simplified.
6045
6046 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6047
6048         * mml.el (mml-content-disposition-alist): New user option.
6049         (mml-content-disposition): New function.
6050         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
6051         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
6052
6053 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
6054
6055         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
6056         verification.
6057
6058 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6059
6060         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
6061         articles posted in the last 24 hours.
6062
6063 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
6064
6065         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
6066
6067 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
6068
6069         * nntp.el (nntp-send-command): Don't wait for echoes when
6070         nntp-open-ssl-stream is used.
6071
6072 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6073
6074         * gnus-cite.el (gnus-test-font-lock-add-keywords)
6075         (gnus-message-add-citation-keywords)
6076         (gnus-message-remove-citation-keywords): Remove.
6077         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
6078         directly, make the variables in font-lock-defaults buffer-local, add
6079         gnus-message-citation-keywords to them and then update the value of
6080         font-lock-keywords.
6081
6082 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6083
6084         * message.el (message-cite-original-1): Don't call
6085         gnus-article-highlight-citation.
6086
6087         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
6088         citations; fix line count.
6089
6090 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6091
6092         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
6093         (gnus-message-add-citation-keywords)
6094         (gnus-message-remove-citation-keywords): Use it; fix the emulating
6095         versions of font-lock-add-keywords and font-lock-remove-keywords to
6096         work with XEmacs correctly.
6097
6098 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6099
6100         * gnus-cite.el (gnus-cite-face-list): Set the values of
6101         gnus-message-max-citation-depth and gnus-message-citation-keywords.
6102         (gnus-message-max-citation-depth): Use defvar rather than defconst.
6103         (gnus-message-cite-prefix-regexp): New variable.
6104         (gnus-message-search-citation-line): Use it; protect against long
6105         citation prefix; fill match data with nil rather than 0 for XEmacs; set
6106         the 0th match data for Emacs.
6107         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
6108         (gnus-message-add-citation-keywords): Append keywords rather than
6109         prepending; emulate font-lock-add-keywords if it is not available.
6110         (gnus-message-remove-citation-keywords): Emulate
6111         font-lock-remove-keywords if it is not available.
6112
6113         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
6114
6115         * message.el (message-cite-prefix-regexp): Set the value of
6116         gnus-message-cite-prefix-regexp.
6117
6118 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6119
6120         * nnweb.el (nnweb-google-parse-1): Update parser.
6121
6122 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
6123
6124         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
6125
6126 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6127
6128         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6129         regexp.
6130
6131 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6132
6133         * uudecode.el (uudecode-string-to-multibyte): New function emulating
6134         string-to-multibyte.
6135         (uudecode-decode-region-internal): Use it.
6136
6137         * lpath.el: Fbind string-as-multibyte for XEmacs.
6138
6139 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6140
6141         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
6142         custom choice.
6143
6144         * gnus-art.el (gnus-signature-limit): Fix custom choice.
6145
6146 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
6147
6148         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
6149
6150         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
6151         `write-region' to respect `mm-inhibit-file-name-handlers'.
6152
6153 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
6154
6155         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
6156         Use gnus-home-directory instead of "~/" or "$HOME".
6157
6158 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
6159
6160         * encrypt.el (encrypt-insert-file-contents): Add better prompt
6161         to mention filename.
6162         Add comments at beginning regarding usage.
6163         (encrypt-write-file-contents): Change interactive so a string is
6164         acceptable.  If the file has no associated model, show an error instead
6165         of a nonsense prompt.
6166
6167 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6168
6169         * spam.el (spam-bsfilter-ham-switch): Fix typo.
6170         Thanks to Yoshihiko Yamada for kind notification of this typo.
6171
6172 2007-01-12  Kenichi Handa  <handa@m17n.org>
6173
6174         * uudecode.el (uudecode-decode-region-internal): Make it work in a
6175         multibyte buffer.
6176
6177 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6178
6179         * gnus-score.el (gnus-score-fast-scoring): New variable.
6180         (gnus-score-headers): Use it.
6181
6182         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
6183
6184         * message.el (message-cite-original-1): Call
6185         gnus-article-highlight-citation if requested.
6186         (message-make-from): Allow name and address as optional arguments.
6187
6188         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
6189
6190         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
6191         bugs to doc string.
6192         (gnus-button-alist): Add mid\\|message-id.
6193         (gnus-button-fetch-group): Extend for use in
6194         `browse-url-browser-function'.
6195         (gnus-button-url-regexp): Try to catch paired parentheses like in
6196         Wikipedia URLs.
6197
6198         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
6199         Suggested by Simon Krahnke <overlord@gmx.li>.
6200
6201 2007-01-13  Romain Francoise  <romain@orebokech.com>
6202
6203         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
6204         Update copyright.
6205
6206 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
6207
6208         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
6209
6210 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
6211
6212         * gnus-registry.el (gnus-registry-unfollowed-groups)
6213         (gnus-registry-split-fancy-with-parent): Fix documentation.
6214
6215 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6216
6217         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
6218         from nnweb groups.
6219
6220 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6221
6222         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
6223         Xref urls.  Erase buffer before requesting head.
6224
6225 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
6226
6227         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
6228         customizable.
6229
6230 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
6231
6232         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
6233         no signing key is found.
6234         (mml2015-epg-encrypt): Ask user whether to skip or abort if
6235         no encrypting and/or signing key is found.
6236
6237 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6238
6239         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
6240
6241 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6242
6243         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
6244         headers read from disk with the ones newly found in the current search.
6245         This should no longer cause problems, because the article numbers in
6246         Gmane's `nov.php' output are ignored since the previous change.
6247
6248 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6249
6250         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
6251
6252 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6253
6254         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
6255         replace-regexp-in-string; bind url-version; fbind display-images-p and
6256         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
6257         find-face and set-itimer-function for Emacs; bind itimer-list for
6258         Emacs.
6259
6260         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
6261
6262 2007-01-01  Romain Francoise  <romain@orebokech.com>
6263
6264         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
6265
6266 2006-12-31  Steve Youngs  <steve@sxemacs.org>
6267
6268         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
6269         `define-minor-mode' macro definition expanded properly.
6270         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
6271         exclude it there.
6272
6273         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
6274         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
6275         `fboundp' test.
6276         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
6277         This is OK to autoload in (S)XEmacs now.
6278
6279 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6280
6281         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
6282         keystroke.
6283         (gnus-summary-limit-to-singletons): Fix typo.
6284
6285         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
6286         else fails.
6287
6288 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6289
6290         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
6291         docstring.
6292
6293         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
6294         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
6295         (gnus-summary-insert-dormant-articles): Fix typo in message.
6296
6297 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
6298
6299         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
6300         nil for XEmacs.
6301         (gnus-message-citation-mode): Don't autoload in XEmacs.
6302
6303         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
6304
6305 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
6306
6307         * nnimap.el (nnimap-expunge-search-string): Mention
6308         nnimap-search-uids-not-since-is-evil in docstring.
6309
6310 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6311
6312         * spam.el: Revert to make-obsolete-variable because
6313         define-obsolete-variable-alias is not supported in Emacs 21.
6314
6315         * spam.el (spam-ifile-path, spam-ifile-database-path)
6316         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
6317         make-obsolete-variable.
6318         (spam-bsfilter-path, spam-bsfilter-program)
6319         (spam-spamassassin-path, spam-spamassassin-program)
6320         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
6321         use "path" inappropriately.
6322         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
6323         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
6324         variable names.
6325
6326 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
6327
6328         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
6329         summary buffer.
6330
6331         * password.el (password-cache-remove): Use clear-string to burn
6332         password, if available.
6333
6334 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6335
6336         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
6337
6338         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
6339
6340         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
6341         (gnus-message-highlight-citation): Move defcustom here from
6342         gnus-cite.el.
6343         (gnus-message-citation-mode): Autoload.
6344
6345         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
6346         checks to make it compile with XEmacs.
6347         (gnus-message-citation-mode): New minor mode.
6348         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
6349         (gnus-message-highlight-citation): New variables.
6350         (gnus-message-search-citation-line)
6351         (gnus-message-add-citation-keywords)
6352         (gnus-message-remove-citation-keywords)
6353         (turn-on-gnus-message-citation-mode)
6354         (turn-off-gnus-message-citation-mode): New functions.
6355
6356 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
6357
6358         * gnus-cite.el: Enable highlighting of different citation levels in
6359         message-mode.
6360
6361 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6362
6363         * message.el (message-make-fqdn): Fix comment.
6364         (message-bogus-system-names): Add ".local".
6365
6366         * spam.el (spam-ifile-path, spam-ifile-program)
6367         (spam-ifile-database-path, spam-ifile-database)
6368         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
6369         Don't use "path" inappropriately.
6370         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
6371         strings.
6372         (spam-check-ifile, spam-ifile-register-with-ifile)
6373         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
6374         new variable names.
6375
6376         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
6377         (gnus-treat-display-smileys): Simplify using
6378         gnus-image-type-available-p.
6379
6380         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
6381         available.
6382
6383         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
6384         `display-images-p' if available.
6385
6386 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6387
6388         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
6389         one after turning on the buffer's multibyteness instead of decoding
6390         them directly in the unibyte buffer that causes unexpected conversion
6391         in Emacs 23 (unicode).
6392
6393 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6394
6395         * message.el (message-generate-hashcash): Fix custom type.
6396
6397 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6398
6399         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
6400
6401 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6402
6403         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
6404         disconnect icons.  Add help text.
6405
6406 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
6407
6408         * spam.el (spam-extra-header-to-number): CRM114 spam score is
6409         negated to be consistent with the others we handle.
6410
6411 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6412
6413         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
6414         version of gnus-summary-buffer to something, so that we can use two
6415         article buffers at the same time.
6416
6417 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
6418
6419         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
6420         trigger all the extra headers.
6421         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
6422         sorting.
6423
6424 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6425
6426         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
6427         solid groups.
6428
6429 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
6430
6431         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
6432
6433 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6434
6435         * legacy-gnus-agent.el: Add Copyright notice.
6436
6437 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
6438
6439         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
6440
6441 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6442
6443         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
6444
6445         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
6446         to make it work reliably in CVS Emacs.
6447         (gnus-summary-limit-strange-charsets-predicate)
6448         (gnus-summary-limit-to-predicate): New functions.
6449
6450 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
6451
6452         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
6453         specifying array size.
6454         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
6455         array if it is too small.
6456         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
6457         (gnus-sort-threads-loop): New function.
6458
6459 2006-12-06  Chris Moore  <dooglus@gmail.com>
6460
6461         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
6462         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
6463
6464 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
6465
6466         * mm-url.el (mm-url-predefined-programs): Call curl with correct
6467         options.
6468
6469 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6470
6471         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
6472         DOS-ing the recipient.
6473
6474         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
6475         the headers when creating the mapping to avoid mismappings.
6476         (nnweb-gmane-create-mapping): Always nix out old mapping.
6477
6478 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6479
6480         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
6481         and mm-verify-option to never.
6482
6483 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6484
6485         * message.el (message-signed-or-encrypted-p): New function.
6486         (message-forward-make-body): Use it.
6487
6488         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
6489         Replace encode-coding-string with mm-encode-coding-string.
6490
6491 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6492
6493         * nneething.el (nneething-decode-file-name): Replace
6494         decode-coding-string with mm-decode-coding-string.
6495
6496         * gnus-int.el (gnus-open-server): Say failed server's name.
6497
6498 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6499
6500         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6501         strings to a single string.  Quote `errors-file-name'.
6502         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6503         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6504         Adjust calls.  Use `shell-quote-argument'.
6505
6506 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
6507
6508         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
6509         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
6510
6511         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
6512         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
6513         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
6514         (gnus-group-make-directory-group, gnus-group-transpose-groups):
6515         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
6516         (gnus-subscribe-newsgroup, gnus-1):
6517         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
6518         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
6519         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
6520         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
6521
6522 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6523
6524         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
6525         keystroke.
6526         (gnus-summary-limit-to-bodies): Implement headersp.
6527
6528 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6529
6530         * dns.el (query-dns): Protect against "Process dns deleted" strings.
6531
6532 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6533
6534         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
6535
6536 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6537
6538         * message.el (message-generate-hashcash): Expand range of values to
6539         include `opportunistic'.
6540         (message-send-mail): Use it.
6541
6542 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6543
6544         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
6545         and comment it.
6546
6547         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
6548
6549 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
6550
6551         * gnus-util.el (gnus-extract-address-components): Improve comment.
6552
6553 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6554
6555         * gnus-util.el (gnus-extract-address-components): Work with address in
6556         which the name portion contains @.
6557
6558         * lpath.el: Fbind custom-autoload.
6559
6560 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6561
6562         * gnus.el (gnus-start): Move custom group up.
6563         (gnus-select-method): Don't autoload, but make it available for
6564         `customize-variable'.
6565         (gnus-getenv-nntpserver): Don't autoload.
6566
6567 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
6568
6569         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
6570
6571 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6572
6573         * message.el (message-sendmail-extra-arguments): New variable.
6574         (message-send-mail-with-sendmail): Use it.
6575
6576 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6577
6578         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
6579         mm-with-unibyte-current-buffer to make string unibyte.
6580
6581         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
6582         mm-string-as-multibyte.
6583
6584 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
6585
6586         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
6587         Reported by Werner Koch <wk@gnupg.org>.
6588
6589 2006-11-14  Daiki Ueno  <ueno@p360>
6590
6591         * mml2015.el: Autoload epa-select-keys when compiling.
6592
6593 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6594
6595         * mml2015.el (mml2015-epg-sign): Save the signing keys in
6596         message-options.
6597         (mml2015-epg-encrypt): Save the recipient keys in message-options.
6598
6599 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6600
6601         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
6602         EasyPG (< 0.0.6).
6603         (mml2015-always-trust): New user option.
6604         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
6605         prompt.
6606
6607 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6608
6609         * nntp.el (nntp-authinfo-force): New variable.
6610         (nntp-send-authinfo): Use it.
6611
6612 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
6613
6614         * message.el (message-strip-subject-encoded-words): Allow _not_ to
6615         decode encoded words.  Improve prompt.  Add comment about forwarding.
6616         (message-replacement-char): Move up.
6617
6618 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6619
6620         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
6621         instead of gnus-intersection because arguments of gnus-sorted-nunion
6622         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
6623
6624 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
6625
6626         * message.el (message-strip-subject-encoded-words): Reformat prompt.
6627         (message-simplify-subject-functions): Enable
6628         message-strip-subject-encoded-words by default.
6629
6630 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
6631
6632         * message.el (message-strip-subject-encoded-words): New function.
6633         (message-simplify-subject-functions): New variable.
6634         (message-simplify-subject): Use it.  Fix typo in doc string.
6635         Support message-strip-subject-encoded-words.
6636
6637 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
6638
6639         * gnus-diary.el (gnus-diary-delay-format-function):
6640         * nndiary.el (nndiary-reminders):
6641         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
6642
6643 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6644
6645         * gnus-art.el (article-hide-boring-headers): Fetch date from
6646         gnus-original-article-buffer to avoid problems with localized date
6647         strings.
6648
6649 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6650
6651         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
6652
6653 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
6654
6655         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
6656         New variables.
6657         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6658         (mm-charset-synonym-alist): Move some entries to
6659         mm-codepage-iso-8859-list.
6660         (mm-charset-synonym-alist, mm-charset-override-alist): Add
6661         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6662
6663 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6664
6665         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
6666
6667 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6668
6669         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
6670         with Emacs 21 and XEmacs.
6671
6672 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
6673
6674         * spam.el (spam-parse-address): New function for better parsing,
6675         catching errors, etc.
6676         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
6677
6678 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6679
6680         * mm-view.el: Add interactive arg to html2text autoload.
6681
6682 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6683
6684         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
6685
6686 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
6687
6688         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
6689         variables.
6690         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6691         (mm-charset-synonym-alist): Move some entries to
6692         mm-codepage-iso-8859-list.
6693
6694         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
6695
6696 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
6697
6698         * message.el (message-citation-line-format)
6699         (message-insert-formated-citation-line): Fix implementation of %E, %N
6700         and %n according to the doc string.
6701
6702 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
6703
6704         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6705         car-safe to avoid bad parses.
6706
6707 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6708
6709         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
6710         names.
6711
6712         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
6713
6714 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6715
6716         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
6717         header.
6718
6719         * message.el (message-draft-headers): Add Date.
6720         (message-headers-to-generate): Fix typo in docstring.
6721
6722         * nndraft.el (nndraft-required-headers): New variable.
6723         (nndraft-generate-headers): Use it.
6724
6725         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
6726
6727 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6728
6729         * gnus-registry.el (gnus-registry-wash-for-keywords)
6730         (gnus-registry-find-keywords): New functions to allow easy searching of
6731         articles that are in the registry.
6732
6733 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6734
6735         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6736         ietf-drums-parse-address instead of gnus-extract-address-components.
6737         Reported by Damien Elmes <damien@repose.cx>.
6738
6739 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6740
6741         * gnus.el (gnus-mime): Remove unused custom group.
6742
6743 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6744
6745         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
6746         "blank line" when searching for end of armor headers.
6747
6748 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6749
6750         * gmm-utils.el (gmm-write-region): Fix variable name.
6751
6752 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6753
6754         * gmm-utils.el (gmm-write-region): New function based on compatibility
6755         code from `mm-make-temp-file'.
6756
6757         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
6758
6759         * nnmaildir.el (nnmaildir--update-nov)
6760         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
6761         Use `gmm-write-region'.
6762
6763 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6764
6765         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
6766         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6767
6768         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
6769
6770         * message.el (message-replacement-char): New variable.
6771         (message-fix-before-sending): Use it.
6772         (message-simplify-subject): New function to remove duplicate code.
6773         (message-reply, message-followup): Use it.
6774
6775         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
6776         gnus-summary-limit-to-articles.
6777
6778 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6779
6780         * gnus-util.el (gnus-with-local-quit): New macro.
6781
6782         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
6783
6784 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
6785
6786         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
6787         ignore non-string data.
6788
6789 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6790
6791         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
6792         non-string data (needs to be done in the registry too).
6793
6794 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6795
6796         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
6797         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
6798         (gnus-registry-split-fancy-with-parent)
6799         (gnus-registry-fetch-simplified-message-subject-fast)
6800         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
6801         Remove text properties on ingress into the registry and when it's saved.
6802         (gnus-registry-clean-empty-function): Fix bug with cleaning the
6803         registry from entries with no groups.
6804
6805 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6806
6807         * gnus-util.el (gnus-string-remove-all-properties): Add utility
6808         function to remove string properties.
6809
6810 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6811
6812         * gmm-utils.el (gmm): Adjust custom version.
6813
6814         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
6815         custom version.
6816
6817         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
6818
6819 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6820
6821         * gnus-art.el (gnus-insert-prev-page-button)
6822         (gnus-insert-next-page-button): Simplify.  Reformat.
6823
6824 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6825
6826         * gnus-art.el (gnus-insert-prev-page-button)
6827         (gnus-insert-next-page-button): Apply gnus-article-button-face.
6828
6829 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
6830
6831         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
6832
6833 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6834
6835         * gnus-art.el (gnus-insert-mime-button)
6836         (gnus-insert-mime-security-button):
6837         Apply gnus-article-button-face to MIME and security buttons.
6838
6839 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
6840
6841         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
6842         readable.
6843
6844 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6845
6846         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
6847
6848 2006-09-20  Steve Youngs  <steve@sxemacs.org>
6849
6850         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
6851         `browse-url-of-file' instead of `browse-url'.
6852
6853 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6854
6855         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6856         regexp.  Articles containing quotation were cut prematurely.
6857
6858 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6859
6860         * message.el (message-cite-original-1): Use nobody by default for the
6861         value of From header.
6862         (message-reply): Ditto.
6863
6864 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
6865
6866         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
6867         to the gnus-info.  This fixes a bug of inline-PGP message verification.
6868         Reported by Michael Piotrowski <mxp@dynalabs.de>.
6869
6870 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
6871
6872         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
6873         mails in the doc string.  Add some URLs in comment.
6874         (pop3-movemail): Warn about pop3-leave-mail-on-server.
6875
6876 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6877
6878         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
6879         backslashes handling and the way to find boundaries of quoted strings.
6880
6881 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
6882
6883         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
6884         mml1991-encrypt-to-self is set and mml1991-signers is not set.
6885         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
6886         mml2015-encrypt-to-self is set and mml2015-signers is not set.
6887
6888 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
6889
6890         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
6891         doc string.
6892         (gnus-button-regexp, gnus-button-last): Remove unused variables.
6893
6894 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6895
6896         * lpath.el: Fbind epg-check-configuration.
6897
6898 2006-09-06  Simon Josefsson  <jas@extundo.com>
6899
6900         * mml2015.el (mml2015-use): Doc fix, mention epg.
6901
6902 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6903
6904         * mml2015.el (mml2015-use): Default to epg, if available.
6905
6906 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6907
6908         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
6909         message-sender.
6910         (mml1991-epg-encrypt): Ditto.
6911         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
6912         message-sender.
6913         (mml2015-epg-encrypt): Ditto.
6914
6915 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
6916
6917         * message.el (message-send-mail-with-sendmail): Look for sendmail in
6918         several common directories.
6919
6920 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
6921
6922         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
6923         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
6924
6925 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6926
6927         * gnus-art.el (article-decode-encoded-words): Make it fast.
6928
6929 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6930
6931         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
6932
6933         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
6934         in quoted string into `\'.
6935
6936 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6937
6938         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6939         Use standard-syntax-table.
6940
6941 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6942
6943         * gnus-art.el (gnus-decode-address-function): New variable.
6944         (article-decode-encoded-words): Use it to decode headers which are
6945         assumed to contain addresses.
6946         (gnus-mime-delete-part): Remove useless `or'.
6947
6948         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
6949         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
6950         (gnus-nov-parse-line): Use it to decode From header.
6951         (gnus-get-newsgroup-headers): Ditto.
6952         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
6953
6954         * mail-parse.el (mail-decode-encoded-address-region): New alias.
6955         (mail-decode-encoded-address-string): New alias.
6956
6957         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6958         New function.
6959         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
6960         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
6961         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
6962         (rfc2047-decode-string): Ditto.
6963         (rfc2047-decode-address-region): New function.
6964         (rfc2047-decode-address-string): New function.
6965
6966 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
6967
6968         * message.el (message-caesar-buffer-body): Allow rotating headers.
6969
6970         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
6971
6972         * message.el (message-insert-formated-citation-line): Fix %f.
6973         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
6974
6975 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6976
6977         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
6978         (gnus-bookmark-mouse-available-p): New macro.
6979         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
6980         (gnus-bookmark-bmenu-show-infos): Use it.
6981         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
6982         (gnus-bookmark-bmenu-hide-infos): Ditto.
6983         (gnus-bookmark-remove-properties): New function.
6984         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
6985         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
6986         (gnus-bookmark-write-file): Bind coding-system-for-write.
6987         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
6988         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
6989         group before selecting it.
6990         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
6991         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
6992         quit-window if it is not available; use gnus-mouse-2 and bind it to
6993         gnus-bookmark-bmenu-select-by-mouse.
6994         (gnus-bookmark-show-details): Remove unused variable `details-list'.
6995         (gnus-bookmark-bmenu-select-by-mouse): New function.
6996
6997 2006-08-13  Romain Francoise  <romain@orebokech.com>
6998
6999         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
7000         space.
7001
7002 2006-08-10  Romain Francoise  <romain@orebokech.com>
7003
7004         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
7005         (dns-mode-soa-auto-increment-serial): New user option.
7006         (dns-mode-soa-maybe-increment-serial): New function.
7007         (dns-mode): Add the latter to `write-contents-functions'.
7008
7009 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7010
7011         * compface.el (uncompface): Use binary rather than raw-text-unix.
7012
7013 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7014
7015         * compface.el (uncompface): Make sure the eol conversion doesn't take
7016         place when communicating with the external programs.  Reported by
7017         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7018
7019 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7020
7021         * nnheader.el (nnheader-insert-head): Fix typo in comment.
7022
7023 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7024
7025         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7026         Make it more robust by parsing author and date independently.
7027
7028 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7029
7030         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
7031
7032 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
7033
7034         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
7035         first matching secret key.
7036         (mml2015-epg-encrypt): Ditto.
7037
7038         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
7039         first matching secret key.
7040         (mml1991-epg-encrypt): Ditto.
7041
7042         * mml2015.el (mml2015-encrypt-to-self): New user option.
7043         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
7044         mml2015-epg-encrypt-to-self is set.
7045
7046         * mml1991.el (mml1991-encrypt-to-self): New variable.
7047         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
7048         mml1991-epg-encrypt-to-self is set.
7049
7050         * mml2015.el (mml2015-signers): New user option.
7051         (mml2015-epg-sign): Reflect the value of mml2015-signers.
7052         (mml2015-epg-encrypt): Allow to select signing keys.
7053
7054         * mml1991.el (mml1991-signers): New variable.
7055         (mml1991-epg-sign): Reflect the value of mml1991-signers.
7056         (mml1991-epg-encrypt): Allow to select signing keys.
7057
7058 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7059
7060         * nnheader.el (nnheader-insert-head): Make it work even if the file
7061         uses CRLF for the line-break code.
7062
7063 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
7064
7065         * mml2015.el: Require mml-sec instead of password.
7066         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
7067         (mml2015-cache-passphrase): Inherit the default value from
7068         mml-secure-cache-passphrase.
7069         (mml2015-passphrase-cache-expiry): Inherit the default value from
7070         mml-secure-passphrase-cache-expiry.
7071
7072         * mml1991.el: Require mml-sec instead of password.
7073         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
7074         (mml1991-cache-passphrase): Inherit the default value from
7075         mml-secure-cache-passphrase.
7076         (mml1991-passphrase-cache-expiry): Inherit the default value from
7077         mml-secure-passphrase-cache-expiry.
7078
7079         * mml-sec.el: Require password.
7080         (mml-secure-verbose): New user option.
7081         (mml-secure-cache-passphrase): New user option.
7082         (mml-secure-passphrase-cache-expiry): New user option.
7083
7084 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
7085
7086         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7087         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
7088         andreas@altroot.de (Andreas Vögele).
7089
7090         FIXME: Use `tiny change'?
7091
7092 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7093
7094         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
7095         workaround for the url package included with Emacs.
7096
7097         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7098
7099 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7100
7101         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
7102         correctly.  This fixes a bug caused by the 2006-05-12 change.
7103
7104 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
7105
7106         * nnmail.el (nnmail-article-group): If splitting raises an error, give
7107         some information about the error when saying that the `bogus' mail
7108         group will be used.
7109
7110 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
7111
7112         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
7113         string.
7114
7115 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
7116
7117         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
7118
7119 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7120
7121         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
7122
7123 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7124
7125         * mml1991.el (mml1991-function-alist): Add epg.
7126         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
7127         (mml1991-epg-encrypt): New functions.
7128
7129 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7130
7131         * mml2015.el (mml2015-verbose): New variable.
7132         (mml2015-cache-passphrase): Ditto.
7133         (mml2015-passphrase-cache-expiry): Ditto.
7134         (mml2015-function-alist): Add epg.
7135         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
7136         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
7137         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
7138         functions.
7139
7140 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7141
7142         * message.el (message-cite-original-1): Preserve region when removing
7143         quoted text due to X-No-Archive in order to avoid bogus attribution
7144         when citing multiple messages.
7145
7146 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7147
7148         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
7149         Kenneth Jacker <khj@be.cs.appstate.edu>.
7150
7151 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
7152
7153         * gnus-diary.el (gnus-user-format-function-d)
7154         (gnus-user-format-function-D): Autoload.
7155
7156         * imap.el (Commentary): Fix typo.
7157
7158         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
7159         2006-04-22 contribution.
7160
7161 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7162
7163         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
7164         It didn't really fix the bogosity I'm seeing with solid web groups.
7165
7166 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7167
7168         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
7169         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
7170         created using server names.  If we use the feature without declaring
7171         it, Gnus does not properly manage server and group state.
7172
7173         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
7174         bound.
7175
7176 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7177
7178         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
7179         looking up the method using GROUP's prefix before inventing a new one.
7180         It is used on killed/unknown groups in various places where returning
7181         an all-new method isn't expected by the caller.
7182
7183         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
7184         and match semantics of gnus-group-real-prefix.
7185
7186 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
7187
7188         * nnmail.el (nnmail-broken-references-mailers): New variable.
7189         (nnmail-ignore-broken-references): New function generalizing
7190         nnmail-fix-eudora-headers.
7191         (nnmail-fix-eudora-headers): Now obsolete.
7192
7193         * gnus-art.el (gnus-button-handle-custom): Support
7194         `customize-apropos*'.
7195
7196 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7197
7198         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
7199
7200         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
7201         articles.
7202
7203 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
7204
7205         * message.el (message-cite-reply-above): New variable.
7206         (message-yank-original): Use it.
7207
7208 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7209
7210         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
7211
7212 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
7213
7214         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
7215         as read.
7216
7217         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
7218
7219 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
7220
7221         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
7222         (gnus-bookmark-default-file): Use gnus-directory.
7223         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
7224         Remove "*" in doc string.
7225         (gnus-bookmark-write-file): Simplify.
7226         (gnus-bookmark-maybe-sort-alist): Use `when'.
7227         (gnus-bookmark-get-bookmark): Fix typo in doc string.
7228         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
7229         FIXME about Emacs 21 and XEmacs compatibility.
7230         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
7231         compatibility.
7232         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
7233         compatibility.
7234         (gnus-bookmark-menu-heading): Fix version.
7235
7236 2006-06-19  Bastien Guerry  <bzg@altern.org>
7237
7238         * gnus-bookmark.el: New file.
7239
7240 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7241
7242         * message.el (message-syntax-checks): Doc fix.
7243
7244 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7245
7246         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
7247         unsubscribed groups as if they were killed ones.  It causes duplicate
7248         entries in gnus-newsrc-alist.
7249
7250 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7251
7252         * message.el (message-syntax-checks): Doc fix.
7253         (message-send-mail): Add check for continuation headers.
7254         (message-check-news-header-syntax): Fix regexp used to check for
7255         continuation headers.
7256
7257 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7258
7259         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
7260
7261 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
7262
7263         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
7264
7265 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7266
7267         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
7268         default-truncate-lines.
7269
7270 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7271
7272         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
7273         to fill the utf-8 entry.
7274
7275         * lpath.el: Fbind unicode-precedence-list.
7276
7277 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7278
7279         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7280
7281 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
7282
7283         * gnus-agent.el (directory-files-and-attributes): Move all the way
7284         forward (the third and final move).
7285         (gnus-agent-read-agentview): Trap reconstruction errors due to
7286         nonexistant directory.  Handle by returning nil.
7287
7288 2006-05-30  Didier Verna  <didier@xemacs.org>
7289
7290         * message.el (message-dont-reply-to-names): Update the custom type.
7291         * message.el (message-dont-reply-to-names): New defsubst: potentially
7292         convert a list of regexps into a single one.
7293         * message.el (message-get-reply-headers): Use it.
7294         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
7295
7296 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7297
7298         * gnus-agent.el (directory-files-and-attributes): Move forward.
7299
7300 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7301
7302         * gnus-ml.el (gnus-mailing-list-subscribe)
7303         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
7304         (gnus-mailing-list-message): Fix doc strings.
7305
7306 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7307
7308         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
7309         of doing it manually.
7310
7311 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7312
7313         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
7314         comment.
7315
7316 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
7317
7318         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
7319         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
7320         (gnus-agent-read-local): All symbols allocated in my-obarray.
7321         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
7322         (gnus-agent-regenerate-group): Check numeric names to see if they are
7323         messages or groups.
7324         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
7325         better way of do this...)
7326
7327         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
7328         'dummy.group' (there should be a better way of do this...)
7329
7330 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7331
7332         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
7333         (gnus-saved-headers): Ditto.
7334         (gnus-default-article-saver): Mention functions may have properties.
7335         (gnus-article-save): Override gnus-save-all-headers and
7336         gnus-saved-headers by :headers property which saver function may have.
7337         (gnus-summary-save-in-file): Add :headers property.
7338         (gnus-summary-write-to-file): Ditto.
7339
7340         * gnus-sum.el (gnus-summary-save-article): Bind
7341         gnus-prompt-before-saving to t when saving many articles in a file;
7342         always show all headers.
7343
7344         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
7345
7346 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
7347
7348         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
7349         marks.
7350
7351         * message.el (message-indent-citation): Add optional arguments to allow
7352         using it outside of message buffers.
7353
7354         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
7355         (gnus-article-treat-unfold-headers): Use it.
7356         (gnus-article-truncate-lines): New variable.
7357         (gnus-article-mode): Use it.
7358         (gnus-article-toggle-truncate-lines): New function.
7359
7360         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
7361         gnus-article-toggle-truncate-lines.
7362
7363         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
7364         coding system in XEmacs, use binary.
7365
7366 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7367
7368         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
7369         after-load-alist.
7370
7371         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
7372         this function should save decoded articles.
7373         (gnus-summary-write-to-file): Use property to specify this function
7374         should save decoded articles and specify gnus-summary-save-in-file
7375         should be used to save articles other than the first one when saving
7376         many articles.
7377         (gnus-summary-save-body-in-file): Use property to specify this
7378         function should save decoded articles.
7379         (gnus-summary-write-body-to-file): Use property to specify this
7380         function should save decoded articles and specify
7381         gnus-summary-save-body-in-file should be used to save articles other
7382         than the first one when saving many articles.
7383
7384         * gnus-sum.el (gnus-summary-save-article): Simplify.
7385
7386 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7387
7388         * gnus-art.el (gnus-default-article-saver): Add
7389         gnus-summary-write-body-to-file.
7390         (gnus-article-save-coding-system): Don't use coding system object
7391         in XEmacs.
7392         (gnus-read-save-file-name): Add optional `dir-var' argument which
7393         specifies directory in which files are saved; work even if optional
7394         `variable' argument is not specified.
7395         (gnus-summary-write-to-file): Read file name.
7396         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
7397         (gnus-summary-write-body-to-file): New function.
7398
7399         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
7400         (gnus-summary-local-variables): Add it.
7401         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
7402         (gnus-summary-save-article): Remove optional `decode' argument;
7403         determine whether to decode articles by the value of
7404         gnus-default-article-saver; when saving many files using
7405         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
7406         it first and use gnus-summary-save-in-file or
7407         gnus-summary-save-body-in-file thereafter unless
7408         gnus-prompt-before-saving is always; move point to article which
7409         will be saved.
7410         (gnus-summary-save-article-file): Revert.
7411         (gnus-summary-write-article-file): Revert.
7412         (gnus-summary-save-article-body-file): Revert.
7413         (gnus-summary-write-article-body-file): New function.
7414
7415 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7416
7417         * gnus-art.el (gnus-default-article-saver): Doc fix.
7418         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
7419         from gnus-summary-save-article-coding-system, and default to a
7420         certain coding system.
7421         (gnus-output-to-file): Add coding cookie and encode text according
7422         to gnus-article-save-coding-system; don't use mm-append-to-file.
7423
7424         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
7425         gnus-art.el and rename to gnus-article-save-coding-system.
7426         (gnus-summary-save-article): Require gnus-art; don't show all
7427         headers if it decodes articles; don't add coding cookie here;
7428         don't bind mm-text-coding-system-for-write.
7429         (gnus-summary-save-article-file): Save decoded articles.
7430         (gnus-summary-write-article-file): When saving many files, use
7431         gnus-summary-write-to-file first and gnus-summary-save-in-file
7432         thereafter unless gnus-prompt-before-saving is always.
7433         (gnus-summary-save-article-body-file): Save decoded articles.
7434
7435         * lpath.el: Fbind select-safe-coding-system for XEmacs.
7436
7437 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7438
7439         * nnrss.el (nnrss-check-group): Bind hash-index.
7440
7441 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
7442
7443         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
7444         its hash index.  Store this hash in `nnrss-group-data'.
7445         (nnrss-read-group-data): Update accordingly.
7446
7447 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7448
7449         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
7450         entry.
7451
7452         * gnus-sum.el (gnus-summary-make-menu-bar): Add
7453         gnus-article-browse-html-article.
7454
7455 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
7456
7457         * gnus-sum.el (gnus-summary-mime-map): Add
7458         gnus-article-browse-html-article.
7459
7460         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
7461
7462 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7463
7464         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
7465         suitable coding systems in customize.
7466
7467 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
7468
7469         * mail-source.el (mail-sources): Fix custom type.
7470
7471 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7472
7473         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
7474         (gnus-summary-expire-articles-now): Shorten prompt.
7475
7476         * gmm-utils.el (wid-edit): Require.
7477         (defun-gmm): Renamed from `gmm-defun-compat'.
7478         (gmm-image-search-load-path): Use it.
7479         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
7480
7481 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7482
7483         * gnus-sum.el (gnus-summary-save-article-coding-system): New
7484         variable.
7485         (gnus-summary-save-article): Add optional `decode' argument.  If
7486         it is set and gnus-summary-save-article-coding-system is non-nil,
7487         save decoded article.
7488         (gnus-summary-write-article-file): Save decoded article if
7489         gnus-summary-save-article-coding-system is non-nil.
7490
7491         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
7492         type.
7493
7494 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7495
7496         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
7497
7498 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7499
7500         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
7501         first to test gnus-single-article-buffer which may be buffer-local.
7502
7503         * gnus-sum.el (gnus-summary-setup-buffer): Make
7504         gnus-single-article-buffer buffer-local and nil in ephemeral
7505         group; make gnus-article-buffer, gnus-article-current, and
7506         gnus-original-article-buffer always buffer-local.
7507         (gnus-summary-exit): Kill article buffer belonging to ephemeral
7508         group.
7509         (gnus-handle-ephemeral-exit): Don't move to next summary line.
7510
7511 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7512
7513         * nnml.el (nnml-request-compact-group): Compressed files might not
7514         have .gz extension.
7515
7516 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7517
7518         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
7519         (mm-copy-to-buffer): Use with-current-buffer.
7520         (mm-display-part): Simplify.
7521         (mm-inlinable-p): Add optional arg `type'.
7522
7523 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7524
7525         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
7526         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
7527         Try harder to show the attachment internally or externally using
7528         gnus-mime-view-part-as-type.
7529
7530 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7531
7532         * message.el (message-from-style, message-signature-separator)
7533         (message-user-organization-file, message-send-mail-function)
7534         (message-citation-line-function, message-yank-prefix)
7535         (message-indent-citation-function, message-signature)
7536         (message-signature-file, message-signature-insert-empty-line):
7537         Remove autoloads.
7538
7539         * gnus-art.el (gnus-buttonized-mime-types): Remove
7540         "multipart/signed".  Revert 2006-04-26 change.
7541
7542 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7543
7544         * gnus.el (gnus-version-number): Bump version.
7545
7546 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7547
7548         * gnus.el: No Gnus v0.5 is released.
7549
7550 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7551
7552         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
7553         fetching articles by message-id.
7554
7555 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7556
7557         * message.el (hashcash): Require hashcash as normal.
7558
7559         * ecomplete.el (ecomplete-highlight-match-line): Use
7560         point-at-eol.
7561         (ecomplete-highlight-match-line): Use `highlight', because that
7562         face exists in both Emacs and XEmacs.
7563
7564         * message.el (message-display-abbrev): Use point-at-bol.
7565
7566         * mail-source.el: Don't require timer/timer-funcs.
7567
7568         * gnus-async.el: Ditto.
7569
7570         * password.el: Ditto.
7571
7572         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
7573
7574         * mm-url.el: Ditto.
7575
7576         * gnus-xmas.el: Don't require timer-funcs.
7577
7578         * mm-util.el: Require timer/timer-funcs.
7579
7580 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7581
7582         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
7583         Close.
7584
7585 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7586
7587         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
7588         unibyte after clear-decrypt function runs.
7589
7590         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
7591         returns as a unibyte string.
7592
7593 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7594
7595         * lpath.el: Revert.
7596
7597         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
7598         (pgg-gpg-process-sentinel): Revert.
7599
7600         * pgg-pgp.el (pgg-pgp-process-region): Revert.
7601         (pgg-pgp-lookup-key): Revert.
7602
7603         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
7604         (pgg-pgp5-lookup-key): Revert.
7605
7606         * pgg.el (pgg-fetch-key): Revert.
7607
7608 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7609
7610         * lpath.el: Fbind string-as-multibyte for XEmacs.
7611
7612         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
7613         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
7614         (mml1991-pgg-encrypt): Ditto.
7615
7616         * pgg-gpg.el (pgg-string-to-multibyte): New function.
7617         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
7618         a multibyte buffer.
7619
7620         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
7621         (pgg-pgp-lookup-key): Ditto.
7622
7623         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
7624         (pgg-pgp5-lookup-key): Ditto.
7625
7626         * pgg.el (pgg-fetch-key): Ditto.
7627
7628 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
7629
7630         * message.el (message-user-organization-file): Check several
7631         locations of the organization file.
7632
7633         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
7634         Add gnus-article-view-part-as-type.
7635
7636         * gnus-art.el (gnus-article-view-part-as-type): New function.
7637
7638         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
7639         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
7640
7641         * mml.el: Simplify autoload.
7642         (mml-mode): defvar dnd-protocol-alist instead of using
7643         symbol-value.
7644         (mml-default-directory): New variable.
7645         (mml-minibuffer-read-file): Use it.
7646         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
7647
7648         * message.el (message-citation-line-format): New variable.
7649         (message-insert-formated-citation-line): New function.
7650         (message-citation-line-function): Add
7651         `message-insert-formated-citation-line' to custom type.
7652
7653         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
7654         to doc string.
7655
7656         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
7657         depending on mm-verify-option.
7658
7659 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7660
7661         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
7662         binding pgg-* variables; reimplement the section which prevents
7663         MIME header from being signed.
7664         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
7665         pgg-text-mode; remove a blank line at the top of body.
7666
7667         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
7668         lines at the top of body; use gnus-newsgroup-charset if there's no
7669         Charset header.
7670
7671 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7672
7673         * message.el (message-self-insert-commands): Doc fix.
7674
7675         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
7676         (mm-uu-pgp-encrypted-test): Ditto.
7677         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
7678         between header and body; return application/pgp-encrypted handle
7679         if decryption failed; decode decrypted body by charset.
7680
7681         * mm-decode.el (mm-automatic-display): Don't make application/pgp
7682         element match to application/pgp-*.
7683
7684 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7685
7686         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
7687         HTML.
7688
7689 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7690
7691         * mail-source.el (mail-source-call-script): Message the error
7692         string.
7693
7694 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7695
7696         * gnus-util.el (gnus-byte-compile): Use it.
7697
7698 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
7699
7700         * gnus-util.el (kill-empty-logs): New function.
7701
7702 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7703
7704         * message.el (message-mail-alias-type): Doc fix.
7705         (message-mail-alias-type-p): New function.
7706         (message-send): Use it.
7707         (message-mode): Ditto.
7708         (message-strip-forbidden-properties): Ditto.
7709
7710         * ecomplete.el (ecomplete-database-file-coding-system): New
7711         variable.
7712         (ecomplete-save): Use it.
7713         (ecomplete-setup): Use it.
7714
7715 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7716
7717         * message.el (message-self-insert-commands): New variable.
7718         (message-strip-forbidden-properties): Use it.
7719
7720 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7721
7722         * message.el (message-put-addresses-in-ecomplete): Use a regexp
7723         that doesn't make XEmacs choke.
7724
7725 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
7726
7727         * gnus-util.el (gnus-replace-in-string):
7728         Prefer replace-regexp-in-string over of replace-in-string.
7729
7730 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7731
7732         * gnus-util.el (gnus-select-frame-set-input-focus):
7733         Use select-frame-set-input-focus if it is available in XEmacs; use
7734         definition defined in Emacs 22 for old Emacsen.
7735
7736         * dgnushack.el: Autoload unmorse-region for XEmacs.
7737
7738         * lpath.el: Bind cursor-in-non-selected-windows and
7739         select-frame-set-input-focus for XEmacs.
7740
7741 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7742
7743         * mm-view.el (mm-inline-text): Use equal instead of equalp.
7744
7745 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
7746
7747         * gnus-registry.el (gnus-registry-cache-save): Remove text
7748         properties when saving via the temp buffer.
7749
7750 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7751
7752         * message.el (message-generate-hashcash): Honor custom type.
7753
7754 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7755
7756         * message.el (message-generate-hashcash): Default to non-nil when
7757         hashcash is found.
7758
7759         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
7760         (gnus-refer-thread-limit): Increase default to 500.
7761
7762         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
7763
7764         * flow-fill.el (fill-flowed): Allow delete-space.
7765
7766 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7767
7768         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7769         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
7770         Remove autoloads.
7771
7772 2006-04-18  Simon Josefsson  <jas@extundo.com>
7773
7774         * message.el (message-generate-hashcash): Default to.
7775
7776 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7777
7778         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7779         concatenating segments rather than before concatenating them.
7780
7781 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7782
7783         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
7784
7785 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7786
7787         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
7788
7789         * message.el (message-forward-make-body-plain): Allow
7790         message-forward-ignored-headers to be a list.
7791         (message-remove-ignored-headers): Factor out into function.
7792         (message-forward-make-body-mml): Use it.
7793
7794         * imap.el (imap-quote-specials): New function.
7795         (imap-login-auth): Quote specials.
7796
7797         * rfc2231.el (rfc2231-parse-string): Remove dead code.
7798         (rfc2231-parse-string): Allow concatanation of parameters that
7799         aren't contiguous.  The test case is
7800           (mail-header-parse-content-type "message/external-body;
7801             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
7802             access-type=LOCAL-FILE;
7803             name*1*=plugh%2fhello-sailor%2fbing.pdf")
7804
7805 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7806
7807         * nntp.el (nntp-accept-process-output): Return the value of
7808         `nnheader-accept-process-output'.
7809
7810 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7811
7812         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
7813         (gnus-button-alist): Recognize more diff formats.
7814         (gnus-button-patch): Strip directory.
7815
7816 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7817
7818         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
7819         Emacs 22 when setting focus.
7820
7821 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7822
7823         * gnus-art.el (gnus-article-treat-types): Do treatment of
7824         text/x-verbatim parts.
7825         (gnus-button-patch): New command.
7826
7827         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
7828         addresses that contain invalid characters.
7829
7830 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7831
7832         * message.el (message-put-addresses-in-ecomplete): Use
7833         gnus-replace-in-string.
7834         (message-is-yours-p): Use the more correct
7835         mail-header-parse-address instead of
7836         mail-extract-address-components.
7837         (message-put-addresses-in-ecomplete): Fix typo.
7838
7839         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
7840         keystroke.
7841
7842         * gnus-art.el (gnus-treatment-function-alist): Change order of
7843         newsgroups/generic header folding to avoid double-folding.
7844
7845         * message.el (message-hidden-headers): Add X-Draft-From.
7846
7847         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
7848         command.
7849         (gnus-summary-repeat-search-article-backward): New command.
7850
7851         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
7852         groups in the parent topic.
7853
7854 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
7855
7856         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
7857         (spam-extra-header-to-number): Return the CRM114 number as a
7858         number instead of a string.
7859
7860 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7861
7862         * gnus-art.el (gnus-face-properties-alist): Moved here from
7863         gnus-fun.
7864
7865         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
7866
7867 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7868
7869         * message.el (message-strip-forbidden-properties): Only display on
7870         self-insert-command.
7871
7872         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
7873         reindent.
7874         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
7875
7876 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
7877
7878         * smiley.el (smiley-style): Fix typo.
7879
7880 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7881
7882         * hashcash.el (hashcash-insert-payment-async-2): Use
7883         message-goto-eoh instead of doing it manually.
7884         (mail-add-payment): Use message-narrow-to-header instead of trying
7885         to do the same itself.
7886
7887         * message.el (message-hidden-headers): Add Face.
7888
7889         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
7890         reparenting code.
7891         (gnus-summary-reparent-children): Refactored out code.
7892         (gnus-summary-thread-map): New keystroke.
7893         (gnus-summary-reparent-children): Make into command.
7894
7895         * smiley.el (smiley-style): Default to `medium' if using a large
7896         font.
7897
7898         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
7899         does it itself.
7900
7901         * message.el (message-point-in-header-p): Simplify definition.
7902
7903 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7904
7905         * nnagent.el (nnagent-request-set-mark): Silence log file
7906         writing.
7907         (nnagent-request-set-mark): Use write-region instead of
7908         append-to-file.
7909
7910         * gnus-sum.el (gnus-read-header): Fudge article number if using a
7911         strange select method.
7912
7913         * ecomplete.el (ecomplete-display-matches): Get highlightling
7914         right.
7915         (ecomplete-display-matches): Use literals.
7916         (ecomplete-display-matches): Disable message logging.
7917
7918         * message.el (message-display-abbrev): Small optimization.
7919
7920         * ecomplete.el (ecomplete-display-matches): Allow automatic
7921         display.
7922
7923         * message.el (message-strip-forbidden-properties): Display
7924         abbrevs.
7925         (message-display-abbrev): Get automatic display right.
7926
7927         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
7928         keystrokes.
7929
7930 2006-04-13  Romain Francoise  <romain@orebokech.com>
7931
7932         TODO: Backport to v5-10!
7933
7934         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
7935         Moved here (and renamed) from gnus-registry.el.
7936
7937         * gnus-registry.el: Require gnus-util.
7938         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
7939
7940 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7941
7942         * gnus-group.el (gnus-group-catchup-current): Change
7943         if-then-else-if-then-else into cond.
7944         (gnus-group-catchup): Indent.
7945         (group-name-at-point): New function.
7946         (gnus-fetch-group): Provide default from thing at point.
7947
7948 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7949
7950         * message.el (message-display-abbrev): Fix regexp.
7951
7952         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
7953         choosing.
7954         (ecomplete-highlight-match-line): Fix up code rewrite, remove
7955         dead variables.
7956
7957         * message.el (message-newline-and-indent): Remove debugging.
7958         (message-display-abbrev): Use new implementation.
7959
7960 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7961
7962         * gnus-art.el (gnus-article-mode): Set
7963         cursor-in-non-selected-windows to nil.
7964
7965         * smiley.el: Revert previous change.
7966         (smiley-data-directory): defvar it before using it in the
7967         defcustom of `smiley-style'.
7968
7969 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7970
7971         * message.el (message-newline-and-indent): New function.
7972
7973         * ecomplete.el: Implement more bits.
7974
7975         * message.el (message-put-addresses-in-ecomplete): Clean up the
7976         string.
7977
7978         * ecomplete.el (ecomplete-add-item): Chop off decimals.
7979
7980         * gnus-sum.el (gnus-summary-save-parts): Bind
7981         gnus-summary-save-parts-counter and use it to make unique file
7982         names.
7983
7984         * gnus-art.el (gnus-ignored-headers): Add some more headers.
7985
7986         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
7987         parameter to say whether to actually parse the individual
7988         addresses.
7989
7990         * message.el (message-put-addresses-in-ecomplete): New function.
7991         (ecomplete): Require.
7992         (message-mail-alias-type): Add ecomplete as an option.
7993
7994 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
7995
7996         * flow-fill.el (fill-flowed): Remove trailing space from blank
7997         quoted lines.
7998
7999 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8000
8001         * smiley.el (smiley-style): Move definition later to avoid a
8002         compilation warning.
8003
8004 2006-04-12  Kenichi Handa  <handa@m17n.org>
8005
8006         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
8007         buffer and then decode the buffer text if necessary.
8008         (rfc2231-encode-string): Be sure to work on multibyte buffer at
8009         first, and after mm-encode-body, change the buffer to unibyte.
8010         Use mm-disable-multibyte instead of set-buffer-multibyte.
8011
8012 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8013
8014         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
8015         Content-Type header instead of Content-Disposition header.
8016         (gnus-mime-inline-part): Ditto.
8017         (gnus-mime-view-part-as-charset): Ignore charset that the part
8018         specifies.
8019
8020         * mm-decode.el (mm-display-part): Work with external parts and
8021         usual parts similarly.
8022
8023         * mm-extern.el (mm-inline-external-body): Use mm-display-part
8024         instead of gnus-display-mime.
8025
8026         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
8027         instead of with-temp-buffer.
8028
8029         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
8030         tag to summarized topics part in order to encode non-ASCII text.
8031
8032 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8033
8034         * smiley.el (smiley-style): New variable.
8035         (smiley-directory): New function.
8036         (smiley-data-directory): Derive from `smiley-style' using
8037         `smiley-directory'.
8038         (smiley-regexp-alist): Add new entries.
8039
8040         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
8041         (gnus-article-browse-delete-temp): Add :version.
8042
8043 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
8044
8045         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
8046         the sieve region.
8047
8048 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8049
8050         * gnus.el (gnus-version-number): Bump version.
8051
8052 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8053
8054         * gnus.el: No Gnus v0.4 is released.
8055
8056 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8057
8058         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
8059         layout.
8060
8061         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
8062         unknown charset.
8063
8064         * message.el (message-header-synonyms): Add Original-To to the
8065         default.
8066
8067         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
8068         optional parameter.
8069
8070 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
8071
8072         * gnus-fun.el (gnus): Require it for gnus-directory.
8073
8074 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8075
8076         * gnus-fun.el (gnus-face-properties-alist): Add :version.
8077
8078 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8079
8080         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
8081
8082 2006-04-05  Simon Josefsson  <jas@extundo.com>
8083
8084         * password.el (password-reset): New function.
8085
8086 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8087
8088         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
8089         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
8090
8091 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8092
8093         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8094         Some whitespace was matched into the url, which broke browsing hits
8095         > 100 when mm-url-use-external was nil.
8096
8097 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8098
8099         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
8100         gnus-extra-headers for 'Newsgroups.
8101
8102         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
8103         bound.
8104
8105 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
8106
8107         * pgg-gpg.el: Clean up process buffers every time gpg processes
8108         complete.
8109
8110 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
8111
8112         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8113         doc string.
8114
8115 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
8116
8117         * pgg-gpg.el (pgg-gpg-process-filter)
8118         (pgg-gpg-wait-for-completion): Check if buffer is alive.
8119
8120         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
8121         lines, temporary fix.
8122
8123 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8124
8125         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
8126
8127 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
8128
8129         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
8130         default-enable-multibyte-characters.  This reverts the change from
8131         revision 6.17 which is no longer necessary because the passphrase
8132         is sent separately now.  GnuPG messages are unreadable under
8133         multibyte locales with default-enable-multibyte-characters set to
8134         nil.
8135
8136 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
8137
8138         * message.el (message-tool-bar-gnome): Move "spell".
8139
8140 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
8141
8142         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
8143         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
8144         instead.
8145
8146 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
8147
8148         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
8149         newsgroups handling for NNTP overviews which don't include
8150         Newsgroups.
8151
8152 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8153
8154         * message.el (message-resend): Bind message-generate-hashcash to nil.
8155
8156 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8157
8158         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
8159         when searching for already-paid recipients.
8160
8161 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
8162
8163         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
8164         passphrases when it is not needed.
8165         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
8166         passphrase stuff from gpg, should only be necessary when you use
8167         gpg with a smartcard.
8168
8169 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8170
8171         * mml.el (mml-insert-mime): Ignore cached contents of
8172         message/external-body part.
8173
8174         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
8175         (mm-insert-part): Ditto.
8176
8177 2006-03-23  Simon Josefsson  <jas@extundo.com>
8178
8179         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
8180         Reiner.
8181         (pgg-gpg-use-agent-p): Use it again.
8182
8183 2006-03-23  Simon Josefsson  <jas@extundo.com>
8184
8185         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
8186         older emacsen.
8187         (pgg-gpg-use-agent-p): Don't use it.
8188
8189 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
8190
8191         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
8192         if we can.
8193
8194 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
8195
8196         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
8197         (pgg-gpg-update-agent): New function.
8198         (pgg-gpg-use-agent-p): New function.
8199         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
8200         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8201         (pgg-gpg-sign-region): Use it.
8202
8203 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8204
8205         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
8206         Reported by Ralf Wachinger <rwachinger@gmx.de>.
8207
8208 2006-03-21  Simon Josefsson  <jas@extundo.com>
8209
8210         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
8211         <wilde@sha-bang.de>.
8212         (pgg-gpg-use-agent): New variable.
8213         (pgg-gpg-process-region): Use it.
8214         (pgg-gpg-encrypt-region): Likewise.
8215         (pgg-gpg-encrypt-symmetric-region): Likewise.
8216         (pgg-gpg-decrypt-region): Likewise.
8217         (pgg-gpg-sign-region): Likewise.
8218         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
8219
8220 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8221
8222         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
8223
8224         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
8225         Add comment on version.
8226
8227 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8228
8229         * smiley.el: Add missing test smiley.
8230
8231 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8232
8233         * mm-decode.el (mm-with-part): New macro.
8234         (mm-get-part): Use it; work with message/external-body as well.
8235         (mm-save-part): Treat name and filename equally.
8236
8237         * mm-extern.el (mm-extern-cache-contents): New function.
8238         (mm-inline-external-body): Use it; force the part to be displayed;
8239         move undisplayer added to the cached handle to the parent.
8240
8241         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
8242         (gnus-mime-view-part-as-type): Work with message/external-body.
8243
8244         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
8245
8246 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8247
8248         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
8249         images in image-load-path.  [Sync with image.el, revision 1.60, in
8250         Emacs.]
8251
8252 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8253
8254         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
8255         path rather than symbol.  Always return list of directories.
8256         Guarantee that image directory comes first.  [Sync with image.el,
8257         revision 1.59, in Emacs.]
8258
8259         * message.el (message-make-tool-bar): Adjust to new API of
8260         `gmm-image-load-path-for-library'.
8261
8262         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8263
8264         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8265
8266 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8267
8268         * gnus-art.el (gnus-article-only-boring-p):
8269         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
8270         intangible text.
8271         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
8272
8273 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
8274
8275         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
8276         `defun' instead of `gmm-defun-compat'.
8277
8278 2006-03-14  Simon Josefsson  <jas@extundo.com>
8279
8280         * message.el (message-unique-id): Don't use message-number-base36
8281         if (user-uid) is a float.
8282         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
8283
8284 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8285
8286         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
8287
8288         * gnus-art.el (gnus-mime-display-single): Make sure there is an
8289         empty line between a part and a message part.
8290
8291 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
8292
8293         * smiley.el: Add more test smileys.
8294         (smiley-data-directory, smiley-regexp-alist)
8295         (gnus-smiley-file-types): Fix doc strings.
8296         (smiley-update-cache): Clear smiley-cached-regexp-alist before
8297         adding new elements.
8298         (smiley-mouse-map): Unused code.  Make it a comment.
8299
8300 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8301
8302         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
8303         scan latest NoCeM messages instead of old ones.
8304         (gnus-nocem-check-article): Fix regexps so as to match to PGP
8305         delimiters that are recently used.
8306         (gnus-nocem-load-cache): Add autoload cookie.
8307
8308         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
8309
8310         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
8311         level which is larger than gnus-use-nocem is specified.
8312
8313         * gnus-group.el (gnus-group-get-new-news): Ditto.
8314
8315 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8316
8317         * gnus-util.el (gnus-tool-bar-update): New function.
8318
8319         * gnus-group.el (gnus-group-update-tool-bar): New variable.
8320         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
8321
8322         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
8323
8324         * gnus-group.el (gnus-group-redraw-when-idle)
8325         (gnus-group-redraw-check): Remove.
8326         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
8327
8328 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8329
8330         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
8331         if optional last element is specified in splits (FIELD VALUE...).
8332
8333 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
8334
8335         * message.el (message-make-tool-bar): Rename gmm-image-load-path
8336         to gmm-image-load-path-for-library.  Call with no-error argument.
8337         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
8338
8339         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8340
8341         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8342
8343         * gmm-utils.el (gmm-image-load-path): Remove alias.
8344
8345 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
8346
8347         * gmm-utils.el (gmm-image-load-path): Add alias.
8348
8349         * nnml.el (nnml-generate-nov-databases-directory): Rename from
8350         nnml-generate-nov-databases-1.
8351         (nnml-generate-nov-databases): Use it.
8352         (nnml-generate-nov-databases-directory): Document no-active
8353         argument.
8354
8355         * gmm-utils.el (gmm-image-load-path-for-library): Return single
8356         directory if path is t.  Add no-error.
8357
8358         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
8359         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8360
8361         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
8362         resetting gnus-article-browse-html-temp-list.
8363
8364         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
8365         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
8366         Add example to docstring.  Rename local variables.  Move error
8367         checks to default case in cond and simplify.
8368
8369 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8370
8371         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
8372         handle is multipart when calling it recursively.
8373         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
8374
8375 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
8376
8377         * nnimap.el (nnimap-request-update-info-internal): Optimize.
8378         Don't `gnus-uncompress-range' to avoid excessive memory usage.
8379
8380 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8381
8382         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
8383         is loaded.
8384
8385         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
8386         loaded.
8387
8388 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8389
8390         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
8391         to "Emacs 23 (unicode)" in doc string.
8392
8393         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
8394         "Emacs 23 (unicode)" in comment.
8395
8396 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8397
8398         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
8399
8400         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
8401         characters 160 through 255 in Emacs 23.
8402
8403 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8404
8405         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
8406         gnus-article-browse-html-temp.
8407         (gnus-article-browse-delete-temp): Make it customizable.  Add
8408         `file'.  Adjust doc string.
8409         (gnus-article-browse-delete-temp-files): Add argument.  Allow
8410         query for each file.  Adjust doc string.
8411         (gnus-article-browse-html-parts): Add
8412         `gnus-article-browse-delete-temp-files' to
8413         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
8414
8415 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
8416
8417         * gnus-art.el (gnus-article-browse-html-temp)
8418         (gnus-article-browse-delete-temp): New variables.
8419         (gnus-article-browse-delete-temp-files): New function.
8420         (gnus-article-browse-html-parts): Use it.
8421
8422 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8423
8424         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
8425
8426         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
8427         string.
8428
8429         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
8430         gnus-summary-insert-new-articles when unplugged.  Remove
8431         gnus-summary-search-article-forward.
8432
8433         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
8434         display-visual-class instead of display-color-cells.
8435
8436 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8437
8438         * dgnushack.el: Autoload customize-group for XEmacs.
8439
8440         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
8441         message/* containing non-ASCII text properly.
8442
8443 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8444
8445         * message.el: Require gmm-utils, remove autoloads.
8446         (message-tool-bar): Set default based on
8447         gmm-tool-bar-style.
8448         (message-tool-bar-gnome): Add gmm-customize-mode.
8449
8450         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
8451         gmm-tool-bar-style.
8452         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
8453
8454         * gnus-group.el (gnus-group-tool-bar): Set default based on
8455         gmm-tool-bar-style.
8456         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
8457
8458         * gmm-utils.el (gmm-image-directory): Rename variable from
8459         gmm-image-load-path.
8460         (gmm-image-load-path): Use gmm-image-directory.
8461         (gmm-customize-mode): New function.
8462         (gmm-tool-bar-style): New variable.
8463
8464         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
8465         gnus-group-redraw-line-number.
8466         (gnus-group-redraw-check): Simplify.
8467         (gnus-group-tool-bar-update): Remove redraw check.
8468         (gnus-group-make-tool-bar): Add redraw check.
8469
8470 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
8471
8472         * gnus-art.el (gnus-button): Add missing parentheses.
8473
8474 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8475
8476         * lpath.el: Fbind line-number-at-pos.
8477
8478 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8479
8480         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
8481
8482 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8483
8484         * gnus-art.el (gnus-button): New face.
8485         (gnus-article-button-face): Use it.
8486
8487         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
8488         gnus-summary-next-page.  Re-order.
8489
8490         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
8491         next-node are now included.
8492         (gnus-group-redraw-line-number): New internal variable.
8493         (gnus-group-redraw-check): Helper function for updating the tool
8494         bar.
8495         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
8496
8497         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
8498
8499         * spam.el (spam-spamassassin-score-regexp): New internal variable.
8500         (spam-extra-header-to-number, spam-check-spamassassin-headers):
8501         Use it to match format of Spamassassin 3.0 and later.  Reported by
8502         IRIE Tetsuya <irie@t.email.ne.jp>.
8503         (spam-check-bogofilter)
8504         (spam-bogofilter-register-with-bogofilter): Fix args of
8505         `gnus-error' calls.
8506
8507 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8508
8509         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
8510         unnecessary interaction when sending queued mails.  Reported by
8511         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
8512
8513 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8514
8515         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
8516         first or last are nil.
8517
8518 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8519
8520         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
8521
8522 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8523
8524         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
8525
8526 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8527
8528         * dns.el (query-dns): Protect more against buggy tcp output.
8529
8530 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8531
8532         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
8533         nov.php.
8534
8535 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8536
8537         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
8538         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
8539         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
8540         output on the server side.
8541         (nnweb-google-create-mapping): Update regexps and add some
8542         progress indication.
8543
8544 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
8545
8546         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
8547         gnus-agent-toggle-plugged.  Re-order icons.
8548         (gnus-group-tool-bar-gnome): Add
8549         gnus-group-{prev,next}-unread-group.
8550         (gnus-group-tool-bar-gnome): Re-order icons.
8551
8552         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
8553         gnus-summary-insert-new-articles.
8554
8555         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
8556         comments.
8557
8558         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
8559         also available in Emacs 21.3.
8560
8561         * message.el (message-fix-before-sending): Change "Emacs 22" to
8562         "Emacs 23 (unicode)" in comment.
8563
8564         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
8565         "Emacs 23 (unicode)" in comment.
8566
8567         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
8568         comment.
8569         (mm-coding-system-p): Add comment about no-MULE XEmacs.
8570
8571         * mm-view.el (mm-fill-flowed): Add :version.
8572
8573 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8574
8575         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
8576         and load-path.
8577
8578 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
8579
8580         * message.el: Autoload gmm-image-load-path.
8581         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
8582         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
8583         consitency.
8584
8585         * gmm-utils.el (gmm-image-load-path): Also search in
8586         "../etc/images".  Don't set gmm-image-load-path if we don't find
8587         the image.
8588
8589 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8590
8591         * gmm-utils.el (gmm-image-load-path): Don't make
8592         `gmm-image-load-path' include subdirectories which the second arg
8593         `image' might specify.
8594
8595         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
8596         subdirectory to icon file names.
8597
8598         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
8599
8600 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8601
8602         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
8603         gmm-image-load-path calls.
8604
8605         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8606
8607         * message.el (message-make-tool-bar): Ditto.
8608
8609         * mml.el (mml-preview): Added comment concerning tool bar icons.
8610
8611         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
8612         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
8613
8614         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
8615         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
8616
8617         * message.el (message-tool-bar-gnome): Use new icon names.
8618         (message-make-tool-bar): Use `gmm-image-load-path'.
8619
8620         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
8621         functions from MH-E.
8622         (gmm-image-load-path): New variable from MH-E.
8623         (gmm-image-load-path): New function from MH-E.  Added arguments
8624         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
8625         *-image-load-path-called-flag.
8626
8627 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
8628
8629         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
8630
8631 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
8632
8633         * nnimap.el (nnimap-request-move-article): Change folder back to
8634         source group before deleting.
8635
8636 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
8637
8638         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
8639
8640         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
8641         mm-url.
8642
8643         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
8644
8645 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8646
8647         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
8648         coding system which mm-charset-to-coding-system returns for a
8649         given charset is valid.
8650
8651 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
8652
8653         * html2text.el (html2text-remove-tag-list):
8654         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
8655
8656 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
8657
8658         * gnus-cus.el: Revert 2005-10-17 change.
8659
8660 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8661
8662         * gnus-art.el (article-strip-banner): Call
8663         article-really-strip-banner only when the regexp match is made.
8664
8665 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8666
8667         * gnus-art.el (article-strip-banner): Use
8668         gnus-extract-address-components instead of
8669         mail-header-parse-addresses to make it work with non-ASCII text;
8670         remove mail-encode-encoded-word-string.
8671
8672         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
8673         values which are surrounded with \"...\"; make it never cause a
8674         Lisp error; give up parsing of parameters if it failed in
8675         extracting type.
8676
8677 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
8678
8679         * smime.el (smime-cert-by-ldap-1): Fix bug where
8680         `smime-ldap-search' returns results without userCertificates.
8681
8682 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8683
8684         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
8685
8686 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8687
8688         * spam.el (spam-check-spamassassin-headers): Adapt format for
8689         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
8690         <ari@mbf.ocn.ne.jp>.
8691         (spam-list-of-processors): Add spam-use-gmane.
8692
8693 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8694
8695         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
8696         make-temp-file; make it work with XEmacs as well.
8697
8698         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
8699         mm-make-temp-file.
8700
8701         * mm-decode.el (mm-display-external): Use the 3rd arg of
8702         mm-make-temp-file.
8703         (mm-create-image-xemacs): Ditto.
8704
8705 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8706
8707         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
8708         with message-narrow-to-headers.
8709         (gnus-draft-setup): Narrow to header to run message-fetch-field.
8710         (gnus-draft-check-draft-articles): New function.
8711         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
8712
8713 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8714
8715         * gnus-art.el (gnus-article-browse-html-parts):
8716         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
8717         Don't use suffix argument for mm-make-temp-file for Emacs 21
8718         compatibility.  Remove useless `format'.
8719
8720 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8721
8722         * nnweb.el (nnweb-google-wash-article): Update regexps.
8723         (nnweb-group-alist): Use defvoo instead of defvar.
8724
8725 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8726
8727         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
8728         re-loading nn* modules.
8729
8730 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8731
8732         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
8733         for `tool-bar-mode' and don't check it's default-value.
8734
8735         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8736
8737         * message.el (message-make-tool-bar): Ditto.
8738
8739         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
8740         `substring'.  Shorten tmp-file name.
8741
8742         * gnus.el: Remove bogus comment.
8743
8744 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
8745
8746         * gnus-art.el (gnus-article-browse-html-parts): New function.
8747         (gnus-article-browse-html-article): New function for viewing html
8748         articles with a browser.
8749
8750 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
8751
8752         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
8753         in elisp.
8754         (pgg-gpg-encrypt-symmetric-region): Ditto.
8755         (pgg-gpg-sign-region): Ditto.
8756
8757         * pgg-def.el (pgg-text-mode): New variable.
8758
8759         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
8760         (mml2015-pgg-encrypt): Ditto.
8761
8762         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
8763         (mml1991-pgg-encrypt): Ditto.
8764
8765 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8766
8767         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
8768         message-make-date instead of current-time-string.
8769
8770         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
8771         to gnus-decoded which mm-uu might set.
8772
8773 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8774
8775         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
8776         don't decode quoted parameters; remove misimported Emacs code.
8777         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8778         (rfc2231-decode-encoded-string): Don't use split-string which
8779         behaves differently according to Emacs version; use
8780         mm-decode-coding-region to convert charset to coding-system.
8781         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8782         (rfc2231-encode-string): Remove misimported Emacs code.
8783
8784 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8785
8786         * gnus-art.el (article-decode-charset): Don't use ignore-errors
8787         when calling mail-header-parse-content-type.
8788         (article-de-quoted-unreadable): Ditto.
8789         (article-de-base64-unreadable): Ditto.
8790         (article-wash-html): Ditto.
8791
8792         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
8793         calling mail-header-parse-content-type and
8794         mail-header-parse-content-disposition.
8795         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
8796         mail-header-parse-content-type.
8797
8798         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
8799         insert charset and format parameters; encode description after
8800         inserting it to buffer.
8801         (mml-insert-parameter): Fold lines properly even if a parameter is
8802         segmented into two or more lines; change the max column to 76.
8803
8804         * rfc1843.el (rfc1843-decode-article-body): Don't use
8805         ignore-errors when calling mail-header-parse-content-type.
8806
8807         * rfc2231.el (rfc2231-parse-string): Return at least type if
8808         possible; don't cause an error even if it fails in parsing of
8809         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8810         (rfc2231-encode-string): Don't break lines at the beginning, leave
8811         it to mml-insert-parameter.
8812
8813         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
8814         calling mail-header-parse-content-type.
8815
8816 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
8817
8818         * spam-report.el (spam-report-gmane-use-article-number):
8819         Improve doc string.
8820         (spam-report-gmane-internal): Check if a suitable header was found
8821         in the article.
8822
8823 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8824
8825         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
8826         (rfc2231-encode-string): Make param*=value always begin with LWSP.
8827
8828 2006-02-05  Romain Francoise  <romain@orebokech.com>
8829
8830         Update copyright notices of all files in the gnus directory.
8831
8832 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8833
8834         * nnweb.el (nnweb-request-group): Avoid growing overview files.
8835
8836 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8837
8838         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
8839         segmented lines of parameter value to cope with Thunderbird 1.5
8840         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
8841         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8842         (rfc2231-encode-string): Don't make lines exceeding 76 column.
8843
8844 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
8845
8846         * mml.el (mml-generate-mime-1): Correct the order of inline signed
8847         parts.
8848
8849 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8850
8851         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
8852         there's only one active file for all servers.
8853         (nnweb-request-scan): Make sure nnweb-articles is initialized on
8854         solid groups.  Gnus might have used a FAST request to select the group.
8855         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
8856         and nnweb-search redundantly in the active file.
8857         (nnweb-request-list): Don't list bogus groups.  There can only be one.
8858         (nnweb-request-create-group): Don't use ARGS.
8859         (nnweb-possibly-change-server, nnweb-request-group): Remove some
8860         initialisations.  Let nnoo do the work.
8861
8862 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8863
8864         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
8865         Say the part has been decoded.
8866
8867         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
8868
8869 2006-01-31  Kevin Ryde  <user42@zip.com.au>
8870
8871         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
8872         mailcap-viewer-test-cache when there's no 'test clause, since that
8873         will invert the meaning of a "nil" test previously determined by
8874         mailcap-mailcap-entry-passes-test.
8875
8876 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8877
8878         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
8879         compiling.
8880
8881         * gnus-sum.el: Ditto.
8882
8883         * message.el: Don't bind tool-bar-map when compiling.
8884
8885 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
8886
8887         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
8888
8889 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8890
8891         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
8892         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
8893         current Google Groups.
8894
8895 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
8896
8897         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
8898         and tool-bar-mode.
8899
8900         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
8901         and tool-bar-mode.
8902
8903         * message.el (message-tool-bar-update): Simplify.
8904         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
8905
8906         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
8907         gnus-summary-buffer.
8908         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
8909         gnus-summary-reply.
8910
8911         * gmm-utils.el (gmm): Add :version.
8912
8913 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8914
8915         * Makefile.in (clean): New rule.
8916         (distclean): Use it.
8917
8918 2006-01-26  Steve Youngs  <steve@sxemacs.org>
8919
8920         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
8921         autoload.
8922
8923 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8924
8925         * gmm-utils.el (gmm-verbose): Add :group.
8926
8927 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
8928
8929         * message.el: Change some comments WRT tool-bars.
8930
8931         * gnus-sum.el (gnus-summary-tool-bar)
8932         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
8933         (gnus-summary-tool-bar-zap-list): New variables.
8934         (gnus-summary-make-tool-bar): Complete rewrite using
8935         `gmm-tool-bar-from-list'.
8936
8937         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
8938         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
8939         variables.
8940         (gnus-group-make-tool-bar): Complete rewrite using
8941         `gmm-tool-bar-from-list'.
8942         (gnus-group-tool-bar-update): New function.
8943
8944         * message.el (message-mode-field-menu): Add "Show hidden Headers".
8945
8946 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8947
8948         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
8949         is dissected into a single part of which the type is the same as
8950         the given one; decode charset.
8951
8952 2006-01-21  Kevin Ryde  <user42@zip.com.au>
8953
8954         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
8955         into alists as symbol not string, since that's what
8956         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
8957         look for.
8958
8959 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
8960
8961         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
8962         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
8963
8964         * message.el (message-tool-bar-gnome): Use gmm-ignore.
8965
8966 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8967
8968         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
8969         (gnus-xmas-mime-security-button-menu): New function.
8970
8971         * gnus-art.el (gnus-mime-security-button-commands): New variable.
8972         (gnus-mime-security-button-menu): New definition.
8973         (gnus-mime-security-button-map): Use them.
8974         (gnus-mime-security-button-menu): New function.
8975         (gnus-insert-mime-security-button): Addition to help echo.
8976         (gnus-mime-security-run-function, gnus-mime-security-save-part)
8977         (gnus-mime-security-pipe-part): New functions.
8978
8979         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
8980         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
8981
8982         * mm-decode.el (mm-handle-set-disposition): Remove.
8983         (mm-handle-set-description): Remove.
8984
8985 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8986
8987         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
8988         (mm-w3m-standalone-supports-m17n-p): New function.
8989         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
8990         w3m usage.
8991
8992         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
8993         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
8994
8995 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8996
8997         * message.el (message-tool-bar-zap-list): Use
8998         gmm-tool-bar-zap-list as custom type.
8999         (message-tool-bar-update): New function.
9000         (message-tool-bar, message-tool-bar-gnome)
9001         (message-tool-bar-retro): Add message-tool-bar-update.
9002         (message-tool-bar-gnome): Add flyspell-buffer.
9003
9004         * gnus-util.el (gnus-error): Describe `args'.
9005
9006         * gmm-utils.el (gmm-error): Describe `args'.
9007         (gmm-tool-bar-zap-list): New widget.
9008         (gmm-tool-bar-from-list): Improve description of `zap-list'.
9009
9010 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9011
9012         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
9013         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
9014         the number of recursive calls.
9015
9016         * mm-decode.el (mm-handle-set-disposition): New macro.
9017         (mm-handle-set-description): New macro.
9018
9019 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9020
9021         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
9022         encoding.
9023
9024 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9025
9026         * message.el (message-tool-bar-zap-list, message-tool-bar)
9027         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
9028         (message-tool-bar-local-item-from-menu): Remove.
9029         (message-tool-bar-map): Replace by `message-make-tool-bar'.
9030         (message-make-tool-bar): New function.
9031         (message-mode): Use `message-make-tool-bar'.
9032
9033         * gmm-utils.el: New file.
9034         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
9035         (gmm-lazy): New widget copied from `nnmail.el'.
9036         (gmm-tool-bar-from-list): New function for creating customizable
9037         tool bars.
9038         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
9039         output.
9040         (gmm): Add :prefix to defgroup.
9041
9042 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
9043
9044         * gmm-utils.el (gmm-widget-p): New function.
9045
9046 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9047
9048         * mml.el (mml-attach-file): Describe `description' in doc string.
9049         (mml-menu): Add Emacs MIME manual and PGG manual.
9050
9051 2006-01-20  Richard M. Stallman  <rms@gnu.org>
9052
9053         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
9054
9055 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
9056
9057         * nntp.el (nntp-end-of-line): Doc fix.
9058
9059 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
9060
9061         * imap.el (imap-open): Handle case where buffer is a buffer
9062         object.
9063
9064 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9065
9066         * gnus-delay.el (gnus-delay): Don't autoload.
9067         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9068         to be re-loaded when customizing the `gnus-delay' group.
9069
9070 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
9071
9072         * message.el (message-insert-citation-line): Use newlines.
9073
9074 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9075
9076         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9077         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
9078         these routines, so the passphrase can be managed externally and
9079         passed in to the system.
9080         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9081         pgg-add-passphrase-to-cache function.
9082
9083         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9084         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
9085         these routines, so the passphrase can be managed externally and
9086         passed in to the system.
9087         (pgg-pgp5-sign-region): Use new name of
9088         pgg-add-passphrase-to-cache function.
9089
9090 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9091
9092         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9093         part of the decoded armor to find the key-identifier.
9094         (pgg-gpg-lookup-key-owner): New function to return the
9095         human-readable identifier of a key owner.
9096         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
9097         itself.
9098         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9099         the key value) if we have a key and can match it against a secret
9100         key.  Also, added a note pointing out fact that the prompt only
9101         indicates the first matching key.
9102
9103         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
9104         pgg-decrypt-region.
9105         (pgg-add-passphrase-to-cache): Rename from
9106         `pgg-add-passphrase-cache' to reduce confusion (all callers
9107         changed).
9108         (pgg-remove-passphrase-from-cache): Rename from
9109         `pgg-remove-passphrase-cache' to reduce confusion (all callers
9110         changed).
9111         (pgg-read-passphrase, pgg-add-passphrase-cache)
9112         (pgg-remove-passphrase-cache): Add informative docstrings.
9113         (pgg-decrypt): Convey provided passphrase in subordinate call to
9114         pgg-decrypt-region.
9115
9116 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
9117
9118         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9119         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9120         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9121         'passphrase' argument, so the passphrase can be managed externally
9122         and then passed in to the system.
9123
9124         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9125         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
9126         so the passphrase cache can be used reliably with identifiers
9127         besides a pgp packet's key id.
9128
9129         * pgg-gpg.el (pgg-gpg-encrypt-region)
9130         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9131         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
9132         these routines, so the passphrase can be managed externally and
9133         passed in to the system.
9134
9135         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9136         'notruncate' argument, so the passphrase cache can be used
9137         reliably with identifiers besides a pgp packet's key id.
9138
9139 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
9140
9141         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9142         symmetric encryption.
9143         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
9144         encrypted session key.
9145         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9146         message ask for the passphrase in a proper way.
9147
9148         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
9149         New user commands for symmetric encryption.
9150
9151 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9152
9153         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
9154
9155         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
9156
9157 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
9158
9159         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
9160
9161 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9162
9163         * mm-decode.el (mm-inlined-types): Add application/pgp.
9164         (mm-automatic-display): Ditto.
9165
9166         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
9167         part as text.
9168
9169 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9170
9171         * nnrss.el: Update copyright.
9172         (nnrss-opml-import): Query whether to subscribe to each entry.
9173
9174         * gnus-art.el:
9175         * gnus-sum.el:
9176         * gnus-xmas.el:
9177         * messagexmas.el:
9178         * mm-uu.el:
9179         * mm-view.el: Update copyright.
9180
9181 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
9182
9183         * message.el (message-info): New function.
9184         (message-mode-menu): Add it.
9185         Update copyright.
9186
9187         * ChangeLog: Fix and update copyright.
9188
9189 2006-01-13  Romain Francoise  <romain@orebokech.com>
9190
9191         * message.el (message-forward-subject-name-subject): Prefer the
9192         address to 'nowhere' if the sender has no name.
9193         Fix typo.  Update copyright year.
9194
9195 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9196
9197         * gnus-art.el (article-wash-html): Use
9198         gnus-summary-show-article-charset-alist if a numeric arg is given.
9199         (gnus-article-wash-html-with-w3m-standalone): New function.
9200
9201         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
9202         mm-inline-text-html-render-with-w3m-standalone.
9203         (mm-text-html-washer-alist): Map w3m-standalone to
9204         gnus-article-wash-html-with-w3m-standalone.
9205         (mm-inline-text-html-render-with-w3m-standalone): New function.
9206
9207 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9208
9209         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
9210         Improve LaTeX.
9211
9212 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9213
9214         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
9215         (nnrss-request-article): Render text/plain parts as HTML.
9216
9217         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
9218         the buffer.
9219
9220 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
9221
9222         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
9223         custom definition of `gnus-posting-styles'.
9224
9225         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
9226         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
9227
9228 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9229
9230         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
9231         Use nntp for bug archive.
9232
9233 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9234
9235         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
9236         parts.
9237         (nnrss-normalize-date): New function converts ISO 8601 date into
9238         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9239         (nnrss-check-group): Use it.
9240
9241 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9242
9243         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
9244
9245         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
9246         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9247         (nnrss-insert-w3): Ditto.
9248
9249 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9250
9251         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
9252         the articles to be forwarded including the case where neither a
9253         number of articles nor a region is specified.
9254
9255 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9256
9257         * nnrss.el (nnrss-request-article): Fix last change; fill
9258         text/plain parts.
9259
9260 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9261
9262         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
9263         in text/plain part.
9264         (nnrss-check-group): Don't add excessive newline to dc:subject.
9265
9266 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
9267
9268         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
9269         article.
9270
9271 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9272
9273         * nnml.el: Don't require gnus-bcklg.  Autoload it.
9274         (nnml-use-compressed-files, nnml-save-mail): Support other
9275         comression programs such as bzip2.
9276
9277 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9278
9279         * dns.el (query-dns): Make sure we check the buffer size before
9280         removing tcp headers.
9281
9282 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9283
9284         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
9285         remove MIME buttons associated with multipart/alternative parts.
9286         (gnus-mime-display-alternative): Tag buttons using `article-type'
9287         text property.
9288
9289         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
9290         associated with multipart/alternative parts.
9291
9292         * gnus-art.el (gnus-signature-separator): Fix custom type.
9293
9294         * mm-decode.el (mm-inlined-types): Fix custom type.
9295         (mm-keep-viewer-alive-types): Ditto.
9296         (mm-automatic-display): Ditto.
9297         (mm-attachment-override-types): Ditto.
9298         (mm-inline-override-types): Ditto.
9299         (mm-automatic-external-display): Ditto.
9300
9301 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9302
9303         * spam-report.el (spam-report-user-mail-address)
9304         (spam-report-user-agent): New variables.
9305         (spam-report-url-ping-plain): Use spam-report-user-agent.
9306
9307 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
9308
9309         * gnus-art.el (gnus-button-handle-custom): Do not just use
9310         `customize-apropos' for any "M-x customize-*" button but the
9311         function called for.  Accept both the function name and its
9312         argument in order to achieve this.
9313         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
9314         function name to `gnus-button-handle-custom' in case of "M-x
9315         customize-*" buttons.
9316
9317 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9318
9319         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
9320         multipart/alternative and add xref to mm-discouraged-alternatives
9321         in doc string.
9322
9323         * mm-decode.el (mm-discouraged-alternatives): Add xref to
9324         gnus-buttonized-mime-types in doc string.
9325
9326 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
9327
9328         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
9329         Suggest image/.* in the doc string.
9330
9331 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
9332
9333         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
9334         message-marks (Debian bug #342521).
9335
9336 2005-12-12  Simon Josefsson  <jas@extundo.com>
9337
9338         * password.el (password-read-from-cache): Add.
9339         (password-read): Use it.
9340
9341 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9342
9343         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
9344         us-ascii as a MIME charset.
9345
9346         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
9347         against the case where the 2nd arg TYPE is nil.
9348
9349 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9350
9351         * pop3.el (pop3-stream-type): Fix custom version.
9352
9353         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
9354
9355 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9356
9357         * mm-decode.el (mm-display-external): Add missing cdr.
9358
9359 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9360
9361         * mm-decode.el (mm-display-external): Use nametemplate (defined in
9362         RFC1524) if it is in mailcap or add a suffix according to
9363         mailcap-mime-extensions when generating a temp filename; postpone
9364         deleting a temp file for 2 seconds for some wrappers, shell
9365         scripts, and so on, which might exit right after having started a
9366         viewer command as a background job.
9367
9368 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9369
9370         * nntp.el (nntp-marks-directory): Fix custom group.
9371
9372         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
9373         steps when < 10.
9374
9375         * gnus-start.el (gnus-no-server-1): Mention
9376         `gnus-level-default-subscribed' in doc string.
9377
9378 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9379
9380         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
9381         parens.
9382
9383 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9384
9385         * gnus-xmas.el (gnus-use-toolbar): Revert.
9386         (gnus-xmas-setup-toolbar): Use global default-toolbar if
9387         gnus-use-toolbar is default.
9388
9389         * messagexmas.el (message-use-toolbar): Revert.
9390         (message-setup-toolbar): Use global default-toolbar if
9391         message-use-toolbar is default.
9392
9393 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9394
9395         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
9396         according to default-toolbar-visible-p.
9397
9398         * messagexmas.el (message-use-toolbar): Ditto.
9399
9400 2005-11-26  Dave Love  <fx@gnu.org>
9401
9402         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
9403         (tls-program, tls-success): Provide openssl alternative.
9404
9405         * starttls.el: Doc fixes.
9406         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
9407         SERVICE to PORT.
9408
9409         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
9410         port null or service name.
9411         (starttls-negotiate): Autoload.
9412
9413 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9414
9415         * message.el (message-kill-to-signature): Fix interactive spec.
9416
9417 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9418
9419         * pop3.el (pop3-open-server): Recognize a string as a service name.
9420
9421 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
9422
9423         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
9424
9425 2005-11-23  Dave Love  <fx@gnu.org>
9426
9427         Add pop3s, pop3/starttls.
9428
9429         * pop3.el (pop3-authentication-scheme): Clarify doc.
9430         (open-tls-stream, starttls-open-stream): Autoload.
9431         (pop3-stream-type): New.
9432         (pop3-open-server): Use it.
9433
9434         * mail-source.el (mail-sources): Fix some :types.  Add stream type
9435         for POP.
9436         (mail-source-keyword-map): Add :stream for POP.
9437         (mail-source-fetch-pop): Use pop3-stream-type.
9438
9439 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9440
9441         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
9442         of current-time-string.
9443
9444 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
9445
9446         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
9447         date header.
9448
9449 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9450
9451         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
9452         it can seriously impact performance as it bypasses the agent's
9453         local caches.
9454
9455 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9456
9457         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
9458         must be explicitly online rather than "not explicitly offline" for
9459         its flags to be synchronized.
9460
9461         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
9462         that gnus-uu-unmark-thread will function correctly.
9463
9464         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
9465         1024K is instead displayed as 1M.
9466
9467 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9468
9469         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
9470
9471 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
9472
9473         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
9474
9475 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
9476
9477         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
9478         error message to display actual error condition.
9479         (gnus-agent-save-local): Avoid saving symbols that are bound to
9480         nil as they simply result in a warning message in
9481         gnus-agent-read-local.
9482
9483 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9484
9485         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
9486         rather than make-variable-buffer-local for file-precious-flag.
9487
9488 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9489
9490         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
9491         for duplicates which are removed.  The invalid sort check then
9492         triggers a rescan after the sort as sorting may have moved
9493         duplicate entries such that they can be cheaply detected.
9494
9495 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9496
9497         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
9498
9499 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9500
9501         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
9502         internal variable to a custom variable.  Changed default value
9503         from compressed(2) to uncompressed(1).
9504         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
9505         support for uncompressed agentview files.  Taken together, reading
9506         the agentview file should now be 6-7 times faster.
9507
9508 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9509
9510         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
9511         as a buffer-local variable.  This avoids creating truncated
9512         dribble files as a result of a hang up, eg.
9513
9514 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
9515
9516         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
9517         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
9518         XEmacs.
9519
9520 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9521
9522         * gnus-start.el (gnus-start-draft-setup): Enforce
9523         `gnus-draft-mode' for nndraft:drafts at startup.
9524
9525         * gnus.el (gnus-splash): Change custom group.
9526         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
9527         allow-list argument.
9528
9529         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
9530         string.
9531
9532 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9533
9534         * gnus-art.el (gnus-default-article-saver): Add user-defined
9535         `function' to custom type.
9536
9537 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9538
9539         * imap.el (imap-open): Handle case where buffer is a buffer
9540         object.
9541
9542 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9543
9544         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
9545         long lines.
9546         (gnus-cache-delete-group): Wrap doc strings.
9547
9548         * gnus-agent.el (gnus-agent-rename-group)
9549         (gnus-agent-delete-group): Wrap doc strings.
9550
9551 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9552
9553         * messagexmas.el (message-use-toolbar): Change the valid values
9554         into default, top, bottom, left, and right.
9555         (message-toolbar-thickness): New variable.
9556         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
9557         well.
9558         (message-setup-toolbar): Make it work.
9559
9560         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
9561         (gnus-use-toolbar): Change the valid values into default, top,
9562         bottom, left, and right.
9563         (gnus-toolbar-thickness): New variable.
9564         (gnus-xmas-setup-toolbar): New function.
9565         (gnus-xmas-setup-group-toolbar): Use it.
9566         (gnus-xmas-setup-summary-toolbar): Use it.
9567
9568 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9569
9570         * gnus-start.el (gnus-1): Add "native" to
9571         gnus-predefined-server-alist.
9572
9573         * gnus.el (gnus-method-to-server): Don't add "native" to the
9574         lists here, because that leads to problems when
9575         gnus-select-method is bound.
9576
9577 2005-11-09  Simon Josefsson  <jas@extundo.com>
9578
9579         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
9580         use (not sort-by-date) instead.
9581
9582 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9583
9584         * gnus-delay.el (gnus-delay-group): Don't autoload.
9585         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9586         to be re-loaded when customizing the `gnus-delay' group.
9587
9588 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
9589
9590         * message.el: Revert last changes.
9591         (message-insert-citation-line): Use newlines.
9592
9593 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
9594
9595         * message.el (message-courtesy-message)
9596         (message-mark-insert-begin, message-mark-insert-end)
9597         (message-elide-ellipsis, message-cancel-message)
9598         (message-add-header, message-change-subject)
9599         (message-cross-post-followup-to-header)
9600         (message-cross-post-insert-note, message-reduce-to-to-cc)
9601         (message-widen-reply, message-delete-not-region)
9602         (message-kill-to-signature, message-insert-signature)
9603         (message-insert-importance-high, message-insert-importance-low)
9604         (message-insert-or-toggle-importance)
9605         (message-insert-disposition-notification-to)
9606         (message-indent-citation, message-yank-original)
9607         (message-cite-original-without-signature, message-cite-original)
9608         (message-insert-citation-line, message-position-on-field)
9609         (message-fix-before-sending, message-send-mail-partially)
9610         (message-send-mail, message-send-mail-with-sendmail)
9611         (message-send-mail-with-qmail, message-send-news)
9612         (message-check-news-header-syntax, message-generate-headers)
9613         (message-insert-courtesy-copy, message-fill-address)
9614         (message-fill-header, message-shorten-references)
9615         (message-setup-1, message-cancel-news)
9616         (message-forward-make-body-plain, message-forward-make-body-mime)
9617         (message-forward-make-body-mml, message-encode-message-body)
9618         (message-forward-make-body-digest-plain)
9619         (message-forward-make-body-digest-mime)
9620         (message-use-alternative-email-as-from): Insert `hard-newline'
9621         instead of ordinary newlines.
9622
9623 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9624
9625         * message.el (message-generate-headers): Downcase the argument
9626         given to message-check-element.
9627
9628 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
9629
9630         * nntp.el (nntp-authinfo-rejected): New error condition.
9631         (nntp-wait-for): Use new error condition to signal authentication
9632         error.
9633         (nntp-retrieve-data): Rethrow new error condition to break out of
9634         recursive call to nntp-send-authinfo.
9635
9636 2005-11-08  Romain Francoise  <romain@orebokech.com>
9637
9638         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
9639         (gnus-summary-exit-map): Bind to `Z p'.
9640         (gnus-summary-make-menu-bar): Add menu item.
9641
9642 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
9643
9644         * gnus-art.el (gnus-article-treat-custom): Add `first'.
9645         (gnus-treat-*): Add `first' in all doc strings.
9646
9647         * gnus-group.el (gnus-group-compact-group): Fix typo.
9648
9649 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9650
9651         * gnus.el (gnus-parameters-case-fold-search): New variable.
9652         (gnus-parameters-get-parameter): Use it.
9653
9654         * gnus-score.el (gnus-home-score-file): Doc fix.
9655
9656 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
9657
9658         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
9659
9660 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9661
9662         * mm-util.el (mm-special-display-p): New function.
9663
9664         * mml.el (mml-preview): Use it; doc fix.
9665
9666 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9667
9668         * imap.el (imap-open): Handle case where buffer is a buffer object.
9669
9670 2005-10-29  Romain Francoise  <romain@orebokech.com>
9671
9672         * message.el (message-fix-before-sending): Fix comment.
9673
9674 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9675
9676         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
9677
9678 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9679
9680         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
9681         Used in gnus-score.el.
9682
9683 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9684
9685         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
9686
9687 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9688
9689         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
9690         whitespace removed in revision 7.8.  Use concatenated string to
9691         protect trailing whitespace.
9692
9693 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
9694
9695         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
9696         (nnimap-request-expire-articles): Use it to avoid sending 'UID
9697         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
9698         Courier IMAP ("some version from 2004").  Mostly based on similar
9699         code in the same function.
9700
9701 2005-10-26  Didier Verna  <didier@xemacs.org>
9702
9703         * gnus-group.el (gnus-group-compact-group): Invalidate original
9704         article buffer.
9705         * gnus-srvr.el (gnus-server-compact-server): Ditto.
9706         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
9707         NOV database and in article itself.
9708         Invalidate article backlog.
9709
9710 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9711
9712         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
9713
9714 2005-10-26  Simon Josefsson  <jas@extundo.com>
9715
9716         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
9717         part of 2004-07-25 change.
9718
9719 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9720
9721         * message.el (message-display-completion-list): New function.
9722         (message-expand-group): Use it; make sure the Completions buffer
9723         is modifiable.
9724 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
9725
9726         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
9727         user-mail-name is an empty string.
9728
9729 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9730
9731         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
9732         depending on gnus-score-decay-constant.
9733
9734         * encrypt.el (encrypt-insert-file-contents)
9735         (encrypt-write-file-contents): Don't use `gnus-message'.
9736
9737         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
9738         arguments.
9739         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
9740         arguments to mm-uu-verbatim-marks-extract.
9741         (mm-uu-hide-markers): New variable.
9742         (mm-uu-extract): Use face similar to `gnus-cite-3'.
9743
9744         * gnus-fun.el (gnus-convert-image-to-x-face-command)
9745         (gnus-convert-image-to-face-command): Use "convert" by default to
9746         allow other input image formats.
9747         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
9748         accordingly.
9749
9750 2005-10-23  Simon Josefsson  <jas@extundo.com>
9751
9752         * imap.el (imap-gssapi-program): Align command line parameters
9753         with latest GNU SASL.
9754         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
9755
9756 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9757
9758         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
9759         HTML.
9760         (nnslashdot-request-article): Ditto.
9761
9762         * lpath.el (featurep): Add nobreak-char-display.
9763
9764 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9765
9766         * mail-source.el (mail-source-fetch-pop): Require pop3.
9767         (mail-source-check-pop): Ditto.
9768
9769 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9770
9771         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
9772         errors.
9773
9774 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9775
9776         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
9777         (gnus-treat-strip-leading-blank-lines): Improve doc string.
9778
9779         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
9780
9781         * mm-bodies.el (mm-decode-string): Call
9782         `mm-charset-to-coding-system' with allow-override argument.
9783
9784 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9785
9786         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
9787         (rfc2047-charset-to-coding-system): New function.
9788         (rfc2047-decode-encoded-words): New function.
9789         (rfc2047-decode-region): Use them.
9790         (rfc2047-decode-cte): Remove.
9791         (rfc2047-parse-and-decode): Remove.
9792         (rfc2047-decode): Remove.
9793
9794 2005-10-15  Kenichi Handa  <handa@m17n.org>
9795
9796         * rfc2047.el (rfc2047-decode-cte): New function.
9797         (rfc2047-decode-region): Change the way to decode successive
9798         encoded-words: decode B- or Q-encoding in each encoded-word,
9799         concatenate them, and decode it as charset.
9800
9801 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9802
9803         * lpath.el: Fbind codepage-setup for XEmacs.
9804
9805 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
9806
9807         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
9808         widget-move-and-invoke.
9809         (gnus-custom-mode): Use gnus-custom-map.
9810
9811 2005-10-15  Bill Wohler  <wohler@newt.com>
9812
9813         * message.el (message-tool-bar-map): Renamed image file from
9814         mail_send to mail/send.
9815
9816 2005-10-16  Masatake YAMATO  <jet@gyve.org>
9817
9818         * message.el (message-expand-group): Pass the common
9819         prefix substring of completion to `display-completion-list'.
9820
9821 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
9822
9823         * mml-sec.el (mml-secure-method): New internal variable.
9824         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
9825         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
9826         functions using mml-secure-method.
9827
9828         * mml.el (mml-mode-map): Add key bindings for those functions.
9829         (mml-menu): Simplify security menu entries.  Suggested by Jesper
9830         Harder <harder@myrealbox.com>.
9831         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
9832         end of message if point is the headers of the message.
9833
9834         * message.el (message-in-body-p): New function.
9835
9836         * assistant.el: Autoload gnus-util and netrc.
9837
9838         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
9839         Use `mm-charset-override-alist' only when decoding.
9840
9841         * mm-bodies.el (mm-decode-body): Call
9842         `mm-charset-to-coding-system' with allow-override argument.
9843
9844         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
9845         `filename' from Content-Disposition if Content-Type doesn't
9846         provide `name'.
9847         (gnus-mime-view-part-as-type): Set default instead of
9848         initial-input.
9849
9850 2005-10-09  Daniel Brockman  <daniel@brockman.se>
9851
9852         * format-spec.el (format-spec): Propagate text properties of % spec.
9853
9854 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9855
9856         * gnus-art.el (gnus-treat-predicate): Add `first'.
9857
9858 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9859
9860         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
9861         (mm-charset-override-alist): New variable.
9862         (mm-charset-to-coding-system): Use it.
9863         (mm-codepage-setup): New helper function.
9864         (mm-charset-eval-alist): New variable.
9865         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
9866         about unknown charsets.
9867
9868         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
9869
9870 2005-10-04  David Hansen  <david.hansen@gmx.net>
9871
9872         * nnrss.el (nnrss-request-article): Add support for the comments tag.
9873         (nnrss-check-group): Ditto.
9874
9875 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9876
9877         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
9878         Rename x-gnus-verbatim to x-verbatim.
9879         (mm-uu-type-alist): Fix regexp for verbatim-marks.
9880
9881         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
9882         x-verbatim.
9883
9884         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
9885
9886         * gnus-util.el (gnus-remove-duplicates): Remove.
9887
9888         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
9889         instead of gnus-remove-duplicates.
9890
9891         * message.el (message-remove-duplicates): Remove.
9892         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
9893         message-remove-duplicates.
9894
9895         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
9896         available, else use implementation from `delete-dups'.
9897
9898         * message.el (message-insert-expires): New function.
9899         (message-mode-map): Add key binding.
9900         (message-mode-field-menu): Add menu entry.
9901         (message-mode): Document it.
9902         (message-make-expires-date): Use `message-make-date'.
9903
9904 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
9905
9906         * message.el (message-make-expires-date): New function.
9907
9908 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9909
9910         * Makefile.in (list-installed-shadows): New entry.
9911         (install): Use it.
9912         (remove-installed-shadows): New entry.
9913
9914         * dgnushack.el (dgnushack-default-load-path): New variable.
9915         (dgnushack-find-lisp-shadows): New function.
9916         (dgnushack-remove-lisp-shadows): New function.
9917
9918 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9919
9920         * Makefile.in (install-el-elc): New entry.
9921         (install): Use it so that .el files are necessarily installed.
9922
9923 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9924
9925         * time-date.el: Autoload parse-time-string, XEmacs needs it.
9926
9927 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9928
9929         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
9930         function rather than the diff-mode.el package.
9931         (mm-display-external): Use with-current-buffer.
9932         (mm-viewer-completion-map, mm-viewer-completion-map):
9933         Move initialization inside declaration.
9934
9935 2005-09-29  Simon Josefsson  <jas@extundo.com>
9936
9937         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
9938         autoload mail-check-payment.
9939         (spam-check-hashcash): Define unconditionally, since hashcash.el
9940         is part of Gnus now.  Ignore errors from payment checking.
9941
9942 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9943
9944         * message.el (message-bold-region, message-unbold-region): Rename
9945         from `bold-region' and `unbold-region'.
9946
9947         * message.el: Remove useless autoloads.
9948
9949 2005-09-28  Simon Josefsson  <jas@extundo.com>
9950
9951         * message.el (message-use-idna): Default to t.
9952         (message-use-idna): Test whether encoding works too.  Doc fix.
9953
9954 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9955
9956         * nntp.el (nntp-warn-about-losing-connection): Remove.
9957
9958 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9959
9960         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
9961         customizable.  Change default value.
9962         (mm-uu-diff-groups-regexp): Change default value.
9963         (mm-uu-type-alist): Add doc string.
9964         (mm-uu-configure): Add doc string.  Make it interactive.
9965         (mm-uu-tex-groups-regexp): New variable.
9966         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
9967         (mm-uu-type-alist): Add LaTeX documents.
9968         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
9969         of "text/verbatim".
9970         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
9971
9972         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
9973         instead of "text/verbatim".
9974
9975         * message.el (message-mark-inserted-region)
9976         (message-mark-insert-file): Use slrn style marks when called with
9977         prefix argument.
9978
9979 2005-09-27  Simon Josefsson  <jas@extundo.com>
9980
9981         * message.el (message-idna-to-ascii-rhs-1): Reformat.
9982
9983 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
9984
9985         * message.el (message-remove-duplicates): New function.
9986         Implementation borrowed from `gnus-remove-duplicates'.
9987         (message-idna-to-ascii-rhs): Also encode idna addresses in
9988         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9989         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
9990         only ask about the same idna domain once per header and also tell
9991         in what header to replace the idna domain.
9992
9993         * gnus-art.el (article-decode-idna-rhs): Also decode idna
9994         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9995         (article-decode-idna-rhs): Fix regexp so that all idna-address in
9996         a header is decoded and not just the last one.
9997
9998 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9999
10000         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
10001         has been decoded.
10002
10003         * mm-decode.el (mm-automatic-display): Add text/verbatim.
10004         (mm-insert-part): Don't modify text if it has been decoded.
10005
10006         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
10007         decoded.
10008
10009         * mm-view.el (mm-inline-text): Don't strip text props unless
10010         decoding enriched or richtext parts.
10011
10012 2005-09-25  Romain Francoise  <romain@orebokech.com>
10013
10014         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
10015         * gnus-start.el (gnus-subscribe-interactively):
10016         * gnus-uu.el (gnus-uu-grab-articles):
10017         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
10018         space.
10019
10020 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
10021
10022         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10023         * mm-view.el (mm-view-pkcs7-decrypt):
10024         * gnus-sum.el (gnus-summary-limit-to-extra)
10025         (gnus-summary-respool-article, gnus-read-move-group-name):
10026         * gnus-score.el (gnus-summary-increase-score):
10027         * gnus-util.el (gnus-completing-read-with-default):
10028         * gnus-art.el (gnus-read-save-file-name)
10029         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
10030         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
10031         * message.el (message-check-news-header-syntax):
10032         Follow convention for reading with the minibuffer.
10033
10034 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
10035
10036         * spam-report.el (spam-report-url-ping-plain):
10037         Use gnus-extended-version as User-Agent.
10038
10039         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
10040         default value is nil.
10041
10042         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
10043         (mm-uu-verbatim-marks-extract): New function.
10044         (mm-uu-extract): New face.
10045         (mm-uu-copy-to-buffer): Use it.
10046
10047         * spam-report.el (spam-report-gmane-ham): Renamed from
10048         `spam-report-gmane-unspam'.
10049         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
10050         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
10051
10052         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
10053         Autoload.
10054         (spam-report-gmane-unregister-routine): Renamed
10055         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
10056
10057 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
10058
10059         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
10060         (spam-report-gmane-unregister-routine): Add support for gmane
10061         unregistration.
10062
10063         * spam-report.el (spam-report-gmane-unspam)
10064         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
10065         (spam-report-gmane): Change to take a single article and do unspam
10066         registration.
10067
10068 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10069
10070         * mm-url.el (mm-url-decode-entities): Fix regexp.
10071
10072 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10073
10074         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
10075         default to nil, to be able to use Gnus at all.  If the default
10076         switches to something else, then the function should be fixed not
10077         be exceedingly slow.
10078
10079 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
10080
10081         * gnus-start.el (gnus-activate-group): If the server is nil, don't
10082         fail hard.
10083
10084         * spam-report.el: Add better Keywords line.
10085
10086         * spam.el: Add Maintainer and better Keywords line.
10087
10088 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10089
10090         * gnus-art.el (gnus-article-replace-part)
10091         (gnus-mime-replace-part): New functions.
10092         (gnus-mime-action-alist, gnus-mime-button-commands)
10093         (gnus-mime-save-part-and-strip): Added file argument.
10094         (gnus-article-part-wrapper): Added interactive argument.
10095
10096         * gnus-sum.el (gnus-summary-mime-map): Add
10097         `gnus-article-replace-part'.
10098
10099 2005-09-19  Didier Verna  <didier@xemacs.org>
10100
10101         The nnml compaction feature:
10102         * nnml.el (nnml-request-compact-group): New function.
10103         * nnml.el (nnml-request-compact): New function.
10104         * gnus-int.el (gnus-request-compact-group): New function.
10105         * gnus-int.el (gnus-request-compact): New function.
10106         * gnus-group.el (gnus-group-compact-group): New function.
10107         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
10108         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
10109         * gnus-srvr.el (gnus-server-compact-server): New function.
10110         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
10111         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
10112
10113 2005-09-18  Deepak Goel  <deego@gnufans.org>
10114
10115         * sieve.el (sieve-help): Fix `message' call: first arg should be a
10116         format spec.
10117
10118 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10119
10120         * gnus.el (gnus-group-startup-message): Bind image-load-path.
10121
10122 2005-09-15  Romain Francoise  <romain@orebokech.com>
10123
10124         * message.el (message-fill-paragraph): Clarify docstring.
10125
10126 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10127
10128         * gnus-art.el (gnus-mime-display-part): Protect against broken
10129         MIME messages.
10130
10131 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10132
10133         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
10134         before parsing header.
10135
10136 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
10137
10138         * html2text.el (html2text-replace-list): Add new entities.
10139
10140 2005-09-11  Romain Francoise  <romain@orebokech.com>
10141
10142         * message.el (message-alternative-emails): Improve docstring.
10143         (message-setup-1): Call `message-use-alternative-email-as-from'
10144         after `message-setup-hook' to give it precedence over posting
10145         styles, etc.
10146         (message-use-alternative-email-as-from): Add docstring.  Remove
10147         the original From header if present.
10148
10149         * nnml.el (nnml-compressed-files-size-threshold): New variable.
10150         (nnml-save-mail): Use it.
10151
10152         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
10153         articles.  Add new argument `silent'.
10154         (gnus-uu-mark-all): Report the total number of marked articles.
10155
10156 2005-09-10  Romain Francoise  <romain@orebokech.com>
10157
10158         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
10159         (gnus-uu-mark-series): Likewise.
10160
10161 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
10162
10163         * spam-report.el (spam-report-gmane): Fix generation of spam
10164         report URL.
10165
10166 2005-09-10  Simon Josefsson  <jas@extundo.com>
10167
10168         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
10169         t, based on discussion on the ding list with Robert Epprecht
10170         <epprecht@solnet.ch>.
10171
10172 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
10173
10174         * spam-report.el (spam-report-gmane): Make it work without
10175         X-Report-Spam header.  Gmane now only provides Archived-At.
10176         This is only used if `spam-report-gmane-use-article-number' is nil.
10177         (spam-report-gmane-spam-header): Remove.  Not used anymore.
10178
10179         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
10180         make `gnus-summary-sort-by-recipient' work with threading.
10181
10182         * nnweb.el (nnweb-google-wash-article): Print a message if article
10183         is not available.
10184
10185 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10186
10187         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
10188         change.  Decode text/* parts content before displaying.
10189
10190 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10191
10192         * mml-smime.el: Remove defvar of gnus-extract-address-components.
10193
10194 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10195
10196         * mm-view.el (mm-display-inline-fontify): Disable support modes.
10197
10198         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
10199         url-package-name, url-package-version,
10200         w3m-cid-retrieve-function-alist, w3m-current-buffer,
10201         w3m-display-inline-images, and w3m-minor-mode-map.
10202
10203 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
10204
10205         * message.el (message-tab-body-function): Fix mismatched custom type.
10206
10207         * gnus.el (gnus-group-change-level-function): Ditto.
10208
10209         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
10210
10211         * gnus-art.el (gnus-signature-limit)
10212         (gnus-article-mime-part-function): Ditto.
10213
10214 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10215
10216         * mml.el (mml-mode): Silence the byte compiler.
10217
10218         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
10219         using `(sit-for 0)' before moving the point to the specified part;
10220         skip unbuttonized parts.
10221         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
10222         return to the summary window if gnus-auto-select-part is non-nil.
10223
10224 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
10225
10226         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
10227         variables.
10228         (mml-dnd-attach-file, mml-mode): Use them.
10229
10230         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
10231         Make fetching article by MID work again for Google Groups.  Added
10232         FIXME concerning gnus-group-make-web-group.
10233
10234         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
10235         Don't depend on Gnus by using mail-extract-address-components if
10236         gnus-extract-address-components is not bound.
10237
10238 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10239
10240         * gnus-art.el (gnus-mime-display-security): Don't display the
10241         signature, but only the signed part.
10242
10243 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10244
10245         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
10246
10247         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
10248         list, not listp.
10249
10250 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
10251
10252         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
10253         when encoding.
10254
10255         * mm-bodies.el (mm-decode-content-transfer-encoding):
10256         De-canonicalize CRLF for all text content types, not just
10257         text/plain.
10258
10259 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10260
10261         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
10262         valid article; point arrow and cursor at the MIME button.
10263
10264 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10265
10266         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
10267         Suggested by Dan Christensen <jdc@uwo.ca>.
10268
10269         * mm-decode.el (mm-save-part): Enable change of prompt.
10270
10271 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
10272
10273         * gnus-msg.el (gnus-inews-add-send-actions): Made
10274         `message-post-method' lambda parameter ARG `&optional'.
10275
10276 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10277
10278         * gnus-sum.el (gnus-summary-mime-map): Added
10279         gnus-article-save-part-and-strip, gnus-article-delete-part and
10280         gnus-article-jump-to-part.
10281
10282         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
10283         (gnus-article-edit-part): Use it.
10284         (gnus-article-part-wrapper): Added no-handle argument.
10285         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
10286         functions.
10287
10288 2005-08-29  Romain Francoise  <romain@orebokech.com>
10289
10290         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10291         docstring.
10292         (gnus-face-from-file): Likewise.
10293
10294 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10295
10296         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
10297         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
10298         non-nil.
10299         (gnus-auto-select-part): New variable.
10300         (gnus-article-jump-to-part): New function.
10301         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
10302         (gnus-mime-delete-part): Allow selecting specified part after
10303         deleting or stripping parts.
10304         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
10305         part if argument is bogus.
10306
10307 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
10308
10309         * gnus-art.el (w3m-minor-mode-map):
10310         * gnus-spec.el (gnus-newsrc-file-version):
10311         * gnus-util.el (nnmail-active-file-coding-system)
10312         (gnus-original-article-buffer, gnus-user-agent):
10313         * gnus.el (gnus-ham-process-destinations)
10314         (gnus-parameter-ham-marks-alist)
10315         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
10316         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
10317         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
10318         * mm-decode.el (gnus-current-window-configuration):
10319         * mm-extern.el (gnus-article-mime-handles):
10320         * mm-url.el (url-current-object, url-package-name)
10321         (url-package-version):
10322         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
10323         (smime-keys, w3m-cid-retrieve-function-alist)
10324         (w3m-current-buffer, w3m-display-inline-images)
10325         (w3m-minor-mode-map):
10326         * mml-smime.el (gnus-extract-address-components):
10327         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
10328         (gnus-newsrc-hashtb, message-default-charset)
10329         (message-deletable-headers, message-options)
10330         (message-posting-charset, message-required-mail-headers)
10331         (message-required-news-headers):
10332         * mml1991.el (mc-pgp-always-sign):
10333         * mml2015.el (mc-pgp-always-sign):
10334         * nnheader.el (nnmail-extra-headers):
10335         * rfc1843.el (gnus-decode-encoded-word-function)
10336         (gnus-decode-header-function, gnus-newsgroup-name):
10337         * spam-stat.el (gnus-original-article-buffer): Add defvars.
10338
10339 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
10340
10341         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
10342         the end of the date treatments.
10343
10344 2005-08-15  Simon Josefsson  <jas@extundo.com>
10345
10346         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
10347         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
10348         Capello and Romain Francoise.
10349         (pgg-fetch-key-function): Removed, not used?
10350         (pgg-insert-url-with-w3): Require url, to get
10351         url-insert-file-contents regardless of where it is defined.
10352
10353 2005-08-13  Romain Francoise  <romain@orebokech.com>
10354
10355         * message.el (message-cite-original-1): New function.
10356         (message-cite-original): Use it.
10357         (message-cite-original-without-signature): Ditto.
10358
10359 2005-08-08  Romain Francoise  <romain@orebokech.com>
10360
10361         * message.el (message-yank-empty-prefix): New variable.
10362         (message-indent-citation): Use it.
10363         (message-cite-original-without-signature): Respect X-No-Archive.
10364
10365 2005-08-08  Simon Josefsson  <jas@extundo.com>
10366
10367         * pgg.el: Autoload url-insert-file-contents instead of loading
10368         w3/url.
10369         (pgg-insert-url-with-w3): Don't load url here.
10370
10371 2005-08-07  Jesper Harder  <harder@phys.au.dk>
10372
10373         * message.el (message-kill-to-signature): Don't insert newline at
10374         bol.
10375         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
10376
10377 2005-08-06  Romain Francoise  <romain@orebokech.com>
10378
10379         * message.el (message-user-fqdn): Fix typo in docstring.
10380
10381 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
10382
10383         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
10384
10385         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
10386
10387 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10388
10389         * mm-bodies.el (mm-encode-body): Use coding system rather than
10390         charset to encode text.
10391
10392         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
10393         number of charsets if utf-8 is available (XEmacs).
10394
10395 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10396
10397         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
10398         taken from `gnus-button-mid-or-mail-regexp'.
10399         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
10400         (gnus-button-alist): Improve regexp for domain part of the MIDs
10401         for news:localpart@domain buttons.
10402         (gnus-button-ctan-directory-regexp): Update.
10403
10404 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10405
10406         * sieve-manage.el (sieve-manage-interactive-login): Use
10407         make-local-variable rather than make-variable-buffer-local.
10408         (sieve-manage-open): Ditto.
10409         (sieve-manage-authenticate): Ditto.
10410
10411         * mml.el (mml-generate-mime-1): Make the content type default to
10412         text/plain if the filename is not specified.
10413
10414 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10415
10416         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
10417         instead of insert-buffer.
10418
10419         * message.el (message-yank-original): Ditto; set the mark at the
10420         end of the yanked message.
10421
10422 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10423
10424         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
10425         lines to scroll rather than to stop it.
10426
10427         * mml.el (mml-generate-default-type): Add doc string.
10428         (mml-generate-mime-1): Use mm-default-file-encoding or make it
10429         default to application/octet-stream when determining the content
10430         type if it is not specified for the part or the mml contents; add
10431         a comment about mml-generate-default-type.
10432
10433 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
10434
10435         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
10436         make it default to application/octet-stream when determining the
10437         content type if it is not specified for the external contents.
10438
10439 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10440
10441         * rfc2231.el (rfc2231-parse-string): Take care that not only a
10442         segmented parameter but also other parameters might be there.
10443
10444 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10445
10446         * mm-decode.el (mm-display-external): Delete temp file, directory
10447         and buffer immediately if the external process is exited.
10448
10449 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10450
10451         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
10452         fewer lines than that of scroll-margin.
10453         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
10454
10455 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10456
10457         * gnus-art.el (gnus-article-next-page): Revert.
10458         (gnus-article-beginning-of-window): New macro.
10459         (gnus-article-next-page-1): Use it.
10460         (gnus-article-prev-page): Ditto.
10461         (gnus-article-edit-part): Use insert-buffer-substring instead of
10462         insert-buffer.
10463         (gnus-article-edit-exit): Ditto.
10464
10465         * gnus-util.el (gnus-beginning-of-window): Remove.
10466         (gnus-end-of-window): Remove.
10467
10468         * lpath.el: Don't bind header-line-format and scroll-margin.
10469
10470 2005-07-25  Simon Josefsson  <jas@extundo.com>
10471
10472         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
10473         to have the url package without w3.  Reported by Daiki Ueno
10474         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
10475
10476 2005-07-20  Didier Verna  <didier@xemacs.org>
10477
10478         * gnus-diary.el: Remove the description comment (nndiary is now
10479         properly documented in the Gnus manual).
10480         Fix the spelling of "Back End".
10481         * nndiary.el: Ditto.
10482         Fix the copyright notice.
10483
10484 2005-07-18  Romain Francoise  <romain@orebokech.com>
10485
10486         * gnus-sum.el (gnus-summary-to-prefix)
10487         (gnus-summary-newsgroup-prefix): New variables.
10488         (gnus-summary-from-or-to-or-newsgroups): Use them.
10489
10490 2005-07-17  Romain Francoise  <romain@orebokech.com>
10491
10492         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
10493         space as it's generally not especially interesting to the user.
10494
10495 2005-07-16  Romain Francoise  <romain@orebokech.com>
10496
10497         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
10498         nil to avoid prompting and file modification if one of the
10499         messages at the top of the nnfolder file contains a copyright
10500         notice.
10501         Update copyright notice.
10502
10503         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
10504         instead of `current-time-string' as the latter creates a time
10505         string that is not RFC 2822 compliant (it lacks the zone).
10506         Update copyright notice.
10507
10508 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10509
10510         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
10511         for text/rtf.  Display default in prompt.  Pass default for M-n.
10512
10513         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
10514
10515 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10516
10517         * gnus-msg.el (gnus-button-mailto): Remove
10518         save-selected-window-window hackery because it relies on
10519         save-selected-window internals.
10520
10521 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10522
10523         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
10524         (gnus-article-next-page-1): Use gnus-beginning-of-window.
10525         (gnus-article-prev-page): Ditto.
10526
10527         * gnus-util.el (gnus-beginning-of-window): New function.
10528         (gnus-end-of-window): New function.
10529
10530         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
10531
10532 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10533
10534         * gnus-score.el (gnus-score-edit-all-score): Set
10535         gnus-score-edit-exit-function to gnus-score-edit-done and call
10536         gnus-message.
10537
10538 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10539
10540         * gnus-msg.el (gnus-button-mailto): Remove
10541         save-selected-window-window hackery because it relies on
10542         save-selected-window internals.
10543
10544 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10545
10546         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
10547         add-minor-mode.
10548         (gnus-binary-mode): Ditto.
10549
10550         * gnus-topic.el (gnus-topic-mode): Ditto.
10551
10552 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
10553
10554         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
10555         (gnus-article-prev-page): Take scroll-margin into consideration.
10556
10557 2005-07-04  Lute Kamstra  <lute@gnu.org>
10558
10559         Update FSF's address in GPL notices.
10560
10561 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
10562
10563         * gnus.el (gnus-exit):
10564         * gnus-group.el (gnus-group-icons):
10565         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
10566
10567         * gnus-nocem.el (gnus-nocem):
10568         * message.el (message-various, message-buffers, message-sending)
10569         (message-interface, message-forwarding, message-insertion)
10570         (message-headers, message-news, message-mail):
10571         * pgg-gpg.el (pgg-gpg):
10572         * pgg-parse.el (pgg-parse):
10573         * pgg-pgp.el (pgg-pgp):
10574         * pgg-pgp5.el (pgg-pgp5):
10575         * pop3.el (pop3): Finish `defgroup' description with period.
10576
10577 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10578
10579         * gnus-art.el (article-display-face): Improve the efficiency.
10580         (article-display-x-face): Ditto; remove grey x-face stuff.
10581
10582 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10583
10584         * gnus-art.el (article-display-face): Correct the position in
10585         which Faces are inserted.
10586
10587 2005-06-29  Didier Verna  <didier@xemacs.org>
10588
10589         * gnus-art.el (article-display-face): Display faces in correct
10590         order.
10591
10592 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10593
10594         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
10595         (gnus-fill-real-hashtb): Use hash table instead of obarray.
10596         (gnus-nocem-check-article): Fetch the Type header.
10597         (gnus-nocem-message-wanted-p): Fix the way to examine types.
10598         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
10599         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
10600         make sure gnus-nocem-hashtb is initialized.
10601         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
10602         (gnus-nocem-unwanted-article-p): Ditto.
10603
10604         * pgg.el (pgg-verify): Return the verification result.
10605
10606 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10607
10608         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
10609         is ascii.
10610
10611 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10612
10613         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
10614         `show-nonbreak-escape'.
10615
10616 2005-06-23  Lute Kamstra  <lute@gnu.org>
10617
10618         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
10619
10620         * dig.el (dig-mode):
10621         * smime.el (smime-mode): Use gnus-run-mode-hooks.
10622
10623 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10624
10625         * nnimap.el (nnimap-split-download-body): Fix spellings.
10626
10627 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
10628
10629         * gnus-art.el (gnus-article-encrypt-body):
10630         * gnus-cus.el (gnus-score-customize):
10631         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
10632         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
10633
10634 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
10635
10636         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
10637         header by looking for magic "MII" at the beginnig.
10638
10639 2005-06-16  Miles Bader  <miles@gnu.org>
10640
10641         * gnus-xmas.el (gnus-xmas-group-startup-message):
10642         Use renamed gnus-splash face.
10643
10644         * assistant.el (assistant-field): Remove "-face" suffix from face name.
10645         (assistant-field-face): New backward-compatibility alias for renamed
10646         face.
10647         (assistant-render-text): Use renamed assistant-field face.
10648
10649         * spam.el (spam): Remove "-face" suffix from face name.
10650         (spam-face): New backward-compatibility alias for renamed face.
10651         (spam-face, spam-initialize): Use renamed spam face.
10652
10653         * message.el (message-header-to, message-header-cc)
10654         (message-header-subject, message-header-newsgroups)
10655         (message-header-other, message-header-name)
10656         (message-header-xheader, message-separator, message-cited-text)
10657         (message-mml): Remove "-face" suffix from face names.
10658         (message-header-to-face, message-header-cc-face)
10659         (message-header-subject-face, message-header-newsgroups-face)
10660         (message-header-other-face, message-header-name-face)
10661         (message-header-xheader-face, message-separator-face)
10662         (message-cited-text-face, message-mml-face):
10663         New backward-compatibility aliases for renamed faces.
10664         (message-font-lock-keywords): Use renamed message faces.
10665
10666         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
10667         (sieve-test-commands, sieve-tagged-arguments):
10668         Remove "-face" suffix from face names.
10669         (sieve-control-commands-face, sieve-action-commands-face)
10670         (sieve-test-commands-face, sieve-tagged-arguments-face):
10671         New backward-compatibility aliases for renamed faces.
10672         (sieve-control-commands-face, sieve-action-commands-face)
10673         (sieve-test-commands-face, sieve-tagged-arguments-face):
10674         Use renamed sieve faces.
10675
10676         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
10677         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
10678         (gnus-group-news-3-empty, gnus-group-news-4)
10679         (gnus-group-news-4-empty, gnus-group-news-5)
10680         (gnus-group-news-5-empty, gnus-group-news-6)
10681         (gnus-group-news-6-empty, gnus-group-news-low)
10682         (gnus-group-news-low-empty, gnus-group-mail-1)
10683         (gnus-group-mail-1-empty, gnus-group-mail-2)
10684         (gnus-group-mail-2-empty, gnus-group-mail-3)
10685         (gnus-group-mail-3-empty, gnus-group-mail-low)
10686         (gnus-group-mail-low-empty, gnus-summary-selected)
10687         (gnus-summary-cancelled, gnus-summary-high-ticked)
10688         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
10689         (gnus-summary-high-ancient, gnus-summary-low-ancient)
10690         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
10691         (gnus-summary-low-undownloaded)
10692         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
10693         (gnus-summary-low-unread, gnus-summary-normal-unread)
10694         (gnus-summary-high-read, gnus-summary-low-read)
10695         (gnus-summary-normal-read, gnus-splash):
10696         Remove "-face" suffix from face names.
10697         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10698         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10699         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10700         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10701         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10702         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10703         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10704         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10705         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10706         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10707         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10708         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10709         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10710         (gnus-summary-normal-ticked-face)
10711         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
10712         (gnus-summary-normal-ancient-face)
10713         (gnus-summary-high-undownloaded-face)
10714         (gnus-summary-low-undownloaded-face)
10715         (gnus-summary-normal-undownloaded-face)
10716         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10717         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10718         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10719         (gnus-splash-face):
10720         New backward-compatibility aliases for renamed faces.
10721         (gnus-group-startup-message): Use renamed gnus faces.
10722
10723         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
10724         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
10725         (gnus-server-agent): Remove "-face" suffix from face names.
10726         (gnus-server-agent-face, gnus-server-opened-face)
10727         (gnus-server-closed-face, gnus-server-denied-face)
10728         (gnus-server-offline-face):
10729         New backward-compatibility aliases for renamed faces.
10730         (gnus-server-agent-face, gnus-server-opened-face)
10731         (gnus-server-closed-face, gnus-server-denied-face)
10732         (gnus-server-offline-face): Use renamed gnus faces.
10733
10734         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
10735         Remove "-face" suffix from face names.
10736         (gnus-picon-xbm-face, gnus-picon-face):
10737         New backward-compatibility aliases for renamed faces.
10738
10739         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
10740         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
10741         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
10742         (gnus-cite-11): Remove "-face" suffix from face names.
10743         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
10744         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
10745         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
10746         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
10747         New backward-compatibility aliases for renamed faces.
10748         (gnus-cite-attribution-face, gnus-cite-face-list)
10749         (gnus-article-boring-faces): Use renamed gnus faces.
10750
10751         * gnus-art.el (gnus-signature, gnus-header-from)
10752         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
10753         (gnus-header-content): Remove "-face" suffix from face names.
10754         (gnus-signature-face, gnus-header-from-face)
10755         (gnus-header-subject-face, gnus-header-newsgroups-face)
10756         (gnus-header-name-face, gnus-header-content-face):
10757         New backward-compatibility aliases for renamed faces.
10758         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
10759
10760         * gnus-sum.el (gnus-summary-selected-face)
10761         (gnus-summary-highlight): Use renamed gnus faces.
10762         * gnus-group.el (gnus-group-highlight): Likewise.
10763
10764 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
10765
10766         * gnus-sieve.el (gnus-sieve-article-add-rule):
10767         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
10768         * spam-stat.el (spam-stat-buffer-change-to-spam)
10769         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
10770
10771         * message.el (message-is-yours-p):
10772         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
10773
10774 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10775
10776         * mm-view.el (mm-inline-text): Withdraw the last change.
10777
10778 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10779
10780         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
10781         executing enriched-decode.
10782
10783 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10784
10785         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
10786         charset of tar files.
10787
10788 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
10789
10790         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
10791
10792 2005-06-04  Lute Kamstra  <lute@gnu.org>
10793
10794         * nnfolder.el (nnfolder-read-folder): Make sure that undo
10795         information is never recorded.
10796
10797 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10798
10799         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
10800
10801 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10802
10803         * pop3.el (pop3-apop): Run md5 in the binary mode.
10804
10805         * starttls.el (starttls-set-process-query-on-exit-flag):
10806         Use eval-and-compile.
10807
10808 2005-05-31  Simon Josefsson  <jas@extundo.com>
10809
10810         * smime.el (smime-replace-in-string): Define.
10811         (smime-cert-by-ldap-1): Use it.
10812
10813 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10814
10815         * gnus-art.el (article-display-x-face): Replace
10816         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10817
10818         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
10819         set-process-query-on-exit-flag or process-kill-without-query.
10820
10821         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
10822         loop instead of replace-regexp.
10823
10824         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
10825         instead of process-kill-without-query if it is available.
10826
10827         * lpath.el: Fbind ldap-search-entries.
10828
10829         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
10830         instead of find-file-hooks if it is available.
10831
10832         * mml1991.el: Bind pgg-default-user-id when compiling.
10833
10834         * mml2015.el: Bind pgg-default-user-id when compiling.
10835
10836         * nndraft.el (nndraft-request-associate-buffer):
10837         Use write-contents-functions instead of write-contents-hooks if it is
10838         available.
10839
10840         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
10841         instead of find-file-hooks if it is available.
10842
10843         * nntp.el (nntp-open-connection): Replace
10844         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10845         (nntp-open-ssl-stream): Ditto.
10846         (nntp-open-tls-stream): Ditto.
10847
10848         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
10849         set-process-query-on-exit-flag or process-kill-without-query.
10850         (starttls-open-stream-gnutls): Use it instead of
10851         process-kill-without-query.
10852         (starttls-open-stream): Ditto.
10853
10854 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
10855
10856         * smime.el (smime-cert-by-ldap-1): Don't use
10857         replace-regexp-in-string.
10858
10859 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
10860
10861         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
10862
10863         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
10864         in PEM format.  Adjust to the XEmacs compability.
10865
10866 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10867
10868         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
10869         by `string-to-number'.
10870         * gnus-agent.el (gnus-agent-regenerate-group)
10871         (gnus-agent-fetch-articles): Ditto.
10872         * gnus-art.el (gnus-button-fetch-group): Ditto.
10873         * gnus-cache.el (gnus-cache-generate-active)
10874         (gnus-cache-articles-in-group): Ditto.
10875         * gnus-group.el (gnus-group-set-current-level)
10876         (gnus-group-insert-group-line): Ditto.
10877         * gnus-score.el (gnus-score-set-expunge-below)
10878         (gnus-score-set-mark-below, gnus-summary-score-effect)
10879         (gnus-summary-score-entry): Ditto.
10880         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
10881         (gnus-soup-pack): Ditto.
10882         * gnus-spec.el (gnus-xmas-format): Ditto.
10883         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
10884         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
10885         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
10886         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
10887         * nndb.el (nndb-get-remote-expire-response): Ditto.
10888         * nndiary.el (nndiary-parse-schedule-value)
10889         (nndiary-string-to-number, nndiary-request-replace-article)
10890         (nndiary-request-article): Ditto.
10891         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
10892         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
10893         * nneething.el (nneething-make-head): Ditto.
10894         * nnfolder.el (nnfolder-request-article)
10895         (nnfolder-retrieve-headers): Ditto.
10896         * nnheader.el (nnheader-file-to-number): Ditto.
10897         * nnkiboze.el (nnkiboze-request-article): Ditto.
10898         * nnmail.el (nnmail-process-unix-mail-format)
10899         (nnmail-process-babyl-mail-format): Ditto.
10900         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
10901         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
10902         (nnmh-request-create-group, nnmh-request-list-1)
10903         (nnmh-request-group, nnmh-request-article): Ditto.
10904         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
10905         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
10906         * nnsoup.el (nnsoup-make-active): Ditto.
10907         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
10908         * nntp.el (nntp-find-group-and-number)
10909         (nntp-retrieve-headers-with-xover): Ditto.
10910         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
10911         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
10912         (pgg-format-key-identifier): Ditto.
10913         * pop3.el (pop3-last, pop3-stat): Ditto.
10914         * qp.el (quoted-printable-decode-region): Ditto.
10915
10916         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
10917         of concat.
10918
10919 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10920
10921         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
10922
10923         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
10924
10925         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
10926
10927         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
10928
10929         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
10930
10931         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
10932
10933         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
10934         (gnus-carpal-mode): Ditto.
10935
10936         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
10937         (gnus-browse-mode): Ditto.
10938
10939         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
10940
10941         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
10942
10943 2005-05-29  Richard M. Stallman  <rms@gnu.org>
10944
10945         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
10946
10947 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10948
10949         * gnus-util.el (gnus-run-mode-hooks): New function.
10950
10951         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
10952
10953         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
10954         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
10955
10956 2005-05-27  Lute Kamstra  <lute@gnu.org>
10957
10958         * dns-mode.el (dns-mode): Specify customization group.
10959
10960 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
10961
10962         * gnus-agent.el (gnus-agent-make-mode-line-string):
10963         Use mode-line-highlight as mouse-face.
10964
10965 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10966
10967         * canlock.el (canlock): Change the parent group to news.
10968
10969         * deuglify.el (gnus-outlook-deuglify): Add :group.
10970
10971         * dig.el (dig): Add :group.
10972
10973         * dns-mode.el (dns-mode): Add :group.
10974
10975         * encrypt.el (encrypt): Add :group.
10976
10977         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
10978         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
10979         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
10980         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
10981         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
10982
10983         * gnus-diary.el (gnus-diary): Add :group.
10984
10985         * gnus.el (gnus-group-news-1-face): Add :group.
10986         (gnus-group-news-1-empty-face): Ditto.
10987         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
10988         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
10989         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
10990         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
10991         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
10992         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
10993         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
10994         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
10995         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
10996         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
10997         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
10998         (gnus-summary-high-ticked-face): Ditto.
10999         (gnus-summary-low-ticked-face): Ditto.
11000         (gnus-summary-normal-ticked-face): Ditto.
11001         (gnus-summary-high-ancient-face): Ditto.
11002         (gnus-summary-low-ancient-face): Ditto.
11003         (gnus-summary-normal-ancient-face): Ditto.
11004         (gnus-summary-high-undownloaded-face): Ditto.
11005         (gnus-summary-low-undownloaded-face): Ditto.
11006         (gnus-summary-normal-undownloaded-face): Ditto.
11007         (gnus-summary-high-unread-face): Ditto.
11008         (gnus-summary-low-unread-face): Ditto.
11009         (gnus-summary-normal-unread-face): Ditto.
11010         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
11011         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
11012
11013         * hashcash.el (hashcash): New custom group.
11014         (hashcash-default-payment): Add :group.
11015         (hashcash-payment-alist): Ditto.
11016         (hashcash-default-accept-payment): Ditto.
11017         (hashcash-accept-resources): Ditto.
11018         (hashcash-path): Ditto.
11019         (hashcash-extra-generate-parameters): Ditto.
11020         (hashcash-double-spend-database): Ditto.
11021         (hashcash-in-news): Ditto.
11022
11023         * message.el (message-minibuffer-local-map): Add :group.
11024
11025         * netrc.el (netrc): Add :group.
11026
11027         * sieve-manage.el (sieve-manage-log): Add :group.
11028         (sieve-manage-default-user): Diito.
11029         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
11030         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
11031         (sieve-manage-authenticators): Ditto.
11032         (sieve-manage-authenticator-alist): Ditto.
11033         (sieve-manage-default-port): Ditto.
11034
11035         * sieve-mode.el (sieve-control-commands-face): Add :group.
11036         (sieve-action-commands-face): Ditto.
11037         (sieve-test-commands-face): Ditto.
11038         (sieve-tagged-arguments-face): Ditto.
11039
11040         * smime.el (smime): Add :group.
11041
11042         * spam-report.el (spam-report): Add :group.
11043
11044         * spam.el (spam, spam-face): Add :group.
11045
11046 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11047
11048         * nntp.el (nntp-next-result-arrived-p): Some news servers may
11049         return \n.\n.\n at the end of articles.  Protect against that.
11050         (nntp-with-open-group): Allow debugging.
11051
11052         * nnheader.el (mail-header-set-extra): Make into a function
11053         because I just could't understand how to quote the list properly.
11054
11055         * dns.el (query-dns-cached): New function.
11056
11057 2005-05-26  Lute Kamstra  <lute@gnu.org>
11058
11059         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
11060
11061 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11062
11063         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
11064
11065         * gnus-art.el: Don't autoload mail-extract-address-components.
11066
11067         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
11068         eval-and-compile to evaluate it.
11069
11070         * hashcash.el: Don't autoload executable-find.
11071
11072         * nndb.el: Don't declare the nndb back end two or more times; don't
11073         autoload news-reply-mode, news-setup, cancel-timer and telnet.
11074
11075         * nntp.el: Autoload format-spec instead of format; use
11076         eval-and-compile to evaluate autoload forms.
11077
11078 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
11079
11080         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
11081
11082 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11083
11084         * gnus.el (gnus-version-number): Bump version.
11085
11086 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11087
11088         * gnus.el: No Gnus v0.3 is released.
11089
11090 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11091
11092         * lpath.el (featurep): Bind show-nonbreak-escape.
11093
11094 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11095
11096         * gnus-art.el (gnus-article-edit-part): Disable undo.
11097
11098 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11099
11100         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
11101         gnus-article-date-lapsed-new-header is t if date timer is active;
11102         skip headers in which the original date value is empty.
11103         (gnus-article-save-original-date): Redefine it as a macro.
11104         (gnus-display-mime): Use it.
11105
11106 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11107
11108         * gnus-art.el (article-date-ut): Support converting date in
11109         forwarded parts as well.
11110         (gnus-article-save-original-date): New function.
11111         (gnus-display-mime): Use it.
11112
11113 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
11114
11115         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
11116         enclosure element of <item>.
11117
11118 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
11119
11120         * message.el (message-kill-buffer-query): Renamed from
11121         `message-kill-buffer-query-if-modified'.  Added :version.
11122
11123 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11124
11125         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
11126         window layout.
11127
11128 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11129
11130         * mml.el: Autoload dnd when compiling.
11131
11132 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11133
11134         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
11135         x-dnd-*.
11136
11137 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11138
11139         * qp.el (quoted-printable-encode-region): Save excursion.
11140
11141 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
11142
11143         * message.el (message-kill-buffer-query-if-modified): Add new variable
11144         so the user can kill a modified message buffer quickly.
11145         (message-kill-buffer): Use it.
11146
11147 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11148
11149         * lpath.el: Fbind display-time-event-handler; don't fbind
11150         string-to-multibyte.
11151
11152         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
11153
11154 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11155
11156         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
11157         contained in text because xml.el decodes entities) with LFs.
11158
11159 2005-04-11  Lute Kamstra  <lute@gnu.org>
11160
11161         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
11162         differently.
11163
11164 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11165
11166         * mm-util.el (mm-detect-coding-region): Typo.
11167
11168 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11169
11170         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
11171
11172 2005-04-06  Deepak Goel  <deego@gnufans.org>
11173
11174         * spam-stat.el (spam-stat-score-buffer): Add a call to a
11175         user-function allow user modifications of the scores.
11176         (spam-stat-score-buffer-user): New function, to allow
11177         user-computed modifications to the score.
11178         (spam-stat-score-buffer-user-functions): List of additional
11179         scoring functions.
11180         (spam-stat-error-holder): Global temporary error holder.
11181         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
11182         variable.
11183
11184 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
11185
11186         * gnus-registry.el (gnus-registry-clean-empty-function)
11187         (gnus-registry-trim, gnus-registry-fetch-groups)
11188         (gnus-registry-delete-group): Groups that match
11189         `gnus-registry-ignored-groups' are removed from the registry
11190         entries, not just ignored for splitting.  This helps clean up the
11191         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
11192         to get all the groups a message ID is in.
11193
11194         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
11195         (spam-stat-split-fancy): Change "threshhold" to "threshold".
11196         (spam-stat-score-buffer-user-functions): Add :number custom type.
11197
11198 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11199
11200         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
11201         argument in XEmacs.
11202
11203         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
11204         (nnrss-request-group): Decode group name first.
11205         (nnrss-request-article): Make a text/plain article if mml-to-mime
11206         failed.
11207         (nnrss-get-encoding): Return a compatible encoding according to
11208         nnrss-compatible-encoding-alist.
11209         (nnrss-find-el): Use consp instead of listp.
11210         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
11211
11212 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11213
11214         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
11215         which Emacs 20 doesn't support.
11216         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
11217
11218 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11219
11220         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
11221         silence the byte compiler inside the defun.
11222
11223         * gnus-demon.el (parse-time-string): Add autoload.
11224
11225         * gnus-delay.el (parse-time-string): Add autoload.
11226
11227         * gnus-art.el (parse-time-string): Add autoload.
11228
11229         * nnultimate.el (parse-time): Require for `parse-time-string'.
11230
11231 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11232
11233         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
11234
11235         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
11236
11237         * smime.el (smime-ldap-host-list): Add :version.
11238
11239 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11240
11241         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
11242         pass it to `gnus-browse-read-group'.
11243         (gnus-browse-read-group): Add NUMBER argument and pass it to
11244         `gnus-group-read-ephemeral-group'.
11245
11246         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
11247         argument and pass it to `gnus-group-read-group'.
11248
11249 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
11250
11251         * mm-util.el (mm-xemacs-find-mime-charset): Only call
11252         mm-xemacs-find-mime-charset-1 if we have the mule feature
11253         available at runtime.
11254
11255 2005-03-25  Werner Lemberg  <wl@gnu.org>
11256
11257         * nnmaildir.el: Replace `illegal' with `invalid'.
11258
11259 2005-03-23  Lute Kamstra  <lute@gnu.org>
11260
11261         * time-date.el: Add comment on time value formats.
11262         Don't require parse-time.
11263         (with-decoded-time-value): New macro.
11264         (encode-time-value): New function.
11265         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
11266         (days-to-time): Return a valid time value when arg is huge.
11267         (time-since): Use time-subtract.
11268         (time-to-number-of-days): Use time-to-seconds.
11269
11270 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11271
11272         * gnus-start.el (gnus-display-time-event-handler):
11273         Check display-time-timer at runtime rather than only at load time
11274         in case display-time-mode is turned off in the mean time.
11275
11276 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11277
11278         * nnimap.el (nnimap-open-connection): Print which authinfo file is
11279         used.
11280
11281         * nneething.el (nneething-map-file-directory): Derive from
11282         `gnus-directory'.
11283
11284         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
11285         the To/Cc button.
11286
11287 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11288
11289         * nnmaildir.el (nnmaildir-request-accept-article):
11290         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
11291
11292 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11293
11294         * gnus-async.el: Require timer-funcs at compile time when in
11295         XEmacs for `run-with-idle-timer'.
11296
11297 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11298
11299         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
11300         autoloaded function.
11301
11302 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11303
11304         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
11305
11306 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
11307
11308         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
11309
11310 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11311
11312         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
11313         gnus-expert-user to default.
11314
11315 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
11316
11317         * nnimap.el (nnimap-open-server): Ditto.
11318
11319         * imap.el (imap-authenticate): Fix typo.
11320
11321 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
11322
11323         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
11324         buffer (since IMAP server might return FETCH response out of
11325         order, and the nntp buffer must be sorted).
11326
11327 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
11328
11329         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
11330         comparison on string.
11331
11332         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
11333         (gnus-agent-score): Renamed category keywords to match gnus-cus.
11334         (gnus-agent-summary-fetch-series): Modified to protect against
11335         gnus-agent-summary-fetch-group clearing processable flags.
11336         (gnus-agent-synchronize-group-flags): Update live group buffer as
11337         synchronization may occur due to the user toggle the plugged
11338         status.
11339         (gnus-agent-fetch-group-1): Clear downloadable flag when article
11340         successfully downloaded.
11341         (gnus-agent-expire-group-1): Avoid using markers when the overview
11342         is in ascending order; greatly improves performance.
11343         (gnus-agent-regenerate-group): Use
11344         gnus-agent-synchronize-group-flags to reset read status in both
11345         gnus and server.
11346         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
11347
11348 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
11349
11350         * message.el: Don't autoload former message-utils variables.
11351         (message-strip-subject-trailing-was): Change doc string.
11352
11353         * nnweb.el: Fixes for `gnus-group-make-web-group'.
11354         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
11355         (nnweb-google-search): Add "hl=en" here.
11356         (nnweb-google-parse-1, nnweb-google-create-mapping):
11357         Don't hardcode URL.
11358
11359 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11360
11361         * message.el (message-get-reply-headers, message-followup):
11362         Mention related variables `message-use-followup-to' and
11363         `message-use-mail-followup-to', in the information buffer.
11364
11365         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
11366         of broken groups(-beta).google.com.
11367
11368 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
11369
11370         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
11371         parameter to invoked gnus-request-move-article; remove the
11372         redundant gnus-sum-hint-move-is-internal variable; apply the marks
11373         all at once instead of once per article.
11374         (gnus-summary-remove-process-mark): Accept a list of articles as
11375         well as a single article for processing.
11376
11377         * gnus-int.el (gnus-request-move-article): Add move-is-internal
11378         parameter.
11379
11380         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
11381
11382         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
11383
11384         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
11385         parameter.
11386
11387         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
11388         parameter.
11389
11390         * nnimap.el (nnimap-request-move-article): Add move-is-internal
11391         parameter and remove the gnus-sum-hint-move-is-internal variable.
11392
11393         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
11394         parameter.
11395
11396         * nndraft.el (nndraft-request-move-article): Add move-is-internal
11397         parameter.
11398
11399         * nndiary.el (nndiary-request-move-article): Add move-is-internal
11400         parameter.
11401
11402         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
11403
11404         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
11405         parameter.
11406
11407         * nnagent.el (nnagent-request-move-article): Add move-is-internal
11408         parameter.
11409
11410 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11411
11412         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
11413         a more conservative way.
11414
11415 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11416
11417         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
11418         buffer, so it moves the window's cursor.
11419
11420 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
11421
11422         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
11423         `mm-dissect-multipart' and receive the from field as an (optional)
11424         argument from `mm-dissect-multipart'.
11425         (mm-dissect-multipart): Receive the from field as an argument and
11426         pass it on when we call `mm-dissect-buffer' on MIME parts.
11427         Fixes verification/decryption of signed/encrypted MIME parts.
11428
11429 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
11430
11431         * gnus-sum.el (gnus-summary-move-article): Set
11432         gnus-sum-hint-move-is-internal for gnus-request-move-article and
11433         whatever it calls (right now, only nnimap-request-move article
11434         respects it).
11435
11436         * nnimap.el (nnimap-request-move-article): When
11437         gnus-sum-hint-move-is-internal is set, don't do the extra
11438         nnimap-request-article.
11439
11440 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11441
11442         * nnheader.el (nnheader-find-file-noselect): Add doc string.
11443
11444         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
11445         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
11446
11447         * gnus-sum.el (gnus-summary-caesar-message):
11448         Apply `gnus-treat-article' after rotation.
11449
11450         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
11451         doc string.
11452
11453 2005-02-22  Simon Josefsson  <jas@extundo.com>
11454
11455         * encrypt.el (encrypt-password-cache-expiry): Remove (use
11456         `password-cache-expiry' instead).  Reported by Arne Jørgensen
11457         <arne@arnested.dk>.
11458         (encrypt): Add password-cache and password-cache-expiry as group
11459         members.
11460
11461 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
11462
11463         * smime.el (smime-ldap-host-list): Doc fix.
11464         (smime-ask-passphrase): Use `password-read-and-add' to read (and
11465         cache) password.
11466         (smime-sign-region): Use it.
11467         (smime-decrypt-region): Use it.
11468         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
11469         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
11470         fails.
11471         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
11472         certificate from DER to PEM format rather than calling openssl.
11473
11474         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
11475
11476         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
11477         for signing/encryption.
11478
11479         * mml.el (mml-parse-1): Use them.
11480
11481 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
11482
11483         * nnrss.el (nnrss-verbose): Removed.
11484         (nnrss-request-group): Use `nnheader-message' instead.
11485
11486 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
11487
11488         * nnrss.el (nnrss-verbose): New variable.
11489         (nnrss-request-group): Make it say nnrss is requesting a group.
11490
11491 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11492
11493         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
11494         Handle news URL with given port correctly.
11495
11496 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11497
11498         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
11499         containing special characters.
11500
11501         * gnus-sum.el (gnus-summary-edit-article): Ditto.
11502
11503         * mml.el (mime-to-mml): Ditto.
11504
11505         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
11506         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
11507         (rfc2047-decode-region): Quote decoded words containing special
11508         characters when rfc2047-quote-decoded-words-containing-tspecials
11509         is non-nil.
11510
11511 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
11512
11513         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
11514
11515         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
11516
11517 2005-02-15  Simon Josefsson  <jas@extundo.com>
11518
11519         * nnimap.el (nnimap-debug): Doc fix.
11520
11521         * imap.el (imap-debug): Doc fix.
11522
11523 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11524
11525         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
11526
11527 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
11528
11529         * gnus.el (spam-contents): Improve docs for spam-contents
11530         parameter in its variable incarnation.
11531
11532 2005-02-14  Simon Josefsson  <jas@extundo.com>
11533
11534         * smime-ldap.el: Use require instead of load-library for ldap.
11535         (smime-ldap-search): Indent.
11536         (smime-ldap-search-internal): Shorten line.
11537
11538         * smime.el (smime-cert-by-dns): Add doc-string.
11539         (smime-cert-by-ldap-1): Indent.
11540
11541         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
11542         mml-smime-get-dns-ldap.
11543         (mml-smime-encrypt-query): Use new function.  Default to ldap.
11544
11545 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
11546
11547         * smime.el: Require smime-ldap.
11548         (smime-ldap-host-list): New variable.
11549         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
11550
11551         * mml-smime.el (mml-smime-encrypt-query): New function.
11552         (mml-smime-encrypt-query): Use it.
11553
11554         * smime-ldap.el: New file.
11555
11556 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11557
11558         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
11559
11560 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11561
11562         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
11563         argument in doc string.  Make query for type more clear.
11564
11565 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11566
11567         * gnus.el (gnus-group-startup-message): Search for gnus images in
11568         etc/images/gnus.
11569         * mm-util.el (mm-image-load-path): Likewise.
11570         * smiley.el (smiley-data-directory): Search for smilies in
11571         etc/images/smilies.
11572
11573 2005-02-09  Kim F. Storm  <storm@cua.dk>
11574
11575         Change Emacs release version from 21.4 to 22.1 throughout.
11576         Change Emacs development version from 21.3.50 to 22.0.50.
11577
11578 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11579
11580         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
11581
11582         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
11583         non-Mule XEmacs as well.
11584         (mm-decompress-buffer): Signal an error intentionally if it does
11585         not decompress compressed data because auto-compression-mode is
11586         disabled.
11587
11588 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
11589
11590         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
11591         an ID in the registry even if it has no groups.
11592
11593 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11594
11595         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
11596         merge it into mm-decompress-buffer.
11597         (gnus-mime-copy-part): Use the MIME part charset, the value which
11598         a user specified or gnus-newsgroup-charset for decoding, like
11599         gnus-mime-inline-part does; set buffer-file-coding-system to tell
11600         save-buffer what was used.  Suggested by Kevin Ryde
11601         <user42@zip.com.au>.
11602         (gnus-mime-inline-part): Allow the name parameter as well as the
11603         filename parameter; force decompressing of compressed data; always
11604         display contents being not decoded as unibyte.
11605
11606         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
11607         as well as the filename parameter.
11608
11609         * mm-util.el (mm-decompress-buffer): Merge
11610         gnus-mime-jka-compr-maybe-uncompress.
11611         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
11612         of compressed data.
11613
11614 2005-02-08  Simon Josefsson  <jas@extundo.com>
11615
11616         * imap.el (imap-log): Doc fix.
11617
11618 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11619
11620         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
11621         the coding cookies; decompress compressed parts.
11622
11623         * mml.el (mml-generate-mime-1): Add the charset parameter according
11624         to the value which a user specified manually or the coding cookie.
11625
11626         * mm-util.el (mm-string-to-multibyte): New function.
11627         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
11628         (mm-coding-system-to-mime-charset): New function.
11629         (mm-decompress-buffer): New function.
11630         (mm-find-buffer-file-coding-system): New function.
11631
11632         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
11633         (mm-display-inline-fontify): Rewrite for decoding and decompressing
11634         parts.
11635
11636 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11637
11638         * mm-view.el (mm-display-inline-fontify): Decode a part according
11639         to the charset parameter.
11640
11641 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11642
11643         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
11644         prefix arg is neither nil nor a number, as info specifies.
11645
11646 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11647
11648         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
11649         timestamps.
11650
11651 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
11652
11653         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
11654         groups error checking and notify user.
11655
11656 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
11657
11658         * message.el (message-send-mail-function): Check existence of
11659         sendmail-program first before using default value
11660         `message-send-mail-with-sendmail'.  Otherwise use more generic
11661         `smtpmail-send-it'.
11662
11663 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11664
11665         * nntp.el (nntp-request-update-info): Always return nil.
11666
11667 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11668
11669         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
11670
11671 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11672
11673         * message.el (message-beginning-of-line): Change the behavior when
11674         invoked between BOL and : so that it first moves backward.
11675
11676 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11677
11678         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
11679         article buffer when editing of the article is discarded.
11680         (gnus-article-prepare): Revert.
11681
11682 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11683
11684         * gnus-art.el (gnus-article-prepare):
11685         Remove message-strip-forbidden-properties from the local hook.
11686
11687 2005-01-27  Simon Josefsson  <jas@extundo.com>
11688
11689         * password.el (password-cache-add): Only start one timer per key.
11690         Reported by Derek Atkins <warlord@MIT.EDU>.
11691
11692 2005-01-26  Steve Youngs  <steve@sxemacs.org>
11693
11694         * run-at-time.el: Removed.  It is no longer needed as
11695         timer-funcs.el in the xemacs-base package has a working version of
11696         `run-at-time'.
11697
11698         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
11699
11700         * password.el: Require timer-funcs instead of run-at-time in
11701         XEmacs.
11702         Remove `password-run-at-time' macro.
11703         (password-cache-add): Use `run-at-time' instead of
11704         `password-run-at-time'.
11705
11706         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
11707         Remove `nnheader-cancel-function-timers' alias,
11708         `cancel-function-timers' exists in XEmacs in timer-funcs.
11709
11710         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
11711         for `run-with-idle-timer'.
11712
11713         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
11714         for `run-at-time'.
11715
11716         * mm-url.el: Require timer-funcs at compile time when in XEmacs
11717         for `with-timeout'.
11718
11719         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
11720         the same as for XEmacs 21.4.
11721         No need to ignore `run-with-idle-timer', this function exists in
11722         XEmacs now in timer-funcs.el in the xemacs-base package.
11723         (dgnushack-compile): No need to delete
11724         run-at-time.el from the list of files to compile because it
11725         doesn't exist anymore.
11726
11727 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11728
11729         * mml.el (mml-generate-mime-1): Convert string into unibyte when
11730         inserting " *mml*" buffer's contents into a unibyte temp buffer.
11731
11732 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
11733
11734         * mail-source.el (mail-source-fetch-imap): Search for ^From case
11735         sensitively.
11736
11737 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
11738
11739         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
11740
11741 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11742
11743         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
11744         which will be inserted according to the multibyteness of a buffer
11745         rather than the type of contents.  Suggested by ARISAWA Akihiro
11746         <ari@mbf.ocn.ne.jp>.
11747
11748         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
11749         of string which old xml.el may return rather than a string.
11750
11751 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11752
11753         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
11754
11755 2005-01-16  Simon Josefsson  <jas@extundo.com>
11756
11757         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
11758         idn/idna.el isn't available.
11759         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
11760         <michael@waxrat.com>.
11761
11762         * hashcash.el: Remove non-FSF copyright header.
11763
11764         * hashcash.el (hashcash-extra-generate-parameters): New variable.
11765         (hashcash-generate-payment): Use it.
11766         (hashcash-generate-payment-async): Use it.
11767
11768 2005-01-15  Simon Josefsson  <jas@extundo.com>
11769
11770         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
11771         Suggested by Raymond Scholz <ray-2005@zonix.de>.
11772
11773         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
11774         gnus-summary-idna-message.
11775         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
11776         (gnus-summary-idna-message): New function.
11777
11778 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11779
11780         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
11781         gnus-novice-user.
11782
11783 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11784
11785         * nnrss.el (nnrss-request-delete-group): Delete entries in
11786         nnrss-group-alist as well.
11787         (nnrss-save-server-data): Insert newline.
11788
11789 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
11790
11791         * gnus.el (gnus-user-agent): Use list of symbols instead of
11792         symbols.  Display full version number for (S)XEmacs.  Optionally
11793         display (S)XEmacs codename.
11794
11795         * gnus-util.el (gnus-emacs-version): Update for new
11796         `gnus-user-agent'.
11797
11798         * gnus-msg.el (gnus-extended-version): Make it possible to omit
11799         Gnus version.
11800
11801 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11802
11803         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
11804         which is unreadable in some setups.
11805
11806 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11807
11808         * gnus-spec.el (gnus-update-format-specifications): Flush the
11809         group format spec cache if it doesn't support decoded group names.
11810
11811 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11812
11813         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
11814         Allow to apply decay on score files matching a regexp.
11815
11816 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11817
11818         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
11819         compatibility in %g and %c.
11820
11821 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11822
11823         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
11824         name for only %g and %c.
11825         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
11826         of gnus-tmp-group to decoded group name.
11827         (gnus-group-make-rss-group): Exclude `/'s from group names.
11828
11829 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11830
11831         * nnrss.el (nnrss-get-encoding): Fix regexp.
11832
11833 2004-12-27  Simon Josefsson  <jas@extundo.com>
11834
11835         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
11836         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
11837         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
11838
11839 2004-12-17  Kim F. Storm  <storm@cua.dk>
11840
11841         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
11842
11843         * gnus-sum.el (gnus-summary-mode-map): Likewise.
11844
11845 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11846
11847         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
11848
11849 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11850
11851         * nnrss.el: Require rfc2047 and mml.
11852         (nnrss-file-coding-system): New variable.
11853         (nnrss-format-string): Redefine it as an inline function.
11854         (nnrss-decode-group-name): New function.
11855         (nnrss-string-as-multibyte): Remove.
11856         (nnrss-retrieve-headers): Decode group name; don't use
11857         nnrss-format-string.
11858         (nnrss-request-group): Decode group name.
11859         (nnrss-request-article): Decode group name; allow a Message-ID as
11860         well as an article number; don't use nnrss-format-string; encode a
11861         Message-ID string which may contain non-ASCII characters; use
11862         mml-to-mime to compose a MIME article.
11863         (nnrss-request-expire-articles): Decode group name.
11864         (nnrss-request-delete-group): Decode group name.
11865         (nnrss-fetch): Clarify error message.
11866         (nnrss-read-server-data): Use insert-file-contents instead of load;
11867         bind file-name-coding-system; use multibyte buffer.
11868         (nnrss-save-server-data): Bind coding-system-for-write to the
11869         value of nnrss-file-coding-system; bind file-name-coding-system;
11870         add coding cookie.
11871         (nnrss-read-group-data): Use insert-file-contents instead of load;
11872         bind file-name-coding-system; use multibyte buffer.
11873         (nnrss-save-group-data): Bind coding-system-for-write to the
11874         value of nnrss-file-coding-system; bind file-name-coding-system.
11875         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
11876         make it work with non-ASCII text.
11877         (nnrss-find-el): Make it work with old xml.el as well.
11878
11879 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11880
11881         * nnrss.el (nnrss-get-encoding): New function.
11882         (nnrss-fetch): Use unibyte buffer initially; bind
11883         coding-system-for-read while performing mm-url-insert; remove ^Ms;
11884         decode contents according to the encoding attribute.
11885         (nnrss-save-group-data): Add coding cookie.
11886         (nnrss-mime-encode-string): New function.
11887         (nnrss-check-group): Use it to encode subject and author.
11888
11889 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
11890
11891         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
11892         imaginary variable.
11893
11894 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11895
11896         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
11897         correctly even if there are wide characters.
11898
11899 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11900
11901         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
11902         downcased symbol names; make a new cache instead of reusing
11903         bbdb-hashtable.
11904
11905 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11906
11907         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11908         concatenating segments rather than before concatenating them.
11909         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11910
11911         * message.el (message-get-reply-headers): Bind `extra'.
11912
11913 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11914
11915         * message.el (message-extra-wide-headers): New variable.
11916         (message-get-reply-headers): Use it.
11917
11918 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11919
11920         * gnus-agent.el (gnus-agent-group-path): Decode group name.
11921         (gnus-agent-group-pathname): Ditto.
11922
11923         * gnus-cache.el (gnus-cache-file-name): Decode group name.
11924
11925         * gnus-group.el (gnus-group-make-group): Decode group name.
11926         (gnus-group-make-rss-group): Register the group data after opening
11927         the nnrss group.
11928
11929 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
11930
11931         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
11932         by expiry now get marked as read.
11933
11934 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11935
11936         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
11937
11938 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
11939
11940         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
11941         unify Latin characters in XEmacs.
11942         (mm-find-mime-charset-region): Use it.
11943
11944 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11945
11946         * gnus-util.el (gnus-delete-directory): New function.
11947
11948         * gnus-agent.el (gnus-agent-delete-group): Use it.
11949
11950         * gnus-cache.el (gnus-cache-delete-group): Use it.
11951
11952 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11953
11954         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
11955         names.
11956
11957 2004-12-16  Simon Josefsson  <jas@extundo.com>
11958
11959         * hashcash.el (hashcash-payment-alist): Fix custom :type.
11960
11961 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11962
11963         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
11964
11965         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
11966         (gnus-group-set-current-level): Decode group name.
11967
11968 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
11969
11970         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
11971         failed.
11972
11973 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11974
11975         * gnus-group.el (gnus-group-delete-group): Decode group name.
11976         (gnus-group-make-rss-group): Encode group name.
11977         (gnus-group-catchup-current): Decode group name.
11978         (gnus-group-kill-group): Decode group name.
11979
11980 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11981
11982         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
11983
11984 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11985
11986         * gnus-group.el (gnus-group-make-rss-group):
11987         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
11988
11989         * gnus-start.el (gnus-setup-news): Honor user's setting to
11990         gnus-message-archive-method.  Suggested by Lute Kamstra
11991         <lute@gnu.org>.
11992
11993 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
11994
11995         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
11996         global counterparts of the buffer-local variables.
11997
11998 2004-11-16  Romain Francoise  <romain@orebokech.com>
11999
12000         * gnus-sum.el (gnus-summary-exit): Don't clear the global
12001         counterparts of the buffer-local variables.
12002
12003 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12004
12005         * message.el (message-forbidden-properties): Fixed typo in doc
12006         string.
12007
12008 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12009
12010         * gnus-util.el (gnus-replace-in-string): Added doc string.
12011
12012         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
12013         to avoid problems when splitting mails with many recipients.
12014
12015 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12016
12017         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
12018         pop-to-buffer, covered by the subsequent gnus-configure-windows.
12019
12020 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
12021
12022         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
12023         if there is no hashtable in memory or file modification time is
12024         newer than cached timestamp.
12025
12026 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12027
12028         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
12029         not-matching option.
12030
12031 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
12032
12033         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
12034         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
12035         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12036         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
12037         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
12038         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
12039
12040 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12041
12042         * message.el (message-forward-make-body-mml): Remove headers
12043         according to message-forward-ignored-headers if a message is decoded.
12044
12045 2004-12-02  Romain Francoise  <romain@orebokech.com>
12046
12047         * message.el (message-forward-make-body-plain): Always remove
12048         headers according to message-forward-ignored-headers.
12049
12050 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
12051
12052         * spam.el (spam-summary-prepare-exit): Remove the
12053         gnus-summary-limit pop for now, it has problems with ham marks for
12054         me.
12055
12056 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
12057
12058         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
12059         correctly.
12060
12061 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
12062
12063         * format-spec.el (format-spec): Message the char.
12064
12065 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
12066
12067         * gnus-art.el (gnus-split-methods): Reformat comments.
12068
12069         * spam.el (spam-summary-prepare-exit): Remove article limits
12070         before exiting the summary buffer.
12071
12072 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12073
12074         * lpath.el: Remove bbdb-create-internal, bbdb-records,
12075         spam-BBDB-register-routine and spam-enter-ham-BBDB.
12076
12077         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
12078         order to silence the byte compiler.
12079
12080         * spam.el: Fix the way to silence the byte compiler, which
12081         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
12082         bbdb-search-simple, spam-BBDB-register-routine,
12083         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
12084         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
12085         spam-stat-buffer-is-spam, spam-stat-load,
12086         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
12087         spam-stat-save and spam-stat-split-fancy.
12088
12089 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12090
12091         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
12092         which may confuse users.
12093         (canlock-password-for-verify): Ditto.
12094
12095         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
12096
12097         * gnus-art.el (gnus-emphasis-alist): Ditto.
12098
12099         * gnus-registry.el (gnus-registry-max-entries): Ditto.
12100
12101         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
12102
12103         * gnus-start.el (gnus-save-killed-list): Ditto.
12104
12105         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
12106         (gnus-sum-thread-tree-root): Ditto.
12107         (gnus-sum-thread-tree-false-root): Ditto.
12108         (gnus-sum-thread-tree-single-indent): Ditto.
12109
12110         * message.el (message-courtesy-message): Ditto.
12111         (message-archive-note): Ditto.
12112         (message-subscribed-address-file): Ditto.
12113         (message-user-fqdn): Ditto.
12114
12115         * spam-report.el (spam-report-gmane-regex): Ditto.
12116
12117         * spam.el (spam-blackhole-good-server-regex): Ditto.
12118
12119 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12120
12121         * mml.el (mml-preview): Widen the message buffer before copying
12122         the contents to the preview buffer; sort headers before previewing.
12123
12124         * message.el (message-hidden-headers): Fix the way to avoid a bug
12125         in the `repeat' widget in Emacs 21.3 or earlier.
12126
12127 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12128
12129         * message.el (message-hidden-headers): Default to "^References:".
12130         Improve customization type.  Suggested by Reiner Steib
12131         <Reiner.Steib@gmx.de>.
12132
12133 2004-11-25  Romain Francoise  <romain@orebokech.com>
12134
12135         * message.el (message-strip-forbidden-properties): Remove check for
12136         obsolete `message-hidden' text property, hidden headers are not
12137         accessible in the buffer anymore.
12138
12139 2004-11-22  Romain Francoise  <romain@orebokech.com>
12140
12141         * message.el (message-header-format-alist): Add `From' in list
12142         so that it can be sorted.
12143         (message-fix-before-sending): Widen and sort headers before
12144         sending.
12145         (message-hide-headers): Use narrowing to hide headers by moving
12146         them to the top of the buffer and narrowing to the region
12147         underneath.
12148
12149 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12150
12151         * message.el (message-strip-forbidden-properties): Bind
12152         buffer-read-only (etc) to nil.
12153
12154 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12155
12156         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
12157         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12158
12159 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
12160
12161         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
12162
12163 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12164
12165         * dns.el (query-dns): Use sit-for to time instead of
12166         accept-process-output, since that doesn't seem to work on udp
12167         sockets.
12168
12169 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12170
12171         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
12172
12173 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
12174
12175         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
12176         doc string.  Improve doc string.
12177
12178 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12179
12180         * nntp.el (nntp-request-update-info): Return nil if
12181         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
12182         may not call gnus-activate-group which uselessly issues the GROUP
12183         commands for all nntp groups and wastes time.  Reported by Romain
12184         Francoise <romain@orebokech.com>.
12185
12186         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
12187
12188 2004-11-15  Simon Josefsson  <jas@extundo.com>
12189
12190         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
12191         headers separately.
12192         (gnus-button-openpgp): New function, inspired by Jochen Küpper
12193         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
12194
12195 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12196
12197         * gnus-start.el (gnus-convert-old-newsrc):
12198         Assign legacy-gnus-agent to 5.10.7.
12199
12200 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12201
12202         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
12203         start of the lines.
12204
12205 2004-11-14  Magnus Henoch  <mange@freemail.hu>
12206
12207         * hashcash.el (hashcash-default-payment): Change default to 20.
12208         (hashcash-default-accept-payment): Change default to 20.
12209         (hashcash-process-alist): New variable.
12210         (hashcash-generate-payment-async): Add.
12211         (hashcash-already-paid-p): Add.
12212         (hashcash-insert-payment): Don't generate payments twice.
12213         (hashcash-insert-payment-async): Add.
12214         (hashcash-insert-payment-async-2): Add.
12215         (hashcash-cancel-async): Add.
12216         (hashcash-wait-async): Add.
12217         (hashcash-processes-running-p): Add.
12218         (hashcash-wait-or-cancel): Add.
12219         (mail-add-payment): New optional argument.  Conditionally start
12220         asynchronous calculation.
12221         (mail-add-payment-async): Add.
12222
12223         * message.el (message-send-mail): Wait for asynchronous hashcash
12224         results.  Don't clobber existing X-Hashcash headers.
12225         (message-setup-1): Call mail-add-payment-async when
12226         message-generate-hashcash is non-nil.
12227
12228 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12229
12230         * message.el (message-use-alternative-email-as-from): Examine the
12231         From header as well; use message-make-from in order to include a
12232         user's full name.
12233
12234 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12235
12236         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
12237         default; improve customization type.
12238         (gnus-emphasis-custom-with-format): New macro.
12239         (gnus-emphasis-custom-value-to-external): New function.
12240         (gnus-emphasis-custom-value-to-internal): New function.
12241
12242 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12243
12244         * dns.el (query-dns): Resolve reverse addresses.
12245
12246 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12247
12248         * gnus-group.el (gnus-group-get-new-news): Use it.
12249
12250         * gnus-start.el (gnus-check-reasonable-setup): New function.
12251
12252 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12253
12254         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
12255         "Args out of range" error.  Reported by Arnaud Giersch
12256         <arnaud.giersch@free.fr>.
12257
12258 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12259
12260         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
12261
12262 2004-11-04  Richard M. Stallman  <rms@gnu.org>
12263
12264         * spam.el (spam group): Add :version.
12265
12266         * pgg-def.el (pgg group): Add :version.
12267
12268 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12269
12270         * gnus-art.el (gnus-article-edit-article): Don't associate the
12271         article buffer with a draft file.  This is a temporary measure
12272         against the 2004-08-22 change to gnus-article-edit-mode.
12273
12274 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12275
12276         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
12277         (html2text-format-tags): Remove unused variable `attr'.
12278
12279 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12280
12281         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
12282
12283         * tls.el (tls-process-connection-type, tls-success)
12284         (tls-certtool-program): Add :version.
12285
12286         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
12287         (starttls-extra-arguments, starttls-process-connection-type)
12288         (starttls-connect, starttls-failure, starttls-success): Add :version.
12289
12290         * spam-stat.el (spam-stat): Add :version.
12291
12292         * sieve.el (sieve): Add :version.
12293
12294         * sha1.el (sha1): Add :version.
12295         (sha1-use-external): Remove redundant version.
12296
12297         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
12298         (nnmail-cache-ignore-groups, nnmail-spool-hook)
12299         (nnmail-split-fancy-match-partial-words)
12300         (nnmail-split-lowercase-expanded): Add :version.
12301
12302         * nndiary.el (nndiary): Add :version.
12303
12304         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
12305
12306         * mml-sec.el (mml-default-sign-method)
12307         (mml-default-encrypt-method, mml-signencrypt-style-alist):
12308         Add :version.
12309
12310         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
12311
12312         * mm-url.el (mm-url-use-external, mm-url-program)
12313         (mm-url-arguments): Add :version.
12314
12315         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
12316         (mm-attachment-file-modes, mm-decrypt-option)
12317         (mm-w3m-safe-url-regexp): Add :version.
12318
12319         * message.el (message-cite-prefix-regexp)
12320         (message-sendmail-envelope-from, message-minibuffer-local-map)
12321         (message-user-fqdn, message-completion-alist): Add :version.
12322
12323         * gnus-win.el (gnus-configure-windows-hook)
12324         (gnus-use-frames-on-any-display): Add :version.
12325
12326         * gnus-art.el (gnus-article-address-banner-alist)
12327         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
12328         (gnus-treat-from-picon, gnus-treat-mail-picon)
12329         (gnus-treat-x-pgp-sig): Add :version.
12330
12331         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
12332         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
12333         (gnus-summary-article-delete-hook)
12334         (gnus-summary-display-while-building): Add :version.
12335
12336         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
12337         (gnus-get-top-new-news-hook): Add :version.
12338
12339         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12340         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
12341
12342         * gnus-registry.el (gnus-registry): Add :version.
12343
12344         * gnus-spec.el (gnus-use-correct-string-widths)
12345         (gnus-make-format-preserve-properties): Add :version.
12346
12347         * gnus.el (gnus-group-charter-alist)
12348         (gnus-group-fetch-control-use-browse-url)
12349         (gnus-install-group-spam-parameters): Add :version.
12350
12351         * gnus-diary.el (gnus-diary): Add :version.
12352
12353         * gnus-delay.el (gnus-delay): Add :version.
12354
12355         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
12356         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
12357         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
12358         Add :version.
12359
12360         * gnus-agent.el (gnus-agent-max-fetch-size)
12361         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
12362         (gnus-agent-prompt-send-queue): Add :version.
12363
12364         * deuglify.el (gnus-outlook-deuglify): Add :version.
12365
12366         * html2text.el: Beautify code.  Improve doc strings.  Some
12367         checkdoc cleanup.
12368         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
12369
12370 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
12371
12372         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
12373
12374 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
12375
12376         * gnus-registry.el (gnus-registry-hashtb): Create the registry
12377         when package is loaded.
12378
12379         * spam.el (spam-summary-score-preferred-header): Add global preference
12380         for people who want to override the default SpamAssassin over
12381         Bogofilter preference (when both are set).
12382         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
12383         (spam-user-format-function-S): Check
12384         spam-summary-score-preferred-header.
12385         (spam-extra-header-to-number): Add X-Bogosity header parsing.
12386         (spam-user-format-function-S): Format the score correctly.
12387
12388 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12389
12390         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
12391         signature file.  Suggested by Manoj Srivastava
12392         <srivasta@golden-gryphon.com>.
12393
12394         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
12395         iso-2022-jp even in the Japanese language environment.
12396         Suggested by Jason Rumney <jasonr@gnu.org>.
12397
12398 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12399
12400         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
12401         use the same characters as the dummy marks; make it free from
12402         getting affected by the language environment.
12403         (gnus-summary-read-group-1): Update mark positions only when the
12404         format spec is updated.
12405
12406         * gnus-spec.el (gnus-update-format-specifications): Return a list
12407         of updated types.
12408
12409 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12410
12411         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
12412         of boundp to check if display-warning is available.
12413
12414 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
12415
12416         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
12417
12418 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12419
12420         * nnspool.el (nnspool-spool-directory): Use news-path if the
12421         news-directory variable is not bound.
12422
12423         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
12424         function instead of display-warning if it is not available.
12425
12426 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12427
12428         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
12429         v5-10: Use `point-at-bol'.
12430
12431 2004-10-26  Simon Josefsson  <jas@extundo.com>
12432
12433         * hashcash.el: Fix URL in comment, reported by Cheng Gao
12434         <chenggao@gmail.com>.
12435
12436 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12437
12438         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
12439         instead.
12440
12441 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
12442
12443         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
12444         to remove a server from the nnimap-server-buffer-alist.
12445         (nnimap-open-connection, nnimap-close-server): Use it.
12446
12447         * gnus-encrypt.el: Remove file in favor of encrypt.el.
12448
12449 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12450
12451         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
12452         running the major-mode function.
12453
12454 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12455
12456         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
12457         dummy marks in the right way.
12458
12459 2004-10-18  David Edmondson  <dme@dme.org>
12460
12461         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
12462         excessively.
12463
12464 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
12465
12466         * gnus-util.el (gnus-split-references): Accept a nil references
12467         string and go on blissfully.
12468
12469         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
12470         cases where the references string is non-nil but has no references.
12471
12472         * encrypt.el: Add autoload tags.
12473
12474         * spam.el (spam-resolve-registrations-routine): Remove article
12475         from unregistration list too.  Reported by David Hanak
12476         <dhanak@isis.vanderbilt.edu>
12477
12478 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
12479
12480         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
12481         nil.  Changed custom type.
12482
12483 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
12484
12485         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
12486
12487         * gnus-sum.el (gnus-summary-move-article): Use it.
12488
12489 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
12490
12491         * encrypt.el: Add autoload cookies.
12492
12493         * spam.el (spam-backend-article-list-property)
12494         (spam-backend-get-article-todo-list)
12495         (spam-backend-put-article-todo-list)
12496         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
12497         Resolve registrations separately.
12498         (spam-register-routine): Format comments.
12499         (spam-unregister-routine, spam-register-routine): Always call with
12500         specific-articles, no default list.
12501         (spam-summary-prepare-exit): Use the spam-classifications function.
12502
12503         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
12504         gnus-encrypt.el.
12505
12506         * encrypt.el: Copied from gnus-encrypt.el.
12507
12508         * gnus-encrypt.el: Commented that it's obsolete.
12509
12510 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12511
12512         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
12513         (gnus-score-save): Use it.
12514
12515         * message.el (message-bury): Use `window-dedicated-p'.
12516
12517 2004-10-15  Simon Josefsson  <jas@extundo.com>
12518
12519         * pop3.el (top-level): Don't require nnheader.
12520         (pop3-read-timeout): Add.
12521         (pop3-accept-process-output): Add.
12522         (pop3-read-response, pop3-retr): Use it.
12523
12524 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
12525
12526         * spam.el (spam-register-routine): Move comment.
12527         (spam-verify-bogofilter): Use 'unknown for the initial
12528         spam-bogofilter-valid state, not 'never.
12529
12530         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
12531         for netrc-machine.
12532
12533         * nnimap.el (nnimap-open-connection): Use
12534         netrc-machine-user-or-password.
12535
12536 2004-10-17  Richard M. Stallman  <rms@gnu.org>
12537
12538         * gnus-registry.el (gnus-registry-unload-hook):
12539         Set as a variable with add-hook.
12540
12541         * nnspool.el (nnspool-spool-directory): Use news-directory instead
12542         of news-path.
12543
12544         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
12545
12546         * spam.el: Delete duplicate `provide'.
12547         (spam-unload-hook): Set as a variable with add-hook.
12548
12549 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12550
12551         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
12552         in the doc string.
12553
12554         * message.el (message-ignored-news-headers)
12555         (message-ignored-supersedes-headers)
12556         (message-ignored-resent-headers)
12557         (message-forward-ignored-headers): Improve custom type.
12558
12559 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12560
12561         * message.el (message-tokenize-header): Fix 2004-09-06 change
12562         which used point-min in the wrong place.
12563
12564 2004-10-12  Simon Josefsson  <jas@extundo.com>
12565
12566         * tls.el (tls-certtool-program): New variable.
12567         (tls-certificate-information): New function, based on
12568         ssl-certificate-information.
12569
12570 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12571
12572         * compface.el: Move the version of ELisp-based uncompface program
12573         to the contrib directory because of the copyright problem.
12574
12575 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12576
12577         * message.el (message-kill-buffer): Raise the current frame.
12578
12579 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12580
12581         * gnus-sum.el: Mention that multibyte characters don't work as marks.
12582
12583         * gnus.el (message-y-or-n-p): Autoload.
12584
12585         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
12586         (pop3-password-required, pop3-authentication-scheme)
12587         (pop3-leave-mail-on-server): Made customizable.
12588         (pop3): New custom group.
12589         (pop3-retr): Remove `sleep-for' statements.
12590         Suggested by Dave Love <fx@gnu.org>.
12591
12592         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
12593         Windows/DOS.
12594
12595         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12596         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
12597         Dave Love <fx@gnu.org>.
12598
12599         * mml.el (mml-minibuffer-read-disposition): Require match.
12600         Suggested by Dave Love <fx@gnu.org>.
12601
12602 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12603
12604         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
12605         doc string.
12606
12607 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12608
12609         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
12610
12611 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12612
12613         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
12614         instead of calling `mm-insert-inline', to decode text/* parts
12615         before displaying them.
12616
12617 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12618
12619         * mm-uu.el (mm-uu-text-plain-type): New variable.
12620         (mm-uu-pgp-signed-extract-1): Use it.
12621         (mm-uu-pgp-encrypted-extract-1): Use it.
12622         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
12623         bind mm-uu-text-plain-type with that value.
12624         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
12625         mm-uu-dissect.
12626
12627 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12628
12629         * gnus-group.el (gnus-update-group-mark-positions):
12630         * gnus-sum.el (gnus-update-summary-mark-positions):
12631         * message.el (message-check-news-body-syntax):
12632         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
12633         of string-as-multibyte.
12634
12635 2004-10-05  Juri Linkov  <juri@jurta.org>
12636
12637         * gnus-group.el (gnus-update-group-mark-positions):
12638         * gnus-sum.el (gnus-update-summary-mark-positions):
12639         * message.el (message-check-news-body-syntax):
12640         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
12641         8-bit unibyte values to a multibyte string for search functions.
12642
12643 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12644
12645         * mm-uu.el (mm-uu-dissect): Allow optional arg.
12646         (mm-uu-dissect-text-parts): New function.
12647
12648         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
12649         dissect text parts.
12650
12651         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
12652         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
12653
12654         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
12655
12656         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
12657         gnus-current-topics instead of gnus-current-topic.
12658
12659 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
12660
12661         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
12662
12663 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
12664
12665         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
12666         where approriate.
12667
12668         * nnml.el (nnml-generate-active-info): do.
12669
12670         * nndiary.el (nndiary-generate-active-info): do.
12671
12672         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
12673         (gnus-topic-move): do.
12674
12675         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
12676         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
12677
12678         * gnus-srvr.el (gnus-server-prepare)
12679         (gnus-server-open-all-servers): do.
12680
12681         * gnus-msg.el (gnus-summary-cancel-article)
12682         (gnus-summary-resend-message)
12683         (gnus-summary-mail-crosspost-complaint): do.
12684
12685         * gnus-move.el (gnus-change-server): do.
12686
12687         * gnus-group.el (gnus-group-unmark-all-groups)
12688         (gnus-group-set-current-level): do.
12689
12690 2004-10-04  Simon Josefsson  <jas@extundo.com>
12691
12692         * message.el (message-generate-hashcash): Doc fix.
12693
12694 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
12695
12696         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
12697         avoid infinite recursion via gnus-get-function.
12698
12699 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
12700
12701         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
12702
12703         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
12704
12705         * nnmail.el (nnmail-split-history): do.
12706
12707         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
12708         (nnml-request-delete-group): do.
12709
12710         * nnslashdot.el (nnslashdot-read-groups): do.
12711
12712         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
12713         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
12714
12715         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
12716         (nnspool-sift-nov-with-sed): Use last.
12717         (nnspool-retrieve-headers-with-nov): Use mapc.
12718         (nnspool-request-newgroups): Use dolist.
12719         (nnspool-request-group): Use last.
12720
12721         * nntp.el (nntp-read-server-type): Use dolist.
12722
12723         * nnvirtual.el (nnvirtual-create-mapping)
12724         (nnvirtual-update-read-and-marked): Use dolist.
12725         (nnvirtual-convert-headers): Simplify.
12726
12727 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12728
12729         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
12730         support for sync'ing tick marks.
12731
12732 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12733
12734         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
12735         there's no visible header.
12736
12737 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12738
12739         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
12740         necessary, pass full group name to gnus-request-set-marks.
12741
12742 2004-10-01  Simon Josefsson  <jas@extundo.com>
12743
12744         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
12745         acroread.
12746
12747 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12748
12749         * spam-report.el (spam-report-gmane): Fix interactive.
12750
12751         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
12752
12753         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
12754         when writing file.
12755         (gnus-agent-synchronize-flags): Don't default to being
12756         interactive.
12757
12758 2004-09-30  Simon Josefsson  <jas@extundo.com>
12759
12760         * message.el (message-generate-hashcash): Add.
12761         (message-send-mail): Use it, call mail-add-payment.
12762
12763 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12764
12765         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
12766
12767 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
12768
12769         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
12770         gnus-requst-update-info with explicit code to sync the in-memory
12771         info read flags with the marks being sync'd to the backend.
12772
12773         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
12774
12775 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12776
12777         * spam.el (spam-verify-bogofilter): Add new function.
12778         (spam-check-bogofilter)
12779         (spam-bogofilter-register-with-bogofilter): Use it.
12780         (spam-verify-bogofilter): Add small fixes.
12781
12782 2004-09-28  Simon Josefsson  <jas@extundo.com>
12783
12784         * hashcash.el (hashcash-generate-payment): Revert.
12785
12786 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12787
12788         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
12789         gnus-extract-references instead of gnus-split-references.
12790
12791         * gnus-util.el (gnus-extract-references): Add new function, analogous
12792         to gnus-split-references but extracts only the message-ID without
12793         anything extra.
12794
12795         * hashcash.el (hashcash-generate-payment)
12796         (hashcash-check-payment): Do the right thing if hashcash-path is
12797         nil (because the hashcash program could not be found).
12798
12799         * spam.el (spam-use-hashcash): Remove comment.
12800
12801 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
12802
12803         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
12804         (gnus-cache-enter-article, gnus-cache-remove-article)
12805         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
12806
12807         * gnus-async.el (gnus-async-prefetch-remove-group): do.
12808
12809         * gnus-art.el (article-hide-boring-headers)
12810         (article-translate-strings, article-display-face)
12811         (gnus-article-mime-match-handle-first)
12812         (gnus-article-highlight-headers)
12813         (gnus-article-add-buttons-to-head): do.
12814
12815 2004-09-27  Simon Josefsson  <jas@extundo.com>
12816
12817         * hashcash.el: New version, from
12818         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
12819         ../contrib/.
12820
12821 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12822
12823         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
12824
12825 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
12826
12827         * gnus-dup.el (gnus-dup-open): Use mapc.
12828         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
12829
12830         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
12831         Reported by Stefan Wiens <s.wi@gmx.net>.
12832
12833         * gnus.el (gnus-shutdown): Use dolist.
12834
12835         * gnus-undo.el (gnus-undo): Use mapc.
12836
12837         * nnrss.el (nnrss-generate-active): do.
12838
12839         * message.el (message-cite-original-without-signature)
12840         (message-cite-original): Use mapc.
12841         (message-do-actions, message-make-forward-subject): Use dolist.
12842
12843 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12844
12845         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
12846         deletion to remove entire duplicate line.  Fixes merged article
12847         number bug.
12848
12849 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12850
12851         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
12852         servers that are offline.  Avoids having gnus-agent-toggle-plugged
12853         first ask if you want to open a server and then, even when you
12854         responded with no, asking if you want to synchronize the server's
12855         flags.
12856         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
12857         multi-line expressions.
12858         (gnus-agent-synchronize-group-flags): New internal function.
12859         Updates marks in memory (in the info structure) AND in the
12860         backend.
12861
12862         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
12863
12864         * nnagent.el (nnagent-request-set-mark): Use
12865         gnus-agent-synchronize-group-flags, not backend's request-set-mark
12866         method, to ensure that synchronization updates marks in the
12867         backend and in the info (in memory) structure.
12868
12869 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12870
12871         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
12872         convention fully; don't miss the root article of a thread; make
12873         the X-Draft-From header with correct article numbers.
12874
12875 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
12876
12877         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
12878         unless plugged.  Disable the agent so that an open failure causes
12879         an error.
12880
12881         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
12882         Reverted 2004-09-21 change.  The backend must be opened while
12883         synchronizing flags even when the backend stores the flags
12884         locally.
12885
12886 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
12887
12888         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
12889         in `header' match.  Reported by Svend Tollak Munkejord.
12890
12891         * message.el (message-cite-original): Fix use of
12892         `message-cite-articles-with-x-no-archive'.
12893
12894 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12895
12896         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
12897         (gnus-window-to-buffer): Ditto.
12898
12899         * mml.el (mml-preview-buffer): New variable.
12900         (mml-preview): Manage window layout with gnus-buffer-configuration.
12901
12902         * gnus-msg.el (gnus-setup-message): Put article numbers into the
12903         X-Draft-From header even if those articles aren't quoted.
12904
12905 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
12906
12907         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
12908         (gnus-request-set-mark, gnus-request-update-mark): Use new
12909         g-s-t-u-l-m to decide to use backend even when unplugged.
12910
12911 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12912
12913         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
12914         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
12915
12916 2004-09-20  Simon Josefsson  <jas@extundo.com>
12917
12918         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
12919         "utf-16-le".
12920
12921 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12922
12923         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
12924
12925 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12926
12927         * uudecode.el (uudecode-use-external): Add :version.
12928
12929         * smime.el (smime-CA-file, smime-encrypt-cipher)
12930         (smime-dns-server): Add :version.
12931
12932         * smiley.el (gnus-smiley-file-types): Add :version.
12933
12934         * sha1.el (sha1-use-external): Add :version.
12935
12936         * pgg-def.el (pgg-query-keyserver): Add :version.
12937
12938         * nnmail.el (nnmail-fancy-expiry-targets)
12939         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
12940         Add :version.
12941
12942         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
12943         (nnimap-retrieve-groups-asynchronous): Add :version.
12944         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
12945
12946         * mml.el (mml-content-disposition-parameters)
12947         (mml-insert-mime-headers-always): Add :version.
12948
12949         * mm-util.el (mm-coding-system-priorities): Add :version.
12950
12951         * mm-decode.el (mm-inline-text-html-with-images)
12952         (mm-keep-viewer-alive-types, mm-external-terminal-program)
12953         (mm-verify-option): Add :version.
12954         (mm-text-html-renderer): Change :version.
12955
12956         * message.el (message-fcc-externalize-attachments)
12957         (message-required-headers, message-draft-headers)
12958         (message-subject-trailing-was-query)
12959         (message-subject-trailing-was-ask-regexp)
12960         (message-subject-trailing-was-regexp, message-mark-insert-begin)
12961         (message-mark-insert-end, message-archive-header)
12962         (message-archive-note, message-cross-post-default)
12963         (message-cross-post-note, message-followup-to-note)
12964         (message-cross-post-note-function, message-use-mail-followup-to)
12965         (message-subscribed-address-functions)
12966         (message-subscribed-address-file, message-subscribed-addresses)
12967         (message-subscribed-regexps, message-allow-no-recipients)
12968         (message-yank-cited-prefix, message-signature-insert-empty-line)
12969         (message-hidden-headers, message-hierarchical-addresses)
12970         (message-mail-user-agent, message-use-idna)
12971         (message-valid-fqdn-regexp)
12972         (message-strip-special-text-properties, message-header-synonyms)
12973         (message-beginning-of-line, message-tab-body-function): Add :version.
12974         (message-insert-canlock, message-wide-reply-confirm-recipients):
12975         Change :version.
12976
12977         * mail-source.el (mail-source-ignore-errors): Add :group, :type
12978         and :version.
12979         (mail-source-delete-old-incoming-confirm)
12980         (mail-source-movemail-program): Add :version.
12981
12982         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
12983         (gnus-agent-cache, gnus-agent): Change :version.
12984
12985         * gnus-util.el (gnus-use-byte-compile): Change :version.
12986
12987         * gnus-sum.el (gnus-summary-make-false-root-always)
12988         (gnus-summary-default-high-score)
12989         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
12990         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
12991         (gnus-read-all-available-headers, gnus-article-emulate-mime)
12992         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
12993         (gnus-sum-thread-tree-single-indent)
12994         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
12995         (gnus-sum-thread-tree-leaf-with-other)
12996         (gnus-sum-thread-tree-single-leaf): Add :version.
12997         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
12998         (gnus-article-loose-mime): Change :version.
12999
13000         * gnus-start.el (gnus-backup-startup-file)
13001         (gnus-save-startup-file-via-temp-buffer): Add :version.
13002
13003         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
13004         (gnus-server-offline-face): Add :version.
13005
13006         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
13007
13008         * gnus-msg.el (gnus-gcc-externalize-attachments)
13009         (gnus-debug-files, gnus-debug-exclude-variables)
13010         (gnus-discouraged-post-methods): Change :version.
13011         (gnus-confirm-mail-reply-to-news)
13012         (gnus-confirm-treat-mail-like-news): Add :version.
13013
13014         * gnus-int.el (gnus-server-unopen-status): Add :version.
13015
13016         * gnus-group.el (gnus-group-jump-to-group-prompt)
13017         (gnus-large-ephemeral-newsgroup)
13018         (gnus-fetch-old-ephemeral-headers): Add :version.
13019
13020         * gnus-fun.el (gnus-x-face-directory)
13021         (gnus-convert-pbm-to-x-face-command)
13022         (gnus-convert-image-to-x-face-command)
13023         (gnus-convert-image-to-face-command): Add :version.
13024
13025         * gnus-delay.el (gnus-delay-default-hour): Add :version.
13026
13027         * gnus-cite.el (gnus-cite-blank-line-after-header)
13028         (gnus-article-boring-faces): Add :version.
13029
13030         * gnus-art.el (gnus-buttonized-mime-types)
13031         (gnus-inhibit-mime-unbuttonizing)
13032         (gnus-treat-display-face)
13033         (gnus-treat-body-boundary): Change :version.
13034         (gnus-body-boundary-delimiter, gnus-picon-databases)
13035         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
13036         (gnus-treat-date-english, gnus-treat-fold-headers)
13037         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
13038         (gnus-treat-mail-picon, gnus-treat-wash-html)
13039         (gnus-article-encrypt-protocol)
13040         (gnus-use-idna, gnus-article-over-scroll)
13041         (gnus-mime-display-multipart-alternative-as-mixed)
13042         (gnus-mime-display-multipart-related-as-mixed)
13043         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
13044         (gnus-ctan-url, gnus-button-ctan-handler)
13045         (gnus-button-handle-ctan-bogus-regexp)
13046         (gnus-button-ctan-directory-regexp)
13047         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
13048         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
13049         (gnus-button-man-level, gnus-button-emacs-level)
13050         (gnus-button-message-level, gnus-button-browse-level): Add :version.
13051
13052         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
13053         (gnus-agent-go-online): Change :version.
13054         (gnus-agent-expire-unagentized-dirs)
13055         (gnus-agent-auto-agentize-methods): Add :version.
13056
13057         * flow-fill.el (fill-flowed-display-column)
13058         (fill-flowed-encode-column): Add :version.
13059
13060         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13061         (gnus-outlook-deuglify-unwrap-max)
13062         (gnus-outlook-deuglify-cite-marks)
13063         (gnus-outlook-deuglify-unwrap-stop-chars)
13064         (gnus-outlook-deuglify-no-wrap-chars)
13065         (gnus-outlook-deuglify-attrib-cut-regexp)
13066         (gnus-outlook-deuglify-attrib-verb-regexp)
13067         (gnus-outlook-deuglify-attrib-end-regexp)
13068         (gnus-outlook-display-hook): Add :version.
13069
13070         * binhex.el (binhex-use-external): Add :version.
13071
13072 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
13073
13074         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
13075         and `invisible'.
13076
13077 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13078
13079         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
13080         in gnus-registry-trim.
13081
13082 2004-09-13  Simon Josefsson  <jas@extundo.com>
13083
13084         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
13085
13086         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
13087
13088         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
13089         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13090         <yamaoka@jpl.org>.
13091         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
13092         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13093         <yamaoka@jpl.org>.
13094
13095         * sieve.el (sieve-manage-mode): Ditto.
13096
13097 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
13098
13099         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
13100
13101 2004-09-11  Simon Josefsson  <jas@extundo.com>
13102
13103         * dns-mode.el: Add.
13104
13105         * mm-view.el (mm-display-dns-inline): Add.
13106
13107         * mm-decode.el (mm-inline-media-tests): Add text/dns.
13108         (mm-automatic-display): Ditto.
13109
13110         * mailcap.el (mailcap-mime-data): Add text/dns.
13111         (mailcap-mime-extensions): Map .soa to text/dns.
13112
13113 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
13114
13115         * gnus-art.el (article-decode-mime-words, article-babel)
13116         (gnus-article-highlight-signature, gnus-article-add-buttons)
13117         (gnus-signature-toggle): Remove unnecessary bindings of
13118         `inhibit-read-only' inherited from v5.10 merge.
13119
13120 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
13121
13122         * nntp.el (nntp): New customization group.
13123         (nntp-authinfo-file): Add customization group.
13124
13125         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
13126
13127         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
13128
13129         * gnus.el (to-address, to-list, subscribed)
13130         (large-newsgroup-initial): Ditto.
13131
13132         * flow-fill.el (fill-flowed-display-column)
13133         (fill-flowed-encode-column): Ditto.
13134
13135 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13136
13137         * message.el (message-tokenize-header, message-send-mail-with-qmail):
13138         Use point-min rather than 1.
13139         (message-send-mail): Use buffer-size rather than point-max.
13140
13141         * gnus-sum.el (gnus-summary-search-article-forward):
13142         Signal a specific `search-failed' rather than a generic `error'.
13143
13144         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
13145         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
13146         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
13147
13148 2004-09-10  Simon Josefsson  <jas@extundo.com>
13149
13150         * nndb.el (require): Remove tcp and duplicate cl.
13151
13152 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13153
13154         * gnus-agent.el (directory-files-and-attributes): Move forward.
13155
13156 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13157
13158         * gnus-agent.el (directory-files-and-attributes): Optionally
13159         defined to support XEmacs.
13160
13161 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13162
13163         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
13164         to avoid run-time CL dependencies.
13165         (gnus-agent-unfetch-articles): New function.
13166         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
13167         article numbers even when local .overview file is missing.
13168         (gnus-agent-read-article-number): New function.  Only accepts
13169         27-bit article numbers.
13170         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
13171         gnus-agent-read-article-number.
13172         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
13173         from backend while recognizing that article numbers in .overview
13174         must be valid.
13175         (gnus-agent-update-files-total-fetched-for): Use
13176         directory-files-and-attributes to improve performance.
13177         * gnus-int.el (gnus-request-move-article): Use
13178         gnus-agent-unfetch-articles in place of gnus-agent-expire to
13179         improve performance.
13180
13181         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
13182         some users confused by references to .newsrc when they only have a
13183         .newsrc.eld file.
13184         (gnus-convert-mark-converter-prompt)
13185         (gnus-convert-converter-needs-prompt): Fixed use of property list.
13186         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
13187         New function.  Used internally to only display 'gnus converting
13188         files' message when actually necessary.
13189
13190         * gnus-sum.el (): Removed (require 'gnus-agent) as required
13191         methods now autoloaded.
13192
13193 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13194
13195         * gnus-sum.el (gnus-summary-insert-subject): Remove list
13196         identifiers.
13197
13198 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
13199
13200         * gnus-picon.el: Fix indentation and closing parenthesis.
13201
13202 2004-09-01  Simon Josefsson  <jas@extundo.com>
13203
13204         * message.el (message-canlock-generate): Require sha1, not
13205         sha1-el.  (Can we get rid of this require altogether?  It is ugly
13206         to require within a function.  Sadly, if sha1.el isn't loaded, the
13207         let binding in m-c-g will hide the defcustom definition, which is
13208         bad.)
13209
13210         * canlock.el: Require sha1, not sha1-el.
13211
13212         * message.el: Don't autoload sha1 (there is a autoload cookie in
13213         sha1.el).
13214
13215         * sha1-el.el: Renamed to sha1.el.
13216
13217 2004-08-30  Juanma Barranquero  <lektu@terra.es>
13218
13219         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
13220
13221 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13222
13223         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
13224
13225 2004-08-30  Kim F. Storm  <storm@cua.dk>
13226
13227         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
13228
13229         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
13230         Add :group 'nnimap.
13231
13232 2004-08-30  Andreas Schwab  <schwab@suse.de>
13233
13234         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
13235         ?* and ?\;.
13236
13237         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
13238         and ?\' to symbol instead of whitespace.
13239
13240 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13241
13242         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
13243
13244         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
13245         instead of re-search-forward.
13246
13247         * gnus-uu.el (gnus-uu-save-article): Ditto.
13248         (gnus-uu-post-encode-uuencode): Ditto.
13249
13250         * html2text.el (html2text-clean-list-items): Ditto.
13251         (html2text-clean-dtdd): Ditto.
13252         (html2text-format-tags): Ditto.
13253
13254         * message.el (message-send-mail-with-sendmail): Fix regexp.
13255         (message-fill-field-general): Use search-forward instead of
13256         re-search-forward.
13257         (unbold-region): Ditto.
13258
13259         * nnrss.el (nnrss-request-article): Ditto.
13260
13261         * nnslashdot.el (nnslashdot-request-article): Ditto.
13262
13263         * nnweb.el (nnweb-gmane-wash-article): Ditto.
13264
13265         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
13266         "Unrecognized menu descriptor" error in XEmacs.
13267
13268 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13269
13270         * gnus-sum.el (gnus-read-header): Don't remove a header for the
13271         parent article of a sparse article in the thread hashtb.
13272
13273 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
13274
13275         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
13276         (nnmail-expand-newtext): Lowercase expanded entries if
13277         nnmail-split-lowercase-expanded is non-nil.
13278
13279 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13280
13281         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
13282
13283         * gnus-group.el (gnus-group-line-format-alist): Convert the value
13284         of gnus-tmp-news-method into string under XEmacs.  It will be
13285         passed to gnus-correct-length which takes only a string argument.
13286
13287 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13288
13289         * gnus-util.el (gnus-bind-print-variables): New macro.
13290         (gnus-prin1): Use it.
13291         (gnus-prin1-to-string): Use it.
13292         (gnus-pp): New function.
13293         (gnus-pp-to-string): New function.
13294
13295         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
13296         Replace pp-to-string with gnus-pp-to-string.
13297         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
13298         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
13299         * gnus-msg.el (gnus-debug): Ditto.
13300         * gnus-score.el (gnus-score-save): Ditto.
13301         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
13302         gnus-pp-to-string.
13303         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
13304         with gnus-pp.
13305         * score-mode.el (gnus-score-pretty-print): Ditto.
13306         * webmail.el (webmail-debug): Ditto.
13307
13308 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13309
13310         * gnus-art.el (article-display-face, article-display-x-face):
13311         Use buffer-read-only.
13312
13313 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13314
13315         * gnus-art.el (article-hide-list-identifiers):
13316         Bind inhibit-read-only as t.
13317
13318 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
13319
13320         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
13321
13322 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13323
13324         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
13325         (gnus-narrow-to-page): Don't assume point-min == 1.
13326         (gnus-article-edit-mode): Derive from message-mode.
13327
13328         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
13329         point-min == 1.
13330
13331         * imap.el (imap-parse-address-list, imap-parse-body-ext):
13332         Disable incorrect use of `assert'.
13333
13334         * message.el (message-mode): Set comment-start-skip.
13335
13336
13337 2004-08-22  Sam Steingold  <sds@gnu.org>
13338
13339         * pop3.el (pop3-leave-mail-on-server): New user variable.
13340         (pop3-movemail): Delete mail only when it is nil.
13341
13342 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
13343
13344         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
13345
13346         * mml.el (mml-preview): Use `pop-to-buffer'.
13347
13348         * message.el (message-goto-mail-followup-to): Insert after "To".
13349         (message-carefully-insert-headers): Add comment.
13350
13351         * gnus.el: Remove unused variable `gnus-article-check-size'.
13352
13353         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
13354
13355         * gnus-art.el (gnus-button-alist): Improve
13356         `gnus-button-handle-library' entry.
13357
13358 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
13359
13360         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
13361         downcase, since XEmacs capitalizes error messages differently.
13362
13363 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
13364
13365         * nntp.el: Add (require 'gnus) due to reference to
13366         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
13367
13368 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
13369
13370         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
13371         `mm-fill-flowed'.
13372
13373         * mm-decode.el (mm-dissect-singlepart): Check it.
13374
13375 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
13376
13377         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
13378         'imap' for netrc parsing.
13379
13380 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
13381
13382         * mailcap.el (mailcap-mime-data): Mark as risky.
13383
13384 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13385
13386         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
13387         may be included in the encoded word.
13388         (rfc2047-encode): Don't append a space if the encoded word
13389         includes close parenthesis.
13390
13391 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13392
13393         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
13394         of text within parentheses.
13395
13396 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
13397
13398         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
13399         (gnus-encrypt-write-file-contents): Make the password key the file
13400         name PLUS the cipher, not just the cipher.  Also remove failed
13401         passwords from the cache.
13402
13403 2004-08-06  Simon Josefsson  <jas@extundo.com>
13404
13405         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
13406         fix.
13407
13408 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13409
13410         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
13411         LWSP.
13412
13413 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
13414
13415         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
13416         to append in-reply-to: data to the references: header.
13417
13418         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
13419         (netrc-parse): Use gnus-encrypt.el functions.
13420
13421         * gnus-encrypt.el: Add new file for encryption support; currently
13422         does only a few GPG ciphers and an internal XOR cipher.
13423
13424         * password.el: Add comments on using password-read-and-add.
13425         (password-read-and-add): Add function to read and add the
13426         password to the cache at once.
13427
13428 2004-07-28  Simon Josefsson  <jas@extundo.com>
13429
13430         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
13431         parameter (but don't use it, for now).
13432
13433         * imap.el (imap-ssl-open): Use imap-process-connection-type,
13434         instead of hard coding to nil.
13435
13436 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13437
13438         * mm-view.el (mm-inline-image-emacs): Open lines under an image
13439         as mm-inline-image-xemacs does.
13440
13441 2004-07-26  Simon Josefsson  <jas@extundo.com>
13442
13443         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
13444         Revert part of 2004-07-17 change below.
13445
13446 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13447
13448         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
13449         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13450
13451 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13452
13453         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
13454         quotes that actually start with ">" at the beginning of the
13455         lines.
13456
13457 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13458
13459         * rfc2047.el (rfc2047-encode-region): Fix last change.
13460         (rfc2047-encode-parameter): Remove useless concat.
13461
13462 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13463
13464         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
13465         encode special characters; fix some kind of misconfigured headers;
13466         signal a real error if debug-on-quit or debug-on-error is non-nil.
13467         (rfc2047-encode-max-chars): New variable.
13468         (rfc2047-encode-1): Use it.
13469         (rfc2047-encode-parameter): New function.
13470
13471         * mml.el (mml-insert-parameter): Remove an excessive space.
13472
13473 2004-07-17  Simon Josefsson  <jas@extundo.com>
13474
13475         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
13476         Kai Grossjohann <kai@emptydomain.de>.
13477         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
13478         (gnus-group-make-menu-bar): Ditto.
13479
13480         * gnus-util.el (gnus-group-server): Add.
13481
13482 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
13483
13484         * message.el (message-clone-locals): Clone sendmail and smtp
13485         variables.
13486
13487 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13488
13489         * rfc2047.el (rfc2047-encode-region): Fix last change.
13490
13491 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13492
13493         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
13494         characters as non-special.
13495
13496 2004-07-09  Simon Josefsson  <jas@extundo.com>
13497
13498         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
13499         Users will lose all flag changes made while unplugged with
13500         e.g. nntp unless flag synchronization happens, thus `nil' is not a
13501         good default.  See numerous reports on ding mailing list.
13502
13503 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13504
13505         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
13506         add generate-head-function and generate-article-function to the
13507         rfc822-forward entry.
13508         (nndoc-rfc822-forward-generate-article): New function.
13509         (nndoc-rfc822-forward-generate-head): New function.
13510
13511         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
13512
13513 2004-07-06  Dan Christensen  <jdc@uwo.ca>
13514
13515         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
13516         respect display group parameter and gnus-summary-expunge-below.
13517         (gnus-articles-to-read): Remove unused reference to display group
13518         parameter.
13519
13520 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13521
13522         * nnheader.el (nnheader-uniquify-message-id): New experimental
13523         variable.
13524         (nnheader-nov-read-message-id): Use it.
13525
13526         * spam-report.el (spam-report-gmane): Add interactive.
13527
13528 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13529
13530         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
13531         qp-or-base64 for the application/* types.
13532
13533 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
13534
13535         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
13536
13537 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
13538
13539         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
13540         trim value.
13541
13542 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13543
13544         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
13545         New macro and function.
13546         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
13547
13548 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13549
13550         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
13551         after-load-alist.
13552
13553 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13554
13555         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
13556         update info that isn't there.
13557
13558 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
13559
13560         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
13561         entry.
13562
13563 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13564
13565         * mm-view.el (mm-inline-render-with-function): Use multibyte
13566         buffer; decode html source by charset.
13567
13568         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
13569
13570         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
13571         Mule-UCS is loaded under XEmacs.
13572         (mm-mime-mule-charset-alist): Avoid duplicated entries.
13573
13574 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
13575
13576         * nnheader.el (nnheader-max-head-length): Increase to 8192.
13577
13578 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13579
13580         * mm-util.el (mm-coding-system-p): Return a coding-system.
13581         (mm-mime-mule-charset-alist): Use shift_jis instead of
13582         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
13583         entries for the mime charsets iso-2022-jp-3 and shift_jis.
13584         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
13585         instead of japanese-shift-jis and iso-latin-1 respectively in
13586         order to share the default value with both Emacs and XEmacs-mule.
13587         (mm-mule-charset-to-mime-charset): Make
13588         mm-coding-system-priorities effective.
13589         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
13590         while predicating of candidates upon the priorities.
13591
13592 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
13593
13594         * gnus-sum.el (gnus-summary-make-menu-bar): Add
13595         gnus-uu-invert-processable.
13596
13597         * gnus.el: Autoload gnus-uu-invert-processable.
13598
13599 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13600
13601         * mm-util.el (mm-with-multibyte-buffer): New macro.
13602
13603         * rfc2047.el (rfc2047-encode-string): Use it.
13604         (rfc2047-encode-region): Move point to the end of the region after
13605         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
13606
13607 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13608
13609         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
13610         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
13611
13612 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13613
13614         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
13615         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
13616         Karl Chen <quarl@nospam.quarl.org>.
13617
13618 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
13619
13620         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
13621         invalid addresses.
13622
13623 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
13624
13625         * spam.el: Change section markers, revise TODO list.
13626         (spam-backends): Make new master list of all installed backends.
13627         (spam-summary-exit-behavior): Add new variable to determine how
13628         messages moves are done at summary exit.
13629         (spam-move-spam-nonspam-groups-only)
13630         (spam-process-ham-in-nonham-groups)
13631         (spam-process-ham-in-spam-groups): Remove variables, the
13632         spam-summary-exit-behavior variable should be used to manage this
13633         behavior.
13634         (spam-old-ham-articles, spam-old-spam-articles): Remove.
13635         (spam-old-articles): Add variable, replacing spam-old-ham-articles
13636         and spam-old-spam-articles.
13637         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
13638         Add empty variables, placeholders for the backends they represent.
13639         (spam-set-difference): Move, unchanged.
13640         (spam-list-of-processors): Declare OBSOLETE, not used anymore
13641         unless the user has a processor variable.
13642         (spam-classifications, spam-classification-valid-p)
13643         (spam-backend-properties, spam-backend-property-valid-p)
13644         (spam-backend-function-type-valid-p)
13645         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
13646         (spam-report-articles-gmane, spam-report-articles-resend):
13647         Remove functions, they are not needed.
13648         (spam-install-backend-super, spam-backend-list)
13649         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
13650         (spam-backend-function, spam-backend-ham-registration-function)
13651         (spam-backend-spam-registration-function)
13652         (spam-backend-ham-unregistration-function)
13653         (spam-backend-spam-unregistration-function)
13654         (spam-backend-statistical-p, spam-backend-mover-p)
13655         (spam-install-backend-alias, spam-install-checkonly-backend)
13656         (spam-install-mover-backend, spam-install-nocheck-backend)
13657         (spam-install-backend, spam-install-statistical-backend)
13658         (spam-install-statistical-checkonly-backend): Add backend installation
13659         support.
13660         (spam-summary-prepare-exit): Rewrite to use the new backend code.
13661         (spam-group-processor-p): Use the new backend code and respect the
13662         summary exit behavior.
13663         (spam-mark-spam-as-expired-and-move-routine): Remove.
13664         (spam-summary-prepare): Change to use the new spam-old-articles
13665         variable.
13666         (spam-copy-or-move-routine, spam-copy-spam-routine)
13667         (spam-move-spam-routine, spam-copy-ham-routine)
13668         (spam-move-ham-routine): Add code to copy/move ham or spam.
13669         (spam-fetch-field-fast): Improve doc and code, plus allow the
13670         'number request.
13671         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
13672         variables.
13673         (spam-split, spam-find-spam): Use the new backend code.
13674         (spam-registration-functions): Remove variable.
13675         (spam-unregister-routine): Add convenience wrapper.
13676         (spam-log-undo-registration, spam-register-routine)
13677         (spam-log-processing-to-registry)
13678         (spam-log-unregistration-needed-p): Rename "check" to "backend"
13679         where possible.
13680         (spam-check-gmane-xref, spam-check-regex-headers)
13681         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
13682         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
13683         (spam-check-bogofilter-headers, spam-check-spamoracle)
13684         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
13685         (spam-check-crm114-headers): Use the spam-split-group that
13686         spam-split prepares, no need to determine it every time.
13687
13688         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
13689         to the nnheader-parse-naked-head call.
13690
13691         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
13692
13693         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
13694         the nnheader-nov-read-message-id call.
13695
13696 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13697
13698         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
13699         gnus-activate-group twice.  Suggested by Markus Peter
13700         <warp@spin.de>.
13701
13702 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13703
13704         * gnus-art.el (gnus-article-time-format): Exchange the order of
13705         day and month in the default value; fix customization type.
13706         (article-date-ut): Use add-text-properties.
13707         (article-make-date-line): Use message-make-date instead of
13708         current-time-string.
13709
13710         * message.el (message-fetch-field): Don't use set-text-properties.
13711         (message-make-date): Simplify.
13712
13713         * messagexmas.el (message-xmas-make-date): New function.
13714         (message-xmas-redefine): Defalias message-make-date to it.
13715
13716 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13717
13718         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
13719         (rfc2047-encode-region): Treat text within parentheses as special;
13720         show the original text when error has occurred.
13721
13722         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
13723         already-computed method to gnus-activate-group.
13724
13725         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
13726         same select-methods identical Lisp objects.
13727
13728         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
13729         object when modifying the info.
13730
13731 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13732
13733         * gnus-srvr.el (gnus-server-set-info): Remove the server from
13734         gnus-opened-servers since it has never been opened with the new
13735         configuration yet.
13736
13737 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13738
13739         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
13740         arg to nnheader-generate-fake-message-id.
13741
13742 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
13743
13744         * nnheader.el (nnheader-generate-fake-message-id): Accept a
13745         number and build a fake message ID localized to a group and
13746         article number (so it's repeatable from that point on).
13747         (nnheader-fake-message-id-p): Change regex to accomodate new fake
13748         ID format.
13749
13750         * gnus-sum.el (gnus-get-newsgroup-headers): Call
13751         nnheader-generate-fake-message-id with the article number.
13752
13753 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
13754
13755         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
13756         end-of-buffer.
13757
13758 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13759
13760         * message.el (message-ignored-supersedes-headers): Add Approved.
13761
13762 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13763
13764         * rfc2047.el (rfc2047-encode-message-header): Remove useless
13765         goto-char.
13766         (rfc2047-encode): Fold the line before encoding.
13767
13768 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13769
13770         * rfc2047.el (rfc2047-encode-message-header): Disabled header
13771         folding -- not all headers can be folded, and this should be done
13772         by the message composition mode.  Probably.  I think.
13773
13774 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13775
13776         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
13777         fast.
13778
13779         * gnus-ems.el (gnus-remove-image): Don't use
13780         message-text-with-property; remove only the image found first.
13781
13782         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
13783         found first.
13784
13785 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
13786
13787         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
13788
13789 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13790
13791         * message.el (message-text-with-property): Make it fast and accept
13792         optional arguments.
13793         (message-strip-forbidden-properties): Use it.
13794         (message-fix-before-sending): Follow the m-t-w-p change.
13795
13796         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
13797
13798 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13799
13800         * gnus-art.el (article-hide-headers): Don't change the buffer
13801         mistakenly when performing mml-preview even if
13802         gnus-single-article-buffer is nil.
13803
13804 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
13805
13806         * message.el (message-expand-name-databases): New user option.
13807         (message-expand-name): Use it.
13808
13809 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
13810
13811         * spam.el (spam-report-articles-resend)
13812         (spam-report-resend-register-routine): Allow ham reporting.
13813         (spam-report-resend-register-ham-routine): Add wrapper.
13814         (spam-registration-functions): Add ham resending functions.
13815         (spam-list-of-processors): Add ham resend processor.
13816
13817         * gnus.el (ham-resend-to): Add new group parameter.
13818         (spam-process): Add ham resend option.
13819
13820         * spam-report.el (spam-report-resend): Allow reporting ham.
13821         (spam-report-resend-ham): Add wrapper.
13822
13823 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13824
13825         * message.el (message-cite-articles-with-x-no-archive): New
13826         variable.
13827         (message-cite-original): Use it.
13828
13829 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13830
13831         * message.el (message-cite-original): Respect X-No-Archive.
13832
13833 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13834
13835         * gnus-art.el (article-hide-headers): Refer to the values for
13836         gnus-ignored-headers and gnus-visible-headers in the summary
13837         buffer since a user may have set them as group parameters.
13838
13839 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
13840
13841         * assistant.el (assistant-node-name): Add convenience function.
13842         (assistant-render-text, assistant-render-node): Add error handling,
13843         plus handle multiple next nodes.
13844         (assistant-find-next-node): Comment out for now.
13845         (assistant-find-next-nodes): Add function, returns list of next
13846         nodes.
13847
13848 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
13849
13850         * mail-source.el (mail-source-directory): Fix doc-string.
13851
13852 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
13853
13854         * assistant.el (assistant-render-text, assistant-eval): Add :set
13855         widget type, which is different because it takes and returns a
13856         list.  Much hilarity ensues.
13857
13858 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
13859
13860         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
13861
13862         * gnus-group.el (gnus-group-get-new-news-this-group): Added
13863         doc-string.
13864
13865         * gnus-start.el (gnus-activate-group): Added doc-string.
13866
13867 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13868
13869         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
13870
13871 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
13872
13873         * assistant.el (assistant-render-text): Try to add a :set
13874         widget, more to come.
13875
13876         * spam.el (spam-group-spam-contents-p): Handle empty groupname
13877         strings.
13878         (spam-report-articles-resend)
13879         (spam-register-routine): Do registration iff any articles warrant
13880         it.
13881         (spam-summary-prepare-exit): Change log message for nil group
13882         destinations.
13883
13884 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
13885
13886         * spam.el (spam-report-resend-register-routine): Allow
13887         spam-report-resend-to to be a group parameter or a global value.
13888
13889 2004-05-26  Simon Josefsson  <jas@extundo.com>
13890
13891         * starttls.el: Merge with my GNUTLS based starttls.el.
13892         (starttls-gnutls-program, starttls-use-gnutls)
13893         (starttls-extra-arguments, starttls-process-connection-type)
13894         (starttls-connect, starttls-failure, starttls-success): New
13895         variables.
13896         (starttls-program, starttls-extra-args): Doc fix.
13897         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
13898         functions.
13899         (starttls-negotiate, starttls-open-stream): Check
13900         `starttls-use-gnutls' and pass on to corresponding *-gnutls
13901         function if it is set.
13902
13903 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13904
13905         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
13906         structured fields.
13907
13908 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13909
13910         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
13911
13912 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
13913
13914         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
13915         variable.
13916         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
13917         assigning the spam-mark to new messages.
13918
13919 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
13920
13921         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
13922
13923 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13924
13925         * dgnushack.el: Autoload customize-set-variable for XEmacs.
13926
13927         * rfc2047.el (rfc2047-encodable-p): Don't move point.
13928         (rfc2047-decode): Treat the ascii coding-system as raw-text by
13929         default.
13930
13931 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
13932
13933         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
13934         correct data.
13935
13936 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
13937
13938         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
13939         (spam-group-processor-p): Fix function.
13940         (spam-group-processor-multiple-p)
13941         (spam-group-spam-processor-report-gmane-p)
13942         (spam-group-spam-processor-report-resend-p)
13943         (spam-group-spam-processor-bogofilter-p)
13944         (spam-group-spam-processor-blacklist-p)
13945         (spam-group-spam-processor-ifile-p)
13946         (spam-group-ham-processor-ifile-p)
13947         (spam-group-spam-processor-spamoracle-p)
13948         (spam-group-spam-processor-crm114-p)
13949         (spam-group-ham-processor-bogofilter-p)
13950         (spam-group-spam-processor-stat-p)
13951         (spam-group-ham-processor-stat-p)
13952         (spam-group-ham-processor-whitelist-p)
13953         (spam-group-ham-processor-BBDB-p)
13954         (spam-group-ham-processor-spamoracle-p)
13955         (spam-group-ham-processor-copy-p): Remove functions with some
13956         prejudice against unneeded code.
13957         (spam-report-articles-resend)
13958         (spam-report-resend-register-routine): Allow the group/topic
13959         spam-resend-to value to override spam-report-resend-to.
13960         (spam-summary-prepare-exit): Invoke spam-group-processor-p
13961         properly now.
13962
13963         * gnus.el (spam-resend-to): Add group/topic parameter.
13964         (spam-process): Move the OBSOLETE processors to the end of the
13965         choices.
13966
13967 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
13968
13969         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
13970         with resend-to set to nil, and then ask the user if necessary.
13971         (spam-report-resend): spam-report-resend takes a list of articles, not
13972         separate article numbers.
13973
13974 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13975
13976         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
13977         addition to emacs-w3m.
13978
13979 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13980
13981         * assistant.el (assistant-authinfo-data): New function.
13982         (assistant-eval): Eval for entire assistant.
13983
13984         * netrc.el (netrc-services-file): New variable.
13985         (netrc-parse-services): New function.
13986         (netrc-find-service-name): New function.
13987         (netrc-find-service-number): New function.
13988         (netrc-port-equal): New function.
13989         (netrc-machine): Use it.
13990
13991         * nnimap.el (nnimap-open-connection): Use netrc.
13992
13993         * gnus-util.el (gnus-netrc-get): Remove aliases.
13994
13995         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
13996
13997         * assistant.el (wid-edit): Fix compilation.
13998
13999         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
14000
14001 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
14002
14003         * gnus-util.el (gnus-set-file-modes): New function.  (small
14004         patch).
14005
14006 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14007
14008         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
14009
14010         * assistant.el (assistant-render-node): Fix up rendering and
14011         read-only text.
14012         (assistant-render-node): Reset.
14013         (assistant-make-read-only): Not sticky.
14014
14015 2004-05-20  Danny Siu  <dsiu@adobe.com>
14016
14017         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
14018         centered even when gnus-auto-center-summary is t.
14019
14020 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14021
14022         * dns.el (dns-get-txt-answer): New function.
14023         (dns-read-txt): Ditto.
14024         (query-dns): Use it.
14025
14026 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14027
14028         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
14029         active for foreign groups even if the group level is higher than
14030         the specified value.
14031
14032 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14033
14034         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
14035         non-active groups.
14036
14037         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
14038
14039 2004-05-20  Magnus Henoch  <mange@freemail.hu>
14040
14041         * dns.el (dns-read-type): Add support for SVR.  (small patch)
14042
14043 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14044
14045         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
14046         (spam-crm114-header, spam-crm114-spam-switch)
14047         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
14048         (spam-crm114-positive-spam-header)
14049         (spam-crm114-database-directory, spam-list-of-processors)
14050         (spam-group-spam-processor-crm114-p)
14051         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
14052         (spam-generic-score, spam-list-of-checks)
14053         (spam-list-of-statistical-checks, spam-registration-functions)
14054         (spam-check-crm114-headers, spam-crm114-score)
14055         (spam-check-crm114, spam-crm114-register-with-crm114)
14056         (spam-crm114-register-spam-routine)
14057         (spam-crm114-unregister-spam-routine)
14058         (spam-crm114-register-ham-routine)
14059         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
14060         asjo@koldfront.dk (Adam Sjøgren).
14061
14062         * gnus.el: Add spam-use-crm114.
14063
14064         * spam.el (spam-list-of-processors, spam-registration-functions):
14065         Add spam-use-resend.
14066         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
14067         (spam-report-articles-gmane): Add doc fix.
14068         (spam-report-articles-resend, spam-report-resend-register-routine):
14069         Add wrappers around spam-report-resend-to.
14070
14071         * spam-report.el (spam-report-resend-to, spam-report-resend):
14072         Add support for resending spam.
14073         (spam-report-gmane): Fix line length >80.
14074
14075         * gnus.el (spam-process): Add spam-use-resend.
14076
14077 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14078
14079         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
14080         number of processed spam messages.
14081         (spam-ham-copy-or-move-routine): Return the number of processed
14082         ham messages.
14083         (spam-summary-prepare-exit): Use the above values to decide
14084         whether status messages shouled be displayed.
14085
14086 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14087
14088         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
14089         `rfc2047-encoding-function-alist' in order to avoid conflicting
14090         with the old version.
14091         (rfc2047-encode-region): Concatenate words containing non-ASCII
14092         characters in structured fields; don't encode space-delimited
14093         ASCII words even in unstructured fields; don't break words at
14094         char-category boundaries.
14095         (rfc2047-encode-1): New function.
14096         (rfc2047-encode): Use it; encode text so that it occupies the
14097         maximum width within 76-column; work correctly on Q encoding for
14098         iso-2022-* charsets.
14099         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
14100         sure not to break a line just after the header name.
14101         (rfc2047-b-encode-region): Removed.
14102         (rfc2047-b-encode-string): New function.
14103         (rfc2047-q-encode-region): Removed.
14104         (rfc2047-q-encode-string): New function.
14105
14106         * mm-util.el (mm-replace-in-string): New function.
14107
14108 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14109
14110         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
14111         get it right.
14112         (gnus-inews-make-draft): Really.
14113
14114 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
14115
14116         * nnmh.el (nnmh-request-list-1): Don't check the link count
14117         before descending.  (small patch)
14118
14119 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14120
14121         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
14122         stuff.
14123
14124         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
14125         on real group name.
14126
14127         * gnus-art.el (gnus-signature-limit): Doc fix.
14128
14129         * gnus-msg.el (gnus-inews-make-draft): Quote list.
14130
14131         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
14132
14133 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
14134
14135         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
14136         isn't a string.
14137
14138 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14139
14140         * gnus-draft.el (gnus-draft-send): Bind
14141         rfc2047-encode-encoded-words.
14142
14143         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
14144         (rfc2047-encodable-p): Say that =? needs encoding.
14145         (rfc2047-encode-encoded-words): New variable.
14146
14147         * gnus-group.el (gnus-group-select-group): Doc fix.
14148
14149         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
14150
14151         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
14152         to nil.
14153
14154         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
14155
14156         * nnheader.el (nnheader-get-lines-and-char): New function.
14157
14158 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
14159
14160         * gnus-msg.el (gnus-summary-followup-with-original): Document
14161         yanking of region when active.
14162
14163 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14164
14165         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
14166         groups if the group level is higher than the specified value.
14167
14168 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14169
14170         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
14171         (gnus-group-jump-to-group): Added prefix argument using
14172         `gnus-group-jump-to-group-prompt'.  Query before jumping to
14173         non-active group.
14174
14175         * compface.el (uncompface): Be verbose when changing
14176         `uncompface-use-external'.
14177
14178         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
14179         handle manual section.
14180
14181 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14182
14183         * gnus-art.el (gnus-button-alist): Revert previous change.
14184
14185 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14186
14187         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
14188
14189 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14190
14191         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
14192         whether backend can accept message.
14193
14194         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
14195
14196 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
14197
14198         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
14199         Avoid creating directory when nntp-marks-is-evil is true.
14200         Reported by Reiner Steib.
14201
14202 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14203
14204         * gnus-picon.el (gnus-picon-style): New variable.
14205         (gnus-picon-insert-glyph): Added optional `nostring' argument.
14206         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
14207         Jesper Harder <harder@ifa.au.dk>.
14208
14209 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14210
14211         * message.el (message-fill-field): Return point.
14212         (message-generate-headers): Go to end of field.
14213
14214         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
14215         stuff for non-living groups.
14216
14217 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
14218
14219         * gnus-art.el (gnus-article-followup-with-original)
14220         (gnus-article-reply-with-original): gnus-mark-active-p ->
14221         gnus-region-active-p.
14222
14223 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
14224
14225         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
14226         only when there is spam or ham to be processed.
14227
14228 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14229
14230         * mail-source.el (mail-source-delete-crash-box): Refactor.
14231         (mail-source-fetch): Use it.
14232         (mail-source-fetch-file): Ditto.
14233         (mail-source-fetch-directory): Run postscript in loop.
14234         (mail-source-fetch-pop): Delete.
14235         (mail-source-fetch-maildir): Ditto.
14236         (mail-source-fetch-imap): Ditto.
14237
14238         * imap.el (imap-authenticators): Comment out sasl.
14239
14240         * message.el (message-skip-to-next-address): New function.
14241         (message-fill-header-address): Refactor.
14242         (message-fill-address): Use it.
14243         (message-delete-address): Use it.
14244         (message-fill-header-general): Refactor.
14245         (message-fill-field-address): Rename.
14246         (message-narrow-to-field): Find the start of the header.
14247         (message-header-format-alist): Don't pre-fill.
14248         (message-fill-header): Removed.
14249         (message-insert-header): New function.
14250         (message-shorten-references): Use it.
14251
14252         * rfc2047.el (rfc2047-field-value): Strip props.
14253
14254         * mail-parse.el (mail-header-make-address): New alias.
14255
14256         * ietf-drums.el (ietf-drums-make-address): New function.
14257
14258         * imap.el: Add compiler directives.
14259
14260         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
14261
14262         * gnus-art.el (article-decode-idna-rhs): Don't use
14263         message-idna-inside-rhs-p.
14264
14265 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14266
14267         * message.el (message-idna-inside-rhs-p): Removed.
14268         (message-idna-to-ascii-rhs-1): Use proper address parsing.
14269
14270         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
14271         false positives.
14272
14273 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
14274
14275         * imap.el (imap-sasl-make-mechanisms): Use sasl.
14276
14277 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14278
14279         * nneething.el (nneething-file-name): Don't create spurious
14280         files.
14281
14282         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
14283         (gnus-inews-do-gcc): Remove sleep.
14284
14285         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
14286         part under point.
14287
14288         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
14289         (gnus-agent-regenerate-group): Using nil messages aren't valid.
14290
14291 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
14292
14293         * spam.el (spam-summary-prepare-exit): Fixed (length).
14294
14295 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14296
14297         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
14298         as expired without moving it" message when there are spam
14299         messages left.
14300
14301 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
14302
14303         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
14304         header is not nil.
14305
14306 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
14307
14308         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
14309         nntp-possibly-create-directory, not nntp-possibly-change-group.
14310         (nntp-marks-changed-p): New arg SERVER.
14311         (nntp-request-update-info): Adjust caller.
14312
14313 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
14314
14315         * nntp.el (nntp-save-marks): Pass missing arg.
14316
14317 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
14318
14319         * nntp.el: Support marks.
14320         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
14321         (nntp-marks-modtime, nntp-marks-directory): New variables.
14322         (nntp-request-set-mark, nntp-request-update-info)
14323         (nntp-possibly-create-directory, nntp-marks-changed-p)
14324         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
14325         functions.
14326
14327 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
14328
14329         * gnus-xmas.el (gnus-xmas-select-lowest-window)
14330         (gnus-xmas-redefine): Rename.
14331
14332         * gnus-score.el (gnus-score-insert-help): Use
14333         gnus-select-lowest-window.
14334
14335         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
14336         appt-select-lowest-window and rename to gnus-select-lowest-window.
14337
14338         * gnus.el: do.
14339
14340 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14341
14342         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
14343         encodings of MIME-encoded words, in order to improve
14344         interoperability with several broken MUAs.
14345
14346 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14347
14348         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
14349         tags, only when charsets are not specified in headers.
14350         (mm-inline-text-html-render-with-w3m): Ditto.
14351
14352         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
14353         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
14354
14355 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14356
14357         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
14358         instead of MIME-decoded from fields when checking
14359         `gnus-article-address-banner-alist'.
14360
14361 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
14362
14363         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
14364         description rather than subject.
14365
14366 2004-05-02  Steve Youngs  <steve@youngs.au.com>
14367
14368         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
14369
14370 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14371
14372         * gnus.el (gnus-version-number): Bump.
14373
14374 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14375
14376         * gnus.el: No Gnus v0.2 is released.
14377
14378 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14379
14380         * gnus-agent.el (gnus-agent-read-agentview): Inline
14381         gnus-uncompress-range.
14382
14383 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14384
14385         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
14386         `exec-installed-p'.
14387
14388 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14389
14390         * gnus.el (spam-process, spam-autodetect-methods): Add
14391         bsfilter and bsfilter-headers.
14392
14393         * spam.el (spam-bsfilter): New customize group.
14394         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
14395         (spam-bsfilter-header, spam-bsfilter-probability-header)
14396         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
14397         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
14398         (spam-bsfilter-database-directory): New options.
14399         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
14400         (spam-list-of-statistical-checks, spam-registration-functions):
14401         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
14402         (spam-bsfilter-score): New command.
14403         (spam-check-bsfilter-headers, spam-check-bsfilter)
14404         (spam-bsfilter-register-with-bsfilter)
14405         (spam-bsfilter-register-spam-routine)
14406         (spam-bsfilter-unregister-spam-routine)
14407         (spam-bsfilter-register-ham-routine)
14408         (spam-bsfilter-unregister-ham-routine): New functions.
14409         (spam-generic-score): Support bsfilter; Accept an optional argument
14410         to recalcurate spam score even if scoring header has already been
14411         added.
14412         (spam-bogofilter-score, spam-spamassassin-score): Accept an
14413         optional argument to recalcurate spam score even if scoring header
14414         has already been added.
14415
14416 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
14417
14418         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
14419         strings!  Reported by David D. Smith <davidsmith@acm.org>.
14420         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
14421         link is missing.
14422
14423 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
14424
14425         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
14426         (html2text-get-attr): Rewrite.
14427
14428         * message.el (message-setup-1): Remove redundant put-text-property
14429         on mail-header-separator.
14430
14431 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
14432
14433         * gnus-registry.el (gnus-registry-cache-whitespace)
14434         (gnus-registry-action, gnus-registry-spool-action)
14435         (gnus-registry-split-fancy-with-parent): Change message levels
14436         from 5 to 3 or 7, as needed.
14437
14438         * spam.el (spam-summary-prepare-exit)
14439         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
14440         (spam-split, spam-find-spam, spam-log-undo-registration)
14441         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
14442         level from 5 to 6.
14443
14444 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14445
14446         * gnus-ems.el: Autoload appt-select-lowest-window (revert
14447         2004-03-04 change).
14448
14449 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
14450
14451         * sieve-manage.el (sieve-manage-open):
14452         * nnweb.el (nnweb-insert-html):
14453         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
14454         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
14455         * nnspool.el (nnspool-request-group):
14456         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
14457         * nnml.el (nnml-request-update-info):
14458         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
14459         (nnmh-request-create-group, nnmh-update-gnus-unreads):
14460         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
14461         (nnimap-request-set-mark):
14462         * nnfolder.el (nnfolder-request-update-info):
14463         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
14464         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
14465         * gnus-uu.el (gnus-uu-find-articles-matching):
14466         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
14467         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
14468         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
14469         * gnus-nocem.el (gnus-nocem-scan-groups):
14470         * gnus-int.el (gnus-start-news-server):
14471         * gnus-group.el (gnus-group-make-kiboze-group)
14472         (gnus-group-browse-foreign-server):
14473         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
14474         Use mapc when appropriate.
14475
14476 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
14477
14478         FIXME: Make separate entries for each person.
14479
14480         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
14481         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
14482         <shields@msrl.com>:
14483
14484         * spam.el (spam-necessary-extra-headers): Get the extra headers we
14485         may need for spam sorting and scoring.
14486         (spam-user-format-function-S): Add user format function suitable for
14487         general use.
14488         (spam-article-sort-by-spam-status): Add sorting function for summary
14489         sorting.
14490         (spam-extra-header-to-number): Add function to get a score from a
14491         header.
14492         (spam-summary-score): Add function to get a numeric score from the
14493         headers.
14494         (spam-generic-score): Fix function doc, was in wrong place.
14495         (spam-initialize): Take symbols when it's run, and install the
14496         extra headers that spam-necessary-extra-headers thinks we need.
14497
14498 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
14499
14500         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
14501         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
14502
14503 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
14504
14505         * gnus-sum.el (gnus-set-global-variables)
14506         (gnus-build-all-threads, gnus-get-newsgroup-headers)
14507         (gnus-article-get-xrefs, gnus-summary-best-group)
14508         (gnus-summary-next-article, gnus-summary-enter-digest-group)
14509         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
14510         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
14511         Use with-current-buffer.
14512
14513 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
14514
14515         * spam.el (spam-summary-prepare-exit): Simplify logic.
14516         (spam-fetch-article-header): Read the article header if it's not
14517         available.
14518         (spam-list-articles): Simplify logic.
14519         (spam-filelist-register-routine): Fix bug with unregister-list.
14520
14521         * gnus-registry.el: Fix comments at beginning.
14522
14523 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
14524
14525         * message.el (message-cater-to-broken-inn): Remove.
14526         (message-shorten-references): Make sure the total folded length of
14527         References is shorter than 998 characters to cater to a bug in INN
14528         2.3.  Also, don't pretend that references aren't folded -- this
14529         hasn't worked for a while.
14530
14531 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14532
14533         * gnus-agent.el (gnus-agentize):
14534         gnus-agent-send-mail-real-function no longer set to current value
14535         of message-send-mail-function but rather a lambda that calls
14536         message-send-mail-function.  The change makes the agent real-time
14537         responsive to user changes to message-send-mail-function.
14538
14539 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14540
14541         * legacy-gnus-agent.el
14542         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
14543         help from Florian Weimer <fw@deneb.enyo.de>
14544
14545 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14546
14547         * nnmail.el (nnmail-cache-insert): Revert last change.
14548
14549 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14550
14551         * nnmail.el (nnmail-cache-insert): Always check whether
14552         nnmail-cache-ignore-groups matches a group name.
14553
14554 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
14555
14556         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
14557         (spam-find-spam, spam-log-processing-to-registry)
14558         (spam-log-registered-p, spam-log-unregistration-needed-p)
14559         (spam-log-undo-registration): Use gnus-message instead of
14560         gnus-error, none of these errors are fatal.
14561
14562         * gnus-registry.el (gnus-registry-clean-empty-function)
14563         (gnus-registry-clean-empty): Remove only empty entries without
14564         extra data.
14565
14566 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
14567
14568         * spam-stat.el (spam-stat-buffer-change-to-spam)
14569         (spam-stat-buffer-change-to-non-spam): Change (error) to
14570         (gnus-message 8) invocation.
14571
14572 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14573
14574         * nntp.el (nntp-via-netcat-command): New variable.
14575         (nntp-via-netcat-switches): New variable.
14576         (nntp-open-via-rlogin-and-netcat): New function.
14577         (nntp-open-connection-function): Doc fix.
14578         (nntp-telnet-command): Doc fix.
14579         (nntp-end-of-line): Doc fix.
14580         (nntp-via-rlogin-command): Doc fix.
14581         (nntp-via-user-name): Doc fix.
14582         (nntp-via-address): Doc fix.
14583
14584 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14585
14586         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
14587         error in Emacs 21.1.
14588
14589 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
14590
14591         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
14592
14593 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14594
14595         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
14596         (gnus-agent-with-refreshed-group): New macro.
14597         (gnus-agent-rename-group): New function.
14598         (gnus-agent-delete-group): New function.
14599         (gnus-agent-save-group-info): Use gnus-command-method when
14600         `method' parameter is nil.  Don't write nil entries into the
14601         active file.
14602         (gnus-agent-get-group-info): New function.
14603         (gnus-agent-fetch-articles): Use
14604         gnus-agent-update-files-total-fetched-for to increment disk space
14605         used.
14606         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
14607         gnus-agent-update-view-total-fetched-for to increment disk space
14608         used.
14609         (gnus-agent-get-local): Added optional parameters to avoid calling
14610         gnus-group-real-name and gnus-find-method-for-group.
14611         (gnus-agent-set-local): Delete stored entry if either min, or max,
14612         are nil.
14613         (gnus-agent-fetch-session): Reworded error/quit messages.  On
14614         quit, use gnus-agent-regenerate-group to record existance of any
14615         articles fetched to disk before the quit occurred.
14616         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
14617         gnus-agent-update-view-total-fetched-for, and
14618         gnus-agent-update-files-total-fetched-for to decrement disk space
14619         used.
14620         (gnus-agent-retrieve-headers): Use
14621         gnus-agent-update-view-total-fetched-for to increment disk space
14622         used.
14623         (gnus-agent-regenerate-group): Replace gnus-group-update-group
14624         with gnus-agent-update-files-total-fetched-for to decrement disk
14625         space and fresh group buffer.
14626         (gnus-agent-inhibit-update-total-fetched-for): New variable.
14627         (gnus-agent-need-update-total-fetched-for): New variable.
14628         (gnus-agent-update-files-total-fetched-for): New function.
14629         (gnus-agent-update-view-total-fetched-for): New function.
14630         (gnus-agent-total-fetched-for): New function.
14631
14632         * gnus-cache.el (gnus-cache-save-buffers): Use
14633         gnus-cache-update-overview-total-fetched-for to change disk space
14634         used by this group.
14635         (gnus-cache-possibly-enter-article): Use
14636         gnus-cache-update-file-total-fetched-for to increment disk space
14637         used by this group.
14638         (gnus-cache-possibly-remove-article): Use
14639         gnus-cache-update-file-total-fetched-for to decrement disk space
14640         used by this group.
14641         (gnus-cache-generate-nov-databases): Purge total fetched cache.
14642         (gnus-cache-rename-group): New function.
14643         (gnus-cache-delete-group): New function.
14644         (gnus-cache-inhibit-update-total-fetched-for): New variable.
14645         (gnus-cache-need-update-total-fetched-for): New variable.
14646         (gnus-cache-with-refreshed-group): New macro.
14647         (gnus-cache-update-file-total-fetched-for): New function.
14648         (gnus-cache-update-overview-total-fetched-for): New function.
14649         (gnus-cache-rename-group-total-fetched-for): New function.
14650         (gnus-cache-delete-group-total-fetched-for): New function.
14651         (gnus-cache-total-fetched-for): New function.
14652
14653         * gnus-group.el: Require gnus-sum and autoload functions to
14654         resolve warnings when gnus-group.el compiled alone.
14655         (gnus-group-line-format): Documented new %F.
14656         (size of Fetched data) group line format; identifies disk space
14657         used by agent and cache.
14658         (gnus-group-line-format-alist): Defined new F format.
14659         (gnus-total-fetched-for): New function.
14660         (gnus-group-delete-group): No longer update
14661         gnus-cache-active-altered as gnus-request-delete-group now keeps
14662         the cache in sync.
14663         (gnus-group-list-active): Let the agent store a server's active
14664         list if currently plugged.
14665
14666         * gnus-int.el (gnus-request-delete-group):
14667         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
14668         local disk in sync with the server.
14669         (gnus-request-rename-group):
14670         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
14671         local disk in sync with the server.
14672
14673         * gnus-start.el (gnus-get-unread-articles):
14674         Cosmetic simplification to logic.
14675
14676         * gnus-util.el (gnus-rename-file): New function.
14677
14678 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
14679
14680         * mm-util.el (mm-image-load-path): Handle nil in load-path.
14681
14682 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
14683
14684         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
14685         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
14686
14687 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
14688
14689         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
14690         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
14691
14692 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
14693
14694         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
14695
14696 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
14697
14698         * spam.el (spam-set-difference): Add function to replace
14699         gnus-set-difference in spam.el.
14700         (spam-summary-prepare-exit): Use spam-set-difference.
14701
14702 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
14703
14704         * gnus-registry.el (gnus-registry-cache-file): Update to use
14705         gnus-dribble-directory OR gnus-home-directory OR ~.
14706         (gnus-registry-split-fancy-with-parent): Fix doc.
14707
14708 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14709
14710         * message.el (message-exchange-point-and-mark): Use
14711         message-mark-active-p.  Suggested by Jesper Harder
14712         <harder@ifa.au.dk>.
14713
14714 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14715
14716         * message.el (message-exchange-point-and-mark): Don't activate
14717         region if it was inactive.  Suggested by Hiroshi Fujishima
14718         <pooh@nature.tsukuba.ac.jp>.
14719
14720 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14721
14722         * gnus-art.el (article-display-face): Display Faces in the same
14723         order as X-Faces.
14724
14725 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14726
14727         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
14728
14729 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14730
14731         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
14732         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
14733         (gnus-article-mime-hierarchy): Remove.
14734         (gnus-article-mime-hierarchy-next): Remove.
14735         (gnus-article-mode): Revert 2004-03-19 change.
14736         (gnus-article-setup-buffer): Revert 2004-03-19 change.
14737         (gnus-insert-mime-button): Revert 2004-03-19 change.
14738         (gnus-mime-accumulate-hierarchy): Remove.
14739         (gnus-mime-enter-multipart): Remove.
14740         (gnus-mime-leave-multipart): Remove.
14741         (gnus-mime-display-part): Revert 2004-03-19 change.
14742         (gnus-mime-display-alternative): Revert 2004-03-19 change.
14743
14744         * mml.el (mml-preview): Revert 2004-03-19 change.
14745
14746 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
14747
14748         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
14749
14750 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14751
14752         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
14753         t while entering a file name using the mm-with-multibyte macro.
14754         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14755
14756         * mm-util.el (mm-with-multibyte): New macro.
14757
14758 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14759
14760         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
14761         user option.
14762         (gnus-mime-multipart-functions): Doc and customization fix.
14763         (gnus-article-mime-hierarchy): New variable.
14764         (gnus-article-mime-hierarchy-next): New variable.
14765         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
14766         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
14767         gnus-article-mime-hierarchy-next to nil.
14768         (gnus-insert-mime-button): Show hierarchy numbers.
14769         (gnus-mime-accumulate-hierarchy): New function.
14770         (gnus-mime-enter-multipart): New function.
14771         (gnus-mime-leave-multipart): New function.
14772         (gnus-mime-display-part): Recompute hierarchical MIME structure.
14773         (gnus-mime-display-alternative): Show hierarchy numbers.
14774
14775         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
14776         gnus-article-mime-hierarchy-next to nil.
14777
14778 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
14779
14780         * dns.el: Don't require gnus-xmas.
14781
14782 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
14783
14784         * mml.el (mml-generate-mime-1): Don't use format=flowed with
14785         inline PGP.
14786         (mml-menu): Disable mml-quote-region if mark is inactive.
14787
14788 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14789
14790         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
14791         when the group's active is not available.
14792
14793 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14794
14795         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
14796         error.
14797
14798 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
14799
14800         * imap.el (imap-store-password): New variable.
14801         (imap-interactive-login): Use it.
14802         Suggested by Mark Plaksin <happy@mcplaksin.org>.
14803
14804 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14805
14806         * gnus-art.el (gnus-article-read-summary-keys): Restore new
14807         window-start and hscroll to summary window.
14808
14809 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14810
14811         * gnus-start.el (gnus-convert-old-newsrc): Only write the
14812         conversion message to newsrc-dribble when an actual conversion is
14813         performed.
14814
14815 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
14816
14817         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
14818
14819 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14820
14821         * mm-decode.el (mm-complicated-handles): New function reviving
14822         former definition of mm-multiple-handles.
14823
14824         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14825         (gnus-mime-delete-part): Use it.
14826
14827 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14828
14829         * gnus-agent.el (gnus-agent-read-local): Bind
14830         nnheader-file-coding-system to gnus-agent-file-coding-system to
14831         avoid the implicit assumption that they will always be equal.
14832         (gnus-agent-save-local): Bind buffer-file-coding-system, not
14833         coding-system-for-write, as the with-temp-file macro first prints
14834         to a buffer then saves the buffer.
14835
14836 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14837
14838         * gnus-art.el (gnus-article-edit-part): New function.
14839         (gnus-mime-save-part-and-strip): Use it; do query instead of
14840         signaling an error; don't use mm-multiple-handles.
14841         (gnus-mime-delete-part): Ditto.
14842
14843 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14844
14845         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
14846         old file versions.
14847         (gnus-group-prepare-hook): Removed function that converted list
14848         form of gnus-agent-expire-days to group properties.
14849
14850         * gnus-int.el: Autoload gnus-agent-regenerate-group.
14851         (gnus-request-accept-article): Re-indented.
14852
14853         * gnus-start.el (gnus-convert-old-newsrc): Registered new
14854         converters to handle old agent file formats.  Added logic for a
14855         "backup before upgrading warning".
14856         (gnus-convert-mark-converter-prompt): Developers can mark
14857         functions as needing (default), or not needing,
14858         gnus-convert-old-newsrc's "backup before upgrading warning".
14859         (gnus-convert-converter-needs-prompt): Tests whether the user
14860         should be protected from potentially irreversable changes by the
14861         function.
14862
14863         * legacy-gnus-agent.el: New.  Provides converters that are only
14864         loaded when gnus-convert-old-newsrc needs to call them.
14865
14866 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14867
14868         * mail-source.el (mail-source-touch-pop): Doc fix.
14869
14870         * message.el (message-smtpmail-send-it): Doc fix.
14871
14872 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
14873
14874         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
14875
14876         * nnmail.el (nnmail-split-fancy): do.
14877
14878         * gnus-kill.el (gnus-kill, gnus-execute): do.
14879
14880 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
14881
14882         * gnus-sum.el (gnus-widget-reversible-match)
14883         (gnus-widget-reversible-to-internal)
14884         (gnus-widget-reversible-to-external): New functions.
14885         (gnus-widget-reversible): New widget.
14886         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
14887
14888 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
14889
14890         * gnus-sum.el (gnus-thread-sort-functions)
14891         (gnus-article-sort-functions): Document `(not F)' items.
14892
14893 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14894
14895         * spam.el (spam-use-gmane-xref): Add new backend.
14896         (spam-gmane-xref-spam-group): Add variable to control the name of the
14897         Gmane spam group.
14898         (spam-blackhole-servers, spam-blackhole-good-server-regex)
14899         (spam-regex-headers-spam, spam-regex-headers-ham)
14900         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
14901         (spam-list-of-checks): Add spam-use-gmane-xref to list of
14902         backends and checks.
14903         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
14904
14905         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
14906         an autodetect method.
14907
14908 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14909
14910         * gnus-int.el (gnus-request-accept-article): Inform the agent that
14911         articles are being added to a group.
14912         (gnus-request-replace-article): Inform the agent that articles
14913         need to be uncached as the cached contents are no longer valid.
14914
14915 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14916
14917         * binhex.el: Don't autoload executable-find.
14918
14919         * canlock.el: Don't autoload mail-fetch-field.
14920
14921         * dgnushack.el: Autoload c-mode for XEmacs.
14922
14923         * gnus-ems.el: Don't autoload appt-select-lowest-window.
14924
14925         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
14926         rmail-dont-reply-to and rmail-output.
14927
14928         * gnus-score.el: Don't autoload ffap-string-at-point.
14929
14930         * gnus-setup.el: Don't autoload sc-cite-original.
14931
14932         * imap.el: Don't autoload base64-decode-string,
14933         base64-encode-string and md5.
14934
14935         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
14936         and rmail-msg-restore-non-pruned-header.
14937
14938         * mm-decode.el: Don't autoload executable-find.
14939
14940         * mm-url.el: Don't autoload executable-find.
14941
14942         * mm-view.el: Don't autoload diff-mode.
14943
14944         * nndb.el: Don't autoload news-reply-mode, news-setup,
14945         cancel-timer and telnet.
14946
14947         * password.el: Don't autoload run-at-time for Emacs.
14948
14949         * sha1-el.el: Don't autoload executable-find.
14950
14951         * sieve-mode.el: Don't autoload c-mode.
14952
14953         * uudecode.el: Don't autoload executable-find.
14954
14955 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14956
14957         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
14958         (gnus-agent-possibly-alter-active): Avoid null in numeric
14959         comparison.
14960         (gnus-agent-set-local): Refuse to save null in local object table.
14961         (gnus-agent-regenerate-group): The REREAD parameter can now be a
14962         list of articles that will be marked as unread.
14963
14964 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14965
14966         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
14967
14968 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
14969
14970         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
14971         language tags.
14972
14973 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
14974
14975         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
14976         Don't bind "obarray".
14977
14978         * gnus-sum.el (gnus-thread-sort-functions): Added
14979         `gnus-thread-sort-by-most-recent-number' and
14980         `gnus-thread-sort-by-most-recent-date'.
14981         Reported by Kai Grossjohann <kai@emptydomain.de>.
14982
14983 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14984
14985         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
14986
14987 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14988
14989         * gnus-cus.el (gnus-agent-customize-category): Removed
14990         ignore-errors macro reference that required cl to be loaded at
14991         run-time.
14992
14993         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
14994         single-interval range of the form (min . max).  Previously the
14995         range had to look like ((min . max)).  Likewise, return
14996         (min . max) rather than ((min . max)).
14997         (gnus-range-map): Use gnus-range-normalize to accept
14998         single-interval range.
14999
15000         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
15001         the cache, but not the agent, now appear with their usual face.
15002
15003         * dgnushack.el (loaddir): New variable that is bound to the
15004         directory containing the dgnushack.el file. Use loaddir, rather
15005         than srcdir, to update load-path. Change lets dgnushack compile
15006         code in directories other than GNUS/lisp.
15007
15008 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15009
15010         * lpath.el: Don't bind w3m-safe-url-regexp.
15011
15012         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
15013         w3m-safe-url-regexp variable buffer-local.
15014
15015         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15016
15017 2004-02-27  Simon Josefsson  <jas@extundo.com>
15018
15019         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
15020         gnus-group-real-prefix.
15021         (gnus-summary-move-article): Use it, instead of
15022         gnus-group-real-prefix.
15023
15024 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15025
15026         * lpath.el: Bind w3m-safe-url-regexp.
15027
15028         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
15029         w3m-safe-url-regexp variable buffer-local and set it as the value
15030         of mm-w3m-safe-url-regexp.
15031
15032         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15033
15034         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
15035         parsing gnus-posting-styles when the message is not for replying.
15036
15037         * dgnushack.el: Autoload sgml-mode for XEmacs.
15038
15039         * nnrss.el (nnrss-opml-export): Use
15040         mm-set-buffer-file-coding-system instead of
15041         set-buffer-file-coding-system.
15042
15043 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
15044
15045         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
15046         of checkdoc.el).
15047         * nnrss.el: do.
15048         * gnus-mlspl.el: do.
15049         * gnus-ml.el: do.
15050         * gnus-srvr.el: do.
15051
15052         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
15053
15054 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
15055
15056         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
15057         Corrections to custom-manual links.
15058
15059         * gnus-art.el (gnus-article): Ditto.
15060
15061         * mm-decode.el (mime-display, mime-security): Ditto.
15062
15063 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15064
15065         * flow-fill.el: Typo.
15066
15067 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
15068
15069         * spam-wash.el: New file.
15070
15071 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
15072
15073         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
15074
15075 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15076
15077         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
15078         to be run with new-articles as LIST1, not LIST2.
15079         (spam-registration-functions): Add spam-use-ham-copy as a nil
15080         registration backend.
15081
15082 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15083
15084         * spam-stat.el (spam-stat-washing-hook): New option.
15085         (spam-stat-buffer-words): Use it.
15086         (spam-stat-process-directory, spam-stat-test-directory): Use
15087         insert-file-contents-literally.
15088         (spam-stat-coding-system): New variable.
15089         (spam-stat-load, spam-stat-save): Use it.
15090
15091 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15092
15093         * spam-report.el (spam-report-plug-agent): Quote
15094         spam-report-url-to-file and spam-report-url-ping-plain.
15095
15096 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
15097
15098         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
15099         / in mailto URLs.
15100
15101 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15102
15103         * spam-report.el (spam-report-process-queue): Fix interactive use.
15104         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
15105         (spam-report-unplug-agent): Doc fixes.
15106         (spam-report-url-ping-mm-url, spam-report-url-to-file)
15107         (spam-report-agentize, spam-report-deagentize): Autoload.
15108
15109 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15110
15111         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
15112
15113         * message.el (message-setup-fill-variables): Add mml tags to
15114         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
15115         <ajk@iu.edu>.
15116         (message-mode): Don't modify paragraph-separate there.
15117
15118 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15119
15120         * compface.el (uncompface-use-external): Default to undecided.
15121         (uncompface-use-external-threshold): New variable.
15122         (uncompface-float-time): New macro.
15123         (uncompface): Determine whether to use the external decoder if
15124         uncompface-use-external is undecided.
15125
15126 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15127
15128         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
15129         after images.
15130
15131         * gnus-art.el (gnus-mime-display-single): Remove dead code.
15132
15133 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
15134
15135         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
15136
15137         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
15138
15139         * gnus-sum.el (gnus-summary-limit-to-age)
15140         (gnus-summary-limit-children): do.
15141
15142         * gnus-int.el (gnus-request-scan): do.
15143
15144         * gnus-group.el (gnus-group-suspend): do.
15145
15146         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
15147
15148         * gnus-cite.el (gnus-cite-parse-attributions): do.
15149
15150         * gnus-agent.el (gnus-summary-set-agent-mark)
15151         (gnus-agent-regenerate-group): do.
15152
15153         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
15154
15155         * binhex.el (binhex-decode-region-internal): do.
15156
15157 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15158
15159         * gnus-fun.el (gnus-face-properties-alist): New user option.
15160         (gnus-display-x-face-in-from): Use it.
15161
15162         * gnus-art.el (article-display-face): Ditto.
15163
15164         * compface.el (uncompface-use-external): Default to nil.
15165
15166 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
15167
15168         * nntp.el (nntp-erase-buffer): New function.
15169         (nntp-retrieve-data, nntp-send-command)
15170         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
15171         (nntp-possibly-change-group): Use it.
15172
15173         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
15174         with-current-buffer.
15175
15176 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
15177
15178         * compface.el: Merge the ELisp-based uncompface program.
15179         (compface): New customization group.
15180         (uncompface-use-external): New user option.
15181         (uncompface): Call uncompface-internal if uncompface-use-external
15182         is nil.
15183         (uncompface-internal): New function.  Note that there are also
15184         some other functions and variables added for this function.
15185
15186 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
15187
15188         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
15189         if necessary.
15190
15191 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
15192
15193         * spam-report.el (spam-report-unplug-agent)
15194         (spam-report-plug-agent, spam-report-deagentize)
15195         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
15196         Add support for the Agent in spam-report: when unplugged, report to a
15197         file; when plugged, submit all the requests.
15198
15199         * spam.el (spam-register-routine): Fix message about
15200         registration.
15201
15202 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
15203
15204         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
15205         dependencies.
15206         (rfc2047-encode): Use it.
15207
15208         * gnus-art.el (gnus-button-marker-list): Move before first
15209         reference.
15210
15211         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15212         (imap-parse-body): Fix format string mismatch.
15213
15214         * gnus-score.el (gnus-summary-increase-score): do.
15215
15216         * nnrss.el (nnrss-close): New function.
15217
15218 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
15219
15220         * nnrss.el (nnrss-make-filename): New function.
15221         (nnrss-request-delete-group, nnrss-read-server-data)
15222         (nnrss-save-server-data, nnrss-read-group-data)
15223         (nnrss-save-group-data): Use it.
15224         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
15225         (nnrss-read-server-data, nnrss-read-group-data): Use load.
15226         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
15227
15228 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
15229
15230         * mml.el (mml-compute-boundary-1): Don't uncompress files.
15231
15232 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
15233
15234         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
15235         files.
15236
15237         * message.el (message-generate-headers-first): Don't quote nil
15238         and t in docstrings.
15239
15240         * imap.el (imap-id): do.
15241
15242         * gnus-agent.el (gnus-agent-consider-all-articles)
15243         (gnus-agent-queue-mail): do.
15244
15245 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
15246
15247         * spam-report.el (spam-report-process-queue): New function.
15248         Process requests from `spam-report-requests-file'.
15249         (spam-report-process-queue): Doc fix.
15250
15251 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
15252
15253         * spam.el (spam-register-routine)
15254         (spam-log-processing-to-registry, spam-log-registered-p)
15255         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15256         Change "check" to "spam-check" for semi-clarity.
15257
15258 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
15259
15260         * pop3.el: Require nnheader.
15261
15262         * mml-smime.el: Require cl.  Autoload message-fetch-field.
15263
15264         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
15265
15266         * gnus-picon.el: Require cl.
15267
15268         * gnus-fun.el: Require gnus-ems and gnus-util.
15269
15270         * gnus.el (gnus-method-to-server): Move defsubst before first use.
15271
15272         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
15273
15274         * gnus-art.el (gnus-article-edit-mode): Define before first
15275         reference.
15276
15277 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
15278
15279         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
15280         (gnus-uu-post-encoded): Use point-at-bol.
15281
15282         * gnus-topic.el (gnus-group-active-topic-p): do.
15283
15284         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
15285
15286         * gnus-group.el (gnus-group-kill-region): do.
15287
15288         * gnus-art.el (article-date-ut): do.
15289
15290         * message.el (message-fetch-field): Remove redundant
15291         case-fold-search binding.
15292         (message-narrow-to-field): Simplify.
15293
15294 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15295
15296         * spam.el (spam-directory): Derive from `gnus-directory'.
15297
15298         * spam-report.el (spam-report-url-to-file)
15299         (spam-report-requests-file): New function and variable for offline
15300         reporting.
15301         (spam-report-url-ping-function): Add `spam-report-url-to-file'
15302         and user defined function.
15303         (spam-report-url-ping-mm-url): Remove doubled slash.
15304
15305 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
15306
15307         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
15308
15309 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
15310
15311         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
15312         format string mismatch.
15313
15314         * sieve.el (sieve-deactivate-all): do.
15315
15316         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
15317
15318         * nnlistserv.el (nnlistserv-kk-wash-article): do.
15319
15320         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
15321
15322         * mm-bodies.el (mm-7bit-chars): Don't include \r.
15323
15324 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
15325
15326         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
15327         the list of checks.
15328
15329 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
15330
15331         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
15332         padding.
15333
15334 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
15335
15336         * mm-view.el (mm-fill-flowed): New variable.
15337         (mm-inline-text): Use it.
15338
15339 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
15340
15341         * spam.el (spam-spamassassin-register-ham-routine)
15342         (spam-spamassassin-register-spam-routine): Fix function names.
15343
15344 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15345
15346         * gnus.el (gnus-tmp-grouplens): Remove.
15347         (gnus-summary-line-format): Remove grouplens.
15348
15349         * gnus-group.el (gnus-group-line-format): Ditto.
15350
15351         * gnus-spec.el (gnus-format-specs): Ditto.
15352         (gnus-update-format-specifications): Flush the group format spec
15353         cache if there's the grouplens stuff.
15354         (gnus-parse-simple-format): Replace %l with the empty string.
15355
15356 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
15357
15358         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
15359         omission.
15360
15361 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15362
15363         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
15364         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15365
15366 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15367
15368         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
15369         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
15370         New macros and functions.
15371         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
15372         Handle > NLINK_MAX messages.
15373         * nnmaildir.el (nnmaildir-request-set-mark): Use
15374         nnmaildir--emlink-p and nnmaildir--eexist-p.
15375
15376 2004-01-25  Alex Schroeder  <alex@gnu.org>
15377
15378         * spam-stat.el (spam-stat-process-directory-age): New option.
15379         (spam-stat-process-directory): Use it.
15380
15381 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
15382
15383         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
15384         (spam-stat-save): Accept prefix argument.
15385
15386 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
15387
15388         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
15389         links" error.
15390
15391 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15392
15393         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
15394         the rest of the and/or forms.
15395
15396 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15397
15398         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
15399         compatibility with old .newsrc.eld files.
15400
15401         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
15402
15403         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
15404
15405         * gnus-start.el (gnus-1): do.
15406
15407         * gnus-group.el (gnus-group-line-format-alist): do.
15408
15409         * gnus.el (gnus-use-grouplens, gnus-visual): do.
15410
15411         * gnus-gl.el: Remove.
15412
15413 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15414
15415         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
15416         marks consisting of a single range {for example, (3 . 5)} rather
15417         than a list of a single range { ((3 . 5)) }.
15418
15419 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15420
15421         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
15422         with-current-buffer.
15423         (spam-stat-store-current-buffer): Use insert-buffer-substring to
15424         avoid consing a string.
15425
15426         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
15427         Remove obsolete entries for big5 and gb2312.
15428
15429 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15430
15431         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
15432         uncompressed list.
15433
15434 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
15435
15436         * spam-stat.el (spam-stat-strip-xref): New function.
15437         (spam-stat-process-directory): Use it.
15438
15439         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
15440         here -- it's done in message-fetch-field.
15441
15442 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15443
15444         * gnus-agent.el (gnus-agent-queue-mail)
15445         (gnus-agent-prompt-send-queue): New variables.
15446         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
15447         * gnus-draft.el (gnus-group-send-queue): Pass the group name
15448         "nndraft:queue" along to gnus-draft-send.  Use
15449         gnus-agent-prompt-send-queue.
15450         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
15451         is "nndraft:queue".  Suggested by Gaute Strokkenes
15452         <gs234@srcf.ucam.org>
15453
15454         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
15455         (agent-enable-undownloaded-faces): Added.
15456         (gnus-agent-cat-groups): Use eval-and-compile, not
15457         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
15458         method of gnus-agent-cat-groups even when the buffer has been
15459         evaled.
15460         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
15461         delete gnus-agent-save-active-1.
15462         (gnus-agent-save-groups): Deleted.  Identical to
15463         gnus-agent-save-active.
15464         (gnus-agent-write-active): No longer adjust agent's copy of active
15465         file as agent's adjustments are now stored in their own
15466         file.  Removed optional parameter.
15467         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
15468         servers.  Add use of min/max range limits from server's local
15469         file.
15470         (gnus-agent-save-alist): Removed unused optional argument.
15471         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
15472         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
15473         (gnus-agent-set-local): A per-server file that keeps min/max range
15474         limits for articles known to the agent.  Provides a fast mechanism
15475         for altering many active ranges.
15476         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
15477         active file (local makes it unnecessary).
15478         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
15479
15480         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
15481         (agent-enable-undownloaded-faces): Added.
15482
15483         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
15484         disable it when sending to "nndraft:queue".
15485         (gnus-group-send-queue): Add safety check to avoid sending queue
15486         when unplugged.
15487
15488         * gnus-group.el (gnus-group-catchup): Use new
15489         gnus-sequence-of-unread-articles, not
15490         gnus-list-of-unread-articles, to avoid exhausting memory with huge
15491         numbers of articles.  Use gnus-range-map to avoid having to
15492         uncompress the unread list.
15493         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
15494         Fixed invalid ange-ftp reference.
15495
15496         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
15497         (gnus-sorted-range-intersection): Intersection of two ranges
15498         without requiring that they first be uncompressed.
15499
15500         * gnus-start.el (gnus-activate-group): Unless blocked by the
15501         caller, possibly expand the active range to include both cached
15502         and agentized articles.
15503         (gnus-convert-old-newsrc): Rewrote in anticipation of having
15504         multiple version-dependent converters.
15505         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
15506         gnus-agent-save-active.
15507         (gnus-save-newsrc-file): Save dirty agent range limits.
15508
15509         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
15510         gnus-agent-possibly-alter-active.
15511         (gnus-adjust-marked-articles): Faster handling of simple lists.
15512
15513 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
15514
15515         * spam-stat.el (spam-stat-test-directory): New optional argument
15516         displays a list of files detected.  Suggested by Andrew Cohen
15517         <cohen@andy.bu.edu>.
15518         (spam-stat-buffer-words-with-scores): Don't narrow and change
15519         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
15520
15521 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
15522
15523         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
15524         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
15525         (spam-spamassassin-arguments)
15526         (spam-spamassassin-spam-flag-header)
15527         (spam-spamassassin-positive-spam-flag-header)
15528         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
15529         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
15530         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15531         (spam-list-of-processors, spam-list-of-checks)
15532         (spam-list-of-statistical-checks, spam-registration-functions)
15533         (spam-check-spamassassin-headers, spam-check-spamassassin)
15534         (spam-spamassassin-score)
15535         (spam-spamassassin-register-with-sa-learn)
15536         (spam-spamassassin-register-spam-routine)
15537         (spam-spamassassin-register-ham-routine)
15538         (spam-assassin-register-spam-routine)
15539         (spam-assassin-register-ham-routine): Add SpamAssassin support.
15540         (spam-bogofilter-score): Fix to show article before scoring.
15541
15542 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
15543
15544         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
15545         default scoring function.
15546         (spam-generic-score): Call spam-spamassassin-score if
15547         spam-use-spamassassin or spam-use-spamassassin-headers is on;
15548         spam-bogofilter-score otherwise.
15549
15550         * gnus.el (spam-process, spam-autodetect-methods): Add
15551         spamassassin and spamassassin-headers.
15552
15553 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
15554
15555         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15556         Suppress unnecessary messages.
15557
15558 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
15559
15560         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
15561         make-hash-table.
15562
15563 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15564
15565         * canlock.el (base64-encode-string): Don't autoload it.
15566
15567 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15568
15569         * run-at-time.el: Remove useless (require 'itimer),
15570         eval-and-compile and (featurep 'xemacs).
15571
15572 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
15573
15574         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
15575         GROUP is a virtual group.
15576
15577 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
15578
15579         * gnus.el: Autoload `message-y-or-n-p'.
15580
15581 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
15582
15583         * pgg-parse.el: Remove unnecessary (require 'custom).
15584
15585         * pgg-def.el: do.
15586
15587         * nnmail.el: do.
15588
15589         * gnus-undo.el: do.
15590
15591         * gnus-picon.el: do.
15592
15593         * gnus-util.el: do.
15594
15595 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
15596
15597         * gnus-sum.el (gnus-pick-line-number): Add autoload.
15598
15599 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15600
15601         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
15602         handle, as well as a list.
15603
15604         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
15605         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
15606         (mm-w3m-cid-retrieve): Simplify.
15607
15608 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
15609
15610         * message.el (message-kill-to-signature): Allow prefix arg to
15611         specify number of lines to keep before signature.
15612
15613 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
15614
15615         * message.el (message-kill-to-signature): Change docstring.
15616
15617 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15618
15619         * canlock.el: Always require sha1-el.
15620         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
15621
15622         * message.el: Autoload sha1 only when compiling.
15623
15624         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
15625         eudc-expand-inline for XEmacs.
15626
15627 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15628
15629         * message.el (message-canlock-generate): Require sha1-el.
15630
15631 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
15632
15633         * message.el (message-expand-name): Silence the byte compiler.
15634
15635         * lpath.el: Add detect-coding-system.
15636
15637         * dgnushack.el (dgnushack-compile): Remove obsolete check for
15638         cus-edit.
15639
15640 2004-01-13  Simon Josefsson  <jas@extundo.com>
15641
15642         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
15643         Invoke gnus-score-mode.  Reported by
15644         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15645
15646         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
15647         Jim Blandy <jimb@redhat.com> (tiny change).
15648
15649 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15650
15651         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
15652
15653 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
15654
15655         * spam.el (spam-get-article-as-string): Update to use
15656         gnus-request-article-this-buffer, much simpler.
15657         (spam-get-article-as-buffer): Remove.
15658
15659 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
15660
15661         * message.el (message-expand-name): Use EUDC if the user uses that.
15662
15663 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15664
15665         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
15666         character for the encoding to avoid consing a string.
15667
15668         * rfc2047.el (rfc2047-decode-string): Don't cons a string
15669         unnecessarily.
15670
15671         * mm-util.el (mm-replace-chars-in-string): Remove.
15672
15673         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
15674         of mm-replace-chars-in-string.
15675
15676 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
15677
15678         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
15679
15680         * mm-util.el (mm-subst-char-in-string): Support inplace.
15681
15682         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
15683         a new string in every iteration.  Use shy groups.
15684
15685 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
15686
15687         * gnus-srvr.el (gnus-browse-unsubscribe-group):
15688         * gnus-soup.el (gnus-soup-group-brew):
15689         * gnus-msg.el (gnus-put-message):
15690         * gnus-move.el (gnus-group-move-group-to-server):
15691         * gnus-kill.el (gnus-batch-score):
15692         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
15693         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
15694         (gnus-group-update-group, gnus-group-read-group)
15695         (gnus-group-make-group, gnus-group-make-help-group)
15696         (gnus-group-make-archive-group, gnus-group-make-directory-group)
15697         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
15698         (gnus-group-sort-by-unread, gnus-group-catchup)
15699         (gnus-group-unsubscribe-group, gnus-group-kill-group)
15700         (gnus-group-yank-group, gnus-group-set-info)
15701         (gnus-group-list-groups):
15702         * gnus.el (gnus-generate-new-group-name):
15703         * gnus-delay.el (gnus-delay-send-queue):
15704         * nnvirtual.el (nnvirtual-catchup-group):
15705         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
15706         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
15707         (gnus-group-prepare-topics, gnus-topic-check-topology):
15708         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
15709         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
15710         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
15711         (gnus-group-make-articles-read):
15712         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
15713         (gnus-group-change-level, gnus-kill-newsgroup)
15714         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
15715         (gnus-get-unread-articles, gnus-make-articles-unread)
15716         (gnus-make-ascending-articles-unread): Use accessor
15717         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
15718         to get group information for improved readability.
15719
15720
15721 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15722
15723         * gnus-art.el (article-decode-mime-words, article-babel)
15724         (gnus-article-highlight-signature, gnus-article-add-buttons)
15725         (gnus-signature-toggle): Use gnus-with-article-buffer.
15726
15727         * gnus-art.el (gnus-article-highlight-headers)
15728         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
15729
15730         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
15731         (gnus-article-set-globals, gnus-request-article-this-buffer)
15732         (gnus-button-message-id, gnus-article-maybe-hide-headers)
15733         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
15734         (gnus-mime-display-alternative): Use with-current-buffer.
15735
15736 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15737
15738         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
15739         also under 80 char limit, and call gnus-error if needed.
15740         (spam-fetch-article-header): Fix - it was a
15741         buffer-local variable (gnus-newsgroup-data).
15742         (spam-find-spam): Use spam-generate-fake-headers, forget about
15743         spam-insert-fake-headers.
15744         (spam-insert-fake-headers): Remove.
15745
15746 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15747
15748         * deuglify.el (gnus-article-outlook-unwrap-lines)
15749         (gnus-outlook-rearrange-article)
15750         (gnus-outlook-repair-attribution-outlook)
15751         (gnus-outlook-repair-attribution-block)
15752         (gnus-outlook-repair-attribution-other): Remove redundant
15753         save-excursion.
15754
15755 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15756
15757         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
15758         (spam-fetch-field-subject-fast)
15759         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
15760         (spam-fetch-article-header): Add functions to deal with Gnus
15761         internals for fast retrieval of article header data.
15762         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
15763
15764 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15765
15766         * pop3.el (pop3-md5): Remove.
15767         (pop3-apop): Replace pop3-md5 with md5.
15768
15769         * mm-bodies.el: base64 is always built-in.
15770
15771         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
15772         with-current-buffer.
15773
15774 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15775
15776         * canlock.el (canlock-insert-header): Remove excessive grouping in
15777         regexp.
15778
15779         * gnus-sum.el (gnus-summary-read-document): Ditto.
15780
15781         * gnus-uu.el (gnus-uu-part-number): Ditto.
15782
15783         * html2text.el (html2text-remove-tags): Ditto.
15784         (html2text-format-tags): Ditto.
15785         (html2text-format-single-elements): Ditto.
15786
15787         * mml.el (mml-parse-1): Ditto.
15788
15789 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15790
15791         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
15792
15793         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
15794
15795         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
15796
15797         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
15798
15799 2003-11-15  Simon Josefsson  <jas@extundo.com>
15800
15801         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
15802         (pgg-gpg-lookup-key): Use regexp match instead of
15803         split-string (split-string is different between emacs 21.2 and
15804         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
15805
15806 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15807
15808         * gnus-art.el (gnus-mime-view-all-parts)
15809         (gnus-article-part-wrapper, gnus-article-view-part): Use
15810         with-current-buffer.
15811
15812 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15813
15814         * spam.el (spam-disable-spam-split-during-ham-respool)
15815         (spam-spamoracle-database, spam-cache-lookups)
15816         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
15817         (spam-group-ham-mark-p, spam-group-spam-mark-p)
15818         (spam-group-ham-marks, spam-group-spam-marks)
15819         (spam-group-spam-contents-p, spam-group-ham-contents-p)
15820         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
15821         also add spam-use-blackholes to the statistical checks.
15822         (spam-fetch-field-fast): Add interface to fetching fields, may
15823         become a macro.
15824         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
15825         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
15826         (spam-insert-fake-headers): Fake an article when needed.
15827         (spam-find-spam): Fake article when possible.
15828         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
15829         (spam-check-bogofilter-headers): Use message-fetch-field instead
15830         of nnmail-fetch-field.
15831
15832 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15833
15834         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
15835
15836 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15837
15838         * spam.el (spam-split): Do not require spam-use-CHECK to be
15839         enabled if that check is passed to spam-split explicitly; also
15840         fix so 'spam doesn't get converted to spam-split-group when
15841         spam-split-symbolic-return is t.
15842         (spam-find-spam): Find registrations of the article and use those
15843         instead of re-running spam-split to find the spam/ham
15844         classification of the article.
15845         (spam-log-processing-to-registry, spam-log-registered-p)
15846         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15847         Use gnus-error instead of gnus-message.
15848         (spam-log-registration-type): Add function to determine the
15849         classification of a message based on registry entries; will
15850         return nil if both 'spam and 'ham are found.
15851         (spam-check-BBDB): Expand all the BBDB macros here so we can have
15852         a reasonably fast local cache without the loading errors.
15853         (spam-cache-lookups): Set to t by default.
15854         (spam-find-spam): Don't try to guess spam-cache-lookups.
15855         (spam-enter-whitelist, spam-enter-blacklist): Clear the
15856         spam-caches entry.
15857         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
15858         caching of whitelist/blacklist entries.
15859         (spam-check-whitelist, spam-check-blacklist): Invoke
15860         spam-from-listed-p with a type, not a cache variable.
15861         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
15862
15863 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15864
15865         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
15866
15867         * nnmail.el (nnmail-split-fancy): do.
15868
15869         * mml.el (mml-parse): do.
15870
15871         * gnus-score.el (gnus-enter-score-words-into-hashtb)
15872         (gnus-score-adaptive): do.
15873
15874 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15875
15876         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
15877         (gnus-mime-button-map): Don't set keymap parent.
15878         (gnus-button-ctan-directory-regexp): Use shy grouping.
15879         (gnus-prev-page-map): Don't set keymap parent.
15880         (gnus-prev-page-map): Remove duplicated one.
15881         (gnus-next-page-map): Don't set keymap parent.
15882         (gnus-mime-security-button-map): Ditto.
15883
15884         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
15885         version number.
15886
15887         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
15888
15889 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15890
15891         * canlock.el (canlock-sha1-function): Remove.
15892         (canlock-sha1-function-for-verify): Remove.
15893         (canlock-openssl-program): Remove.
15894         (canlock-openssl-args): Remove.
15895         (canlock-ignore-errors): Remove.
15896         (canlock-sha1-with-openssl): Remove.
15897         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
15898         (canlock-verify): Don't use canlock-ignore-errors.
15899
15900         * sha1-el.el (sha1-string-external): Make it can return a string
15901         in binary form.
15902         (sha1-region-external): Ditto.
15903         (sha1-string-internal): Ditto.
15904         (sha1-region-internal): Ditto.
15905         (sha1-region): Ditto.
15906         (sha1-string): Ditto.
15907         (sha1): Ditto.
15908
15909 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15910
15911         * spam.el (spam-report-articles-gmane): New command.
15912
15913 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15914
15915         * gnus.el: Don't make unnecessary *Group* buffer when loading.
15916
15917         * run-at-time.el (run-at-time-saved): Remove.
15918         (run-at-time): Doc fix.
15919
15920 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15921
15922         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
15923         (gnus-summary-limit-map): Add it.
15924         (gnus-summary-make-menu-bar): do.
15925
15926 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
15927
15928         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
15929         Make attempt at some caching support (done for BBDB only now).
15930         (spam-find-spam): Set spam-cache-lookups if there are more than 2
15931         addresses to be checked.
15932         (spam-clear-cache-BBDB): Add function, to be invoked by
15933         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
15934         (spam-check-BBDB): Check and use the caches, if
15935         spam-cache-lookups is on, remove superfluous (provide).
15936
15937 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15938
15939         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
15940
15941 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
15942
15943         * run-at-time.el (run-at-time-saved): Move to after the definition
15944         of `run-at-time'.
15945
15946         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
15947
15948 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15949
15950         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
15951         mm-w3m-local-map-property.
15952
15953         * mm-view.el (mm-w3m-mode-map): Remove.
15954         (mm-w3m-local-map-property): Remove.
15955         (mm-inline-text-html-render-with-w3m): Don't use
15956         mm-w3m-local-map-property.
15957
15958 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15959
15960         * run-at-time.el: New file.
15961
15962         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
15963         under Emacs.
15964
15965         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
15966         of gnus-set-text-properties.
15967
15968         * gnus-uu.el (gnus-uu-save-article): Ditto.
15969
15970         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
15971
15972         * gnus-cite.el (gnus-cite-parse): Ditto.
15973
15974         * gnus-art.el (gnus-button-push): Use set-text-properties instead
15975         of gnus-.
15976
15977         * gnus-xmas.el (run-at-time): Require run-at-time.
15978
15979         * gnus.el: Changed calls to nnheader-run-at-time and
15980         password-run-at-time throughout to use run-at-time directly.
15981
15982         * password.el: Removed definition of run-at-time.
15983
15984         * nnheaderxm.el: Remove definition of run-at-time.
15985
15986 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
15987
15988         * mml.el (mml-minibuffer-read-disposition): Show attachment type
15989         in prompt.
15990
15991 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15992
15993         * messagexmas.el (message-xmas-redefine): Alias
15994         `message-make-caesar-translation-table' to
15995         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
15996         version.
15997
15998         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
15999         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
16000         `gnus-xmas-set-text-properties'.
16001         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
16002         `gnus-xmas-completing-read'.
16003         (gnus-xmas-completing-read): Removed.
16004         (gnus-xmas-open-network-stream): Removed.
16005
16006         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
16007         XEmacs version.
16008
16009         * dns.el (dns-make-network-process): Use `open-network-stream'
16010         instead of `gnus-xmas-open-network-stream'.
16011
16012         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
16013
16014         * .cvsignore: Add auto-autoloads.el, custom-load.el.
16015
16016 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16017
16018         * gnus-art.el (gnus-mime-display-alternative)
16019         (gnus-insert-mime-button, gnus-insert-mime-security-button)
16020         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
16021         Don't use gnus-local-map-property.
16022
16023         * gnus-util.el (gnus-local-map-property): Remove.
16024
16025         * mm-view.el (mm-view-pkcs7-decrypt): Replace
16026         gnus-completing-read-maybe-default with completing-read.
16027
16028         * gnus-util.el (gnus-completing-read): do.
16029         (gnus-completing-read-maybe-default): Remove.
16030
16031 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16032
16033         * password.el: Only autoload `run-at-time' if not XEmacs.
16034         Only autoload the itimer functions if XEmacs.
16035
16036 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16037
16038         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
16039         XEmacsen.
16040
16041         * dgnushack.el: Autoload executable-find for XEmacs.
16042
16043 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16044
16045         * gnus-art.el (gnus-read-string): Remove.
16046         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
16047         read-string.
16048
16049 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
16050
16051         * netrc.el: Autoload password-read.
16052         (netrc): Add configuration group.
16053         (netrc-encoding-method, netrc-openssl-path): Add
16054         variables for encoding and decoding of files with symmetric
16055         ciphers.
16056         (netrc-encode): Add assistant function to encode a file with
16057         netrc-encoding-method.
16058         (netrc-parse): Add interactive parameter, added optional
16059         decoding if netrc-encoding-method is non-nil but otherwise
16060         behavior is standard.
16061         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
16062         Do s/encode/encrypt/ everywhere.
16063
16064         * spam.el: Remove executable-find autoload.
16065
16066 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16067
16068         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
16069
16070         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
16071
16072 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16073
16074         * gnus-art.el (gnus-treat-ansi-sequences)
16075         (article-treat-ansi-sequences): New variable and function.
16076         Suggested by Dan Jacobson <jidanni@jidanni.org>.
16077
16078         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16079         Use it.
16080
16081 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16082
16083         * mm-util.el (mm-quote-arg): Remove.
16084
16085         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
16086         shell-quote-argument.
16087
16088         * gnus-uu.el (gnus-uu-command): do.
16089
16090         * gnus-sum.el (gnus-summary-insert-pseudos): do.
16091
16092         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
16093         with make-char.
16094
16095         * mm-util.el (mm-make-char): Remove.
16096
16097         * mml.el (mml-mode): Replace gnus-add-minor-mode with
16098         add-minor-mode.
16099
16100         * gnus-undo.el (gnus-undo-mode): do.
16101
16102         * gnus-topic.el (gnus-topic-mode): do.
16103
16104         * gnus-sum.el (gnus-dead-summary-mode): do.
16105
16106         * gnus-start.el (gnus-slave-mode): do.
16107
16108         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
16109
16110         * gnus-ml.el (gnus-mailing-list-mode): do.
16111
16112         * gnus-gl.el (gnus-grouplens-mode): do.
16113
16114         * gnus-draft.el (gnus-draft-mode): do.
16115
16116         * gnus-dired.el (gnus-dired-mode): do.
16117
16118         * gnus-ems.el (gnus-add-minor-mode): Remove.
16119
16120         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16121         Replace gnus-char-width with char-width.
16122
16123         * gnus-ems.el (gnus-char-width): Remove.
16124
16125         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16126         Replace gnus-char-width with char-width.
16127
16128         * gnus-ems.el (gnus-char-width): Remove.
16129
16130         * spam-stat.el (with-syntax-table): Remove with-syntax-table
16131         definition.
16132         Remove Emacs 20 hash table compatibility code.
16133
16134         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
16135         20 compatibility code.
16136
16137         * spam.el (spam-point-at-eol): Replace with point-at-eol.
16138
16139         * smime.el (smime-point-at-eol): Replace with point-at-eol.
16140
16141         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
16142         with point-at-{eol,bol}.
16143
16144         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
16145
16146         * imap.el (imap-point-at-eol): Replace with point-at-eol.
16147
16148         * flow-fill.el (fill-flowed-point-at-bol)
16149         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
16150
16151         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
16152         Replace with point-at-{eol,bol} throughout all files.
16153
16154 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16155
16156         * ntlm.el (ntlm-string-as-unibyte): New macro.
16157         (ntlm-build-auth-response): Use it.
16158
16159         Remove Emacs 20 stuff:
16160         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
16161         (butlast, mapc, remove): Remove the compiler macros.
16162         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
16163         of delq and copy-sequence.
16164         * gnus-art.el (popup-menu): Remove the compiler macro.
16165         * nnmail.el (nnmail-split-fancy): Don't support customizing with
16166         Emacs 20.
16167
16168 2004-01-05  Simon Josefsson  <jas@extundo.com>
16169
16170         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
16171         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
16172         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
16173         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
16174         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
16175         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
16176         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
16177         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
16178         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
16179         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
16180         ntlm-string-permute, string-lshift into ntlm-string-lshift,
16181         string-xor into ntlm-string-xor.  Suggested by
16182         Jesper Harder <harder@myrealbox.com>.
16183
16184         * ntlm.el: Don't include poem.
16185
16186         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
16187         Jesper Harder <harder@myrealbox.com>.
16188
16189         * sasl-ntlm.el, ntlm.el, md4.el: New files.
16190
16191         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
16192         probably breaks emacs with DL patch, but do we care? Is anyone
16193         still using the DL stuff?)
16194
16195         * sieve-manage.el: Use the password package.
16196         (sieve-manage-read-passwd): Remove.
16197         (sieve-manage-interactive-login): Use password.  Re-add
16198         condition-case around loop.
16199
16200         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
16201         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
16202         the password package.
16203
16204 2003-02-19  Simon Josefsson  <jas@extundo.com>
16205
16206         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
16207         token.
16208
16209 2002-08-07  Simon Josefsson  <jas@extundo.com>
16210
16211         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
16212         (sieve-manage-authenticators):
16213         (sieve-manage-authenticator-alist): Add some SASL mechs.
16214         (sieve-sasl-auth): New function.
16215         (sieve-manage-cram-md5-auth):
16216         (sieve-manage-plain-auth): Rewrite using SASL library.
16217         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
16218         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
16219         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
16220         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
16221
16222 2004-01-05  Simon Josefsson  <jas@extundo.com>
16223
16224         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
16225         New files.
16226
16227 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16228
16229         * gnus-group.el (gnus-no-groups-message): Update.
16230
16231         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
16232
16233 2003-11-09  Simon Josefsson  <jas@extundo.com>
16234
16235         * imap.el: Support for ID IMAP extension (RFC 2971).
16236         (imap-local-variables): Add imap-id.
16237         (imap-id): New variable.
16238         (imap-id): New function.
16239         (imap-parse-response): Parse untagged ID response.
16240         * nnimap.el (nnimap-id): New variable.
16241         (nnimap-open-connection): Use it.
16242
16243 2003-12-28  Simon Josefsson  <jas@extundo.com>
16244
16245         * gnus-score.el (gnus-score-edit-all-score): New.
16246         * gnus-group.el (gnus-group-score-map): Bind it to W e.
16247
16248 2004-01-04  Simon Josefsson  <jas@extundo.com>
16249
16250         * password.el: Add.
16251
16252 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
16253
16254         * dns.el (dns-query-types): Fix typo.
16255         (dns-query-types): New function.
16256         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
16257         PTR and SOA replies, see RFC 1035.
16258
16259 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16260
16261         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
16262
16263         * Moved to Changelog.2.
16264
16265 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16266
16267         * gnus.el (gnus-version-number): Bump version.
16268
16269 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16270
16271         * gnus.el: No Gnus v0.1 is released.
16272
16273 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16274
16275         * gnus.el: No Gnus v0.0 is released.
16276
16277 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16278
16279         * gnus.el (gnus-version-number): Bump.
16280         (gnus-version): No.
16281
16282 See ChangeLog.2 for earlier changes.
16283
16284     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
16285       Free Software Foundation, Inc.
16286
16287   This file is part of GNU Emacs.
16288
16289   GNU Emacs is free software: you can redistribute it and/or modify
16290   it under the terms of the GNU General Public License as published by
16291   the Free Software Foundation, either version 3 of the License, or
16292   (at your option) any later version.
16293
16294   GNU Emacs is distributed in the hope that it will be useful,
16295   but WITHOUT ANY WARRANTY; without even the implied warranty of
16296   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16297   GNU General Public License for more details.
16298
16299   You should have received a copy of the GNU General Public License
16300   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
16301
16302 ;; Local Variables:
16303 ;; coding: utf-8
16304 ;; fill-column: 79
16305 ;; add-log-time-zone-rule: t
16306 ;; End: