Merge branch 'master' of https://git.gnus.org/gnus
[gnus] / lisp / ChangeLog
1 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4         update the group info.  This makes the nndraft groups, for instance, go
5         back to their old behaviour.
6
7         * gnus-sum.el (gnus-select-newsgroup): Indent.
8
9         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
10         in.
11         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
12         nothing.
13
14         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
15         from methods that are denied.
16
17         * gnus-int.el (gnus-method-denied-p): New function.
18
19         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
20         store the password instead of netrc.
21         (nnimap-open-connection): Don't error out when we can't make a
22         connections.
23
24         * auth-source.el (auth-source-create): In the password prompt, say what
25         we're querying for.  Also prompt for user name if that hasn't been
26         given.
27
28         * nnimap.el (nnimap-with-process-buffer): Removed.
29
30 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
31
32         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
33         method when we're reading from the agent.
34
35         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
36
37         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
38         that's probably most useful for users.
39
40         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
41         "failed" all the time.
42
43         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
44         ...)) with (with-current-buffer ... ).
45
46         * nntp.el (nntp-open-server): Return whether the open was successful or
47         not.
48
49         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
50         select an unread unseen article first.
51
52         * nnimap.el (nnimap-open-connection): If the user doesn't have a
53         /etc/services, supply some sensible port defaults.
54
55         * dgnushack.el: Define netrc-credentials.
56
57 2010-09-17  Julien Danjou  <julien@danjou.info>  (tiny fix)
58
59         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
60
61 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
62
63         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
64         doesn't have any parameters.
65
66 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
67
68         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
69         only upcased checks.
70
71         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
72
73         * nnimap.el (nnimap-open-shell-stream): New function.
74         (nnimap-open-connection): Use it.
75         (nnimap-transform-headers): Get the number of lines in each message.
76         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
77         number of lines.
78         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
79         problem.
80
81         * utf7.el (utf7-encode): Autoload.
82
83         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
84         to allow the mail splitting to not return a default group.  This is
85         useful for nnimap, which will leave unmatched mail in the inbox.
86
87         * nnimap.el: Rewritten.
88
89         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
90         nnimap usage.
91
92         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
93         if the move is internal, so that nnimap can do fast internal moves.
94
95         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
96         data.
97         (gnus-read-active-for-groups): Support finishing the early retrieval of
98         data.
99
100         * gnus-range.el (gnus-range-nconcat): New function.
101
102         * gnus-int.el (gnus-finish-retrieve-group-infos)
103         (gnus-retrieve-group-data-early): New functions.
104
105 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
106
107         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
108         (nnrss-retrieve-groups):
109         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
110         (pop3-quit): Use with-current-buffer.
111
112 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
113
114         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
115         instead of nnheader-accept-process-output.
116
117         * dgnushack.el (dgnushack-compile): Add comment.
118
119         * lpath.el: No need to fbind propertize for XEmacs 21.4.
120
121         * gnus-html.el (gnus-html-schedule-image-fetching)
122         (gnus-html-prefetch-images): Replace process-kill-without-query by
123         gnus-set-process-query-on-exit-flag.
124
125 2010-09-16  Romain Francoise  <romain@orebokech.com>
126
127         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
128
129 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
130
131         * gnus-registry.el (gnus-registry-install-shortcuts): The second
132         parameter to unintern is mandatory-ish in Emacs 24.
133
134         * gnus-html.el (gnus-html-schedule-image-fetching)
135         (gnus-html-prefetch-images): Check for curl before using it.
136
137         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
138         depend on curl, which isn't essential.
139
140         * imap.el: Revert back to version
141         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
142         seem problematic.
143
144 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
145
146         * gnus-registry.el (gnus-registry-install-shortcuts):
147         Explicitly pass `obarray' to `unintern' to avoid a warning.
148
149 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
150
151         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
152         change.
153
154         * nnrss.el (nnrss-request-list): Removed this function and related
155         functions, including the moreover stuff.
156
157 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
158
159         * nnrss.el (nnrss-retrieve-groups): New function.
160
161 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
162
163         * .dir-locals.el: Add no-byte-compile cookie.
164
165 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
166
167         * time-date.el (format-seconds): Comment fix.
168
169         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
170         for back end that doesn't support request-scan.
171
172 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
173
174         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
175         then do request scans from the backends.
176
177         * netrc.el (netrc-credentials): New conveniency function.
178
179         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
180         avoid running a hook per line, since this takes a lot of time,
181         profiling shows.
182         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
183         directly if gnus-visual-p is true.
184
185 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
186
187         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
188         groups; replace mapcar with dolist which is a bit faster; pass groups
189         info to gnus-read-active-file-1.
190         (gnus-read-active-file-1): Scan only specified groups if the new
191         optional arg `infos' is given.
192
193 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
194
195         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
196
197         * pop3.el (pop3-movemail): Removed.
198         (pop3-streaming-movemail): Renamed to pop3-movemail.
199
200         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
201         don't restrict end-tag searches to the end of the line.
202
203 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
204
205         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
206         articles of every unchecked group to t, which means unknown since the
207         server has never been opened.
208
209 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
210
211         * gnus-html.el (gnus-html-show-alt-text): New command.
212         (gnus-html-browse-image): Ditto.
213         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
214         to browse the image directly.
215         (gnus-html-wash-tags): Search for images first, so that <a><img> works
216         better.
217
218         * gnus-async.el (gnus-async-article-callback): Call
219         `gnus-html-prefetch-images' unconditionally.
220
221         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
222         before feeding URLs to curl.
223
224 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
225
226         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
227         internal images as deletable by `W D D'.
228
229         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
230         (gnus-async-article-callback): Fix typo.
231
232 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
233
234         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
235         current line to work around bugs in the output from w3m.
236
237         * gnus-async.el (gnus-async-article-callback): Always prefetch images
238         for groups that want that.
239
240         * nntp.el (nntp-wait-for-string): Supply a timeout for
241         accept-process-output to ensure progress.
242
243         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
244         level to get unread articles from, then use that for foreign groups,
245         too.
246
247         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
248         confuses the rest of the function.
249
250         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
251         for the methods that support -retrieve-groups, too.
252
253         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
254
255 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
256
257         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
258         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
259
260         * pop3.el: Require cl when compiling.
261         (pop3-number-of-responses): Search for "+OK", not "+OK ".
262
263 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
264
265         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
266         that aren't going to be activated.
267         (gnus-get-unread-articles): Fix up the last commit.
268
269         * gnus-html.el (gnus-article-html): Allow calling without specifying
270         the handle.  In that case, dissect the buffer first.
271
272         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
273
274         * nnimap.el (nnimap-open-connection): Revert the change that would look
275         into authinfo for imaps instead of imap.
276
277         * gnus-start.el (gnus-activate-group): Take an optional parameter to
278         say that you don't want to call gnus-request-group with don-check, but
279         do check the reponse.  This is for virtual groups only.
280         (gnus-get-unread-articles): Count the archive groups as secondary, so
281         that they're activated the same way as before.
282
283         * imap.el (imap-message-map): Removed optional buffer parameter, since
284         no callers use it.
285         (imap-message-get): Ditto.
286         (imap-message-put): Ditto.
287         (imap-mailbox-map): Ditto.
288         (imap-mailbox-put): Ditto.
289         (imap-mailbox-get): Ditto.
290         (imap-mailbox-get): Revert last change for this function.
291
292         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
293         case-insensitively.
294         (nnimap-debug): Removed.
295
296         * imap.el (imap-fetch-safe): Removed function, and altered all callers
297         to use `imap-fetch' instead.  According to the comments, this should be
298         safe, since all other IMAP clients use the 1:* syntax.
299         (imap-enable-exchange-bug-workaround): Removed.
300         (imap-debug): Removed -- doesn't seem very useful.
301
302         * mail-source.el (mail-source-fetch): Don't message if we're fetching
303         mail from a file, and the file doesn't exist.
304
305         * imap.el (imap-log): New convenience function used throughout instead
306         of repeating the same code all over the place.
307
308         * pop3.el (pop3-streaming-movemail): Return t for success.
309
310         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
311         .authinfo if we're using ssl connection.
312
313         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
314         already have if we're in a main Gnus `g' run.
315
316         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
317
318 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
319
320         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
321
322         * nnmh.el (nnmh-request-list-1): Bind `file'.
323
324         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
325         alias to set-process-query-on-exit-flag or process-kill-without-query.
326         (pop3-open-server): Use it.
327
328 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
329
330         * mail-source.el (mail-source-delete-crash-box): Always move the crash
331         box to the Incoming file.  Fixes mistake in previous checkin.
332
333         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
334         request loop (for debugging purposes) removed.
335
336         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
337         culprit is more visible.
338         (nnml-save-incremental-nov, nnml-open-incremental-nov)
339         (nnml-add-incremental-nov): New functions to do "incremental" nov
340         updates, where we just append to the end of the existing nov files
341         without reading/writing them in full.
342
343         * mail-source.el (mail-source-delete-crash-box): Really only check the
344         incoming files once in a while.
345
346         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
347
348         * mail-source.el (mail-source-delete-crash-box): Only check the
349         incoming files for deletion once per day to save a lot of file
350         accesses.
351
352         * pop3.el (pop3-logon): Fix up unbound variable typo.
353
354         * mail-source.el (pop3-streaming-movemail): Autoload.
355
356         * pop3.el (pop3-streaming-movemail): Respect
357         pop3-leave-mail-on-server.
358
359         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
360         retrieval.
361
362         * pop3.el (pop3-process-filter): Removed unused function.
363         (pop3-streaming-movemail, pop3-send-streaming-command)
364         (pop3-wait-for-messages, pop3-write-to-file)
365         (pop3-number-of-responses): New functions for streaming pop3
366         retrieval.
367
368         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
369         come from no known methods.
370         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
371         list.
372
373         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
374         message sizes.
375         (pop3-movemail): Use erase-buffer instead of looping and deleting
376         regions, which seems rather odd.
377
378         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
379         file once per `g' run.
380
381         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
382         directories.  This makes the draft queue directory work.
383
384         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
385         data from the backends, so that we only request the list of groups from
386         each method once.  This should speed things up considerably.
387
388         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
389         detect that it's not implemented.
390
391         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
392         we actually do recurse down into the tree, but don't stat all leaf
393         nodes.
394
395         * gnus-html.el (gnus-html-show-images): If there are no images to show,
396         then say so instead of bugging out.
397
398         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
399         files exist before trying to read them.
400
401         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
402         around <pre_int>.
403
404         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
405
406         * nnmh.el (nnmh-request-list-1): Optimize for speed.
407
408 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
409
410         * mm-util.el (mm-image-load-path): Just return the image directories,
411         not all directories in the path in addition to the image directories.
412         (mm-image-load-path): Maintain a cache of the image directories so that
413         the `g' command in Gnus doesn't have to stat dozens of directories each
414         time.
415
416         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
417         (gnus-html-wash-tags): Add a new `i' command to insert images.
418         (gnus-html-insert-image): New command and keystroke.
419         (gnus-html-redisplay-with-images): New command and keystroke.
420         (gnus-html-show-images): Renamed command.
421         (gnus-html-wash-tags): Remove more white space before <pre_int> image
422         spacers.
423         (gnus-html-wash-tags): Decode entities at the end, so that entities
424         inside the tags don't mess up the rest of the "parsing".
425
426         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
427         so that nnimap methods aren't agentized by default.  There's apparently
428         many problems related to agent/imap behaviour.
429
430         * gnus-art.el (gnus-article-copy-string): New command and key binding.
431
432         * gnus-html.el: Doc fix.
433
434 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
435
436         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
437         specifier-spec-list for Emacs 21.
438
439         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
440         glyph-width and glyph-height instead of display-graphic-p and
441         image-size; make avoidance of displaying small images work for XEmacs.
442
443         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
444         for XEmacs.
445
446         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
447         of symbol that holds plist data.
448         (gnus-process-plist): Remove plist of process after getting it.
449
450 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
451
452         * message.el (message-generate-hashcash): Change default to
453         'opportunistic if hashcash is installed.
454
455         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
456         (gnus-html-put-image): Only call image-size once, since it's somewhat
457         time-consuming on remote X servers.
458
459 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
460
461         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
462         type on data, not a file name.
463
464         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
465         window-pixel-edges for Emacs 21.
466
467         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
468         decoded contents.
469         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
470
471 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
472
473         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
474         group line format, since it isn't very interesting.
475
476         * gnus-agent.el (gnus-agent-short-article),
477         (gnus-agent-long-article): Increase values for these two variables,
478         since most people are likely to have more network connection and
479         storage than before.
480
481         * gnus.el (gnus-refer-article-method): Change default to 'current.
482         When referring an article, the common behaviour is to refer it from the
483         current select method, not the native select method.  The chances of
484         the native select method having the message in question is rather slim
485         these days.
486
487         * gnus-sum.el (gnus-auto-select-subject): Change default to
488         `unseen-or-unread'.  I think it's likely that most people want to
489         select an unseen article over a previously seen, but unread one.
490
491         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
492         means that in the article buffer none of the minor mode elements will
493         be shown, usually, and this is not desirable in most cases.
494
495         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
496         that commands like `d' (and the like) go to the next line in the
497         buffer, instead of the next unread article.  I think this is the
498         behaviour that is most natural for most users.
499         (gnus-single-article-buffer): Change default to nil, so that people can
500         have as many article buffers open as they have summary buffer.  I think
501         this is the most natural way for the groups to behave.
502
503         * message.el (message-generate-new-buffers): Change default to
504         `unsent', so that all new message buffers start their names with the
505         string "*unsent", and it's easier to find the buffers if you move from
506         them.
507
508 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
509
510         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
511         small. They're probably tracking images.
512         (gnus-html-wash-tags): Remove all <pre_int> place holders.
513         (gnus-html-rescale-image): Yet another try at getting the image sizing
514         right.
515
516         * nntp.el (nntp-request-set-mark): Refuse to do marks if
517         nntp-marks-file-name is nil.
518
519 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
520
521         * gnus-html.el (gnus-html-wash-tags)
522         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
523         Better logging.
524
525 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
526
527         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
528
529         * gnus-html.el (gnus-html-wash-tags): Check the value of
530         gnus-blocked-images in the summary buffer.
531
532 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
533
534         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
535
536 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
537
538         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
539         like "a", it seems like.
540         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
541         since it needs to be picked from the correct buffer.
542
543         * nnwfm.el: Removed.
544
545         * nnlistserv.el: Removed.
546
547 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
548
549         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
550         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
551
552 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
553
554         * nnkiboze.el: Removed.
555
556         * nndb.el: Removed.
557
558         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
559         alt text.
560         (gnus-html-rescale-image): Try to get the rescaling logic right for
561         images that are just wide and not tall.
562
563         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
564         overshadow variable bindings.
565
566 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
567
568         * gnus-html.el (gnus-html-wash-tags)
569         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
570         extra logging.
571
572 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
573
574         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
575         (gnus-max-image-proportion): New variable.
576         (gnus-html-rescale-image): New function.
577         (gnus-html-put-image): Rescale images.
578
579 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
580
581         Fix up some byte-compiler warnings.
582         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
583         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
584         (gnus-article-fill-cited-article, gnus-article-hide-citation)
585         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
586         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
587         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
588         (gnus-group-update-group): Use save-excursion and with-current-buffer.
589
590 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
591
592         * gnus-html.el (gnus-article-html): Decode contents by charset.
593
594 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
595
596         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
597         (gnus-html-frame-width, gnus-blocked-images)
598         * message.el (message-prune-recipient-rules): Add custom version.
599         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
600
601         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
602         functions.
603
604         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
605         gnus-process-get.
606
607 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
608
609         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
610         instead of lsub directly.
611
612 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
613
614         * nnwarchive.el: Removed.
615
616         * gnus-soup.el: Removed.
617
618         * nnsoup.el: Removed.
619
620         * nnultimate.el: Removed.
621
622         * gnus-html.el (gnus-blocked-images): New variable.
623
624         * message.el (message-prune-recipients): New function.
625         (message-prune-recipient-rules): New variable.
626
627         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
628         guess whether a long line is natural text or not.
629
630         * gnus-html.el (gnus-html-schedule-image-fetching): Use
631         gnus-process-plist and friends for compatibility.
632
633 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
634
635         * gnus-html.el: Require packages that define macros used in this file.
636         (gnus-article-mouse-face): Declare to silence byte-compiler.
637         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
638         process-get.
639         (gnus-html-put-image): Use plist-get to avoid getf.
640         (gnus-html-prefetch-images): Use with-current-buffer.
641
642 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
643
644         * gnus-ems.el: Provide compatibility functions for
645         gnus-set-process-plist.
646
647         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
648         header-line-format for XEmacs 21.4.
649
650         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
651         * gnus.el (gnus-valid-select-methods)
652         * message.el (message-send-mail-partially-limit)
653         * mm-decode.el (mm-text-html-renderer)
654         * mml.el (mml-insert-mime-headers-always)
655         * smiley.el (smiley-regexp-alist): Bump custom version.
656
657 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
658
659         * gnus-html.el: require mm-url.
660         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
661         with the url to `url'.
662         (gnus-html-wash-tags): Support cid: URLs/images.
663
664 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
665
666         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
667         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
668         bindings, as they aren't useful at all. `w' is moved to `W w'.
669
670         * gnus-move.el: Removed file, since it doesn't really work.
671
672         * gnus-html.el (gnus-article-html): Tell w3m that the input is
673         UTF-8. This seems to fix problems with some German web feeds.
674
675         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
676         at the top so that the proper colours are applied.
677
678         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
679         don't have dots in their names.
680
681         * gnus-art.el (gnus-article-view-part): Doc fix.
682
683         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
684         XEmacs-compatible.
685         (gnus-html-put-image): Don't do images on non-graphic displays.
686
687         * nnslashdot.el: Removed this unused backend.
688
689         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
690         actions.
691         (gnus-undo-register-1): Revert last change.
692
693         * gnus-group.el (gnus-group-completing-read): Protect against not
694         having completion-styles bound.
695
696         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
697         make broken recipients happier.
698
699         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
700
701         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
702         point parameter.
703
704         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
705
706         * gnus-group.el (gnus-group-completing-read): Add 'substring to
707         completion-styles for group selection.
708
709 2009-02-04  Andreas Schwab  <schwab@suse.de>
710
711         * gnus-score.el (gnus-score-string): Fix regex for matching extra
712         headers and regexp-quote the match if necessary.
713
714 2009-03-24  Miles Bader  <miles@gnu.org>
715
716         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
717         the blinking smiley.
718
719 2009-03-24  Simon Josefsson  <simon@josefsson.org>
720
721         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
722         blink smiley.
723
724 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
725
726         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
727         where the dribbel file lives exists.
728
729         * message.el (message-send-mail-partially-limit): Change the default to
730         nil, since most people don't want this.
731
732         * mm-url.el (mm-url-decode-entities): Also decode entities like
733         &#x3212.
734
735 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
736
737         * gnus-sum.el (gnus-summary-idna-message):
738         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
739         Hyperlink urls in docstrings with URL `...'.
740
741 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
742
743         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
744         functions.
745
746 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
747
748         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
749         say what the mouseover text should be.
750
751         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
752         version of the mm-w3m-safe-url-regexp variable to only download images
753         in the groups where we want that to happen.
754
755         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
756
757         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
758         easier debugging.
759         (gnus-article-beginning-of-window): Add kludge to allow spacing past
760         big pictures in the article buffer.
761
762         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
763         gnus-article-html.
764         (mm-text-html-renderer): gnus-article-html needs curl in addition to
765         w3m.
766
767         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
768
769 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
770
771         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
772         which doesn't exist.
773
774         * message.el (message-inhibit-ecomplete): New variable to allow some
775         function to inhibit ecomplete address storage.
776         (message-resend): Disable ecomplete message storage when resending
777         messages.
778
779         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
780
781 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
782
783         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
784         Save excursion while copying, moving, and deleting articles in order to
785         prevent the cursor from jumping to unforeseen place.
786
787 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
788
789         * lpath.el: No need to bind bookmark-current-buffer,
790         bookmark-yank-point and bookmark-make-record-function.
791
792 2010-08-17  Glenn Morris  <rgm@gnu.org>
793
794         * gnus-sync.el: Require gnus components whose functions are used.
795
796         * gnus-art.el (bookmark-make-record-function):
797         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
798         Declare for compiler.
799
800         * mm-url.el (mml-compute-boundary): Autoload.
801
802 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
803
804         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
805
806 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
807
808         Typo fix "hoo4a" -> "hook".
809
810         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
811
812 2010-08-14  Glenn Morris  <rgm@gnu.org>
813
814         * gnus-sync.el (gnus-sync): Fix defgroup version.
815
816 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
817
818         Doc fixes and keep unknown groups (ammended for nunion bug fix).
819
820         * gnus-sync.el: Fix docs.
821         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
822         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
823
824 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
825
826         Optimizations for gnus-sync.el.
827
828         * gnus-sync.el: Add docs about gnus-sync-backend
829         possibilities.
830         (gnus-sync-save): Remove unnecessary message.
831         (gnus-sync-read): Optimize and show what groups were skipped.
832
833 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
834
835         Minor bug fixes for gnus-sync.el.
836
837         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
838         read the sync on get-new-news.
839
840         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
841         quiet.
842
843         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
844
845 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
846
847         Make saving and restoring of hidden threads work with overlays.
848         Patch applied by Ted Zlatanov.
849
850         * gnus-sum.el (gnus-hidden-threads-configuration)
851         (gnus-restore-hidden-threads-configuration): Update to deal with text
852         properties, rather than searching for a magic character.
853
854 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
855
856         New gnus-sync.el library for synchronization of marks.
857
858         * gnus-sync.el: New library for synchronization of marks.
859
860         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
861         renamed from `gnus-registry-grep-in-list'.
862
863         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
864
865         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
866
867 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
868
869         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
870         determining charset of text fails.
871
872 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
873
874         * nnmail.el (nnmail-get-new-mail-1): Revert.
875
876         * nnml.el (nnml-active-number): Make sure names of newly created groups
877         in nnml-group-alist are encoded.
878
879 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
880
881         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
882         containing non-ASCII characters in active file for nnml back end.
883
884 2010-07-24  David Engster  <dengste@eml.cc>
885
886         * mml-smime.el (mml-smime-epg-verify): Also accept the older
887         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
888
889 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
890
891         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
892         tag (Bug#6654).
893
894 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
895
896         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
897         the article buffer, not the summary buffer.
898
899 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
900
901         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
902         Emacs 23 as well.
903
904 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
905
906         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
907         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
908
909 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
910
911         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
912         Patch applied by Karl Fogel.
913
914         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
915         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
916
917 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
918
919         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
920         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
921         C-w still not working correctly from Article buffers; Thierry's
922         patch to fix that will be applied after this.
923
924         * gnus-art.el (bookmark-make-record-function): New local variable.
925
926         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
927         article buffer.
928         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
929
930 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
931
932         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
933         on changes in bookmark.el.
934
935 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
936
937         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
938         `no-log' instead of message not to log prompt string.
939
940 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
941
942         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
943         the *other* type of HTML form submission.
944
945 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
946
947         * auth-source.el (auth-source-pick): If choice does not contain a
948         questioned keyword, set the check to t.
949
950 2010-06-12  Romain Francoise  <romain@orebokech.com>
951
952         * gnus-util.el (gnus-date-get-time): Move up before first use.
953
954 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
955
956         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
957         (gnus-article-edit-part): Bind it to make last part that is substituted
958         or deleted visible.
959         (gnus-mime-display-single): Buttonize part of which id equals to
960         gnus-mime-buttonized-part-id.
961
962 2010-06-10  Dan Christensen  <jdc@uwo.ca>
963
964         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
965         (gnus-dd-mmm): Use gnus-date-get-time.
966         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
967         simplify logic.
968         (gnus-summary-limit-to-age): Use gnus-date-get-time.
969         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
970
971 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
972
973         * auth-source.el (top): Autoload `secrets-list-collections',
974         `secrets-create-item', `secrets-delete-item'.
975         (auth-sources): Fix tag string.
976         (auth-get-source, auth-source-retrieve, auth-source-create)
977         (auth-source-delete): New defuns.
978         (auth-source-pick): Rewrite in order to avoid 2 passes.
979         (auth-source-forget-user-or-password): New parameter USERNAME.
980         (auth-source-user-or-password): New parameters CREATE-MISSING and
981         DELETE-EXISTING.  Retrieve password interactively, if needed.
982
983 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
984
985         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
986         deleting unused directories when gnus-expert-user is t.
987
988 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
989
990         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
991         for each temp file when gnus-article-browse-delete-temp is ask.
992
993 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
994
995         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
996         Lisp calls to delete-backward-char by calls to delete-char.
997
998 2010-05-20  Kevin Ryde  <user42@zip.com.au>
999
1000         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
1001
1002 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1003
1004         * password-cache.el (password-cache-remove): Fix docstring.
1005
1006 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1007
1008         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
1009         article unless decoding article to be saved.
1010
1011 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1012
1013         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
1014         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
1015         generated within the mm-with-unibyte-current-buffer macro.
1016
1017 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1018
1019         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
1020         to nil when we're in a mml-preview buffer and no group is selected.
1021
1022 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
1023
1024         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
1025         when catching the `C-g'.  Reported by "Leo".
1026
1027 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1028
1029         * message.el (message-forward-make-body-plain)
1030         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
1031         multibyte-string-p.
1032
1033         * lpath.el: Revert.
1034
1035 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1036
1037         * message.el (message-forward-make-body-mml): Assume original message
1038         is multibyte string; error on unibyte.
1039         (message-forward-make-body-plain): Ditto; don't add excessive newline
1040         in body end.
1041
1042         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
1043
1044 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
1045
1046         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
1047         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
1048
1049 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1050
1051         * mm-extern.el (mm-extern-url): Don't use
1052         mm-with-unibyte-current-buffer.
1053         (mm-extern-cache-contents): Use with-current-buffer instead of
1054         save-excursion + set-buffer.
1055
1056 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1057
1058         * mm-util.el (mm-emacs-mule): Remove.
1059
1060 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
1061
1062         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
1063         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
1064         change.
1065
1066 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1067
1068         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
1069         bind the default value of enable-multibyte-characters to nil.
1070
1071 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1072
1073         * message.el (message-forward-make-body-plain)
1074         (message-forward-make-body-mml):
1075         Don't use mm-with-unibyte-current-buffer.
1076
1077 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1078
1079         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
1080
1081 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
1082
1083         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
1084         (Bug#5592).
1085
1086 2010-05-07  Julien Danjou  <julien@danjou.info>
1087
1088         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
1089         it to mm-pipe-part.
1090
1091         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
1092         it is given.
1093
1094 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1095
1096         * binhex.el (binhex-decode-region-internal)
1097         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
1098         (dns-query)
1099         * nnweb.el (nnweb-gmane-search)
1100         * pgg-parse.el (pgg-parse-armor)
1101         * pgg.el (pgg-verify-region)
1102         * sha1.el (sha1-string-external)
1103         * uudecode.el (uudecode-decode-region-internal)
1104         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
1105         XEmacs.
1106
1107         * gnus-art.el (gnus-article-browse-html-parts)
1108         * gnus-group.el (gnus-read-ephemeral-gmane-group)
1109         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
1110         make-temp-file.
1111
1112         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
1113         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
1114         compiling.
1115
1116         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
1117         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
1118         XEmacs when compiling.
1119
1120         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
1121         gnus-pick-mode-off-hook for XEmacs when compiling.
1122         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
1123         gnus-binary-mode-off-hook for XEmacs when compiling.
1124
1125         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
1126         nil if char-charset is not available.
1127
1128         * imap.el (imap-disable-multibyte)
1129         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
1130         macros.
1131
1132         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
1133         instead of encode-coding-string.
1134
1135         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
1136         'xemacs) instead of mm-emacs-mule to switch function definitions.
1137         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
1138
1139         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
1140         bind temporary-file-directory for XEmacs;
1141         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
1142         timer-set-function for XEmacs 21.4 and SXEmacs;
1143         bind timer-list for XEmacs 21.4 and SXEmacs;
1144         fbind char-charset and find-charset-region for non-Mule XEmacs;
1145         fbind decode-coding-region, decode-coding-string, detect-coding-region,
1146         encode-coding-region and encode-coding-string for XEmacs having no
1147         file-coding feature.
1148
1149 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
1150
1151         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
1152
1153 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1154
1155         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
1156         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
1157
1158 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
1159
1160         * mm-util.el (mm-decompress-buffer): Use `delete-file';
1161         alias `jka-compr-delete-temp-file' no longer exists.
1162
1163 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1164
1165         Use define-minor-mode in Gnus where applicable.
1166         * mml.el (mml-mode): Use define-minor-mode.
1167         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
1168         (gnus-undo-mode): Use define-minor-mode.
1169         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
1170         (gnus-dead-summary-mode): Use define-minor-mode.
1171         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
1172         Initialize in declaration.
1173         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
1174         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
1175         (gnus-mailing-list-mode): Use define-minor-mode.
1176         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
1177         (gnus-draft-mode): Use define-minor-mode.
1178         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
1179         (gnus-dired-mode): Use define-minor-mode.
1180
1181 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
1182
1183         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
1184         handles on recursive mml-to-mime translation and check them for
1185         boundary delimiter collisions.  Reported by Greg Troxel.
1186
1187 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1188
1189         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
1190
1191 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1192
1193         * mm-util.el (mm-find-buffer-file-coding-system):
1194         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
1195
1196 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
1197
1198         * message.el (message-generate-headers): Record insertion of optional
1199         headers as well.  Otherwise the check to prevent repeated insertion of
1200         optional headers is a no-op.
1201
1202 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
1203
1204         * smime.el: Don't mention CVS.
1205
1206         * nnrss.el (nnrss-fetch): Don't mention CVS.
1207
1208         * nnir.el: Don't mention CVS.
1209
1210 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1211
1212         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
1213
1214 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1215
1216         * lpath.el: Fbind bookmark-default-handler,
1217         bookmark-get-bookmark-record, bookmark-make-record-default,
1218         bookmark-prop-get for Emacs <23 and XEmacs.
1219
1220 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1221
1222         * gnus-sum.el: Add bookmark declarations to silence the compiler.
1223         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
1224         Use with-current-buffer to silence the byte-compiler.
1225         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
1226         bother to require `gnus'.
1227         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
1228
1229 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1230
1231         * gnus-sum.el (gnus-summary-bookmark-make-record)
1232         (gnus-summary-bookmark-jump): New functions.
1233         (gnus-summary-mode): Setup bookmark support.
1234
1235 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
1236
1237         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
1238         if set.
1239
1240 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1241
1242         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
1243         gnus-article-browse-html-save-cid-image; make it work recursively for
1244         forwarded messages as well.
1245         (gnus-article-browse-html-parts): Work when prefix arg is given.
1246         (gnus-article-browse-html-article): Doc fix.
1247
1248 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
1249
1250         * message.el (message-default-mail-headers):
1251         (message-default-headers): Carry the value mail-default-headers over
1252         into message-default-mail-headers, rather than message-default-headers.
1253
1254 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
1255
1256         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
1257         charset.
1258
1259         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
1260         charset into the <meta> tag when the article is encoded to utf-8.
1261
1262 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1263
1264         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
1265         directories as well.
1266         (gnus-article-browse-html-parts): Work for images that do not specify
1267         file names; delete temp directory when quitting; insert header at the
1268         right place; use file: scheme for image files.
1269
1270 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
1271
1272         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
1273         (gnus-article-browse-html-parts): Use it to make temporary cid image
1274         files in addition to html file so that browser may display them.
1275
1276 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1277
1278         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1279
1280 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1281
1282         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
1283
1284 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
1285
1286         * auth-source.el (auth-sources): Change default to be simpler.  Explain
1287         about Secret Service API sources.  Improve Customize options.
1288         (auth-source-pick): Change to accept any number of search parameters.
1289         Implement fallbacks iteratively, not recursively.  Add scoring on the
1290         second pass and sort by score.  Call Secret Service API when needed.
1291         (auth-source-user-or-password): Use it.  Call Secret Service API
1292         directly when needed to get the user name and the password.
1293
1294 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1295
1296         * message.el (message-interactive): Doc fix.
1297         (message-qmail-inject-args): Reflow.
1298         (message-kill-to-signature): Fix typo in docstring.
1299
1300         * smiley.el (smiley-buffer): Fix typo in docstring.
1301
1302 2010-03-24  Glenn Morris  <rgm@gnu.org>
1303
1304         * mail-source.el (gnus-message): Declare.
1305         (mail-source-delete-old-incoming): Require gnus-util.
1306
1307 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1308
1309         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
1310
1311         * message.el (ecomplete-setup): Autoload it for Emacs <23.
1312
1313         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
1314         password-cache's default if it is not bound.
1315         (mml-secure-passphrase-cache-expiry): Default to 16 that is
1316         password-cache-expiry's default if it is not bound.
1317
1318         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
1319         available in Emacs 21.
1320
1321         * lpath.el: Suppress compiler warnings for:
1322         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
1323         XEmacs;
1324         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
1325         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
1326         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
1327
1328 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
1329
1330         * auth-source.el (auth-sources): Fix up definition so extra parameters
1331         are always inline.
1332
1333 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
1334
1335         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
1336         wasn't updated after mismatch.  Clear cached mailbox info correctly
1337         when uidvalidity changes.
1338         (nnimap-group-prefixed-name): New function to avoid some code
1339         duplication.
1340         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
1341         (nnimap-request-group): Use it.
1342         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
1343         (nnimap-update-unseen): Significantly improved speed of Gnus startup
1344         with many imap folders.  This is done by caching the group status from
1345         the imap server persistently in a group parameter `imap-status'.  (This
1346         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
1347         but not persistently, so every Gnus startup was still very slow.)
1348
1349 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
1350
1351         * assistant.el (assistant-render-text): Run `widget-setup' and don't
1352         delete the extra newline.  Otherwise editing of :string and :number
1353         types don't work.
1354
1355 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1356
1357         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
1358         secrets.el dependency.
1359         (auth-sources): Add optional user name.  Add secrets.el configuration
1360         choice (unused right now).
1361
1362 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1363
1364         * gnus-sum.el (gnus-summary-make-menu-bar): Let
1365         `gnus-registry-install-shortcuts' fill in the functions.
1366
1367         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
1368         warnings.
1369         (gnus-registry-misc-menus): Variable to hold registry mark menus.
1370         (gnus-registry-install-shortcuts): Populate and use it in a
1371         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
1372
1373 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
1374
1375         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
1376         In-place substitutions for the group name encoding/decoding.
1377         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
1378         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
1379         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
1380         (nnimap-update-unseen, nnimap-request-list)
1381         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
1382         (nnimap-request-set-mark, nnimap-split-to-groups)
1383         (nnimap-split-articles, nnimap-request-newgroups)
1384         (nnimap-request-create-group, nnimap-request-accept-article)
1385         (nnimap-request-delete-group, nnimap-request-rename-group)
1386         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
1387         `encoded-mbx' for consistency.
1388         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
1389         variable `imap-current-mailbox'.
1390
1391         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
1392         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
1393
1394 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
1395
1396         * pop3.el (pop3-display-message-size-flag): Display message size byte
1397         counts during POP3 download.
1398         (pop3-movemail): Use it.
1399         (pop3-list): Implement listing of available messages.
1400
1401 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
1402
1403         * nnir.el (nnir-get-article-nov-override-function): New function to
1404         override the normal NOV retrieval.
1405         (nnir-retrieve-headers): Use it.
1406
1407 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
1408
1409         * auth-source.el (netrc-machine-user-or-password): Autoload.
1410
1411 2010-03-19  Glenn Morris  <rgm@gnu.org>
1412
1413         Stop message.el from loading about 40 libraries it doesn't always need.
1414         The general approach is to autoload rather than require, and to
1415         require in the specific functions rather than the file.  (Bug#5642)
1416
1417         * gmm-utils.el: Don't require wid-edit.
1418         (widget-create-child-value, widget-convert, widget-default-get):
1419         Autoload.
1420
1421         * gnus-util.el: Don't require time-date, netrc.
1422         (message-fetch-field, gnus-group-name-decode): Declare rather than
1423         autoloading.
1424         (gnus-fetch-field): Require message.
1425         (gnus-decode-newsgroups): Require gnus-group.
1426
1427         * ietf-drums.el: Don't require time-date.
1428
1429         * message.el: Don't require hashcash, canlock, ecomplete.
1430         Do require mail-utils.  Require nnheader only when compiling.
1431         (smtpmail-default-smtp-server): Remove declaration.
1432         (message-send-mail-function): Check smtpmail-default-smtp-server
1433         is bound rather than requiring smtpmail.
1434         (message-auto-save-directory, message-insert-signature): Use
1435         expand-file-name rather than nnheader-concat.
1436         (nnheader-insert-file-contents): Autoload.
1437         (hashcash-wait-async): Declare.
1438         (message-send-mail): Only call gnus-setup-posting-charset if
1439         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
1440         (message-send-mail-with-sendmail): Require sendmail.
1441         (canlock-password, canlock-password-for-verify): Declare.
1442         (message-canlock-password): Require canlock.
1443         (nnheader-get-report): Autoload.
1444         (gnus-setup-posting-charset): Declare.
1445         (message-send-news): Require gnus-msg.
1446         (message-make-references, message-make-in-reply-to): Use mail-header-id
1447         rather than the alias mail-header-message-id.
1448         (ecomplete-add-item, ecomplete-save): Declare.
1449         (message-put-addresses-in-ecomplete): Require ecomplete.
1450         (ecomplete-display-matches): Autoload.
1451
1452         * mm-decode.el: Don't require mailcap, gnus-util.
1453         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
1454         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
1455         Autoload.
1456         (mailcap-mime-extensions): Declare.
1457
1458         * mm-encode.el: Don't require mailcap.
1459         (mailcap-extension-to-mime): Autoload.
1460
1461         * mml-sec.el: Don't require password-cache.
1462
1463         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
1464         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
1465         (mml-minibuffer-read-type): Require mailcap.
1466         (mml-preview): Require gnus-msg.
1467
1468         * mml1991.el: Require password-cache.
1469         (password-cache-expiry): Remove declaration.
1470
1471         * mml2015.el: Require password-cache.
1472         (password-cache-expiry): Remove declaration.
1473
1474         * nneething.el (mailcap): Require mailcap.
1475
1476         * nnheader.el (declare-function): Add compatibility stub.
1477         (message-remove-header): Declare rather than autoload.
1478         (nnheader-replace-header): Require message.
1479
1480         * nnimap.el (declare-function): Add compatibility stub.
1481         (netrc-parse, netrc-machine-user-or-password): Declare.
1482         (nnimap-open-connection): Require netrc.
1483
1484         * nntp.el (declare-function): Add compatibility stub.
1485         (netrc-parse, netrc-machine, netrc-get): Declare.
1486         (nntp-send-authinfo): Require netrc.
1487
1488         * rfc2047.el: Don't require qp.
1489         (quoted-printable-encode-region, quoted-printable-decode-string):
1490         Autoload.
1491
1492         * sieve-mode.el: Don't require easymenu.
1493         (easy-menu-add-item): Autoload it.
1494
1495         * spam-stat.el (time-to-number-of-days): Autoload it.
1496
1497 2010-03-19  Glenn Morris  <rgm@gnu.org>
1498
1499         * password-cache.el (password-cache, password-cache-expiry): Autoload.
1500
1501 2010-03-18  Glenn Morris  <rgm@gnu.org>
1502
1503         * hashcash.el (declare-function): Remove duplicate definition.
1504
1505 2010-03-17  Kevin Ryde  <user42@zip.com.au>
1506
1507         * mml.el (mml-read-tag): Unquote values with `read' to reverse
1508         prin1 in mml-insert-tag (just stripping the quotes gave wrong
1509         value if any backslash escapes).
1510
1511 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1512
1513         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
1514         if it is available.  (bug#5647)
1515
1516         * lpath.el: Suppress compiler warning for coding-system-from-name for
1517         Emacs 21 and XEmacs.
1518
1519 2010-03-14  Juri Linkov  <juri@jurta.org>
1520
1521         * hmac-def.el:
1522         * hmac-md5.el:
1523         * netrc.el: Fix keywords.
1524
1525 2010-02-26  Glenn Morris  <rgm@gnu.org>
1526
1527         * message.el (message-send-mail-function): Change the default, so that
1528         it inherits from a customized send-mail-function.  (Bug#5643)
1529
1530 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1531
1532         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
1533         shell-command-to-string signals an error (bug#5299).
1534
1535 2010-02-24  Glenn Morris  <rgm@gnu.org>
1536
1537         * message.el (message-smtpmail-send-it)
1538         (message-send-mail-with-mailclient): Doc fixes.
1539
1540 2010-02-16  Glenn Morris  <rgm@gnu.org>
1541
1542         * message.el (message-default-mail-headers): Change the default value
1543         to ease the transition from mail-mode to message-mode.  (Bug#5555)
1544
1545 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1546
1547         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
1548         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
1549
1550 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1551
1552         * time-date.el (date-to-time): Doc fix (Bug#5408).
1553
1554 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1555
1556         * message.el (message-mail): Just pass yank-action on to message-setup.
1557         (message-setup): Handle (FUN . ARGS) form of yank-action.
1558         (message-with-reply-buffer, message-widen-reply)
1559         (message-yank-original): Handle non-buffer values of
1560         message-reply-buffer (Bug#4080).
1561         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
1562
1563 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1564
1565         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
1566         Fix typo in docstring.
1567
1568 2010-01-08  Jason Rumney  <jasonr@gnu.org>
1569
1570         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
1571         response.
1572
1573 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1574
1575         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
1576
1577         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1578
1579         * message.el (message-check-news-header-syntax): Protect against a
1580         string that `rfc822-addresses' returns when parsing fails.
1581
1582 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1583
1584         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
1585         (gnus-previous-char-property-change): New functions.
1586
1587         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
1588
1589 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
1590
1591         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
1592         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
1593
1594 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1595
1596         * message.el (message-exchange-point-and-mark): Rework last change to
1597         avoid using optional arg of exchange-point-and-mark, for backward
1598         compatibility.
1599
1600 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1601
1602         * message.el (message-exchange-point-and-mark): Call
1603         exchange-point-and-mark with an argument rather than setting
1604         mark-active by hand (Bug#5175).
1605
1606 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1607
1608         * nntp.el (nntp-service-to-port): Work for service expressed with
1609         numeric string; replace [:digit:] with [0-9] for XEmacs.
1610
1611 2009-12-17  Glenn Morris  <rgm@gnu.org>
1612
1613         * gnus-group.el (gnus-bug-group-download-format-alist):
1614         Change emacs entry to debbugs.gnu.org.  Bump :version.
1615
1616 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1617
1618         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
1619
1620 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
1621
1622         * message.el (message-info): Explain why we use `Info-goto-node'.
1623
1624 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1625
1626         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
1627
1628 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1629
1630         * message.el (message-completion-in-region): New compatibility function.
1631         (message-expand-group): Use it.
1632
1633 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1634
1635         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
1636         with no unread article should be listed if the 2nd arg `predicate' is
1637         given.
1638
1639 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1640
1641         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
1642
1643 2009-11-29  Juri Linkov  <juri@jurta.org>
1644
1645         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
1646         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
1647         on `gnus-recenter'. (Bug#4698, Bug#4981)
1648
1649 2009-11-26  Kevin Ryde  <user42@zip.com.au>
1650
1651         * sha1.el (sha1-string-external): default-directory "/" in case
1652         otherwise non-existent.  process-connection-type pipe for touch of
1653         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
1654
1655 2009-11-25  Kevin Ryde  <user42@zip.com.au>
1656
1657         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
1658         it's comms related and sgml-mode.el has "comm" on that basis too.
1659
1660 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1661
1662         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
1663         containing tspecial characters if they have been already quoted.
1664
1665 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1666
1667         * dns-mode.el (auto-mode-alist): Purecopy string.
1668
1669 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1670
1671         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
1672
1673 2009-10-24  Glenn Morris  <rgm@gnu.org>
1674
1675         * gnus-art.el (help-xref-stack-item): Define for compiler.
1676
1677 2009-10-21  Kevin Ryde  <user42@zip.com.au>
1678
1679         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
1680
1681 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1682
1683         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
1684
1685 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1686
1687         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
1688         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
1689
1690 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1691
1692         * gnus.el (gnus-overlay-get): New alias to overlay-get.
1693         (gnus-overlays-in): New alias to overlays-in.
1694
1695         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
1696         gnus-overlay-get, and gnus-delete-overlay.
1697         (gnus-summary-show-thread): Make it work as well for systems in which
1698         next-single-char-property-change is not available.
1699         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
1700
1701         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
1702         (gnus-overlay-get): New alias to extent-property.
1703         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
1704
1705         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
1706         SXEmacs.
1707
1708         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
1709         SXEmacs.
1710
1711 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
1712
1713         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
1714
1715 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
1716
1717         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
1718         and XEmacs that don't have `remove-overlays'.
1719
1720 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1721
1722         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
1723         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
1724         selective display.  Use overlays instead.
1725
1726 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1727
1728         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
1729
1730 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
1731
1732         * spam-stat.el (spam-stat-load): Fix typo in message.
1733
1734 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
1735
1736         * dig.el (dig-invoke): Fix typo in docstring.
1737         (query-dig): Reflow docstring.
1738
1739 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
1740
1741         * gnus-art.el (gnus-article-encrypt-body):
1742         * message.el (message-check-recipients):
1743         * mm-util.el (mm-codepage-setup):
1744         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
1745         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
1746
1747 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
1748
1749         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
1750         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
1751         keys from the menu if mm-{sign,encrypt}-option is 'guided.
1752         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
1753         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
1754
1755 2009-09-21  Kevin Ryde  <user42@zip.com.au>
1756
1757         * dig.el: Add "Keywords: comm", as per net-utils.el.
1758
1759 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1760
1761         * dig.el (dig-mode): Use define-derived-mode.
1762
1763 2009-09-19  Glenn Morris  <rgm@gnu.org>
1764
1765         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
1766
1767 2009-09-18  Glenn Morris  <rgm@gnu.org>
1768
1769         * gnus-diary.el (gnus-diary-check-message):
1770         * message.el (message-insert-formatted-citation-line):
1771         * nnbabyl.el (top-level):
1772         * nndiary.el (nndiary-schedule):
1773         Fix typos in condition-case handlers.
1774
1775 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1776
1777         * gnus-art.el (gnus-article-edit-part): Work for the buffer
1778         configuration that provides the sole article window in a frame;
1779         position point correctly after deleting a part.
1780
1781 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
1782
1783         * spam.el (spam-unregister-on-reregister): Add boolean variable.
1784         (spam-resolve-registrations-routine): Use it to unregister articles
1785         that change status.
1786
1787 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1788
1789         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
1790         with XEmacs.
1791         (parse-time-string-chars): Use it.
1792
1793 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
1794
1795         * imap.el (imap-interactive-login): Better messages.
1796         (imap-open): Fix bug with renamed buffer on reconnect.
1797         (imap-authenticate): Add buffer-local imap-last-authenticator variable
1798         for easier debugging and cleaner code.  On successful (guessed based on
1799         server capabilities) secondary authentication, set imap-state
1800         correctly.
1801         (imap-last-authenticator): Define imap-last-authenticator as a variable
1802         to avoid warnings.
1803
1804 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1805
1806         * nnrss.el (nnrss-request-article): Remove binding of
1807         default-enable-multibyte-characters that has gotten needless by
1808         the 2007-07-13 change in rfc2047-encode-message-header.
1809
1810         * mml.el (mml-insert-multipart): Error on the message header.
1811         (mml-insert-part): Error on the message header; position point at
1812         the end of a MIME tag.
1813
1814 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1815
1816         * time-date.el (autoload): Expand define-obsolete-function-alias into
1817         defalias and make-obsolete for old Emacsen that Gnus supports.
1818         (with-no-warnings): Define it for old Emacsen.
1819         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
1820         is available.
1821         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
1822         float-time is available; suppress compile warning for time-to-seconds.
1823
1824         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
1825         (gnus-float-time): Alias to float-time if it exists.
1826
1827         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
1828         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
1829         float-time is available; suppress compile warning for time-to-seconds.
1830
1831         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
1832         XEmacs.
1833
1834 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
1835
1836         * imap.el (imap-message-map): Docstring fix.
1837
1838 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1839
1840         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
1841         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
1842         Add the optional argument `encoding' that overrides the default.
1843
1844         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
1845         mm-encode-buffer.
1846
1847 2009-09-04  Glenn Morris  <rgm@gnu.org>
1848
1849         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
1850         mm-disable-multibyte, rather than default-enable-multibyte-characters.
1851         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
1852         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
1853         * mm-util.el (mm-with-unibyte-current-buffer)
1854         (mm-find-buffer-file-coding-system):
1855         * yenc.el (yenc-decode-region): Use default-value rather than
1856         default-enable-multibyte-characters.
1857
1858 2009-09-03  Glenn Morris  <rgm@gnu.org>
1859
1860         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
1861         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
1862         than default-enable-multibyte-characters.
1863
1864 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
1865
1866         * gnus-art.el (gnus-article-read-summary-keys):
1867         Fix gnus-buffer-configuration's value temporarily used.
1868
1869 2009-09-02  Glenn Morris  <rgm@gnu.org>
1870
1871         * gnus-util.el (gnus-float-time): New function.
1872         * gnus-delay.el (gnus-delay-article):
1873         * gnus-sum.el (gnus-thread-latest-date):
1874         * gnus-util.el (gnus-user-date): Use gnus-float-time.
1875         * nnspool.el (nnspool-request-newgroups):
1876         Use gnus-float-time rather than time-to-seconds.
1877         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
1878
1879         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
1880         (gnus-header-subject-face, gnus-header-newsgroups-face)
1881         (gnus-header-name-face, gnus-header-content-face):
1882         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
1883         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
1884         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
1885         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
1886         (gnus-cite-face-11):
1887         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
1888         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1889         (gnus-server-closed-face, gnus-server-denied-face)
1890         (gnus-server-offline-face):
1891         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
1892         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
1893         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
1894         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
1895         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
1896         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
1897         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
1898         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
1899         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
1900         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
1901         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
1902         (gnus-summary-selected-face, gnus-summary-cancelled-face)
1903         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
1904         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
1905         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
1906         (gnus-summary-high-undownloaded-face)
1907         (gnus-summary-low-undownloaded-face)
1908         (gnus-summary-normal-undownloaded-face)
1909         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
1910         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
1911         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
1912         (gnus-splash-face):
1913         * message.el (message-header-to-face, message-header-cc-face)
1914         (message-header-subject-face, message-header-newsgroups-face)
1915         (message-header-other-face, message-header-name-face)
1916         (message-header-xheader-face, message-separator-face)
1917         (message-cited-text-face, message-mml-face):
1918         * sieve-mode.el (sieve-control-commands-face)
1919         (sieve-action-commands-face, sieve-test-commands-face)
1920         (sieve-tagged-arguments-face):
1921         * spam.el (spam-face):
1922         Mark face aliases with "-face" in the name as obsolete.
1923
1924 2009-09-01  Glenn Morris  <rgm@gnu.org>
1925
1926         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
1927         than goto-line.
1928
1929 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1930
1931         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1932         Don't move point if the command is invoked inside the message header.
1933
1934 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1935
1936         * imap.el (imap-send-command): Simplify.
1937         (imap-wait-for-tag): point-max -> buffer-size.
1938
1939 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1940
1941         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
1942         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
1943         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
1944         * nnir.el (nnir-swish-e-index-file):
1945         * gnus-sum.el (gnus-summary-delete-marked-as-read)
1946         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
1947         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1948         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
1949         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
1950         (gnus-treat-display-xface): Add Emacs version of obsolescence.
1951
1952 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1953
1954         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1955         Don't save excursion.
1956
1957 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1958
1959         * nnheader.el (nnheader-find-file-noselect):
1960         * mm-util.el (mm-insert-file-contents):
1961         Use (default-value 'major-mode) instead of default-major-mode.
1962
1963 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1964
1965         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
1966
1967 2009-08-26  Glenn Morris  <rgm@gnu.org>
1968
1969         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
1970         than placing in files.el.
1971
1972 2009-08-25  Glenn Morris  <rgm@gnu.org>
1973
1974         * nnir.el (top-level): Don't require cl at run-time.
1975         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
1976         Replace cl-function substitute with gnus-replace-in-string.
1977         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
1978         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
1979         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
1980         simplified expansions.
1981
1982 2009-08-25  Kevin Ryde  <user42@zip.com.au>
1983
1984         * dig.el (dig): Add autoload cookie.
1985
1986 2009-08-22  Glenn Morris  <rgm@gnu.org>
1987
1988         * gnus-art.el (gnus-button-patch): Use forward-line rather than
1989         goto-line.
1990
1991 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
1992
1993         * parse-time.el (parse-time-string-chars): Save match data.
1994
1995 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
1996
1997         * parse-time.el (parse-time-string-chars): Compute using character
1998         classes, to handle non-ascii characters (Bug#3190).
1999
2000 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2001
2002         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
2003
2004         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
2005         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
2006         (gnus-mm-display-part, gnus-mime-display-single)
2007         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
2008         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
2009
2010         * gnus-sum.el
2011         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
2012         (gnus-summary-move-article): Add expirable mark to articles copied or
2013         moved to group that has auto-expire turned on if the option is non-nil.
2014
2015 2009-07-24  Glenn Morris  <rgm@gnu.org>
2016
2017         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
2018         Fix typo.  (Bug#3903)
2019
2020 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2021
2022         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
2023         gnus-article-read-summary-keys rather than gnus-summary-edit-article
2024         that should not be used for draft articles.
2025         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
2026         that has no concern in minor mode keys.
2027         (gnus-article-summary-command, gnus-article-summary-command-nosave):
2028         Abolish.
2029
2030 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2031
2032         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
2033         article without making inquiry to a user for unknown encoding.
2034
2035         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
2036         (nnmaildir--scan): Assume i-node and device number that file-attributes
2037         returns might be cons-cell.
2038
2039         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
2040
2041         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
2042
2043 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
2044
2045         * auth-source.el: Remove docs now in auth.texi.  Don't use
2046         `gnus-message' for logging.  Add new variables `auth-source-debug' and
2047         `auth-source-hide-passwords' and use them.
2048
2049 2009-07-15  Glenn Morris  <rgm@gnu.org>
2050
2051         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
2052
2053 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2054
2055         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
2056         excessive whitespace from the default values of title and description.
2057
2058 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2059
2060         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
2061         mail-fetch-field to fetch Content-Description header in order to
2062         exclude newlines.
2063
2064 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
2065
2066         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
2067         format used by GnuPG 2.0.11.
2068
2069 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2070
2071         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
2072         to deleted part.
2073
2074 2009-05-30  David Engster  <dengste@eml.cc>
2075
2076         * nnmairix.el: Remove old documentation in the commentary block.
2077         (nnmairix-request-group): Do not update active file for nnml back ends.
2078         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
2079         end so that overview files are ignored.
2080         (nnmairix-update-groups): Make updating the groups more robust by using
2081         marks.
2082         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
2083         with dollar characters in message-id.
2084
2085 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
2086
2087         * spam.el: Use dns-query instead of query-dns.  Was renamed on
2088         2008-12-25 in dns.el.
2089
2090 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2091
2092         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
2093         could happen if the text is only composed of spaces and/or tabs.
2094
2095 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
2096
2097         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
2098         when sending a queued message to avoid extra mml tags.
2099
2100 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2101
2102         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
2103
2104 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2105
2106         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
2107         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
2108         rmail-toggle-header for XEmacs;
2109         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
2110
2111 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2112
2113         * gnus-dired.el: Remove autoload for gnus-setup-message.
2114         (gnus-dired-attach): Fake this-command value to prevent Gnus from
2115         displaying Gnus logo; always use compose-mail.
2116
2117 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2118
2119         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
2120
2121 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2122
2123         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
2124         (gnus-nocem-issuers): List currently active issuers; fix custom type.
2125         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
2126         available.
2127         (gnus-nocem-epg-verify): New function.
2128
2129 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
2130
2131         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
2132
2133 2009-02-15  Glenn Morris  <rgm@gnu.org>
2134
2135         * gnus-util.el (rmail-insert-rmail-file-header)
2136         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
2137         autoloads.
2138         (rmail-default-rmail-file): Remove unnecessary declaration.
2139         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
2140
2141 2009-02-14  Glenn Morris  <rgm@gnu.org>
2142
2143         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
2144         variable (only used in gnus-util, which declares it anyway).
2145         (rmail-output-to-rmail-file): Remove autoload of deleted function,
2146         which was only needed by gnus-art (changed to not use it any more).
2147         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
2148         only used in gnus-util, which autoloads it itself.
2149         (rmail-update-summary): Fix autoload.
2150
2151         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
2152         rather than rmail-output-to-rmail-file.
2153
2154 2009-02-07  Glenn Morris  <rgm@gnu.org>
2155
2156         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
2157         autoload of function that no longer exists.
2158         (rmail-toggle-header): Declare.
2159         (message-forward-rmail-make-body): Handle mbox Rmail.
2160
2161 2009-01-31  Glenn Morris  <rgm@gnu.org>
2162
2163         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
2164         2009-01-09 change.
2165
2166 2009-01-31  Dave Love  <fx@gnu.org>
2167
2168         * imap.el (imap-fetch-safe): Bind debug-on-error.
2169         (imap-debug): Add imap-fetch-safe.
2170
2171 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
2172
2173         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
2174         (auth-source-forget-all-cached): New convenience function.
2175         (auth-source-user-or-password): Accept list of modes or a single mode.
2176
2177         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
2178         auth-source modes.
2179
2180         * netrc.el (netrc-machine-user-or-password): Use list of
2181         auth-source modes.
2182
2183         * nnimap.el (nnimap-open-connection): Use list of
2184         auth-source modes.
2185
2186         * nntp.el (nntp-send-authinfo): Use list of
2187         auth-source modes.
2188
2189 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2190
2191         * auth-source.el: Update docs to reflect epa-file-enable is to be used
2192         now.
2193
2194 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2195
2196         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
2197         coding system in XEmacs; add a workaround for XEmacs.
2198
2199         * lpath.el: Fbind coding-system-aliasee.
2200
2201 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2202
2203         * mm-util.el (mm-coding-system-priorities): Protect against nil value
2204         of current-language-environment.
2205
2206 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2207
2208         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
2209         available at runtime.
2210
2211 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2212
2213         * gnus-art.el (article-date-ut): Fix end point of narrowing.
2214
2215 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
2216
2217         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
2218         the greatest positive fixnum value doesn't work under an XEmacs with
2219         bignum support; use the most-positive-fixnum constant instead,
2220         available since Emacs 21.1 with cl and XEmacs 21.1.
2221
2222 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2223
2224         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
2225         XEmacs gets not to work.
2226
2227 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2228
2229         * mm-util.el (mm-coding-system-priorities): Allow the value like
2230         "Japanese (UTF-8)" of current-language-environment.
2231
2232 2009-01-09  Glenn Morris  <rgm@gnu.org>
2233
2234         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
2235         with last-command-event.
2236
2237 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
2238
2239         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
2240         in the doc string.
2241
2242         * message.el (message-fix-before-sending): Amend comment.
2243
2244 2009-01-08  Dave Love  <fx@gnu.org>
2245
2246         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
2247
2248 2009-01-07  David Engster  <dengste@eml.cc>
2249
2250         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
2251         simplified server definitions by converting it via
2252         gnus-server-to-method.
2253
2254 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2255
2256         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
2257         parameter's operands.
2258
2259 2009-01-06  David Engster  <dengste@eml.cc>
2260
2261         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
2262         primary select method (for gnus-group-mark-article-as-read).
2263
2264 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
2265
2266         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
2267         `(gnus)Face', not `(gnus)X-Face'.
2268
2269 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2270
2271         * mm-util.el (mm-ucs-to-char): New function.
2272
2273         * mm-url.el (mm-url-decode-entities): Use it.
2274
2275         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
2276         unicode-to-char.
2277
2278 2009-01-05  Dave Love  <fx@gnu.org>
2279
2280         * time-date.el: Require cl for `declare'.
2281
2282 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
2283
2284         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
2285         Dave Love.
2286
2287 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
2288
2289         * message.el (message-fix-before-sending): Add `eight-bit' to
2290         illegible-text check.
2291
2292 2009-01-03  Michael Olson  <mwolson@gnu.org>
2293
2294         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
2295         `headers' is nil.  This can occur if the IMAP server does not have
2296         permissions to read messages from a folder, but can write new messages
2297         to the folder.
2298         (nnimap-request-article-part): Do not insert `data' if it is nil.
2299
2300         * imap.el (imap-parse-fetch): Courier can insert spurious blank
2301         characters which will confuse `read', so skip past them.
2302
2303 2009-01-01  Dave Love  <fx@gnu.org>
2304
2305         * imap.el (imap-string-to-integer): Fix typo.
2306         (imap-fetch-safe): New function.
2307         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
2308
2309         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
2310
2311         * imap.el (imap-process-connection-type, imap-debug, imap-open):
2312         (imap-parse-greeting): Fix doc strings.
2313         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
2314         (imap-parse-flag-list): Make messages unique.
2315         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
2316
2317         * nnimap.el: Fix author email.
2318         (nnimap-split-rule): Add FIXME comment.
2319         (nnimap-debug): Fix doc string.
2320
2321 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
2322
2323         * dns.el (dns-set-servers): Check "Address".  Fix typo.
2324
2325 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
2326
2327         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
2328         nslookup if resolv.conf isn't available.
2329         (dns-query): Rename from query-dns.
2330         (dns-query-cached): Rename from query-dns-cached.
2331
2332 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2333
2334         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
2335         overlay-arrow-position and overlay-arrow-string buffer-local; no need
2336         to check if those variables exist (first appeared in Emacs 18.50).
2337
2338 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2339
2340         * mm-util.el (mm-line-number-at-pos): New function.
2341
2342         * spam-report.el (spam-report-process-queue): Use it.
2343
2344 2008-12-24  David Engster  <dengste@eml.cc>
2345
2346         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
2347         parameters that haven't existed as variables as buffer-local variables.
2348
2349 2008-12-23  Dave Love  <fx@gnu.org>
2350
2351         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
2352         cadar.
2353
2354         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
2355         imap-starttls-p.
2356         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
2357
2358 2008-12-22  Dave Love  <fx@gnu.org>
2359
2360         * imap.el: Fix author email.  Doc fixes.
2361         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
2362         reply.
2363
2364 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
2365
2366         * spam-report.el (spam-report-gmane-max-requests): New constant.
2367         (spam-report-gmane-wait): New variable.
2368         (spam-report-gmane-ham, spam-report-gmane-spam)
2369         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
2370         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
2371         the server.
2372
2373         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
2374         Add explanations.
2375
2376         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
2377         nnheader-accept-process-output and nnheader-read-timeout if available.
2378         (pop3-movemail): Use it.
2379
2380         * message.el (message-check-news-body-syntax): Fix signature check if
2381         there's an attachment.
2382
2383 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2384
2385         * mm-util.el: Add comments to the mm- emulating functions.
2386
2387 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
2388
2389         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
2390         by Stephen Berman <stephen.berman@gmx.net>.
2391
2392 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2393
2394         * mm-util.el (mm-substring-no-properties): New function.
2395         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
2396         (mm-special-display-p): Enable those lambda forms to be byte compiled.
2397         (mm-string-to-multibyte): Doc fix.
2398
2399         * mml.el (mml-attach-file): Use mm-substring-no-properties.
2400
2401 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2402
2403         * mml.el (mml-attach-file): Strip text properties from file name.
2404         (Bug#1574)
2405
2406 2008-12-16  Glenn Morris  <rgm@gnu.org>
2407
2408         * mm-util.el (mm-charset-override-alist): Declare for compiler.
2409
2410 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2411
2412         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
2413         knows since the charset specified might be a bogus alias that
2414         mm-charset-synonym-alist provides.
2415
2416 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2417
2418         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
2419         "ISO_8859-1".
2420
2421         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
2422
2423 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2424
2425         * mm-util.el (mm-charset-eval-alist):
2426         Define it before mm-charset-to-coding-system.
2427         (mm-charset-to-coding-system): Add optional argument `silent';
2428         define it before mm-charset-override-alist.
2429         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
2430         default value if it can be used in Emacs currently running;
2431         silence mm-charset-to-coding-system.
2432
2433 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2434
2435         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
2436         `allow-override' which says whether to use `mm-charset-override-alist'.
2437         (rfc2047-decode-encoded-words): Use it.
2438
2439         * mm-util.el (mm-charset-override-alist): Fix custom type;
2440         add `(gb2312 . gbk)' to choices.
2441
2442 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2443
2444         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
2445         fast.
2446
2447         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2448
2449         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
2450
2451 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
2452
2453         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
2454         on links.
2455
2456         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2457
2458 2008-12-03  Lute Kamstra  <lute@gnu.org>
2459
2460         * sha1.el: Remove leading * from docstrings of defcustoms,
2461         deffaces, defconsts and defuns.
2462
2463 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2464
2465         * message.el (message-idna-to-ascii-rhs-1): Protect against local
2466         users' addresses that don't have domain parts.
2467         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
2468         rather than message-narrow-to-head since there will be the message
2469         header separator.
2470
2471 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2472
2473         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
2474         since the result is inserted in a unibyte buffer anyway.
2475         (nnimap-demule-use-string-to-multibyte): Remove.
2476         (nnimap-demule): Alias it to mm-string-to-multibyte.
2477
2478 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2479
2480         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
2481         variable for debugging bug#464 and bug#1174.
2482         (nnimap-demule): Use it.
2483
2484 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2485
2486         * gnus-score.el (gnus-score-find-trace): Handle default score in total
2487         score calculation correctly.
2488
2489 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2490
2491         * message.el (message-send-mail): Just set the buffer to unibyte
2492         rather than use mm-with-unibyte-current-buffer which does a lot more.
2493         (message-send-mail-partially): Don't bother with
2494         mm-with-unibyte-current-buffer since it's already been made unibyte by
2495         message-send-mail.
2496
2497 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
2498
2499         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
2500
2501 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
2502
2503         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
2504
2505 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2506
2507         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
2508         require itself and to remove `with-no-warnings'.
2509
2510 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2511
2512         * starttls.el (starttls-any-program-available): Get the name of the
2513         available TLS layer program.
2514         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
2515         well as the host name in the "opening" message.
2516
2517         * auth-source.el (auth-source-cache, auth-source-do-cache)
2518         (auth-source-user-or-password): Cache passwords and logins by default,
2519         allow override with `auth-source-do-cache'.
2520         (auth-source-forget-user-or-password): Allow users to remove cache
2521         entries if needed.
2522
2523 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
2524
2525         * md4.el (md4-buffer): Fix typo in docstring.
2526         (md4, md4-64): Doc fixes.
2527         (md4-pack-int32): Reflow docstring.
2528
2529 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2530
2531         * ietf-drums.el (ietf-drums-remove-comments): Localize second
2532         condition-case to only the forward-sexp call.
2533
2534 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2535
2536         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
2537         quotes contained.  Make it more robust regardless by an extra
2538         condition-case wrapper.
2539
2540 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2541
2542         * lpath.el: No need to fbind codepage-setup for Emacs 23.
2543
2544 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2545
2546         * nnml.el (nnml-request-expire-articles): Check if the function set to
2547         `nnmail-expiry-target' returns the symbol `delete'.
2548
2549         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
2550
2551         * nnmail.el (nnmail-expiry-target): Fix custom type.
2552
2553 2008-10-02  Glenn Morris  <rgm@gnu.org>
2554
2555         * mm-util.el (mm-codepage-setup): Tweak codepage error.
2556         Silence compiler warning.
2557
2558 2008-10-01  Magnus Henoch  <mange@freemail.hu>
2559
2560         * tls.el (open-tls-stream): Show the actual command being
2561         executed, instead of the format string.
2562
2563 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2564
2565         * lpath.el: Fbind codepage-setup for Emacs 23.
2566
2567 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
2568
2569         * mml.el (mml-menu): Don't assume mml2015 is bound.
2570
2571 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2572
2573         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
2574         exists.
2575
2576 2008-09-27  Glenn Morris  <rgm@gnu.org>
2577
2578         * gnus-util.el (mail-header-remove-comments): Autoload it.
2579
2580 2008-09-27  Andreas Schwab  <schwab@suse.de>
2581
2582         * gnus-util.el (gnus-split-references): Strip comments.
2583         (gnus-parent-id): Likewise.
2584
2585 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
2586
2587         * message.el (message-confirm-send): Fix version.
2588
2589 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2590
2591         * message.el (message-idna-to-ascii-rhs-1): Use
2592         mail-extract-address-components rather than mail-header-parse-addresses
2593         that is an alias by default to ietf-drums-parse-addresses that does not
2594         support non-ASCII names in headers' contents.
2595
2596 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2597
2598         * message.el (message-confirm-send): Fixed variable documentation to
2599         avoid the "y/n" wording.
2600
2601 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
2602
2603         * message.el (message-set-auto-save-file-name): Save to a different
2604         filename so multiple messages (especially drafts) can be recovered.
2605
2606 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
2607
2608         * message.el (message-confirm-send): Add appropriate version.
2609
2610 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2611
2612         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
2613         defvar.
2614
2615 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
2616
2617         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
2618         (mm-pkcs7-enveloped-magic): Ditto.
2619
2620 2008-09-17  Simon Josefsson  <simon@josefsson.org>
2621
2622         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
2623         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
2624
2625 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
2626
2627         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
2628         default, it's better.
2629
2630 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
2631
2632         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
2633         summary line gnus-number property and ignore them (with a warning
2634         message).
2635
2636 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2637
2638         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
2639         macro caddr in the interactive form since it won't be expanded.
2640
2641 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2642
2643         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
2644         `charset'; fix name of function called recursively.
2645         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
2646
2647 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2648
2649         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
2650         (gnus-mime-set-charset-parameters): New function.
2651         (gnus-mime-view-part-as-charset): Use it to correctly display part
2652         specifying wrong charset.
2653
2654 2008-09-08  David Engster  <dengste@eml.cc>
2655
2656         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
2657         in completing-read for back end server.
2658
2659 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
2660
2661         * message.el (message-confirm-send): New variable to confirm sending a
2662         message.
2663         (message-send): Use it.
2664
2665 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
2666
2667         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
2668
2669 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2670
2671         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
2672
2673 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
2674
2675         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
2676         prevent tracking too many groups.
2677         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
2678         Use it.
2679
2680 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
2681
2682         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
2683         moving point to the bottom of the window in order to avoid recentering.
2684
2685 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2686
2687         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
2688
2689         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
2690         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
2691         (gnus-article-beginning-of-window): Fix calculation.
2692
2693 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2694
2695         * gnus-msg.el (gnus-summary-supersede-article)
2696         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
2697         value of gnus-newsgroup-charset to decode non-MIME encoded text in
2698         message header.
2699
2700 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
2701
2702         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
2703         pending output coming after the status change.
2704
2705 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2706
2707         * message.el:
2708         * gnus-start.el:
2709         * gnus-registry.el: Remove VMS support.
2710
2711 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2712
2713         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
2714         macro.
2715         (rfc2104-hash): Use it.
2716
2717 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
2718
2719         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
2720         (gnus-summary-sort-by-most-recent-date): New commands.
2721         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
2722         and menu entries.
2723
2724 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2725
2726         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
2727         don't redisplay article for raw contents; remove plural articles stuff.
2728
2729         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
2730         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
2731         on gnus-summary-save-article; display results properly.
2732
2733 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2734
2735         * lpath.el: No need to fbind ns-focus-frame.
2736
2737 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2738
2739         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
2740
2741 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2742
2743         * gnus-art.el (gnus-summary-save-in-pipe): Consider
2744         gnus-save-all-headers.
2745
2746 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
2747
2748         * gnus-util.el (ns-focus-frame): Remove declaration.
2749         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
2750         like x.
2751
2752 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2753
2754         * rfc2104.el (rfc2104-zero): Delete defconst.
2755         (rfc2104-hex-alist): Likewise.
2756         (rfc2104-hex-to-int): Delete func.
2757         (rfc2104-hexstring-to-bitstring): Likewise.
2758         (rfc2104-nybbles): New defconst.
2759         (rfc2104-hash): Rewrite for speed.
2760
2761 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2762
2763         * tls.el (open-tls-stream): Make it work with the 2nd argument
2764         BUFFER that is a string but does not exist as a buffer object, as
2765         mentioned in the doc-string.
2766
2767 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2768
2769         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
2770         SXEmacs.
2771
2772 2008-07-16  Glenn Morris  <rgm@gnu.org>
2773
2774         * gnus-util.el (ns-focus-frame): Declare for compiler.
2775
2776 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2777
2778         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
2779         set as a group parameter.
2780         (gnus-summary-save-in-pipe): Work when it is called independently.
2781         (gnus-summary-pipe-to-muttprint): Don't modify
2782         gnus-summary-pipe-output-default-command.
2783
2784 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2785
2786         * message.el (message-send-mail-with-sendmail):
2787         Display the error message.
2788
2789 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2790
2791         * gnus-art.el (gnus-default-article-saver):
2792         Add gnus-summary-save-in-pipe to choices.
2793         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
2794         gnus-summary-pipe-output-default-command as the default command.
2795         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
2796         instead of gnus-last-shell-command.
2797
2798         * gnus-sum.el (gnus-summary-pipe-output-default-command):
2799         New user option.
2800         (gnus-summary-muttprint-program): Mention the value will be changed.
2801         (gnus-summary-save-article): Force showing of all headers.
2802         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
2803
2804 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
2805
2806         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
2807
2808 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
2809
2810         * nnimap.el (nnimap-id):
2811         * sieve-manage.el (sieve-manage-open): Doc fixes.
2812
2813 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
2814
2815         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
2816         if available.
2817
2818 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2819
2820         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
2821
2822         * nnkiboze.el (nnkiboze-generate-group):
2823         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
2824
2825         * nnmairix.el: Require CL.
2826
2827 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2828
2829         * dgnushack.el: Autoload get-display-table and put-display-table for
2830         XEmacs 21.5.
2831
2832         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
2833         21.4 and SXEmacs.
2834
2835 2008-06-15  David Engster  <dengste@eml.cc>
2836
2837         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
2838
2839 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
2840
2841         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
2842         New macros that expand to an `aset'/`aref' call under Emacs, and to a
2843         runtime choice under XEmacs.
2844
2845         * gnus-sum.el (gnus-summary-set-display-table):
2846         Use `gnus-put-display-table', `gnus-get-display-table',
2847         `gnus-set-display-table' for the display table, instead of `aset'.
2848
2849         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
2850         Use `gnus-put-display-table', `gnus-get-display-table',
2851         `gnus-set-display-table' for the display table.
2852
2853 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2854
2855         * nnmairix.el: Add autoloads.
2856
2857 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2858
2859         * nnmairix.el (nnmairix-delete-recreate-group)
2860         (nnmairix-update-and-clear-marks): Fix error messages.
2861
2862 2008-06-14  David Engster  <dengste@eml.cc>
2863
2864         * nnmairix.el: Upgrade to version 0.6.
2865         (nnmairix-group-toggle-propmarks-this-group)
2866         (nnmairix-group-toggle-readmarks-this-group)
2867         (nnmairix-group-delete-recreate-this-group)
2868         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
2869         (nnmairix-remove-tick-mark-original-article): New commands.
2870         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
2871         (nnmairix-propagate-marks-to-nnmairix-groups)
2872         (nnmairix-only-use-registry, nnmairix-allowfast-default)
2873         (nnmairix-marks-cache, nnmairix-version-output): New variables.
2874         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
2875         functions needed for marks propagation and manipulation of read marks.
2876         (nnmairix-update-groups): New function.
2877         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
2878         (nnmairix-determine-original-group-from-registry)
2879         (nnmairix-determine-original-group-from-path)
2880         (nnmairix-get-group-from-file-path, nnmairix-map-range)
2881         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
2882         New helper functions.
2883         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2884         keystrokes for new commands.
2885         (nnmairix-delete-and-create-on-change): Doc string cleanup.
2886         (nnmairix-request-group): Check allow-fast group parameter.
2887         (nnmairix-request-create-group): Set allow-fast group parameter if
2888         nnmairix-allowfast-default is set.
2889         (nnmairix-close-group): Propagate marks upon closing if needed.
2890         (nnmairix-group-toggle-threads-this-group): Use new.
2891         nnmairix-group-toggle-parameter helper function.
2892         (nnmairix-search): Better check for empty search result.
2893         (nnmairix-goto-original-article): Use new helper functions for
2894         determining original article.
2895         (nnmairix-show-original-article): Make sure message-id is in brackets.
2896         (nnmairix-call-mairix-binary): Change variable name.
2897         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
2898         helper function.
2899         (nnmairix-widget-toggle-activate): Fix doc string.
2900
2901 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2902
2903         * nnir.el: Require edmacro when compiling with XEmacs.
2904         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
2905         available in Emacs 21.
2906
2907 2008-06-11  Glenn Morris  <rgm@gnu.org>
2908
2909         * gnus-util.el (x-focus-frame):
2910         * gnus.el (image-size):
2911         * mm-decode.el (image-size): Declare.
2912
2913         * gnus-picon.el (declare-function): Add compat definition.
2914         (image-size): Declare.
2915
2916         * gnus-group.el (tool-bar-map):
2917         * gnus-sum.el (tool-bar-map): Define for compiler.
2918
2919         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
2920
2921         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
2922
2923         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
2924         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
2925         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
2926         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
2927         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
2928         * sieve-manage.el, spam-report.el, spam.el:
2929         Remove unnecessary eval-and-compile of autoloads.
2930
2931 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
2932
2933         * auth-source.el: Precise Tramp doc.
2934
2935 2008-06-07  Glenn Morris  <rgm@gnu.org>
2936
2937         * nnmairix.el: Remove unnecessary eval-when-compile.
2938
2939 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2940
2941         * lpath.el: Fbind propertize for XEmacs 21.4.
2942
2943 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
2944
2945         * nnir.el: Move here from ../contrib.
2946
2947 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2948
2949         * gnus-util.el (gnus-read-shell-command): New function.
2950         * mm-decode.el (mm-pipe-part):
2951         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
2952
2953 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2954
2955         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
2956
2957 2008-06-03  Glenn Morris  <rgm@gnu.org>
2958
2959         * pop3.el (nnheader-accept-process-output): Autoload it.
2960
2961 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2962
2963         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
2964         are not 2-digit hexadecimal characters that follow `%'s.
2965
2966 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2967
2968         * message.el (message-bogus-recipient-p): Fix type in doc string.
2969         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
2970         (message-bogus-addresses): Rename from message-bogus-address-regexp.
2971         Improve custom options.
2972         (message-bogus-recipient-p): Adjust accordingly.
2973
2974 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
2975
2976         * parse-time.el (parse-time-months, parse-time-weekdays): Add
2977         long-form month and day names.
2978
2979 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2980
2981         * dgnushack.el: Autoload debug, eudc-expand-inline and
2982         pgg-snarf-keys-region for XEmacs.
2983
2984         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
2985
2986         * nnmairix.el: Require edmacro when compiling with XEmacs.
2987
2988 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
2989
2990         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
2991         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
2992
2993 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2994
2995         * auth-source.el: Add more docs.
2996
2997         * netrc.el (netrc-machine): Always match if the port is not given.
2998
2999 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3000
3001         * nnheader.el (nnheader-read-timeout): Change the default timeout from
3002         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
3003         retrieval faster in some cases, but might make CPU usage larger.  If
3004         this has any bad side effects, we might revert this change.
3005
3006         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
3007         seems to make mail retrieval much, much faster.
3008         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
3009         unconditionally.
3010
3011         * gnus-draft.el (gnus-group-send-queue): Bind
3012         message-send-mail-partially-limit to nil to avoid being prompted.
3013
3014 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
3015
3016         * mml.el (mml-attach-buffer): Prompt for `disposition'.
3017
3018         * message.el (message-bogus-address-regexp): Fix and improve custom
3019         type.
3020         (message-setup-hook): Add message-check-recipients as custom option.
3021
3022 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
3023
3024         * message.el (message-cite-function): Remove bogus autoload which crept
3025         in during merge from v5-10.
3026
3027 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
3028
3029         * nnimap.el (nnimap-open-connection): Fix login/password bug.
3030
3031         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
3032
3033         * auth-source.el: Preliminary Tramp docs.
3034         (auth-sources): Change the default auth-sources to use
3035         EPA .gpg files.
3036
3037 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3038
3039         * nntp.el: Autoload `auth-source-user-or-password'.
3040         (nntp-send-authinfo): Use it.
3041
3042         * nnimap.el: Autoload `auth-source-user-or-password'.
3043         (nnimap-open-connection): Use it.
3044
3045         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
3046         for the gnus-message function.
3047         (auth-source-user-or-password): Use it.
3048
3049 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3050
3051         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
3052         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
3053         (rfc2104-hash): Use it.
3054
3055 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
3056
3057         * gnus-art.el (gnus-article-toggle-truncate-lines):
3058         Don't use `iff' in docstring.
3059
3060 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
3061
3062         * gnus-registry.el: Adjusted copyright dates and added a keyword.
3063
3064         * gnus-util.el (gnus-extract-address-component-name)
3065         (gnus-extract-address-component-email): Convenience functions around
3066         `gnus-extract-address-components'.
3067
3068         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3069         Use `gnus-extract-address-component-email' to fix bug of comparing full
3070         sender name to `user-mail-address'.
3071
3072 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3073
3074         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
3075         catch/throw to optimize.
3076         (gnus-registry-find-keywords): Just use member to find a keyword.
3077
3078 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3079
3080         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
3081         is current before calling gnus-server-prepare.
3082         (gnus-server-setup-buffer, gnus-server-update-server)
3083         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
3084
3085 2008-05-04  Juri Linkov  <juri@jurta.org>
3086
3087         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
3088         (mailcap-file-default-commands): Use mailcap-replace-in-string
3089         instead of replace-regexp-in-string, and mailcap-delete-duplicates
3090         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
3091
3092 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
3093
3094         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
3095
3096 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3097
3098         * gnus.el: Bump version to 0.11.
3099
3100 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3101
3102         * gnus.el: No Gnus v0.10 is released.
3103
3104 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3105
3106         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
3107         hooks.
3108         (gnus-update-read-articles): Speed up non-marks-using users.
3109         (gnus-use-marks): Define gnus-use-marks.
3110         (gnus-propagate-marks): Rename variable to something more sensible.
3111
3112 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
3113
3114         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
3115         (gmm-image-load-path-for-library): Fix typos in docstrings.
3116         (gmm-message): Reflow docstring.
3117
3118 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
3119
3120         * mail-source.el (mail-source-set-1, mail-source-bind):
3121         Move auth-source code out of the macro to clean it up and fix bugs.
3122
3123 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
3124
3125         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
3126         by sender if it's equal to user-mail-address, it's likely to be
3127         useless.
3128
3129         * mail-source.el (mail-source-bind): Don't use user or password if they
3130         are not bound.  Unintern them if they are nil.  Don't use server unless
3131         it's bound, and default it to empty string otherwise.
3132
3133 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3134
3135         * mail-source.el: Load auth-source.el.
3136         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
3137         get user name or password, if auth-sources is set up.
3138
3139         * gnus-registry.el (gnus-registry-split-strategy): New variable for
3140         strategy of splitting with parent.
3141         (gnus-registry-split-fancy-with-parent)
3142         (gnus-registry-post-process-groups): Use it and fix prior
3143         bug (returning a list as the split result).
3144
3145         * auth-source.el (auth-sources): Remove server parameter.
3146         (auth-source-pick, auth-source-user-or-password)
3147         (auth-source-user-or-password-imap)
3148         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3149         (auth-source-user-or-password-sftp)
3150         (auth-source-user-or-password-smtp): Remove server parameter.
3151
3152 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
3153
3154         * smime.el (smime-sign-region, smime-encrypt-region)
3155         (smime-decrypt-region):
3156         Remove redundant calls to `generate-new-buffer-name'.
3157
3158 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
3159
3160         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
3161         Don't use QP for message/rfc822.
3162         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
3163
3164 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3165
3166         * sieve-manage.el (sieve-string-bytes): Remove.
3167         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
3168         correct byte-length only if the process's coding-system is the same as
3169         the one used internally by Emacs to represent strings.
3170
3171 2008-04-22  Juri Linkov  <juri@jurta.org>
3172
3173         * mailcap.el (mailcap-file-default-commands): New function.
3174
3175 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3176
3177         * message.el (message-signature-separator, message-cite-function):
3178         Change custom version.
3179
3180 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
3181
3182         * tls.el (tls-program): Add -ign_eof argument to call the openssl
3183         commands.
3184         (tls-checktrust): Ditto.
3185
3186 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3187
3188         * mm-decode.el (mm-display-external): Make temp file read-only.
3189
3190 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
3191
3192         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
3193         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
3194         `C-c C-f d'.
3195
3196 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
3197
3198         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
3199
3200 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3201
3202         * gnus.el: Bump version to 0.9.
3203
3204 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
3205
3206         * gnus.el: No Gnus v0.8 is released.
3207
3208 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3209
3210         * mail-source.el (mail-source-value):
3211         Prefer fboundp to functionp so it works with macros as well.
3212
3213 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3214
3215         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3216         Fix last change in case the element is not even a symbol.
3217
3218 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3219
3220         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3221         Prefer fboundp to functionp so it works with macros as well.
3222
3223 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
3224
3225         * auth-source.el: Added docs.
3226         (auth-sources): Modify format to support server.
3227         (auth-source-pick, auth-source-user-or-password)
3228         (auth-source-user-or-password-imap)
3229         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3230         (auth-source-user-or-password-sftp)
3231         (auth-source-user-or-password-smtp): Add server parameter.
3232
3233 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
3234
3235         * gnus-registry.el: Initialize the registry when gnus-registry-install
3236         is t.
3237
3238 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3239
3240         * compface.el (uncompface): Make buffer unibyte.
3241
3242 2008-04-05  Glenn Morris  <rgm@gnu.org>
3243
3244         * gnus-ems.el (mm-disable-multibyte): Autoload it.
3245
3246 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3247
3248         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
3249         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
3250
3251         * nnheader.el (nnheader-init-server-buffer): Change buffer's
3252         multibyteness after rather than before erasing it.
3253
3254         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
3255         mm-with-multibyte.
3256         (gnus-request-article-this-buffer): Make sure the proper decoding is
3257         used if gnus-original-article-buffer happens to be unibyte.
3258
3259         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
3260         default-enable-multibyte-characters.
3261
3262         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
3263         default-enable-multibyte-characters.
3264
3265         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
3266
3267         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
3268
3269 2008-04-02  Simon Josefsson  <simon@josefsson.org>
3270
3271         * imap.el (imap-enable-exchange-bug-workaround): New variable.
3272         (imap-message-copyuid-1): Use it.
3273         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
3274         J. Williams in
3275         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
3276
3277         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
3278         imap-enable-exchange-bug-workaround.
3279         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
3280
3281 2008-04-01  Simon Josefsson  <simon@josefsson.org>
3282
3283         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
3284         a 100 byte status-checks into a 2-3MB transfer for each group.
3285         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
3286         to enable bug workaround or not.
3287         (nnimap-find-minmax-uid): Only enable workaround conditionally.
3288
3289 2008-03-31  Glenn Morris  <rgm@gnu.org>
3290
3291         * message.el (mml2015-use): Declare for compiler.
3292         (message-info): Require mml2015 when appropriate.
3293
3294 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3295
3296         * Makefile.in (EMACS_COMP): Quote directory name that might contain
3297         whitespace.
3298
3299 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3300
3301         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
3302         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
3303         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
3304         (nntp-service-to-port): New function.
3305         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
3306         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
3307         (nntp-open-netcat-stream): New function.
3308         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
3309
3310 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
3311
3312         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
3313
3314 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3315
3316         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
3317
3318 2008-03-28  Magnus Henoch  <mange@freemail.hu>
3319
3320         * dns.el (dns-write): Use set-buffer-multibyte.
3321
3322 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
3323
3324         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
3325
3326 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3327
3328         * message.el (message-signature-separator): Change default.
3329         Improve custom type.
3330         (message-cite-function): Change default to
3331         message-cite-original-without-signature.
3332
3333         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
3334         toggle.
3335
3336         * message.el (message-check-news-body-syntax): Fix signature check.
3337         (message-setup-1): Mark buffer as unmodified _after_ running
3338         message-setup-hook and handling message-alternative-emails.
3339         (message-shorten-references): Be more strict when building list of
3340         valid references to comply with GNKSA.
3341
3342         * gnus-group.el (gnus-read-ephemeral-bug-group)
3343         (gnus-read-ephemeral-debian-bug-group)
3344         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
3345
3346         * message.el (message-info): Don't use booleanp which isn't supported
3347         in Emacs 21 and XEmacs.
3348
3349 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
3350
3351         * gnus-group.el (gnus-gmane-group-download-format): Rename from
3352         gnus-group-gmane-group-download-format.
3353         (gnus-group-read-ephemeral-gmane-group): Rename from
3354         gnus-group-read-ephemeral-gmane-group.
3355         (gnus-read-ephemeral-gmane-group-url): Rename from
3356         gnus-group-read-ephemeral-gmane-group-url.
3357         (gnus-bug-group-download-format-alist): New variable.
3358         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
3359         (gnus-read-ephemeral-emacs-bug-group): New commands.
3360
3361 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3362
3363         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
3364         (gnus-visible-headers): Improve custom type.
3365
3366 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3367
3368         * mml.el (mml-menu): Add workarounds for XEmacs.
3369
3370         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
3371         X-Boundary header.
3372
3373         * message.el (message-simplify-recipients): Fix previous commit.
3374
3375 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3376
3377         * mm-util.el (mm-set-buffer-multibyte): New function.
3378         * mm-decode.el (mm-copy-to-buffer): Use it.
3379
3380 2008-03-19  Glenn Morris  <rgm@gnu.org>
3381
3382         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
3383         Accidentally removed in the sync process with Emacs.
3384
3385 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
3386
3387         * message.el (message-alter-recipients-discard-bogus-full-name):
3388         New function.
3389         (message-alter-recipients-function): New variable.
3390         (message-get-reply-headers): Use it.
3391         (message-replace-header): New helper function.
3392         (message-recipients-without-full-name): New variable.
3393         (message-simplify-recipients): New command.
3394
3395         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
3396
3397         * message.el (message-info): Handle EasyPG manual.
3398
3399         * mml.el (mml-menu): Add entry for EasyPG.
3400
3401 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
3402
3403         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
3404         parameter.
3405
3406         * message.el (message-disassociate-draft): Specify drafts group name
3407         fully.
3408
3409 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
3410
3411         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
3412         unnecessary duplicates from the match list.
3413
3414 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3415
3416         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
3417
3418         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
3419
3420         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
3421         args of `how-many' of which the XEmacs version doesn't take; declare
3422         Info-index-next as function.
3423
3424 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3425
3426         * gnus-score.el (gnus-score-headers): Fix handling of
3427         gnus-inhibit-slow-scoring.
3428
3429         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
3430         string.
3431         (gnus-button-url-regexp): Improve handling of parenthesis.
3432         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
3433         (gnus-button-handle-info-keystrokes): Handle index entries.
3434
3435 2008-03-15  Glenn Morris  <rgm@gnu.org>
3436
3437         * parse-time.el (parse-time-string): Simplify.
3438
3439 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3440
3441         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
3442         Incoming* files.
3443
3444 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3445
3446         * auth-source.el (auth-sources): Renamed from auth-source-choices.
3447         (auth-source-pick): Use it.
3448
3449 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3450
3451         * binhex.el (binhex-decode-region-internal):
3452         * uudecode.el (uudecode-decode-region-internal):
3453         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
3454         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
3455         setting default-enable-multibyte-characters.
3456
3457 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3458
3459         * auth-source.el (auth-source-protocols)
3460         (auth-source-protocols-customize, auth-source-choices): Added and
3461         modified variable customizations and defaults.
3462         (auth-source-pick, auth-source-user-or-password)
3463         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3464         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3465         (auth-source-user-or-password-sftp)
3466         (auth-source-user-or-password-smtp): Use new variables and provide an
3467         interface to netrc.el.
3468
3469 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3470
3471         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
3472         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
3473         Make sure the nntp port to specify is a string.
3474
3475 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3476
3477         * nntp.el: Use with-current-buffer.
3478         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
3479         dubious mm-with-unibyte-current-buffer.
3480         (nntp-with-open-group-function): New function extracted from
3481         nntp-with-open-group macro.
3482         (nntp-with-open-group): Use the function, so it's easier to debug.
3483         Add indentation and debugging info.
3484         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
3485         the use of the netcat alternatives.
3486
3487         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
3488         Avoid mm-string-as-multibyte as well.
3489
3490         * nnweb.el (nnweb-insert-html):
3491         Remove use of nnheader-string-as-multibyte.
3492
3493         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
3494         (nnheader-string-as-multibyte): Remove.
3495
3496         * mm-view.el: Use inhibit-read-only.
3497         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
3498         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
3499         or unibyte-string.
3500
3501         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
3502         (mm-uu-yenc-extract): Use with-current-buffer.
3503
3504         * gnus-soup.el (gnus-soup-send-packet): Don't use
3505         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
3506
3507         * nnmh.el: Use with-current-buffer.
3508         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
3509         mm-string-as-multibyte on the output of mm-encode-coding-string.
3510
3511         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
3512         (nnimap-request-move-article): Use with-current-buffer.
3513
3514         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
3515         inserting the handle-buffer's text, so the implicit multibyte->unibyte
3516         conversion uses string-make-unibyte rather than string-as-unibyte.
3517
3518         * gnus-msg.el: Use with-current-buffer.
3519
3520         * message.el (message-ignored-resent-headers): Add "Delivered-To".
3521
3522 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
3523
3524         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
3525         string for caching if it is 'PIN.
3526
3527 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3528
3529         * lpath.el: Consider the case without Emacs/W3.
3530
3531 2008-03-08  Glenn Morris  <rgm@gnu.org>
3532
3533         * time-date.el (date-to-time, time-subtract, time-add)
3534         (safe-date-to-time): Doc fixes.
3535
3536 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3537
3538         * mail-source.el (mail-source-delete-old-incoming-confirm):
3539         Change default to nil.
3540         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
3541
3542 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3543
3544         * lpath.el: Rearrange.
3545
3546         * gnus-art.el (gnus-narrow-to-page): Position point properly.
3547         (gnus-article-goto-prev-page): Work for articles having ^L's.
3548
3549         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
3550
3551         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
3552
3553 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
3554
3555         * gnus-bookmark.el: Adjust for renames in bookmark.el.
3556         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
3557         (gnus-bookmark-jump): Adjust some variable names.
3558
3559 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
3560
3561         * auth-source.el: New package.
3562         (auth-source-choices): Add customization entry point variable.
3563
3564         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
3565         bug.
3566
3567 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
3568
3569         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
3570         (gnus-registry-initialize, gnus-registry-install-p): Use it.
3571         (gnus-registry-install-shortcuts): Rename from
3572         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
3573         the `gnus-registry-mark-map' keymap dynamically from
3574         `gnus-registry-marks'.  The generated functions update the summary line
3575         when a registry mark is added or deleted, and will call
3576         `gnus-registry-install-p' (see the comments in the code).
3577         (gnus-registry-user-format-function-M): Use concat intelligently.
3578
3579         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
3580         the registry mark functions.
3581
3582 2008-03-05  Glenn Morris  <rgm@gnu.org>
3583
3584         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
3585         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
3586         gnus-art.
3587         (top-level): No need to load own source when compiling.
3588
3589 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
3590
3591         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
3592         Suggested by <chris.anderton@zetnet.co.uk>.
3593
3594 2008-03-04  Glenn Morris  <rgm@gnu.org>
3595
3596         * gnus-sum.el (top-level): No need to require gnus when compiling,
3597         since unconditionally required near start of file.
3598         (gnus-summary-display-while-building): Move definition before use.
3599
3600 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
3601
3602         * gnus-registry.el (gnus-registry-user-format-function-M): Add
3603         formatting function.
3604
3605 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
3606
3607         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
3608         with plists.
3609         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
3610         Use new format.
3611
3612 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3613
3614         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
3615         `where-is-internal' that returns a range of key sequences.
3616
3617 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3618
3619         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
3620
3621         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
3622         (gnus-summary-jump-to-group): Consider windows on other displayed
3623         frames as well.  Similar changes might be needed elsewhere, but that's
3624         the one I've bumped into during my use.
3625
3626         * nndoc.el (nndoc-oe-dbx-type-p):
3627         * gnus-msg.el (gnus-debug):
3628         * gnus-group.el (gnus-update-group-mark-positions):
3629         Use mm-string-to-multibyte.
3630
3631 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3632
3633         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
3634         doesn't handle NotDashEscaped.
3635
3636         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
3637         (mml-dnd-attach-options): Fix typo in custom choice.
3638
3639         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
3640         nndoc-article-type to mbox.
3641         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
3642
3643         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
3644         to nil, instead of html2text.
3645
3646         * imap.el (imap-debug): Add `imap-ping-server'.
3647
3648         * gnus-bookmark.el: Add FIXMEs.
3649
3650         * message.el (message-form-letter-separator)
3651         (message-send-form-letter-delay): New variables.
3652         (message-send-form-letter): Use them.  New command to send form
3653         letters.  Requested by Uwe Siart.
3654         (message-send-mail-function): Doc fix.  Add "Other" custom option.
3655
3656 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3657
3658         * Update copyright years.
3659
3660 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3661
3662         Sync from EMACS_22_BASE.
3663
3664         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
3665
3666 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
3667
3668         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
3669         empty author.
3670
3671 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
3672
3673         * gnus-registry.el (gnus-registry-marks): Add variable for
3674         customization of marks and their appearance.
3675         (gnus-registry-read-mark): Use it.
3676         (gnus-registry-do-marks): Add utility function to loop through
3677         `gnus-registry-marks'.
3678         (gnus-registry-install-shortcuts-and-menus): Add function to install
3679         shortcuts and menus.
3680         (gnus-registry-initialize): Use it.
3681         (gnus-registry-default-mark): Clarify documentation.
3682
3683 2008-02-29  Glenn Morris  <rgm@gnu.org>
3684
3685         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
3686         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
3687         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
3688         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
3689         Change defcustom :version from 23.0 to 23.1.
3690
3691 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
3692
3693         * gnus-registry.el (gnus-registry-follow-group-p)
3694         (gnus-registry-post-process-groups): Add functions to aid registry
3695         splitting and improve logging.  Clarify behavior in function
3696         documentation.
3697         (gnus-registry-split-fancy-with-parent): Use them.
3698
3699 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3700
3701         * gnus-art.el: Use with-current-buffer.
3702
3703 2008-02-27  David Engster  <dengste@eml.cc>
3704
3705         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
3706         Express real group name in the response.
3707
3708 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3709
3710         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
3711         (nnmairix-last-server, nnmairix-current-server): Defvar them.
3712         (nnmairix-goto-original-article): Defvar gnus-registry-install and
3713         autoload gnus-registry-fetch-group when compiling.
3714         (nnmairix-request-group-with-article-number-correction): Remove
3715         unreferenced argument passed to nnmairix-call-backend.
3716
3717 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3718
3719         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
3720         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
3721         Wilde.
3722
3723 2008-02-27  Glenn Morris  <rgm@gnu.org>
3724
3725         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
3726         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
3727         variables to defconsts.  Convert comments to doc-strings.
3728         (nnmairix-last-server, nnmairix-current-server): Convert from free
3729         variables to defvars.  Convert comments to doc-strings.
3730         (gnus-registry-fetch-group): Autoload.
3731         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
3732         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
3733         (nnmairix-widget-build-editable-fields): Use car cddr rather than
3734         caddr.
3735         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
3736         nnmairix-request-group-with-article-number-correction call.
3737         (nnmairix-fast, nnmairix-group): New, less general names, for free
3738         variables passed from nnmairix-request-group to
3739         nnmairix-request-group-with-article-number-correction.  Declare.
3740         (nnmairix-request-group-with-article-number-correction):
3741         Use nnmairix-fast, nnmairix-group rather than fast, group.
3742
3743 2008-02-26  David Engster  <dengste@eml.cc>
3744
3745         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
3746         version 0.5.
3747
3748 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
3749
3750         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
3751         instead of making an extra function call.  Don't add the current group
3752         to articles only when they have the group.  Use
3753         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
3754         Reported by David <de_bb@arcor.de>.
3755
3756 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3757
3758         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
3759         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
3760
3761 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
3762
3763         * mail-source.el (mail-source-delete-incoming): Change default.
3764         Supplement doc string.
3765
3766         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
3767
3768 2008-02-14  Glenn Morris  <rgm@gnu.org>
3769
3770         * time-date.el (format-seconds): New function.
3771
3772 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3773
3774         * nnmail.el (nnmail-message-id-cache-file): Derive from
3775         `gnus-home-directory'.
3776
3777 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
3778
3779         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
3780         Document negative prefix.
3781
3782         * gnus-group.el (gnus-group-read-group): Document negative prefix.
3783
3784 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3785
3786         * message.el (message-unsent-separator): Add the Exim bounce
3787         separator.
3788
3789 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
3790
3791         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
3792         list.
3793         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
3794         recipient/signer list.
3795
3796 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3797
3798         * Makefile.in (datarootdir): Define.
3799         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
3800         name that might contain whitespace.
3801
3802 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3803
3804         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
3805         fbound (Emacs 23 unicode), signal an error.
3806
3807 2008-02-08  Glenn Morris  <rgm@gnu.org>
3808
3809         * gnus-art.el (pgg-display-output-buffer): Declare as function.
3810
3811 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
3812
3813         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
3814         ports to the calls to `netrc-machine-user-or-password' in addition to
3815         "imap" and "imaps".
3816
3817 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3818
3819         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
3820
3821         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
3822
3823 2008-02-01  Kenichi Handa  <handa@m17n.org>
3824
3825         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
3826         rfc2104-hexstring-to-bitstring and changed to return a byte list.
3827         (rfc2104-hash): Convert the result of concat to unibyte string.
3828
3829 2008-02-01  Dave Love  <fx@gnu.org>
3830
3831         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
3832         coding-system-for-read.
3833         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
3834
3835 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
3836
3837         * gnus.el (gnus-group-startup-message): Add `find-image' call before
3838         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
3839         <hanche@math.ntnu.no>.
3840
3841 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3842
3843         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
3844
3845         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3846
3847 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
3848
3849         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
3850         * message.el (message-beginning-of-line): Use featurep instead of bound
3851         tests in order to resolve conditionals at compile time.
3852
3853 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
3854
3855         * mail-source.el (mail-sources): Add `group' choice.
3856
3857         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
3858         parameter `in-group' to control into which group the articles go.
3859         Add treatment of `group' mail-source.
3860
3861 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3862
3863         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
3864
3865         * mm-decode.el (mm-dissect-buffer): Decode description.
3866
3867         * mml.el (mml-to-mime): Encode message header first.
3868
3869 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3870
3871         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
3872         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
3873
3874         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
3875         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
3876
3877 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
3878
3879         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
3880
3881 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3882
3883         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
3884         prefix keys.
3885         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
3886         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
3887         gnus-xmas.el.
3888
3889         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
3890         (gnus-xmas-article-describe-bindings): New function.
3891         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
3892         gnus-xmas-article-describe-bindings.
3893
3894         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
3895
3896 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3897
3898         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
3899         Add new variables for article mark management.
3900         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
3901         list of extra data entries which, when present, will indicate that the
3902         article ID should not be trimmed from the registry.
3903         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
3904         functions.
3905         (gnus-registry-read-mark): New function to read a mark name from the
3906         user.
3907         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
3908         (gnus-registry-set-article-mark-internal): New functions to add and
3909         remove marks.
3910         (gnus-registry-get-article-marks): New function to show the marks for
3911         an article, or retrieve them for further use.
3912
3913 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3914
3915         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
3916         keys when no argument is given.
3917
3918 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3919
3920         * imap.el (imap-ping-server): New variable.
3921         (imap-opened): On add extra ping if imap-ping-server is non-nil.
3922         (imap-ping-server): Minor doc string fixes.
3923
3924 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3925
3926         * imap.el (imap-ping-server): New function.
3927         (imap-opened): Call imap-ping-server.
3928
3929 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3930
3931         * gnus-sum.el (gnus-article-sort-by-random)
3932         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
3933         jidanni@jidanni.org.
3934
3935 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3936
3937         * gnus-art.el (gnus-article-describe-bindings): New function.
3938         (gnus-article-read-summary-keys): Use it.
3939         (gnus-article-mode-map): Bind `C-h b' to it.
3940
3941 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3942
3943         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
3944         XEmacs.
3945         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
3946         against non-character events.
3947
3948         * lpath.el: Fbind map-keymap for Emacs 21.
3949
3950 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3951
3952         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
3953         command.
3954         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
3955         instead of END.  Change name of the temp file.
3956         (gnus-group-gmane-group-download-format): Add doc string.  Make it
3957         customizable.
3958
3959 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3960
3961         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
3962         bind `S W' to gnus-article-wide-reply-with-original; set default
3963         binding to gnus-article-read-summary-send-keys.
3964         (gnus-article-read-summary-keys): Fix the order of keys; display
3965         continuation keys correctly in the echo area; describe bindings
3966         correctly when keys end with `C-h'.
3967         (gnus-article-read-summary-send-keys): New function.
3968         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
3969         for gnus-article-read-summary-send-keys; display continuation keys
3970         correctly in the echo area.
3971         (gnus-article-reply-with-original): Ignore prefix argument.
3972         (gnus-article-wide-reply-with-original): New function.
3973
3974         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
3975         Emacs 21.
3976
3977 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3978
3979         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
3980         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
3981
3982 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
3983
3984         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
3985         (gnus-group-read-ephemeral-gmane-group): New command.
3986
3987 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3988
3989         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
3990
3991 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3992
3993         * message.el (message-send-mail-function): Increase custom version.
3994
3995         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
3996         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
3997
3998 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
3999
4000         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
4001         for the cases where imap-authenticate is called with a nil buffer
4002         parameter.
4003
4004 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4005
4006         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
4007         html parts correctly; support forwarded messages.
4008         (gnus-article-browse-html-article): Remove work buffers.
4009
4010         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
4011         compiling.
4012         (netrc-bound-and-true-p): New macro.
4013         (netrc-parse): Use it instead of bound-and-true-p that is not available
4014         in XEmacs 21.4.
4015
4016 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
4017
4018         * gnus-registry.el (gnus-registry-mark-article)
4019         (gnus-registry-article-marks): Add functionality to mark articles
4020         through the Gnus registry.
4021
4022         * encrypt.el: Clarify documentation for the new pgg method.
4023         (encrypt-file-alist): Add PGG option.
4024         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
4025         functionality.  Abstract password key and messaging to external
4026         functions.
4027         (encrypt-password-key, encrypt-get-passphrase-if-needed)
4028         (encrypt-message-method-and-cipher): Add new convenience external
4029         functions.
4030         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
4031         (encrypt-pgg-process-buffer): Add PGG functionality glue.
4032
4033         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
4034         (netrc-parse): Use encrypt-file-alist to determine if
4035         encrypt-find-model or encrypt-insert-file-contents should be used.
4036
4037         * encrypt.el: Clarify documentation.  Load password-cache or
4038         password, whichever one is found first, instead of autoloading.
4039
4040 2007-12-19  Glenn Morris  <rgm@gnu.org>
4041
4042         * mml.el (message-options-set, message-narrow-to-head)
4043         (message-in-body-p, message-mail-p, message-encode-message-body):
4044         Autoload.
4045         (message-remove-header, message-narrow-to-headers-or-head)
4046         (message-subscribed-p, message-make-mail-followup-to)
4047         (message-position-on-field, message-news-p)
4048         (message-options-set-recipient, message-generate-headers)
4049         (message-sort-headers): Declare as functions.
4050
4051 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4052
4053         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
4054         convention in doc string.
4055
4056 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4057
4058         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
4059         title to html parts.
4060         (gnus-article-browse-html-article): Pass message header to it.
4061
4062         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
4063
4064 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
4065
4066         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
4067         or password compatible with XEmacs.
4068
4069 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4070
4071         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
4072         format document.
4073         (gnus-mime-delete-part): Don't write description line if empty.
4074         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
4075
4076 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
4077
4078         * gnus-sum.el (gnus-summary-mark-unread-as-read)
4079         (gnus-summary-mark-read-and-unread-as-read)
4080         (gnus-summary-mark-current-read-and-unread-as-read)
4081         (gnus-summary-mark-unread-as-ticked): Doc fix.
4082         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
4083
4084 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4085
4086         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
4087         Christoph Conrad <christoph.conrad@gmx.de>.
4088
4089 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4090
4091         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
4092         yes-or-no-p.
4093
4094 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4095
4096         * mm-decode.el (mm-add-meta-html-tag): New function.
4097         (mm-save-part-to-file, mm-pipe-part): Use it.
4098
4099         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
4100         gnus-y-or-n-p instead of y-or-n-p.
4101         (gnus-article-browse-html-parts): Work with message/external-body; use
4102         mm-add-meta-html-tag.
4103
4104 2007-12-11  Glenn Morris  <rgm@gnu.org>
4105
4106         * gnus-cache.el: Require gnus-sum not just when compiling.
4107
4108         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
4109
4110         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
4111         definitions before use.
4112
4113         * mm-decode.el: Require gnus-util.
4114         (mm-remove-part): Only call delete-annotation on XEmacs.
4115
4116         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
4117
4118         * nnmail.el: Require gnus-int.
4119
4120         * spam.el: Move `require's before `eval-when-compile's.
4121
4122         * gnus-ems.el (gnus-alive-p):
4123         * gnus-fun.el (message-goto-eoh):
4124         * gnus-util.el (gnus-group-name-decode):
4125         * mail-source.el (gnus-compress-sequence):
4126         * message.el (Info-goto-node, format-spec):
4127         * mm-bodies.el (message-options-get):
4128         * mm-decode.el (mm-view-pkcs7):
4129         * mm-util.el (gmm-write-region):
4130         * mml-smime.el (mml-compute-boundary)
4131         (gnus-completing-read-with-default):
4132         * mml.el (widget-button-press, gnus-make-hashtable):
4133         * mml1991.el (mm-decode-content-transfer-encoding)
4134         (mm-encode-content-transfer-encoding)
4135         (message-options-get, message-options-set):
4136         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
4137         * nnfolder.el (gnus-request-group):
4138         * nnheader.el (ietf-drums-unfold-fws):
4139         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
4140         * smime.el (gnus-run-mode-hooks):
4141         * spam-stat.el (gnus-message): Autoload.
4142
4143         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
4144         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
4145         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
4146         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
4147         Add declare-function compatibility definition.
4148
4149         * gnus-cache.el (nnvirtual-find-group-art):
4150         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
4151         (gnus-add-image, gnus-add-wash-type):
4152         * gnus-group.el (nnkiboze-score-file):
4153         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
4154         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
4155         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
4156         (message-tokenize-header, gnus-get-buffer-create)
4157         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
4158         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
4159         * gnus.el (gnus-group-decoded-name):
4160         * mail-source.el (imap-capability):
4161         * mm-bodies.el (message-options-set):
4162         * mm-decode.el (gnus-configure-windows):
4163         * mm-extern.el (message-goto-body):
4164         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
4165         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
4166         (epg-sub-key-validity, message-options-set):
4167         * mml.el (widget-event-point, gnus-configure-windows):
4168         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
4169         * mml2015.el (epg-check-configuration, epg-configuration)
4170         (message-options-set):
4171         * nndb.el (nndb-request-article):
4172         * nnfolder.el (gnus-request-create-group):
4173         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
4174         * nnmaildir.el (gnus-group-mark-article-read):
4175         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
4176         * rfc1843.el (message-fetch-field):
4177         * spam.el (gnus-extract-address-components):
4178         Declare as functions.
4179
4180 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4181
4182         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
4183
4184         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
4185
4186         * lpath.el: Fbind run-mode-hooks for Emacs 21;
4187         bind show-trailing-whitespace for XEmacs.
4188
4189 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4190
4191         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
4192         new no-op macro for backward compatibility.
4193
4194         * imap.el (imap-string-to-integer): New function.
4195
4196 2007-12-09  Glenn Morris  <rgm@gnu.org>
4197
4198         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
4199
4200         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
4201         * message.el, mm-view.el, sieve-manage.el, smime.el:
4202         Add declare-function compatibility definition.
4203
4204         * gnus-art.el (w3-region, w3m-region, Info-menu):
4205         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
4206         * gnus-sum.el (gnus-get-predicate):
4207         * gnus-util.el (mm-append-to-file, w32-focus-frame):
4208         * message.el (mail-abbrev-in-expansion-header-p):
4209         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
4210         (w3m-detect-meta-charset, w3m-region):
4211         * sieve-manage.el (password-read, password-cache-add)
4212         (password-cache-remove):
4213         * smime.el (password-read-and-add): Declare as functions.
4214
4215 2007-12-08  David Kastrup  <dak@gnu.org>
4216
4217         * gnus-sum.el (gnus-summary-simplify-subject-query):
4218         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
4219         `message'.
4220
4221 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4222
4223         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
4224         it to bind idna-program, installation-directory, defined-colors, and
4225         face-attribute for XEmacs of the version that compiles defcustom forms.
4226
4227 2007-12-07  Glenn Morris  <rgm@gnu.org>
4228
4229         * gnus-art.el (article-make-date-line): Revert previous change.
4230
4231 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4232
4233         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
4234
4235 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
4236
4237         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
4238         Call gnus-add-to-range ranges only once with a prepared article-list.
4239
4240 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
4241
4242         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
4243         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
4244         group names with backslashes.  Reported by Tassilo Horn
4245         <tassilo@member.fsf.org>.
4246
4247 2007-12-06  Deepak Goel  <deego3@gmail.com>
4248
4249         * gnus-art.el (article-make-date-line):
4250         * gnus-start.el (gnus-load):
4251         * pop3.el (pop3-read-response): Fix buggy call to `error'.
4252
4253 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4254
4255         * gnus-art.el (gnus-use-idna)
4256         * gnus-start.el (gnus-site-init-file)
4257         * message.el (message-use-idna)
4258         * mm-uu.el (mm-uu-hide-markers)
4259         * smiley.el (smiley-style): Revert changes that suppress warnings.
4260
4261 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4262
4263         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
4264         specify charset to html source.  Reported by Christoph Conrad
4265         <christoph.conrad@gmx.de>.
4266
4267 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4268
4269         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
4270         idna-program in order to suppress byte compile warning issued by XEmacs
4271         that came to byte compile the default value section of defcustom forms
4272         recently.
4273
4274         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
4275         value of installation-directory.
4276
4277         * message.el (message-use-idna): Don't directly refer to the value of
4278         idna-program.
4279
4280         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
4281
4282         * smiley.el (smiley-style): Don't directly call face-attribute.
4283
4284 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
4285
4286         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
4287
4288         * gnus-dired.el: Reduce Gnus dependencies.
4289         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
4290         require.  Use autoloads instead.
4291         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
4292         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
4293         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
4294         (gnus-dired-mode): Adjust doc string.
4295         (gnus-dired-mail-mode): New variable.
4296         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
4297         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
4298         (gnus-dired-mail-buffers): New function.  Return mail or message
4299         composition buffers.
4300         (gnus-dired-attach): Use it.
4301         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
4302         NO-DECODE.
4303         (gnus-dired-print): Use `gnus-print-buffer' depending on
4304         `gnus-dired-mail-mode'.
4305
4306 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4307
4308         * rfc2047.el (rfc2047-encoded-word-regexp)
4309         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
4310         explaining what regexp patterns are for.
4311
4312 2007-12-04  Glenn Morris  <rgm@gnu.org>
4313
4314         * password.el: Move to password-cache.el.
4315
4316         * mml1991.el (password-read, password-cache-add, password-cache-remove):
4317         * mml2015.el (password-read, password-cache-add, password-cache-remove):
4318         * mml-smime.el (password-read, password-cache-add)
4319         (password-cache-remove):
4320         No need to autoload, since mml-sec requires password.
4321
4322         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
4323         * message.el (gnus-extract-address-components):
4324         * mml-smime.el (gnus-extract-address-components): Define for compiler.
4325
4326         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
4327         password.
4328
4329 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
4330
4331         * mailcap.el: Reduce dependencies.
4332         (mail-header-parse-content-type): Autoload.
4333         (mailcap-delete-duplicates): New alias.
4334         (mailcap-mime-info): Add optional argument NO-DECODE.
4335         (mailcap-mime-types): Use mailcap-delete-duplicates.
4336
4337         * message.el (message-ignored-supersedes-headers): Add "X-ID".
4338
4339 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
4340
4341         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
4342         (imap-parse-status): Upcase status-att for servers that sends them
4343         lower-case (e.g., MS Exchange 2007).
4344
4345 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4346
4347         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
4348         function.
4349
4350         * gnus-uu.el (gnus-uu-decode-yenc): New command.
4351         (gnus-uu-yenc-article): New function.
4352
4353         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
4354
4355         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
4356         buffer.
4357
4358 2007-12-02  Glenn Morris  <rgm@gnu.org>
4359
4360         * binhex.el (binhex): New custom group.
4361         (binhex-decoder-program, binhex-decoder-switches)
4362         (binhex-use-external): Move to the binhex custom group.
4363
4364         * uudecode.el (uudecode): New custom group.
4365         (uudecode-decoder-program, uudecode-decoder-switches)
4366         (uudecode-use-external): Move to the uudecode custom group.
4367
4368         * netrc.el (top-level): Don't load `encrypt' features.
4369         (netrc-parse): Don't use encrypt.
4370         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
4371
4372         * encrypt.el: Remove file.
4373
4374 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
4375
4376         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
4377         matches on patches.
4378
4379         * gnus-art.el (gnus-article-browse-html-article): Mention
4380         `mm-text-html-renderer' in the doc string.
4381
4382         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
4383         string.  Add comments.
4384
4385         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
4386         if rhs is ASCII.
4387
4388 2007-12-01  Glenn Morris  <rgm@gnu.org>
4389
4390         * mail-source.el (top-level): Require format-spec before
4391         eval-when-compile.
4392
4393 2007-11-30  Glenn Morris  <rgm@gnu.org>
4394
4395         * encrypt.el: Require password, rather than autoloading password-read.
4396
4397 2007-11-29  Glenn Morris  <rgm@gnu.org>
4398
4399         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
4400         (sasl-make-client, sasl-next-step, sasl-step-data)
4401         (sasl-step-set-data): Declare as functions.
4402
4403 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
4404
4405         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
4406
4407 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
4408
4409         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
4410         certs should be verified and what is to be done in the event of a
4411         verification failure.
4412
4413         * gnus.el (gnus-method-to-server): Add an optional parameter so the
4414         caller can indicate whether the cache should be disregarded for this
4415         call.  This way the result of the call is reproducible at all times and
4416         can be considered a canonical server name for the supplied method.
4417         (gnus-agent-method-p): Canonicalize server names by pushing their
4418         method through `gnus-method-to-server' using the no-cache argument.
4419
4420         * gnus-srvr.el (gnus-server-insert-server-line): Call
4421         `gnus-method-to-server' with `no-cache' argument.
4422
4423         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
4424         gnus-agent-possibly-synchronize-flags as this should be called when the
4425         server is actually being opened.
4426         (gnus-agent-possibly-synchronize-flags)
4427         (gnus-agent-possibly-synchronize-flags-server): Move check for the
4428         flags file of an agentized server to the latter function.
4429
4430         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
4431         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
4432         after a connection has been established successfully.
4433
4434 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4435
4436         * gnus-art.el (article-display-face): Force to display face if called
4437         interactively; check if gnus-article-x-face-too-ugly matches author.
4438         (article-display-x-face): Display face even if From header is missing
4439         as article-display-face does.
4440
4441 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
4442
4443         * hashcash.el (message-narrow-to-headers-or-head)
4444         (message-fetch-field, message-goto-eoh)
4445         (message-narrow-to-headers): Declare as functions.
4446
4447 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
4448
4449         * mail-source.el (mail-sources): Default to fetch from file for
4450         compatibility with default of nnmail-spool-file.
4451
4452 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4453
4454         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
4455         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
4456         to look for encoded word that should be encoded again.
4457         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
4458         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
4459         encoding pattern.
4460         (rfc2047-decode-region): Switch strict regexp and loose one according
4461         to rfc2047-allow-irregular-q-encoded-words.
4462
4463 2007-11-25  Romain Francoise  <romain@orebokech.com>
4464
4465         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
4466
4467 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
4468
4469         * tls.el (tls-program): Provide more custom choices from
4470         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
4471         (tls-process-connection-type, tls-success): Remove "*" in doc string.
4472
4473 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4474
4475         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
4476         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
4477
4478         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
4479         `nnmail-spool-file'.
4480
4481         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
4482         `nnmail-spool-file'.
4483
4484         * gnus-move.el (gnus-change-server): Ditto.
4485
4486         * gnus-kill.el (gnus-batch-score): Ditto.
4487
4488         * gnus-cache.el (gnus-jog-cache): Ditto.
4489
4490         * gnus-msg.el (gnus-summary-reply):
4491         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
4492
4493 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4494
4495         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
4496         version.  Minor improvement to doc strings.
4497         (tls-program): Add comment.
4498
4499 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
4500
4501         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
4502         (tls-checktrust): New variable.  Check if GNU TLS complained about a
4503         mismatch between the hostname provided in the certificate and the name
4504         of the host connnecting to.
4505         (open-tls-stream): Use them.  Check certificates against trusted root
4506         certificates.
4507
4508 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4509
4510         * gnus-cache.el (gnus-cache-generate-nov-databases):
4511         Use nnml-generate-nov-databases-directory instead of
4512         nnml-generate-nov-databases-1.
4513
4514 2007-11-24  Glenn Morris  <rgm@gnu.org>
4515
4516         * message.el (message-tool-bar-retro): Update for rename
4517         mail_send.xpm->mail-send.xpm.
4518
4519 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
4520
4521         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
4522         `smime-ldap-search' for Emacs 22 and up.
4523
4524 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4525
4526         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
4527
4528         * message.el (message-send-mail-function): Fix error convention.
4529         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
4530         (message-widen-reply, message-send-mail, message-talkative-question)
4531         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
4532         (message-clone-locals, message-send-news): Use with-current-buffer.
4533         (message-insert-or-toggle-importance): Remove unused var `valid'.
4534         (message-make-references): Remove unused var `new-references'.
4535         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
4536
4537 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
4538
4539         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
4540         (spam-split-symbolic-return-positive): Reflow docstring.
4541         (spam-backends, spam-summary-exit-behavior)
4542         (spam-mark-ham-unread-before-move-from-spam-group)
4543         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
4544         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
4545         (spam-clear-cache, spam-backend-check, spam-install-backend)
4546         (spam-install-statistical-backend, spam-list-of-processors)
4547         (spam-group-processor-p, spam-split, spam-bogofilter-score)
4548         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
4549         (spam-check-crm114, spam-initialize, spam-unload-hook):
4550         Fix typos in docstrings.
4551
4552 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4553
4554         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
4555         been checked if they have never been read and those group levels are
4556         higher than the one that a user specified.
4557
4558 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4559
4560         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
4561         foreign groups unless a group level is specified by a user.
4562         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
4563
4564 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
4565
4566         * message.el (message-send-mail-function): Require sendmail.
4567
4568 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
4569
4570         * message.el (message-send-mail-function): Check for smtpmail too.
4571
4572         * utf7.el (utf7-encode, utf7-decode): Use coding system
4573         `utf-7'/`utf-7-imap' from utf-7.el' if available.
4574
4575         * message.el (message-send-mail-function): New function.
4576         (message-send-mail-function): Set default using
4577         message-send-mail-function.  Adjust doc string.
4578         (message-send-mail-with-mailclient): New function.
4579
4580 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4581
4582         * smime.el (from):
4583         * rfc2047.el (message-posting-charset):
4584         * qp.el (mm-use-ultra-safe-encoding):
4585         * pop3.el (parse-time-months):
4586         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
4587         * nnml.el (files):
4588         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
4589         (jka-compr-compression-info-list, ange-ftp-path-format)
4590         (efs-path-regexp):
4591         * nndiary.el (files):
4592         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
4593         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
4594         (epg-digest-algorithm-alist, inhibit-redisplay)
4595         (password-cache-expiry):
4596         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
4597         (pgg-output-buffer, password-cache-expiry):
4598         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
4599         (efs-path-regexp):
4600         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
4601         (inhibit-redisplay):
4602         * mm-uu.el (file-name, start-point, end-point, entry)
4603         (gnus-newsgroup-name, gnus-newsgroup-charset):
4604         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
4605         (latin-unity-ucs-list):
4606         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
4607         (mm-uu-binhex-decode-function):
4608         * message.el (gnus-message-group-art, gnus-list-identifiers)
4609         (rmail-enable-mime-composing, gnus-local-organization)
4610         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
4611         (gnus-read-active-file, facemenu-add-face-function)
4612         (facemenu-remove-face-function, gnus-article-decoded-p)
4613         (tool-bar-mode):
4614         * mail-source.el (display-time-mail-function):
4615         * gnus-util.el (nnmail-pathname-coding-system)
4616         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
4617         (gnus-original-article-buffer, gnus-user-agent)
4618         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
4619         (xemacs-codename, sxemacs-codename, emacs-program-version):
4620         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
4621         * gnus-start.el (gnus-agent-covered-methods)
4622         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
4623         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
4624         (gnus-newsgroup-headers, gnus-group-list-mode)
4625         (gnus-group-mark-positions, gnus-newsgroup-data)
4626         (gnus-newsgroup-unreads, nnoo-state-alist)
4627         (gnus-current-select-method, mail-sources)
4628         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
4629         (nnmail-spool-file, gnus-cache-active-hashtb):
4630         * gnus-mh.el (mh-lib-progs):
4631         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
4632         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
4633         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
4634         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
4635         (gnus-group-buffer):
4636         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
4637         (font-lock-set-defaults):
4638         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
4639         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
4640         (gnus-summary-post-menu, total-parts, type, condition, length):
4641         * gnus-agent.el (gnus-agent-read-agentview):
4642         * flow-fill.el (show-trailing-whitespace):
4643         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
4644         eval-and-compile wrappers for byte compiler pacifiers.
4645
4646         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
4647         (mm-display-inline-fontify): Check for featurep 'xemacs not
4648         extent-list.
4649
4650         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
4651         itimer-list.
4652         (mm-create-image-xemacs): Only do something for XEmacs.
4653         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
4654
4655         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
4656
4657         * gnus-registry.el (gnus-adaptive-word-syntax-table):
4658         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
4659
4660 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
4661
4662         * nnimap.el (nnimap-split-download-body):
4663         * gnus-demon.el (gnus-demon):
4664         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
4665
4666 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4667
4668         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
4669         macros.
4670         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
4671         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
4672         copy data from unibyte buffer to multibyte current buffer.
4673         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
4674         to copy data from unibyte current buffer to multibyte buffer.
4675         (nntp-make-process-buffer): Make process buffer unibyte.
4676
4677         * pop3.el (pop3-open-server): Fix typo in Lisp code.
4678
4679 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
4680
4681         * pop3.el (pop3-open-server): Accept and process data more robustly at
4682         connexion start to avoid spurious "POP SSL connexion failed" errors.
4683
4684 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4685
4686         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
4687         read group names.
4688
4689 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
4690
4691         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
4692
4693 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4694
4695         * nnmail.el (nnmail-parse-active): Make group names unibyte.
4696         (nnmail-save-active): Use a unibyte buffer when saving active file,
4697         which may contain non-ASCII group names.
4698
4699         * nnml.el (nnml-request-group): Decode group names in messages.
4700
4701 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
4702
4703         * message.el (message-citation-line-function)
4704         (message-insert-formatted-citation-line): Fix spelling of
4705         `message-insert-formated-citation-line'.
4706
4707 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
4708
4709         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
4710
4711 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4712
4713         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
4714         nnmail-pathname-coding-system.
4715
4716         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
4717         that a user enters; decode group names in messages.
4718
4719         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
4720
4721 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4722
4723         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
4724
4725         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
4726
4727         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
4728         risky local variable.
4729
4730         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
4731
4732 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4733
4734         * encrypt.el: Improve documentation to fix function name typo.
4735         Reported by Daiki Ueno <ueno@unixuser.org>.
4736
4737 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4738
4739         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
4740         even if the point is not in the last page of an article.
4741         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
4742         back to the previous page.
4743
4744 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
4745
4746         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
4747
4748 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4749
4750         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
4751
4752 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4753
4754         * message.el (message-check-news-body-syntax): Avoid
4755         mm-string-as-multibyte.
4756         (message-hide-headers): Don't assume (point-min)==1.
4757
4758 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4759
4760         * message.el (message-remove-blank-cited-lines): Fix if remove is
4761         given.
4762         (message-bogus-address-regexp): New variable.
4763         (message-bogus-recipient-p): New function.
4764         (message-check-recipients): New command.
4765         (message-syntax-checks): Add `bogus-recipient'.
4766         (message-fix-before-sending): Add `bogus-recipient'.
4767
4768         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
4769         (gnus-treat-body-boundary): Don't test window-system.
4770
4771 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
4772
4773         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
4774
4775 2007-10-28  Miles Bader  <miles@gnu.org>
4776
4777         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
4778         at compile-time too.
4779
4780 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4781
4782         * gnus-msg.el (gnus-message-setup-hook): Add
4783         `message-remove-blank-cited-lines' to options.
4784
4785 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4786
4787         * message.el (message-remove-blank-cited-lines): New function.
4788         Suggested by Karl Plästerer.
4789
4790 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4791
4792         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
4793         mapc.
4794
4795         * imap.el (imap-open): Replace mapcar called for effect with mapc.
4796         (top-level): Use mapc to set functions to be traced for debugging.
4797
4798         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
4799         called for effect with while loop.
4800
4801         * message.el (message-talkative-question): Replace mapcar called for
4802         effect with mapc.
4803
4804         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
4805         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
4806         called for effect with dolist.
4807
4808         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
4809
4810         * nndiary.el: Use dolist instead of mapcar to add diary headers to
4811         gnus-extra-headers and nnmail-extra-headers.
4812
4813         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
4814         called for effect with dolist.
4815         (top-level): Use mapc to set functions to be traced for debugging.
4816
4817         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
4818         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
4819         dolist.
4820
4821         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
4822         Replace mapcar called for effect with mapc.
4823         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
4824         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
4825         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
4826         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
4827
4828         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
4829         remove-if that's a cl function.
4830
4831         * webmail.el (webmail-debug): Replace mapcar called for effect with
4832         dolist.
4833
4834         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
4835         with mapc.
4836
4837 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4838
4839         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
4840         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
4841         with while loop.
4842
4843         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
4844         functions from article-* functions.
4845         (gnus-multi-decode-header): Replace mapcar called for effect with
4846         dolist.
4847
4848         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
4849         (gnus-bookmark-show-details): Replace mapcar called for effect with
4850         while loop.
4851
4852         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
4853         called for effect with while loop.
4854
4855         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
4856         with dolist.
4857
4858         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
4859         mapcar called for effect with dolist.
4860
4861         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
4862
4863         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
4864         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
4865         Replace mapcar called for effect with dolist.
4866         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
4867         mapc.
4868
4869         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
4870         Replace mapcar called for effect with dolist.
4871         (gnus-topic-list): Replace mapcar called for effect with mapc.
4872
4873         * gnus.el: Use mapc instead of mapcar to add autoloads.
4874
4875 2007-10-23  Richard Stallman  <rms@gnu.org>
4876
4877         * gnus-group.el (gnus-group-highlight): Mark as risky.
4878
4879 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4880
4881         * gnus.el (gnus-server-to-method): Return method found first in
4882         gnus-newsrc-alist.
4883
4884         * gnus-art.el (gnus-article-highlight-signature)
4885         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
4886         button overlay without the front stickiness.
4887
4888 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
4889
4890         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
4891         overview buffer needed a catch to receive its throw.
4892         (gnus-agent-flush-cache): Declared as interactive to make this function
4893         easier to use.
4894
4895 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
4896
4897         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
4898         `next-line'.
4899
4900 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4901
4902         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
4903         exclude address matching message-dont-reply-to-names.
4904
4905 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4906
4907         * gnus-util.el (gnus-string<): New function.
4908
4909         * gnus-sum.el (gnus-article-sort-by-author)
4910         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
4911
4912 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4913
4914         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
4915         the frame-focus tag is set in gnus-buffer-configuration.
4916
4917 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4918
4919         * gnus-art.el (gnus-article-add-button): Make a button overlay without
4920         the front stickiness.
4921
4922 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4923
4924         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
4925         url pattern; remove duplicate one.
4926         (gnus-article-extend-url-button): New function.
4927         (gnus-article-add-buttons): Use it.
4928         (gnus-button-push): Use concatenated url that it makes.
4929
4930 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
4931
4932         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
4933
4934 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4935
4936         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
4937         Don't hardcode point-min==1.
4938
4939 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
4940
4941         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
4942         Fix comment about "iso8859-1".
4943
4944 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
4945
4946         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
4947         ones returned from the verify-function.
4948
4949         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
4950         mml2015-extract-cleartext-signature if extraction failed.
4951
4952 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
4953
4954         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
4955         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
4956         failed.
4957
4958 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4959
4960         * Relicense "GPLv2 or later" files to "GPLv3 or later".
4961
4962 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
4963
4964         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
4965         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
4966         recommends to use EasyPG instead of PGG.
4967
4968         * pgg.el: Revert to revision 6.23.2.16.
4969
4970         * pgg-def.el: Revert to revision 6.6.2.14.
4971
4972         * pgg-gpg.el: Revert to revision 6.23.2.34.
4973
4974 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
4975
4976         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
4977         to mark a thread as expirable.  Add variable `hide' to handle hiding of
4978         thread for both the null and zero (kill/expire thread) universal prefix
4979         cases.
4980         (gnus-summary-expire-thread): Add new function to expire a thread,
4981         using gnus-summary-kill-thread.
4982         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
4983         shortcuts for gnus-summary-expire-thread.
4984         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
4985         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
4986
4987 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4988
4989         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
4990         extras value, so an extras entry can be deleted.
4991         (gnus-registry-delete-extra-entry): Use it.
4992         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
4993         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
4994         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
4995         storage through the gnus-registry, and provide an appropriate API for
4996         it.
4997
4998 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4999
5000         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
5001         Suggested by Leo <sdl.web@gmail.com>.
5002
5003         * gnus.el: Do.
5004
5005 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5006
5007         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
5008         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
5009
5010         * gnus-agent.el (gnus-agent-fetch-headers): Do.
5011
5012         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5013         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
5014
5015 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5016
5017         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
5018         newline.
5019         (nnmbox-request-accept-article): Don't change article in source buffer;
5020         narrow to header to use message-fetch-field rather than
5021         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
5022         (nnmbox-request-replace-article): Quote lines that'll be misidentified
5023         as delimiters; make sure article ends with newline.
5024         (nnmbox-delete-mail): Correct last position of article to be deleted;
5025         ignore X-Gnus-Newsgroup header in article body.
5026         (nnmbox-save-mail): Quote lines looking like delimiters at the right
5027         positions; make sure article ends with newline.
5028
5029         * message.el (message-display-abbrev): Don't infloop when a user
5030         inserts SPC in the beginning of header.
5031
5032         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
5033         coding-system-for-read and coding-system-for-write for XEmacs having no
5034         file-coding feature.
5035
5036         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
5037
5038 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
5039
5040         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
5041         list of groups not followed by default.  Fix type to be regexp.
5042         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
5043
5044 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
5045
5046         * hmac-def.el (define-hmac-function): Switch from old-style to
5047         new-style backquotes.
5048
5049         * md4.el (md4-make-step): Likewise.
5050
5051 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5052
5053         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
5054         raw-text coding system when saving .newsrc file, which may contain
5055         non-ASCII group names.
5056
5057 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5058
5059         * gnus-cus.el (gnus-score-extra): New widget.
5060         (gnus-score-extra-convert): New function.
5061         (gnus-score-customize): Use it for Extra.
5062
5063 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
5064
5065         * mml2015.el (mml2015-extract-cleartext-signature): New function.
5066         (mml2015-mailcrypt-clear-verify): Use it.
5067         (mml2015-gpg-clear-verify): Use it.
5068         (mml2015-pgg-clear-verify): Use it.
5069         (mml2015-epg-clear-verify): Replace the current part with the output
5070         from GnuPG; don't extract the plaintext by itself.
5071
5072         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
5073         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
5074         mml2015-clear-verify-function; don't touch the armor headers or
5075         dash-escaped text here.
5076
5077 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5078
5079         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
5080         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
5081         parts, or application/octet-stream as a last resort.
5082         (gnus-mime-view-part-as-type): Don't toggle display.
5083         (gnus-mime-view-part-as-charset): Don't turn off display before
5084         querying charset.
5085
5086         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
5087         stuff to undisplayer function in Emacs.
5088         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
5089
5090         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
5091         text/calendar parts.
5092
5093 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5094
5095         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
5096         decoding text/calendar parts.
5097
5098         * message.el (message-forward-make-body-mime): Always mark body as
5099         having no illegible text; remove signed-or-encrypted argument.
5100         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
5101
5102         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
5103         (mml-generate-mime-1): Don't encode body if it is specified to be in
5104         raw form; don't make buffer be unibyte when inserting multibyte string.
5105
5106 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5107
5108         * sha1.el: Fix up comment style.
5109         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
5110         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
5111
5112         * hex-util.el: Fix up comment style.
5113         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
5114
5115         * gnus-salt.el: Use with-current-buffer.
5116         (gnus-pick-setup-message): Fix long-standing typo.
5117
5118 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5119
5120         * imap.el (imap-logout-timeout): New variable.
5121         (imap-logout, imap-logout-wait): New functions.
5122         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
5123
5124         * nnimap.el (nnimap-logout-timeout): New server variable.
5125         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
5126         nnimap-logout-timeout.
5127
5128         * gnus-art.el (gnus-article-summary-command-nosave)
5129         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
5130
5131 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5132
5133         * gnus.el (gnus-maximum-newsgroup): New variable.
5134
5135         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
5136         according to gnus-maximum-newsgroup.
5137
5138         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5139         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
5140         Limit the range of articles according to gnus-maximum-newsgroup.
5141
5142 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
5143
5144         * gnus-art.el (gnus-sticky-article): Fixed problems described in
5145         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
5146         Don't perform gnus-configure-windows here; reuse existing sticky
5147         article buffer.
5148
5149         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
5150         it doesn't exist in gnus-article-mode.
5151
5152 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5153
5154         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
5155         (gnus-agent-decoded-group-name): New function.
5156         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
5157         (gnus-agent-expire-group-1): Use it; decode group name in messages.
5158
5159 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
5160
5161         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
5162         Add binding for gnus-sticky-article.
5163         (gnus-summary-exit): Don't kill sticky article buffers.
5164
5165         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
5166         article buffer.
5167         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
5168         (gnus-kill-sticky-article-buffers): New commands.
5169
5170 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5171
5172         * nntp.el (nntp-xref-number-is-evil): New server variable.
5173         (nntp-find-group-and-number): If it is non-nil, don't trust article
5174         numbers in the Xref header.
5175
5176 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5177
5178         * gnus-agent.el (gnus-agent-read-group): New function.
5179         (gnus-agent-flush-group, gnus-agent-expire-group)
5180         (gnus-agent-regenerate-group): Use it.
5181         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
5182         nnmail-pathname-coding-system.
5183
5184 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5185
5186         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
5187
5188         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
5189         that are unread as unread, and also as selected so that information of
5190         marks having been changed by a user may be updated when exiting group.
5191
5192 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5193
5194         * gnus-art.el (gnus-mime-display-single): Pass part number that is
5195         calculated ignoring signature parts to gnus-treat-article.
5196
5197 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5198
5199         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
5200         a point here in order to keep the window start.
5201         (gnus-insert-mime-security-button): Make a button overlay without the
5202         front stickiness.
5203         (gnus-mime-display-security): Goto the end of a button.
5204
5205         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
5206
5207 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5208
5209         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
5210         group-name-at-point.
5211         (gnus-group-completing-read): New function that offers decoded
5212         non-ASCII group names for completion.
5213         (gnus-fetch-group, gnus-group-read-ephemeral-group)
5214         (gnus-group-jump-to-group, gnus-group-make-group-simple)
5215         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
5216         (gnus-group-fetch-control): Use it.
5217         (gnus-fetch-group): Use group-name-at-point for the initial value
5218         rather than the default value; use gnus-alive-p.
5219
5220         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
5221         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
5222         (gnus-summary-post-news): Use gnus-group-completing-read.
5223
5224         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
5225         (gnus-read-move-group-name): Decode group name for completion.
5226
5227 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
5228
5229         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
5230         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
5231         Yamaoka slightly modified the code).
5232
5233 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5234
5235         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
5236         (nnmail-split-incoming): Bind it.
5237
5238         * nnml.el (nnml-group-name-charset): New function.
5239         (nnml-decoded-group-name): Use it; don't decode group name if
5240         nnmail-group-names-not-encoded-p is non-nil.
5241         (nnml-encoded-group-name): New function.
5242         (nnml-group-pathname): Inline nnml-decoded-group-name.
5243         (nnml-request-expire-articles): Decode group name in message.
5244         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
5245         nnmail-pathname-coding-system.
5246         (nnml-save-mail, nnml-active-number): Work with decoded group names and
5247         not decoded ones according to nnmail-group-names-not-encoded-p.
5248         (nnml-generate-active-info): Use nnml-encoded-group-name.
5249
5250 2007-08-08  Glenn Morris  <rgm@gnu.org>
5251
5252         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
5253         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
5254         doc-strings and comments.
5255
5256 2007-07-25  Glenn Morris  <rgm@gnu.org>
5257
5258         * Relicense all FSF files to GPLv3 or later.
5259
5260 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5261
5262         * gnus-sum.el (gnus-summary-move-article): Make
5263         gnus-summary-respool-article work.
5264
5265 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
5266
5267         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
5268         string.
5269
5270 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
5271
5272         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
5273         that should be ignored when comparing distant RSS articles with local
5274         ones.
5275         (nnrss-make-hash-index): New function.  Create a hash index according
5276         to the ignored fields.
5277         (nnrss-check-group): Use it.
5278
5279 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5280
5281         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
5282
5283         * gnus-art.el (article-decode-group-name): Decode Xref header too.
5284
5285         * gnus-group.el (gnus-group-make-group): Encode group name here unless
5286         the new optional argument ENCODED is non-nil.
5287         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
5288         coding system for encoding group name.
5289         (gnus-group-make-rss-group): Pass un-encoded group name to
5290         gnus-group-make-group.
5291         (gnus-group-set-info): Tell gnus-group-make-group that group name is
5292         encoded.
5293
5294         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
5295         Encode group name to which articles are moved or copied.
5296         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
5297         coding system for encoding Newsgroup, Followup-To and Xref headers.
5298
5299         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
5300         marks; use nnheader-file-coding-system to write a file.
5301         (nnagent-retrieve-headers): Bind file-name-coding-system to
5302         nnmail-pathname-coding-system.
5303
5304         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
5305
5306         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
5307         (nnml-request-article, nnml-request-create-group)
5308         (nnml-request-rename-group, nnml-find-id)
5309         (nnml-possibly-change-directory, nnml-possibly-create-directory)
5310         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
5311         (nnml-save-marks): Use nnml-group-pathname instead of
5312         nnmail-group-pathname.
5313
5314         (nnml-request-create-group, nnml-request-expire-articles)
5315         (nnml-request-move-article, nnml-request-delete-group)
5316         (nnml-deletable-article-p, nnml-possibly-create-directory)
5317         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
5318         (nnml-open-marks): Bind file-name-coding-system to
5319         nnmail-pathname-coding-system.
5320
5321         (nnml-request-article): Pass server argument to nnml-find-group-number.
5322         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
5323         server argument to nnml-possibly-create-directory.
5324         (nnml-request-accept-article): Pass server argument to
5325         nnml-active-number and nnml-save-mail.
5326         (nnml-find-group-number): Pass server argument to nnml-find-id.
5327         (nnml-request-update-info): Pass server argument to
5328         nnml-marks-changed-p.
5329
5330         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
5331         (nnml-save-mail, nnml-active-number): Add server argument.
5332
5333         (nnml-request-delete-group): Warn if group is missing.
5334         (nnml-get-nov-buffer): Decode group name.
5335         (nnml-generate-active-info): Encode group name.
5336         (nnml-open-marks): Decode group name in messages.
5337
5338 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5339
5340         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
5341         if it is not specified.
5342         (gnus-article-pipe-part, gnus-article-save-part)
5343         (gnus-article-interactively-view-part, gnus-article-copy-part)
5344         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
5345         (gnus-article-inline-part, gnus-article-save-part-and-strip)
5346         (gnus-article-replace-part, gnus-article-delete-part)
5347         (gnus-article-view-part-as-type): Pass raw prefix argument to
5348         gnus-article-part-wrapper.
5349
5350 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5351
5352         * gnus-agent.el (gnus-agent-save-active): Bind
5353         nnheader-file-coding-system to gnus-agent-file-coding-system.
5354
5355         * gnus-cache.el (gnus-cache-save-buffers)
5356         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
5357         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
5358         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
5359         (gnus-cache-braid-nov, gnus-cache-braid-heads)
5360         (gnus-cache-generate-active, gnus-cache-rename-group)
5361         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
5362         (gnus-cache-update-overview-total-fetched-for): Bind
5363         file-name-coding-system to nnmail-pathname-coding-system.
5364         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
5365         variables.
5366         (gnus-cache-decoded-group-name): New function.
5367         (gnus-cache-file-name): Use it.
5368         (gnus-cache-generate-active): Use non-decoded group name for active.
5369
5370         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
5371         right place.
5372         (gnus-write-active-file): Don't break non-ASCII group names.
5373
5374         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
5375         nnmail-pathname-coding-system.
5376
5377         * lpath.el: Bind default-file-name-coding-system,
5378         file-name-coding-system and language-info-alist for XEmacs.
5379
5380         * gnus-uu.el (gnus-uu-decode-save): Typo.
5381
5382 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5383
5384         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
5385
5386 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5387
5388         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
5389         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
5390         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
5391         (gnus-agent-flush-group, gnus-agent-flush-cache)
5392         (gnus-agent-fetch-headers, gnus-agent-load-alist)
5393         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
5394         (gnus-agent-retrieve-headers, gnus-agent-request-article)
5395         (gnus-agent-regenerate-group)
5396         (gnus-agent-update-files-total-fetched-for)
5397         (gnus-agent-update-view-total-fetched-for): Bind
5398         file-name-coding-system to nnmail-pathname-coding-system.
5399         (gnus-agent-group-pathname): Don't encode file names by
5400         nnmail-pathname-coding-system.
5401         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
5402         coding-system-for-write instead of buffer-file-coding-system to
5403         gnus-agent-file-coding-system.
5404
5405         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
5406         Decode group name.
5407
5408         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
5409
5410         * gnus-start.el (gnus-update-active-hashtb-from-killed)
5411         (gnus-read-newsrc-el-file): Make group names unibyte.
5412
5413         * nnmail.el (nnmail-group-pathname): Don't encode file names by
5414         nnmail-pathname-coding-system.
5415
5416         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
5417         (nnrss-request-delete-group): Bind file-name-coding-system to
5418         nnmail-pathname-coding-system.
5419         (nnrss-read-server-data, nnrss-read-group-data): Bind
5420         file-name-coding-system correctly.
5421         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
5422
5423         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
5424         (nntp-server-to-method-cache): New variable.
5425         (nntp-group-pathname): New function that decodes non-ASCII group names.
5426         (nntp-possibly-create-directory, nntp-marks-changed-p)
5427         (nntp-save-marks, nntp-open-marks): Use it.
5428         (nntp-possibly-create-directory, nntp-open-marks):
5429         Bind file-name-coding-system to nnmail-pathname-coding-system.
5430         (nntp-open-marks): Decode group names when bootstrapping marks.
5431
5432         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
5433         Newsgroups and Folowup-To headers.
5434
5435 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5436
5437         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5438         (gnus-server-closed-face, gnus-server-denied-face)
5439         (gnus-server-offline-face): Remove variable.
5440         (gnus-server-font-lock-keywords): Use faces that are not aliases.
5441
5442         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
5443         of modifying message-stack directly for XEmacs.
5444
5445         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
5446         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
5447         if the coding-system argument is nil for XEmacs.
5448
5449         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
5450         mm-charset-override-alist.
5451
5452         * rfc2047.el: Don't require base64; require rfc2045 for the function
5453         rfc2045-encode-string.
5454         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
5455         to quote the parameter value.
5456
5457 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5458
5459         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
5460         form in gnus-group-name-charset-method-alist.
5461
5462         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
5463         overrides the default layout edit-form.
5464
5465         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
5466
5467         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
5468
5469 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5470
5471         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
5472         as unfetched articles.
5473
5474 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
5475
5476         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
5477
5478 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5479
5480         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
5481         original back end that keeps marks in the local system.
5482
5483 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5484
5485         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
5486         arg of pop-to-buffer for XEmacs.
5487         (gnus-article-read-summary-keys): Ditto; don't restore window
5488         configuration if summary command ends up with neither article buffer
5489         nor summary buffer; describe bindings if summary keys end with C-h.
5490
5491 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5492
5493         * message.el (message-fix-before-sending): Skip raw message part to be
5494         forwarded while checking illegible text.
5495         (message-forward-make-body-mime, message-forward-make-body): Mark
5496         signed or encrypted raw message as having no illegible text.
5497
5498 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5499
5500         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
5501         (gnus-message-with-timestamp-1): New macro.
5502         (gnus-message-with-timestamp): New function.
5503         (gnus-message): Use them.
5504
5505         * nnheader.el (nnheader-message): Use them.
5506
5507 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
5508
5509         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
5510         .newsrc.eld file.
5511
5512 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5513
5514         * gnus-agent.el (gnus-agent-fetch-headers)
5515         (gnus-agent-retrieve-headers): Bind
5516         gnus-decode-encoded-address-function to identity.
5517
5518         * nntp.el (nntp-send-xover-command): Recognize an xover command is
5519         available also when the server returns simply a dot.
5520
5521         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
5522
5523 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5524
5525         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
5526
5527 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5528
5529         * gnus-ems.el (gnus-x-splash): Make it work.
5530
5531         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
5532         from being used.
5533
5534         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
5535
5536 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5537
5538         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
5539         4th and the 5th arguments.
5540
5541         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
5542         the front stickiness.
5543         (gnus-article-summary-command-nosave): Correct the order of the
5544         arguments passed to pop-to-buffer.
5545         (gnus-article-read-summary-keys): Ditto; make it work properly when the
5546         summary command ends up with the article buffer.
5547
5548         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
5549         the same faces.
5550
5551 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
5552
5553         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
5554
5555 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
5556
5557         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
5558         * gnus-sum.el (gnus-summary-highlight):
5559         * pgg.el (pgg-sign-region, pgg-sign):
5560         * mail-source.el (mail-source-delete-old-incoming-confirm):
5561         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
5562
5563 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5564
5565         * gnus-art.el (gnus-mime-view-part-externally)
5566         (gnus-mime-view-part-internally): Fix predicate function passed to
5567         completing-read.
5568
5569         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
5570
5571         * gnus.el (gnus-update-message-archive-method): Add :version.
5572
5573 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5574
5575         * gnus.el (gnus-update-message-archive-method): New variable.
5576
5577         * gnus-start.el (gnus-setup-news): Update saved "archive" method
5578         according to gnus-message-archive-method if
5579         gnus-update-message-archive-method is non-nil.
5580
5581 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5582
5583         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
5584         by Loic Dachary <loic@dachary.org>.
5585         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5586
5587 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5588
5589         * message.el (message-pop-to-buffer): Add switch-function argument.
5590         (message-mail): Pass switch-function argument to it.
5591
5592 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
5593
5594         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
5595         Improve doc string.
5596
5597 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5598
5599         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
5600         (gnus-header-content)
5601         * gnus-cite.el (gnus-cite-10)
5602         * gnus-srvr.el (gnus-server-closed)
5603         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
5604         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
5605         (gnus-group-mail-3-empty, gnus-group-mail-low)
5606         (gnus-group-mail-low-empty, gnus-splash)
5607         * message.el (message-header-to, message-header-cc)
5608         (message-header-subject, message-header-other, message-header-name)
5609         (message-header-xheader, message-separator, message-cited-text)
5610         (message-mml): Lighten colors of faces used for dark background.
5611
5612 2007-05-24  Simon Josefsson  <simon@josefsson.org>
5613
5614         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
5615         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
5616
5617 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5618
5619         * message.el (message-narrow-to-headers-or-head):
5620         Ignore mail-header-separator in the body.
5621
5622 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5623
5624         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
5625         same as window size.
5626
5627 2007-05-22  Kevin Ryde  <user42@zip.com.au>
5628
5629         * message.el (message-font-lock-keywords): Use message-header-xheader
5630         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
5631         ahead of the anything pattern, to get it recognised.
5632
5633 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5634
5635         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
5636         spam.el loads uses it in the compiled defadvice form.
5637
5638 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
5639
5640         * gnus-sum.el (gnus-articles-to-read)
5641         (gnus-summary-insert-old-articles): Don't truncate group name for
5642         `read-string'.
5643
5644         * gnus-util.el (gnus-limit-string): Delete this function.
5645
5646         * gnus-sum.el (gnus-simplify-subject-fully): Use
5647         `truncate-string-to-width' instead.
5648
5649 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
5650
5651         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
5652         if, on summary exit, the next group has to be selected.
5653         (gnus-summary-exit): Use it.
5654
5655 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
5656
5657         * gnus-art.el (gnus-article-mode): Fix comment about displaying
5658         non-break space.
5659
5660 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5661
5662         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
5663         Check if group is not a directory.
5664         (nnfolder-request-expire-articles): Don't delete articles if the target
5665         group is not available.
5666
5667         * nnml.el (nnml-request-create-group): Properly check if group is not a
5668         file.
5669         (nnml-request-expire-articles): Don't delete articles if the target
5670         group is not available.
5671
5672         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5673         Don't quote characters that are within parentheses.
5674
5675 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5676
5677         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
5678         (gnus-handle-ephemeral-exit): Select article according to it.
5679
5680 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5681
5682         * message.el (message-insert-formated-citation-line): Remove newline.
5683         (message-citation-line-format): Add final \n here so that the user can
5684         avoid a blank line.
5685
5686 2007-05-03  Dan Christensen  <jdc@uwo.ca>
5687
5688         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5689         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5690         Update lanl/arXiv support.
5691
5692 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5693
5694         * gnus.el: Bump version number.
5695
5696 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5697
5698         * gnus.el (gnus-version-number): Bump version.
5699
5700 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5701
5702         * gnus.el: No Gnus v0.6 is released.
5703
5704 2007-04-27  Didier Verna  <didier@xemacs.org>
5705
5706         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
5707         * gmm-utils.el (gmm-regexp-concat): here.
5708         * message.el: Don't require 'gnus-util.
5709         (message-dont-reply-to-names): Handle name change above.
5710         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
5711
5712 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5713
5714         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
5715         since the initial value varies according to the system.
5716
5717 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5718
5719         * mm-util.el (mm-charset-synonym-alist): Defcustom.
5720
5721 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
5722
5723         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
5724
5725 2007-04-24  Didier Verna  <didier@xemacs.org>
5726
5727         Improve the type of gnus-ignored-from-addresses.
5728         * gnus-util.el (gnus-orify-regexp): New function.
5729         * message.el (gnus-util): Require it.
5730         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
5731         * gnus-sum.el (gnus-ignored-from-addresses): New function.
5732         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
5733
5734 2007-04-24  Didier Verna  <didier@xemacs.org>
5735
5736         * gnus-sum.el:
5737         * gnus-utils.el: Fix some trailing whitespaces.
5738
5739 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5740
5741         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
5742         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
5743         article's Message-ID; refer parent article in summary buffer.
5744
5745         * message.el (message-bounce): Call mime-to-mml.
5746
5747         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
5748         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
5749         optimize and/or forms properly.
5750
5751 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
5752
5753         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
5754         URL.
5755
5756 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5757
5758         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
5759
5760 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5761
5762         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
5763         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
5764         displayed of multipart/alternative part if it is invoked from summary
5765         buffer.
5766
5767         * mm-view.el (mm-inline-text-html-render-with-w3m)
5768         (mm-inline-text-html-render-with-w3m-standalone)
5769         (mm-inline-render-with-function): Use mail-parse-charset by default.
5770
5771 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
5772
5773         * parse-time.el (parse-time-string-chars): Check if CHAR
5774         is less than the length of parse-time-syntax.
5775
5776 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5777
5778         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
5779         from gnus-newsgroup-processable.
5780
5781 2007-04-16  Didier Verna  <didier@xemacs.org>
5782
5783         * gnus-msg.el (gnus-configure-posting-styles): Handle
5784         message-signature-directory properly with :file syntax.  Reported by
5785         "Leo".
5786
5787 2007-04-11  Didier Verna  <didier@xemacs.org>
5788
5789         New user option: message-signature-directory.
5790         * gnus-msg.el (gnus-configure-posting-styles): Support it.
5791         * message.el (message-insert-signature): Ditto.
5792         * message.el (message-signature-file): Doc update.
5793         * message.el (message-signature-directory): New.
5794
5795 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5796
5797         * gnus-msg.el (gnus-inews-yank-articles): Use
5798         message-exchange-point-and-mark instead of exchange-point-and-mark.
5799
5800 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5801
5802         * message.el (message-yank-original): Make sure cited text ends with
5803         newline; don't exchange point and mark.
5804
5805 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5806
5807         * tls.el (open-tls-stream): Properly handle case where there
5808         is no associated buffer.
5809
5810 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
5811
5812         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
5813         message-yank-original, make sure (< mark TEXT point).
5814
5815 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5816
5817         * message.el (message-fill-column): New variable.
5818         (message-mode): Use it.  Add comment on a possible new hook.
5819
5820         * nnmail.el (nnmail-spool-file): Mark as obsolete.
5821         (nnmail-get-new-mail): Reformat.
5822
5823         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
5824
5825         * gmm-utils.el: Fix Commentary.
5826         (gmm-tool-bar-from-list): Fix typo in doc string.
5827
5828 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
5829
5830         * message.el (message-yank-original): Don't switch point and mark
5831         unnecessarily to put point and mark as documented.
5832
5833 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5834
5835         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
5836         from the message heads.
5837
5838 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
5839
5840         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
5841         article buffer does not have a window.  This may not be the best
5842         solution but is certainly better than setting the start of the null,
5843         that is the current, window.
5844
5845 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5846
5847         * gnus-draft.el (gnus-draft-setup-hook): New hook.
5848         (gnus-draft-setup): Run it.
5849
5850         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
5851         gnus-score-fast-scoring.  Allow regexp.
5852         (gnus-score-headers): Use it.
5853
5854         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
5855         XEmacs.
5856
5857         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
5858         string.
5859         (gnus-button-alist): Also catch `<f1> k ...'.
5860         (gnus-treat-display-x-face): Fix doc string.
5861
5862 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5863
5864         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
5865         evaluation of gnus-extended-version to ensure correct generation of the
5866         User-Agent header when message-generate-headers-first is used.
5867
5868 2007-03-24  Simon Josefsson  <simon@josefsson.org>
5869
5870         * hashcash.el (hashcash-generate-payment-async): Don't crash if
5871         hashcash-path is nil.  Don't call callback with incorrect number of
5872         parameters if val is 0.
5873
5874 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5875
5876         * message.el (message-required-news-headers):
5877         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
5878
5879 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
5880
5881         * tls.el (open-tls-stream): In handshake-waiting loop,
5882         don't wait more if there is output available to process.
5883
5884 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
5885
5886         * tls.el (tls-program): Doc fix.
5887
5888 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5889
5890         * message.el (message-generate-new-buffers): Change the meaning of the
5891         nil value; add `standard' to the choices; treat t as `unique'; improve
5892         doc string.
5893         (gnus-select-frame-set-input-focus): Autoload.
5894         (message-buffer-name): Search for the existing message buffer if
5895         message-generate-new-buffers is nil or `standard'; treat the value t of
5896         message-generate-new-buffers as `unique'.
5897         (message-pop-to-buffer): Raise the frame already displaying the message
5898         buffer; clear the echo area after querying.
5899         (message-setup): Pass the `continue' argument to compose-mail.
5900         (message-mail): Prefer `switch-function' if it is given; search for the
5901         existing message buffer if the `continue' argument is non-nil; pass
5902         continue and switch-function arguments to compose-mail by way of
5903         message-setup.
5904         (message-mail-other-window): Adjust argument of message-setup.
5905         (message-mail-other-frame): Ditto.
5906
5907 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5908
5909         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
5910         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
5911         to turn font-lock on when turning gnus-message-citation-mode on.
5912
5913 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
5914
5915         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
5916         (mml-smime-function-alist): New variable; add epg as the backend.
5917         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
5918         mml-smime- functions instead.
5919         * mm-view.el: Require smime.
5920
5921 2007-03-05  Didier Verna  <didier@xemacs.org>
5922
5923         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
5924         instead of just inheritance for posting styles.
5925         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
5926
5927 2007-02-24  Chris Moore  <dooglus@gmail.com>
5928
5929         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
5930         * pgg-pgp.el (pgg-pgp-encrypt-region):
5931         * pgg-gpg.el (pgg-gpg-encrypt-region):
5932         Check pgg-encrypt-for-me if no other recipients.
5933
5934 2007-02-24  John Paul Wallington  <jpw@pobox.com>
5935
5936         * tls.el (tls-certtool-program): Fix custom type.
5937
5938 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5939
5940         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
5941         and point-at-eol instead of line-(beginning|end)-position.
5942
5943         * assistant.el (assistant-parse-buffer): Ditto.
5944
5945         * netrc.el (netrc-parse-services): Ditto.
5946
5947 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
5948
5949         * mml2015.el (mml2015-epg-find-usable-key): New function.
5950         (mml2015-epg-sign): Use it.
5951         (mml2015-epg-encrypt): Use it.
5952
5953 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5954
5955         * message.el (message-make-in-reply-to): Quote name containing
5956         non-ASCII characters.  It will make the RFC2047 encoder cause an error
5957         if there are special characters.  Reported by NAKAJI Hiroyuki
5958         <nakaji@jp.freebsd.org>.
5959
5960 2007-02-27  Didier Verna  <didier@xemacs.org>
5961
5962         Include the group parameters as well as the topic ones in the
5963         inheritance filter process.
5964         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
5965         argument GROUP-PARAMS-LIST.
5966         * gnus-topic.el (gnus-group-topic-parameters): Use it.
5967
5968 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5969
5970         * nntp.el (nntp-never-echoes-commands)
5971         (nntp-open-connection-functions-never-echo-commands): New variables.
5972         (nntp-send-command): Use them.
5973
5974 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
5975
5976         * mml2015.el (mml2015-epg-verify): Simplified.
5977
5978 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5979
5980         * mml.el (mml-content-disposition-alist): New user option.
5981         (mml-content-disposition): New function.
5982         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
5983         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
5984
5985 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
5986
5987         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
5988         verification.
5989
5990 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5991
5992         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
5993         articles posted in the last 24 hours.
5994
5995 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
5996
5997         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
5998
5999 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
6000
6001         * nntp.el (nntp-send-command): Don't wait for echoes when
6002         nntp-open-ssl-stream is used.
6003
6004 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6005
6006         * gnus-cite.el (gnus-test-font-lock-add-keywords)
6007         (gnus-message-add-citation-keywords)
6008         (gnus-message-remove-citation-keywords): Remove.
6009         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
6010         directly, make the variables in font-lock-defaults buffer-local, add
6011         gnus-message-citation-keywords to them and then update the value of
6012         font-lock-keywords.
6013
6014 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6015
6016         * message.el (message-cite-original-1): Don't call
6017         gnus-article-highlight-citation.
6018
6019         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
6020         citations; fix line count.
6021
6022 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6023
6024         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
6025         (gnus-message-add-citation-keywords)
6026         (gnus-message-remove-citation-keywords): Use it; fix the emulating
6027         versions of font-lock-add-keywords and font-lock-remove-keywords to
6028         work with XEmacs correctly.
6029
6030 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6031
6032         * gnus-cite.el (gnus-cite-face-list): Set the values of
6033         gnus-message-max-citation-depth and gnus-message-citation-keywords.
6034         (gnus-message-max-citation-depth): Use defvar rather than defconst.
6035         (gnus-message-cite-prefix-regexp): New variable.
6036         (gnus-message-search-citation-line): Use it; protect against long
6037         citation prefix; fill match data with nil rather than 0 for XEmacs; set
6038         the 0th match data for Emacs.
6039         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
6040         (gnus-message-add-citation-keywords): Append keywords rather than
6041         prepending; emulate font-lock-add-keywords if it is not available.
6042         (gnus-message-remove-citation-keywords): Emulate
6043         font-lock-remove-keywords if it is not available.
6044
6045         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
6046
6047         * message.el (message-cite-prefix-regexp): Set the value of
6048         gnus-message-cite-prefix-regexp.
6049
6050 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6051
6052         * nnweb.el (nnweb-google-parse-1): Update parser.
6053
6054 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
6055
6056         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
6057
6058 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6059
6060         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6061         regexp.
6062
6063 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6064
6065         * uudecode.el (uudecode-string-to-multibyte): New function emulating
6066         string-to-multibyte.
6067         (uudecode-decode-region-internal): Use it.
6068
6069         * lpath.el: Fbind string-as-multibyte for XEmacs.
6070
6071 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6072
6073         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
6074         custom choice.
6075
6076         * gnus-art.el (gnus-signature-limit): Fix custom choice.
6077
6078 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
6079
6080         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
6081
6082         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
6083         `write-region' to respect `mm-inhibit-file-name-handlers'.
6084
6085 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
6086
6087         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
6088         Use gnus-home-directory instead of "~/" or "$HOME".
6089
6090 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
6091
6092         * encrypt.el (encrypt-insert-file-contents): Add better prompt
6093         to mention filename.
6094         Add comments at beginning regarding usage.
6095         (encrypt-write-file-contents): Change interactive so a string is
6096         acceptable.  If the file has no associated model, show an error instead
6097         of a nonsense prompt.
6098
6099 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6100
6101         * spam.el (spam-bsfilter-ham-switch): Fix typo.
6102         Thanks to Yoshihiko Yamada for kind notification of this typo.
6103
6104 2007-01-12  Kenichi Handa  <handa@m17n.org>
6105
6106         * uudecode.el (uudecode-decode-region-internal): Make it work in a
6107         multibyte buffer.
6108
6109 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6110
6111         * gnus-score.el (gnus-score-fast-scoring): New variable.
6112         (gnus-score-headers): Use it.
6113
6114         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
6115
6116         * message.el (message-cite-original-1): Call
6117         gnus-article-highlight-citation if requested.
6118         (message-make-from): Allow name and address as optional arguments.
6119
6120         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
6121
6122         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
6123         bugs to doc string.
6124         (gnus-button-alist): Add mid\\|message-id.
6125         (gnus-button-fetch-group): Extend for use in
6126         `browse-url-browser-function'.
6127         (gnus-button-url-regexp): Try to catch paired parentheses like in
6128         Wikipedia URLs.
6129
6130         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
6131         Suggested by Simon Krahnke <overlord@gmx.li>.
6132
6133 2007-01-13  Romain Francoise  <romain@orebokech.com>
6134
6135         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
6136         Update copyright.
6137
6138 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
6139
6140         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
6141
6142 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
6143
6144         * gnus-registry.el (gnus-registry-unfollowed-groups)
6145         (gnus-registry-split-fancy-with-parent): Fix documentation.
6146
6147 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6148
6149         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
6150         from nnweb groups.
6151
6152 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6153
6154         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
6155         Xref urls.  Erase buffer before requesting head.
6156
6157 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
6158
6159         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
6160         customizable.
6161
6162 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
6163
6164         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
6165         no signing key is found.
6166         (mml2015-epg-encrypt): Ask user whether to skip or abort if
6167         no encrypting and/or signing key is found.
6168
6169 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6170
6171         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
6172
6173 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6174
6175         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
6176         headers read from disk with the ones newly found in the current search.
6177         This should no longer cause problems, because the article numbers in
6178         Gmane's `nov.php' output are ignored since the previous change.
6179
6180 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6181
6182         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
6183
6184 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6185
6186         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
6187         replace-regexp-in-string; bind url-version; fbind display-images-p and
6188         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
6189         find-face and set-itimer-function for Emacs; bind itimer-list for
6190         Emacs.
6191
6192         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
6193
6194 2007-01-01  Romain Francoise  <romain@orebokech.com>
6195
6196         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
6197
6198 2006-12-31  Steve Youngs  <steve@sxemacs.org>
6199
6200         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
6201         `define-minor-mode' macro definition expanded properly.
6202         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
6203         exclude it there.
6204
6205         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
6206         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
6207         `fboundp' test.
6208         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
6209         This is OK to autoload in (S)XEmacs now.
6210
6211 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6212
6213         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
6214         keystroke.
6215         (gnus-summary-limit-to-singletons): Fix typo.
6216
6217         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
6218         else fails.
6219
6220 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6221
6222         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
6223         docstring.
6224
6225         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
6226         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
6227         (gnus-summary-insert-dormant-articles): Fix typo in message.
6228
6229 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
6230
6231         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
6232         nil for XEmacs.
6233         (gnus-message-citation-mode): Don't autoload in XEmacs.
6234
6235         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
6236
6237 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
6238
6239         * nnimap.el (nnimap-expunge-search-string): Mention
6240         nnimap-search-uids-not-since-is-evil in docstring.
6241
6242 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6243
6244         * spam.el: Revert to make-obsolete-variable because
6245         define-obsolete-variable-alias is not supported in Emacs 21.
6246
6247         * spam.el (spam-ifile-path, spam-ifile-database-path)
6248         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
6249         make-obsolete-variable.
6250         (spam-bsfilter-path, spam-bsfilter-program)
6251         (spam-spamassassin-path, spam-spamassassin-program)
6252         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
6253         use "path" inappropriately.
6254         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
6255         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
6256         variable names.
6257
6258 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
6259
6260         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
6261         summary buffer.
6262
6263         * password.el (password-cache-remove): Use clear-string to burn
6264         password, if available.
6265
6266 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6267
6268         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
6269
6270         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
6271
6272         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
6273         (gnus-message-highlight-citation): Move defcustom here from
6274         gnus-cite.el.
6275         (gnus-message-citation-mode): Autoload.
6276
6277         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
6278         checks to make it compile with XEmacs.
6279         (gnus-message-citation-mode): New minor mode.
6280         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
6281         (gnus-message-highlight-citation): New variables.
6282         (gnus-message-search-citation-line)
6283         (gnus-message-add-citation-keywords)
6284         (gnus-message-remove-citation-keywords)
6285         (turn-on-gnus-message-citation-mode)
6286         (turn-off-gnus-message-citation-mode): New functions.
6287
6288 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
6289
6290         * gnus-cite.el: Enable highlighting of different citation levels in
6291         message-mode.
6292
6293 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6294
6295         * message.el (message-make-fqdn): Fix comment.
6296         (message-bogus-system-names): Add ".local".
6297
6298         * spam.el (spam-ifile-path, spam-ifile-program)
6299         (spam-ifile-database-path, spam-ifile-database)
6300         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
6301         Don't use "path" inappropriately.
6302         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
6303         strings.
6304         (spam-check-ifile, spam-ifile-register-with-ifile)
6305         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
6306         new variable names.
6307
6308         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
6309         (gnus-treat-display-smileys): Simplify using
6310         gnus-image-type-available-p.
6311
6312         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
6313         available.
6314
6315         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
6316         `display-images-p' if available.
6317
6318 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6319
6320         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
6321         one after turning on the buffer's multibyteness instead of decoding
6322         them directly in the unibyte buffer that causes unexpected conversion
6323         in Emacs 23 (unicode).
6324
6325 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6326
6327         * message.el (message-generate-hashcash): Fix custom type.
6328
6329 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6330
6331         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
6332
6333 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6334
6335         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
6336         disconnect icons.  Add help text.
6337
6338 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
6339
6340         * spam.el (spam-extra-header-to-number): CRM114 spam score is
6341         negated to be consistent with the others we handle.
6342
6343 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6344
6345         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
6346         version of gnus-summary-buffer to something, so that we can use two
6347         article buffers at the same time.
6348
6349 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
6350
6351         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
6352         trigger all the extra headers.
6353         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
6354         sorting.
6355
6356 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6357
6358         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
6359         solid groups.
6360
6361 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
6362
6363         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
6364
6365 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6366
6367         * legacy-gnus-agent.el: Add Copyright notice.
6368
6369 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
6370
6371         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
6372
6373 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6374
6375         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
6376
6377         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
6378         to make it work reliably in CVS Emacs.
6379         (gnus-summary-limit-strange-charsets-predicate)
6380         (gnus-summary-limit-to-predicate): New functions.
6381
6382 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
6383
6384         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
6385         specifying array size.
6386         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
6387         array if it is too small.
6388         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
6389         (gnus-sort-threads-loop): New function.
6390
6391 2006-12-06  Chris Moore  <dooglus@gmail.com>
6392
6393         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
6394         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
6395
6396 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
6397
6398         * mm-url.el (mm-url-predefined-programs): Call curl with correct
6399         options.
6400
6401 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6402
6403         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
6404         DOS-ing the recipient.
6405
6406         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
6407         the headers when creating the mapping to avoid mismappings.
6408         (nnweb-gmane-create-mapping): Always nix out old mapping.
6409
6410 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6411
6412         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
6413         and mm-verify-option to never.
6414
6415 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6416
6417         * message.el (message-signed-or-encrypted-p): New function.
6418         (message-forward-make-body): Use it.
6419
6420         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
6421         Replace encode-coding-string with mm-encode-coding-string.
6422
6423 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6424
6425         * nneething.el (nneething-decode-file-name): Replace
6426         decode-coding-string with mm-decode-coding-string.
6427
6428         * gnus-int.el (gnus-open-server): Say failed server's name.
6429
6430 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6431
6432         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6433         strings to a single string.  Quote `errors-file-name'.
6434         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6435         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6436         Adjust calls.  Use `shell-quote-argument'.
6437
6438 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
6439
6440         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
6441         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
6442
6443         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
6444         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
6445         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
6446         (gnus-group-make-directory-group, gnus-group-transpose-groups):
6447         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
6448         (gnus-subscribe-newsgroup, gnus-1):
6449         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
6450         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
6451         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
6452         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
6453
6454 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6455
6456         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
6457         keystroke.
6458         (gnus-summary-limit-to-bodies): Implement headersp.
6459
6460 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6461
6462         * dns.el (query-dns): Protect against "Process dns deleted" strings.
6463
6464 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6465
6466         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
6467
6468 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6469
6470         * message.el (message-generate-hashcash): Expand range of values to
6471         include `opportunistic'.
6472         (message-send-mail): Use it.
6473
6474 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6475
6476         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
6477         and comment it.
6478
6479         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
6480
6481 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
6482
6483         * gnus-util.el (gnus-extract-address-components): Improve comment.
6484
6485 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6486
6487         * gnus-util.el (gnus-extract-address-components): Work with address in
6488         which the name portion contains @.
6489
6490         * lpath.el: Fbind custom-autoload.
6491
6492 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6493
6494         * gnus.el (gnus-start): Move custom group up.
6495         (gnus-select-method): Don't autoload, but make it available for
6496         `customize-variable'.
6497         (gnus-getenv-nntpserver): Don't autoload.
6498
6499 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
6500
6501         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
6502
6503 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6504
6505         * message.el (message-sendmail-extra-arguments): New variable.
6506         (message-send-mail-with-sendmail): Use it.
6507
6508 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6509
6510         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
6511         mm-with-unibyte-current-buffer to make string unibyte.
6512
6513         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
6514         mm-string-as-multibyte.
6515
6516 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
6517
6518         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
6519         Reported by Werner Koch <wk@gnupg.org>.
6520
6521 2006-11-14  Daiki Ueno  <ueno@p360>
6522
6523         * mml2015.el: Autoload epa-select-keys when compiling.
6524
6525 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6526
6527         * mml2015.el (mml2015-epg-sign): Save the signing keys in
6528         message-options.
6529         (mml2015-epg-encrypt): Save the recipient keys in message-options.
6530
6531 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6532
6533         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
6534         EasyPG (< 0.0.6).
6535         (mml2015-always-trust): New user option.
6536         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
6537         prompt.
6538
6539 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6540
6541         * nntp.el (nntp-authinfo-force): New variable.
6542         (nntp-send-authinfo): Use it.
6543
6544 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
6545
6546         * message.el (message-strip-subject-encoded-words): Allow _not_ to
6547         decode encoded words.  Improve prompt.  Add comment about forwarding.
6548         (message-replacement-char): Move up.
6549
6550 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6551
6552         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
6553         instead of gnus-intersection because arguments of gnus-sorted-nunion
6554         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
6555
6556 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
6557
6558         * message.el (message-strip-subject-encoded-words): Reformat prompt.
6559         (message-simplify-subject-functions): Enable
6560         message-strip-subject-encoded-words by default.
6561
6562 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
6563
6564         * message.el (message-strip-subject-encoded-words): New function.
6565         (message-simplify-subject-functions): New variable.
6566         (message-simplify-subject): Use it.  Fix typo in doc string.
6567         Support message-strip-subject-encoded-words.
6568
6569 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
6570
6571         * gnus-diary.el (gnus-diary-delay-format-function):
6572         * nndiary.el (nndiary-reminders):
6573         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
6574
6575 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6576
6577         * gnus-art.el (article-hide-boring-headers): Fetch date from
6578         gnus-original-article-buffer to avoid problems with localized date
6579         strings.
6580
6581 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6582
6583         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
6584
6585 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
6586
6587         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
6588         New variables.
6589         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6590         (mm-charset-synonym-alist): Move some entries to
6591         mm-codepage-iso-8859-list.
6592         (mm-charset-synonym-alist, mm-charset-override-alist): Add
6593         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6594
6595 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6596
6597         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
6598
6599 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6600
6601         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
6602         with Emacs 21 and XEmacs.
6603
6604 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
6605
6606         * spam.el (spam-parse-address): New function for better parsing,
6607         catching errors, etc.
6608         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
6609
6610 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6611
6612         * mm-view.el: Add interactive arg to html2text autoload.
6613
6614 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6615
6616         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
6617
6618 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
6619
6620         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
6621         variables.
6622         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6623         (mm-charset-synonym-alist): Move some entries to
6624         mm-codepage-iso-8859-list.
6625
6626         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
6627
6628 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
6629
6630         * message.el (message-citation-line-format)
6631         (message-insert-formated-citation-line): Fix implementation of %E, %N
6632         and %n according to the doc string.
6633
6634 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
6635
6636         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6637         car-safe to avoid bad parses.
6638
6639 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6640
6641         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
6642         names.
6643
6644         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
6645
6646 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6647
6648         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
6649         header.
6650
6651         * message.el (message-draft-headers): Add Date.
6652         (message-headers-to-generate): Fix typo in docstring.
6653
6654         * nndraft.el (nndraft-required-headers): New variable.
6655         (nndraft-generate-headers): Use it.
6656
6657         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
6658
6659 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6660
6661         * gnus-registry.el (gnus-registry-wash-for-keywords)
6662         (gnus-registry-find-keywords): New functions to allow easy searching of
6663         articles that are in the registry.
6664
6665 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6666
6667         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6668         ietf-drums-parse-address instead of gnus-extract-address-components.
6669         Reported by Damien Elmes <damien@repose.cx>.
6670
6671 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6672
6673         * gnus.el (gnus-mime): Remove unused custom group.
6674
6675 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6676
6677         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
6678         "blank line" when searching for end of armor headers.
6679
6680 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6681
6682         * gmm-utils.el (gmm-write-region): Fix variable name.
6683
6684 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6685
6686         * gmm-utils.el (gmm-write-region): New function based on compatibility
6687         code from `mm-make-temp-file'.
6688
6689         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
6690
6691         * nnmaildir.el (nnmaildir--update-nov)
6692         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
6693         Use `gmm-write-region'.
6694
6695 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6696
6697         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
6698         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6699
6700         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
6701
6702         * message.el (message-replacement-char): New variable.
6703         (message-fix-before-sending): Use it.
6704         (message-simplify-subject): New function to remove duplicate code.
6705         (message-reply, message-followup): Use it.
6706
6707         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
6708         gnus-summary-limit-to-articles.
6709
6710 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6711
6712         * gnus-util.el (gnus-with-local-quit): New macro.
6713
6714         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
6715
6716 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
6717
6718         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
6719         ignore non-string data.
6720
6721 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6722
6723         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
6724         non-string data (needs to be done in the registry too).
6725
6726 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6727
6728         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
6729         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
6730         (gnus-registry-split-fancy-with-parent)
6731         (gnus-registry-fetch-simplified-message-subject-fast)
6732         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
6733         Remove text properties on ingress into the registry and when it's saved.
6734         (gnus-registry-clean-empty-function): Fix bug with cleaning the
6735         registry from entries with no groups.
6736
6737 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6738
6739         * gnus-util.el (gnus-string-remove-all-properties): Add utility
6740         function to remove string properties.
6741
6742 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6743
6744         * gmm-utils.el (gmm): Adjust custom version.
6745
6746         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
6747         custom version.
6748
6749         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
6750
6751 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6752
6753         * gnus-art.el (gnus-insert-prev-page-button)
6754         (gnus-insert-next-page-button): Simplify.  Reformat.
6755
6756 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6757
6758         * gnus-art.el (gnus-insert-prev-page-button)
6759         (gnus-insert-next-page-button): Apply gnus-article-button-face.
6760
6761 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
6762
6763         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
6764
6765 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6766
6767         * gnus-art.el (gnus-insert-mime-button)
6768         (gnus-insert-mime-security-button):
6769         Apply gnus-article-button-face to MIME and security buttons.
6770
6771 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
6772
6773         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
6774         readable.
6775
6776 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6777
6778         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
6779
6780 2006-09-20  Steve Youngs  <steve@sxemacs.org>
6781
6782         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
6783         `browse-url-of-file' instead of `browse-url'.
6784
6785 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6786
6787         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6788         regexp.  Articles containing quotation were cut prematurely.
6789
6790 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6791
6792         * message.el (message-cite-original-1): Use nobody by default for the
6793         value of From header.
6794         (message-reply): Ditto.
6795
6796 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
6797
6798         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
6799         to the gnus-info.  This fixes a bug of inline-PGP message verification.
6800         Reported by Michael Piotrowski <mxp@dynalabs.de>.
6801
6802 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
6803
6804         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
6805         mails in the doc string.  Add some URLs in comment.
6806         (pop3-movemail): Warn about pop3-leave-mail-on-server.
6807
6808 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6809
6810         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
6811         backslashes handling and the way to find boundaries of quoted strings.
6812
6813 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
6814
6815         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
6816         mml1991-encrypt-to-self is set and mml1991-signers is not set.
6817         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
6818         mml2015-encrypt-to-self is set and mml2015-signers is not set.
6819
6820 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
6821
6822         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
6823         doc string.
6824         (gnus-button-regexp, gnus-button-last): Remove unused variables.
6825
6826 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6827
6828         * lpath.el: Fbind epg-check-configuration.
6829
6830 2006-09-06  Simon Josefsson  <jas@extundo.com>
6831
6832         * mml2015.el (mml2015-use): Doc fix, mention epg.
6833
6834 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6835
6836         * mml2015.el (mml2015-use): Default to epg, if available.
6837
6838 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6839
6840         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
6841         message-sender.
6842         (mml1991-epg-encrypt): Ditto.
6843         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
6844         message-sender.
6845         (mml2015-epg-encrypt): Ditto.
6846
6847 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
6848
6849         * message.el (message-send-mail-with-sendmail): Look for sendmail in
6850         several common directories.
6851
6852 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
6853
6854         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
6855         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
6856
6857 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6858
6859         * gnus-art.el (article-decode-encoded-words): Make it fast.
6860
6861 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6862
6863         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
6864
6865         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
6866         in quoted string into `\'.
6867
6868 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6869
6870         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6871         Use standard-syntax-table.
6872
6873 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6874
6875         * gnus-art.el (gnus-decode-address-function): New variable.
6876         (article-decode-encoded-words): Use it to decode headers which are
6877         assumed to contain addresses.
6878         (gnus-mime-delete-part): Remove useless `or'.
6879
6880         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
6881         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
6882         (gnus-nov-parse-line): Use it to decode From header.
6883         (gnus-get-newsgroup-headers): Ditto.
6884         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
6885
6886         * mail-parse.el (mail-decode-encoded-address-region): New alias.
6887         (mail-decode-encoded-address-string): New alias.
6888
6889         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6890         New function.
6891         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
6892         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
6893         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
6894         (rfc2047-decode-string): Ditto.
6895         (rfc2047-decode-address-region): New function.
6896         (rfc2047-decode-address-string): New function.
6897
6898 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
6899
6900         * message.el (message-caesar-buffer-body): Allow rotating headers.
6901
6902         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
6903
6904         * message.el (message-insert-formated-citation-line): Fix %f.
6905         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
6906
6907 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6908
6909         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
6910         (gnus-bookmark-mouse-available-p): New macro.
6911         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
6912         (gnus-bookmark-bmenu-show-infos): Use it.
6913         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
6914         (gnus-bookmark-bmenu-hide-infos): Ditto.
6915         (gnus-bookmark-remove-properties): New function.
6916         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
6917         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
6918         (gnus-bookmark-write-file): Bind coding-system-for-write.
6919         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
6920         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
6921         group before selecting it.
6922         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
6923         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
6924         quit-window if it is not available; use gnus-mouse-2 and bind it to
6925         gnus-bookmark-bmenu-select-by-mouse.
6926         (gnus-bookmark-show-details): Remove unused variable `details-list'.
6927         (gnus-bookmark-bmenu-select-by-mouse): New function.
6928
6929 2006-08-13  Romain Francoise  <romain@orebokech.com>
6930
6931         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
6932         space.
6933
6934 2006-08-10  Romain Francoise  <romain@orebokech.com>
6935
6936         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
6937         (dns-mode-soa-auto-increment-serial): New user option.
6938         (dns-mode-soa-maybe-increment-serial): New function.
6939         (dns-mode): Add the latter to `write-contents-functions'.
6940
6941 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6942
6943         * compface.el (uncompface): Use binary rather than raw-text-unix.
6944
6945 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6946
6947         * compface.el (uncompface): Make sure the eol conversion doesn't take
6948         place when communicating with the external programs.  Reported by
6949         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6950
6951 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6952
6953         * nnheader.el (nnheader-insert-head): Fix typo in comment.
6954
6955 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6956
6957         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6958         Make it more robust by parsing author and date independently.
6959
6960 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6961
6962         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
6963
6964 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
6965
6966         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
6967         first matching secret key.
6968         (mml2015-epg-encrypt): Ditto.
6969
6970         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
6971         first matching secret key.
6972         (mml1991-epg-encrypt): Ditto.
6973
6974         * mml2015.el (mml2015-encrypt-to-self): New user option.
6975         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
6976         mml2015-epg-encrypt-to-self is set.
6977
6978         * mml1991.el (mml1991-encrypt-to-self): New variable.
6979         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
6980         mml1991-epg-encrypt-to-self is set.
6981
6982         * mml2015.el (mml2015-signers): New user option.
6983         (mml2015-epg-sign): Reflect the value of mml2015-signers.
6984         (mml2015-epg-encrypt): Allow to select signing keys.
6985
6986         * mml1991.el (mml1991-signers): New variable.
6987         (mml1991-epg-sign): Reflect the value of mml1991-signers.
6988         (mml1991-epg-encrypt): Allow to select signing keys.
6989
6990 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6991
6992         * nnheader.el (nnheader-insert-head): Make it work even if the file
6993         uses CRLF for the line-break code.
6994
6995 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
6996
6997         * mml2015.el: Require mml-sec instead of password.
6998         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
6999         (mml2015-cache-passphrase): Inherit the default value from
7000         mml-secure-cache-passphrase.
7001         (mml2015-passphrase-cache-expiry): Inherit the default value from
7002         mml-secure-passphrase-cache-expiry.
7003
7004         * mml1991.el: Require mml-sec instead of password.
7005         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
7006         (mml1991-cache-passphrase): Inherit the default value from
7007         mml-secure-cache-passphrase.
7008         (mml1991-passphrase-cache-expiry): Inherit the default value from
7009         mml-secure-passphrase-cache-expiry.
7010
7011         * mml-sec.el: Require password.
7012         (mml-secure-verbose): New user option.
7013         (mml-secure-cache-passphrase): New user option.
7014         (mml-secure-passphrase-cache-expiry): New user option.
7015
7016 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
7017
7018         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7019         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
7020         andreas@altroot.de (Andreas Vögele).
7021
7022         FIXME: Use `tiny change'?
7023
7024 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7025
7026         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
7027         workaround for the url package included with Emacs.
7028
7029         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7030
7031 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7032
7033         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
7034         correctly.  This fixes a bug caused by the 2006-05-12 change.
7035
7036 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
7037
7038         * nnmail.el (nnmail-article-group): If splitting raises an error, give
7039         some information about the error when saying that the `bogus' mail
7040         group will be used.
7041
7042 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
7043
7044         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
7045         string.
7046
7047 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
7048
7049         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
7050
7051 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7052
7053         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
7054
7055 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7056
7057         * mml1991.el (mml1991-function-alist): Add epg.
7058         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
7059         (mml1991-epg-encrypt): New functions.
7060
7061 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7062
7063         * mml2015.el (mml2015-verbose): New variable.
7064         (mml2015-cache-passphrase): Ditto.
7065         (mml2015-passphrase-cache-expiry): Ditto.
7066         (mml2015-function-alist): Add epg.
7067         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
7068         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
7069         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
7070         functions.
7071
7072 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7073
7074         * message.el (message-cite-original-1): Preserve region when removing
7075         quoted text due to X-No-Archive in order to avoid bogus attribution
7076         when citing multiple messages.
7077
7078 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7079
7080         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
7081         Kenneth Jacker <khj@be.cs.appstate.edu>.
7082
7083 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
7084
7085         * gnus-diary.el (gnus-user-format-function-d)
7086         (gnus-user-format-function-D): Autoload.
7087
7088         * imap.el (Commentary): Fix typo.
7089
7090         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
7091         2006-04-22 contribution.
7092
7093 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7094
7095         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
7096         It didn't really fix the bogosity I'm seeing with solid web groups.
7097
7098 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7099
7100         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
7101         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
7102         created using server names.  If we use the feature without declaring
7103         it, Gnus does not properly manage server and group state.
7104
7105         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
7106         bound.
7107
7108 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7109
7110         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
7111         looking up the method using GROUP's prefix before inventing a new one.
7112         It is used on killed/unknown groups in various places where returning
7113         an all-new method isn't expected by the caller.
7114
7115         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
7116         and match semantics of gnus-group-real-prefix.
7117
7118 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
7119
7120         * nnmail.el (nnmail-broken-references-mailers): New variable.
7121         (nnmail-ignore-broken-references): New function generalizing
7122         nnmail-fix-eudora-headers.
7123         (nnmail-fix-eudora-headers): Now obsolete.
7124
7125         * gnus-art.el (gnus-button-handle-custom): Support
7126         `customize-apropos*'.
7127
7128 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7129
7130         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
7131
7132         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
7133         articles.
7134
7135 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
7136
7137         * message.el (message-cite-reply-above): New variable.
7138         (message-yank-original): Use it.
7139
7140 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7141
7142         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
7143
7144 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
7145
7146         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
7147         as read.
7148
7149         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
7150
7151 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
7152
7153         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
7154         (gnus-bookmark-default-file): Use gnus-directory.
7155         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
7156         Remove "*" in doc string.
7157         (gnus-bookmark-write-file): Simplify.
7158         (gnus-bookmark-maybe-sort-alist): Use `when'.
7159         (gnus-bookmark-get-bookmark): Fix typo in doc string.
7160         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
7161         FIXME about Emacs 21 and XEmacs compatibility.
7162         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
7163         compatibility.
7164         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
7165         compatibility.
7166         (gnus-bookmark-menu-heading): Fix version.
7167
7168 2006-06-19  Bastien Guerry  <bzg@altern.org>
7169
7170         * gnus-bookmark.el: New file.
7171
7172 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7173
7174         * message.el (message-syntax-checks): Doc fix.
7175
7176 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7177
7178         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
7179         unsubscribed groups as if they were killed ones.  It causes duplicate
7180         entries in gnus-newsrc-alist.
7181
7182 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7183
7184         * message.el (message-syntax-checks): Doc fix.
7185         (message-send-mail): Add check for continuation headers.
7186         (message-check-news-header-syntax): Fix regexp used to check for
7187         continuation headers.
7188
7189 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7190
7191         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
7192
7193 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
7194
7195         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
7196
7197 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7198
7199         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
7200         default-truncate-lines.
7201
7202 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7203
7204         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
7205         to fill the utf-8 entry.
7206
7207         * lpath.el: Fbind unicode-precedence-list.
7208
7209 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7210
7211         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7212
7213 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
7214
7215         * gnus-agent.el (directory-files-and-attributes): Move all the way
7216         forward (the third and final move).
7217         (gnus-agent-read-agentview): Trap reconstruction errors due to
7218         nonexistant directory.  Handle by returning nil.
7219
7220 2006-05-30  Didier Verna  <didier@xemacs.org>
7221
7222         * message.el (message-dont-reply-to-names): Update the custom type.
7223         * message.el (message-dont-reply-to-names): New defsubst: potentially
7224         convert a list of regexps into a single one.
7225         * message.el (message-get-reply-headers): Use it.
7226         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
7227
7228 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7229
7230         * gnus-agent.el (directory-files-and-attributes): Move forward.
7231
7232 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7233
7234         * gnus-ml.el (gnus-mailing-list-subscribe)
7235         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
7236         (gnus-mailing-list-message): Fix doc strings.
7237
7238 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7239
7240         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
7241         of doing it manually.
7242
7243 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7244
7245         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
7246         comment.
7247
7248 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
7249
7250         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
7251         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
7252         (gnus-agent-read-local): All symbols allocated in my-obarray.
7253         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
7254         (gnus-agent-regenerate-group): Check numeric names to see if they are
7255         messages or groups.
7256         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
7257         better way of do this...)
7258
7259         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
7260         'dummy.group' (there should be a better way of do this...)
7261
7262 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7263
7264         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
7265         (gnus-saved-headers): Ditto.
7266         (gnus-default-article-saver): Mention functions may have properties.
7267         (gnus-article-save): Override gnus-save-all-headers and
7268         gnus-saved-headers by :headers property which saver function may have.
7269         (gnus-summary-save-in-file): Add :headers property.
7270         (gnus-summary-write-to-file): Ditto.
7271
7272         * gnus-sum.el (gnus-summary-save-article): Bind
7273         gnus-prompt-before-saving to t when saving many articles in a file;
7274         always show all headers.
7275
7276         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
7277
7278 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
7279
7280         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
7281         marks.
7282
7283         * message.el (message-indent-citation): Add optional arguments to allow
7284         using it outside of message buffers.
7285
7286         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
7287         (gnus-article-treat-unfold-headers): Use it.
7288         (gnus-article-truncate-lines): New variable.
7289         (gnus-article-mode): Use it.
7290         (gnus-article-toggle-truncate-lines): New function.
7291
7292         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
7293         gnus-article-toggle-truncate-lines.
7294
7295         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
7296         coding system in XEmacs, use binary.
7297
7298 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7299
7300         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
7301         after-load-alist.
7302
7303         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
7304         this function should save decoded articles.
7305         (gnus-summary-write-to-file): Use property to specify this function
7306         should save decoded articles and specify gnus-summary-save-in-file
7307         should be used to save articles other than the first one when saving
7308         many articles.
7309         (gnus-summary-save-body-in-file): Use property to specify this
7310         function should save decoded articles.
7311         (gnus-summary-write-body-to-file): Use property to specify this
7312         function should save decoded articles and specify
7313         gnus-summary-save-body-in-file should be used to save articles other
7314         than the first one when saving many articles.
7315
7316         * gnus-sum.el (gnus-summary-save-article): Simplify.
7317
7318 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7319
7320         * gnus-art.el (gnus-default-article-saver): Add
7321         gnus-summary-write-body-to-file.
7322         (gnus-article-save-coding-system): Don't use coding system object
7323         in XEmacs.
7324         (gnus-read-save-file-name): Add optional `dir-var' argument which
7325         specifies directory in which files are saved; work even if optional
7326         `variable' argument is not specified.
7327         (gnus-summary-write-to-file): Read file name.
7328         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
7329         (gnus-summary-write-body-to-file): New function.
7330
7331         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
7332         (gnus-summary-local-variables): Add it.
7333         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
7334         (gnus-summary-save-article): Remove optional `decode' argument;
7335         determine whether to decode articles by the value of
7336         gnus-default-article-saver; when saving many files using
7337         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
7338         it first and use gnus-summary-save-in-file or
7339         gnus-summary-save-body-in-file thereafter unless
7340         gnus-prompt-before-saving is always; move point to article which
7341         will be saved.
7342         (gnus-summary-save-article-file): Revert.
7343         (gnus-summary-write-article-file): Revert.
7344         (gnus-summary-save-article-body-file): Revert.
7345         (gnus-summary-write-article-body-file): New function.
7346
7347 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7348
7349         * gnus-art.el (gnus-default-article-saver): Doc fix.
7350         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
7351         from gnus-summary-save-article-coding-system, and default to a
7352         certain coding system.
7353         (gnus-output-to-file): Add coding cookie and encode text according
7354         to gnus-article-save-coding-system; don't use mm-append-to-file.
7355
7356         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
7357         gnus-art.el and rename to gnus-article-save-coding-system.
7358         (gnus-summary-save-article): Require gnus-art; don't show all
7359         headers if it decodes articles; don't add coding cookie here;
7360         don't bind mm-text-coding-system-for-write.
7361         (gnus-summary-save-article-file): Save decoded articles.
7362         (gnus-summary-write-article-file): When saving many files, use
7363         gnus-summary-write-to-file first and gnus-summary-save-in-file
7364         thereafter unless gnus-prompt-before-saving is always.
7365         (gnus-summary-save-article-body-file): Save decoded articles.
7366
7367         * lpath.el: Fbind select-safe-coding-system for XEmacs.
7368
7369 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7370
7371         * nnrss.el (nnrss-check-group): Bind hash-index.
7372
7373 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
7374
7375         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
7376         its hash index.  Store this hash in `nnrss-group-data'.
7377         (nnrss-read-group-data): Update accordingly.
7378
7379 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7380
7381         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
7382         entry.
7383
7384         * gnus-sum.el (gnus-summary-make-menu-bar): Add
7385         gnus-article-browse-html-article.
7386
7387 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
7388
7389         * gnus-sum.el (gnus-summary-mime-map): Add
7390         gnus-article-browse-html-article.
7391
7392         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
7393
7394 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7395
7396         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
7397         suitable coding systems in customize.
7398
7399 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
7400
7401         * mail-source.el (mail-sources): Fix custom type.
7402
7403 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7404
7405         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
7406         (gnus-summary-expire-articles-now): Shorten prompt.
7407
7408         * gmm-utils.el (wid-edit): Require.
7409         (defun-gmm): Renamed from `gmm-defun-compat'.
7410         (gmm-image-search-load-path): Use it.
7411         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
7412
7413 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7414
7415         * gnus-sum.el (gnus-summary-save-article-coding-system): New
7416         variable.
7417         (gnus-summary-save-article): Add optional `decode' argument.  If
7418         it is set and gnus-summary-save-article-coding-system is non-nil,
7419         save decoded article.
7420         (gnus-summary-write-article-file): Save decoded article if
7421         gnus-summary-save-article-coding-system is non-nil.
7422
7423         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
7424         type.
7425
7426 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7427
7428         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
7429
7430 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7431
7432         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
7433         first to test gnus-single-article-buffer which may be buffer-local.
7434
7435         * gnus-sum.el (gnus-summary-setup-buffer): Make
7436         gnus-single-article-buffer buffer-local and nil in ephemeral
7437         group; make gnus-article-buffer, gnus-article-current, and
7438         gnus-original-article-buffer always buffer-local.
7439         (gnus-summary-exit): Kill article buffer belonging to ephemeral
7440         group.
7441         (gnus-handle-ephemeral-exit): Don't move to next summary line.
7442
7443 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7444
7445         * nnml.el (nnml-request-compact-group): Compressed files might not
7446         have .gz extension.
7447
7448 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7449
7450         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
7451         (mm-copy-to-buffer): Use with-current-buffer.
7452         (mm-display-part): Simplify.
7453         (mm-inlinable-p): Add optional arg `type'.
7454
7455 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7456
7457         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
7458         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
7459         Try harder to show the attachment internally or externally using
7460         gnus-mime-view-part-as-type.
7461
7462 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7463
7464         * message.el (message-from-style, message-signature-separator)
7465         (message-user-organization-file, message-send-mail-function)
7466         (message-citation-line-function, message-yank-prefix)
7467         (message-indent-citation-function, message-signature)
7468         (message-signature-file, message-signature-insert-empty-line):
7469         Remove autoloads.
7470
7471         * gnus-art.el (gnus-buttonized-mime-types): Remove
7472         "multipart/signed".  Revert 2006-04-26 change.
7473
7474 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7475
7476         * gnus.el (gnus-version-number): Bump version.
7477
7478 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7479
7480         * gnus.el: No Gnus v0.5 is released.
7481
7482 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7483
7484         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
7485         fetching articles by message-id.
7486
7487 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7488
7489         * message.el (hashcash): Require hashcash as normal.
7490
7491         * ecomplete.el (ecomplete-highlight-match-line): Use
7492         point-at-eol.
7493         (ecomplete-highlight-match-line): Use `highlight', because that
7494         face exists in both Emacs and XEmacs.
7495
7496         * message.el (message-display-abbrev): Use point-at-bol.
7497
7498         * mail-source.el: Don't require timer/timer-funcs.
7499
7500         * gnus-async.el: Ditto.
7501
7502         * password.el: Ditto.
7503
7504         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
7505
7506         * mm-url.el: Ditto.
7507
7508         * gnus-xmas.el: Don't require timer-funcs.
7509
7510         * mm-util.el: Require timer/timer-funcs.
7511
7512 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7513
7514         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
7515         Close.
7516
7517 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7518
7519         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
7520         unibyte after clear-decrypt function runs.
7521
7522         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
7523         returns as a unibyte string.
7524
7525 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7526
7527         * lpath.el: Revert.
7528
7529         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
7530         (pgg-gpg-process-sentinel): Revert.
7531
7532         * pgg-pgp.el (pgg-pgp-process-region): Revert.
7533         (pgg-pgp-lookup-key): Revert.
7534
7535         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
7536         (pgg-pgp5-lookup-key): Revert.
7537
7538         * pgg.el (pgg-fetch-key): Revert.
7539
7540 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7541
7542         * lpath.el: Fbind string-as-multibyte for XEmacs.
7543
7544         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
7545         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
7546         (mml1991-pgg-encrypt): Ditto.
7547
7548         * pgg-gpg.el (pgg-string-to-multibyte): New function.
7549         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
7550         a multibyte buffer.
7551
7552         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
7553         (pgg-pgp-lookup-key): Ditto.
7554
7555         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
7556         (pgg-pgp5-lookup-key): Ditto.
7557
7558         * pgg.el (pgg-fetch-key): Ditto.
7559
7560 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
7561
7562         * message.el (message-user-organization-file): Check several
7563         locations of the organization file.
7564
7565         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
7566         Add gnus-article-view-part-as-type.
7567
7568         * gnus-art.el (gnus-article-view-part-as-type): New function.
7569
7570         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
7571         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
7572
7573         * mml.el: Simplify autoload.
7574         (mml-mode): defvar dnd-protocol-alist instead of using
7575         symbol-value.
7576         (mml-default-directory): New variable.
7577         (mml-minibuffer-read-file): Use it.
7578         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
7579
7580         * message.el (message-citation-line-format): New variable.
7581         (message-insert-formated-citation-line): New function.
7582         (message-citation-line-function): Add
7583         `message-insert-formated-citation-line' to custom type.
7584
7585         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
7586         to doc string.
7587
7588         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
7589         depending on mm-verify-option.
7590
7591 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7592
7593         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
7594         binding pgg-* variables; reimplement the section which prevents
7595         MIME header from being signed.
7596         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
7597         pgg-text-mode; remove a blank line at the top of body.
7598
7599         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
7600         lines at the top of body; use gnus-newsgroup-charset if there's no
7601         Charset header.
7602
7603 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7604
7605         * message.el (message-self-insert-commands): Doc fix.
7606
7607         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
7608         (mm-uu-pgp-encrypted-test): Ditto.
7609         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
7610         between header and body; return application/pgp-encrypted handle
7611         if decryption failed; decode decrypted body by charset.
7612
7613         * mm-decode.el (mm-automatic-display): Don't make application/pgp
7614         element match to application/pgp-*.
7615
7616 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7617
7618         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
7619         HTML.
7620
7621 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7622
7623         * mail-source.el (mail-source-call-script): Message the error
7624         string.
7625
7626 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7627
7628         * gnus-util.el (gnus-byte-compile): Use it.
7629
7630 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
7631
7632         * gnus-util.el (kill-empty-logs): New function.
7633
7634 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7635
7636         * message.el (message-mail-alias-type): Doc fix.
7637         (message-mail-alias-type-p): New function.
7638         (message-send): Use it.
7639         (message-mode): Ditto.
7640         (message-strip-forbidden-properties): Ditto.
7641
7642         * ecomplete.el (ecomplete-database-file-coding-system): New
7643         variable.
7644         (ecomplete-save): Use it.
7645         (ecomplete-setup): Use it.
7646
7647 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7648
7649         * message.el (message-self-insert-commands): New variable.
7650         (message-strip-forbidden-properties): Use it.
7651
7652 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7653
7654         * message.el (message-put-addresses-in-ecomplete): Use a regexp
7655         that doesn't make XEmacs choke.
7656
7657 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
7658
7659         * gnus-util.el (gnus-replace-in-string):
7660         Prefer replace-regexp-in-string over of replace-in-string.
7661
7662 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7663
7664         * gnus-util.el (gnus-select-frame-set-input-focus):
7665         Use select-frame-set-input-focus if it is available in XEmacs; use
7666         definition defined in Emacs 22 for old Emacsen.
7667
7668         * dgnushack.el: Autoload unmorse-region for XEmacs.
7669
7670         * lpath.el: Bind cursor-in-non-selected-windows and
7671         select-frame-set-input-focus for XEmacs.
7672
7673 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7674
7675         * mm-view.el (mm-inline-text): Use equal instead of equalp.
7676
7677 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
7678
7679         * gnus-registry.el (gnus-registry-cache-save): Remove text
7680         properties when saving via the temp buffer.
7681
7682 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7683
7684         * message.el (message-generate-hashcash): Honor custom type.
7685
7686 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7687
7688         * message.el (message-generate-hashcash): Default to non-nil when
7689         hashcash is found.
7690
7691         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
7692         (gnus-refer-thread-limit): Increase default to 500.
7693
7694         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
7695
7696         * flow-fill.el (fill-flowed): Allow delete-space.
7697
7698 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7699
7700         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7701         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
7702         Remove autoloads.
7703
7704 2006-04-18  Simon Josefsson  <jas@extundo.com>
7705
7706         * message.el (message-generate-hashcash): Default to.
7707
7708 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7709
7710         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7711         concatenating segments rather than before concatenating them.
7712
7713 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7714
7715         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
7716
7717 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7718
7719         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
7720
7721         * message.el (message-forward-make-body-plain): Allow
7722         message-forward-ignored-headers to be a list.
7723         (message-remove-ignored-headers): Factor out into function.
7724         (message-forward-make-body-mml): Use it.
7725
7726         * imap.el (imap-quote-specials): New function.
7727         (imap-login-auth): Quote specials.
7728
7729         * rfc2231.el (rfc2231-parse-string): Remove dead code.
7730         (rfc2231-parse-string): Allow concatanation of parameters that
7731         aren't contiguous.  The test case is
7732           (mail-header-parse-content-type "message/external-body;
7733             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
7734             access-type=LOCAL-FILE;
7735             name*1*=plugh%2fhello-sailor%2fbing.pdf")
7736
7737 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7738
7739         * nntp.el (nntp-accept-process-output): Return the value of
7740         `nnheader-accept-process-output'.
7741
7742 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7743
7744         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
7745         (gnus-button-alist): Recognize more diff formats.
7746         (gnus-button-patch): Strip directory.
7747
7748 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7749
7750         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
7751         Emacs 22 when setting focus.
7752
7753 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7754
7755         * gnus-art.el (gnus-article-treat-types): Do treatment of
7756         text/x-verbatim parts.
7757         (gnus-button-patch): New command.
7758
7759         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
7760         addresses that contain invalid characters.
7761
7762 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7763
7764         * message.el (message-put-addresses-in-ecomplete): Use
7765         gnus-replace-in-string.
7766         (message-is-yours-p): Use the more correct
7767         mail-header-parse-address instead of
7768         mail-extract-address-components.
7769         (message-put-addresses-in-ecomplete): Fix typo.
7770
7771         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
7772         keystroke.
7773
7774         * gnus-art.el (gnus-treatment-function-alist): Change order of
7775         newsgroups/generic header folding to avoid double-folding.
7776
7777         * message.el (message-hidden-headers): Add X-Draft-From.
7778
7779         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
7780         command.
7781         (gnus-summary-repeat-search-article-backward): New command.
7782
7783         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
7784         groups in the parent topic.
7785
7786 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
7787
7788         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
7789         (spam-extra-header-to-number): Return the CRM114 number as a
7790         number instead of a string.
7791
7792 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7793
7794         * gnus-art.el (gnus-face-properties-alist): Moved here from
7795         gnus-fun.
7796
7797         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
7798
7799 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7800
7801         * message.el (message-strip-forbidden-properties): Only display on
7802         self-insert-command.
7803
7804         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
7805         reindent.
7806         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
7807
7808 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
7809
7810         * smiley.el (smiley-style): Fix typo.
7811
7812 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7813
7814         * hashcash.el (hashcash-insert-payment-async-2): Use
7815         message-goto-eoh instead of doing it manually.
7816         (mail-add-payment): Use message-narrow-to-header instead of trying
7817         to do the same itself.
7818
7819         * message.el (message-hidden-headers): Add Face.
7820
7821         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
7822         reparenting code.
7823         (gnus-summary-reparent-children): Refactored out code.
7824         (gnus-summary-thread-map): New keystroke.
7825         (gnus-summary-reparent-children): Make into command.
7826
7827         * smiley.el (smiley-style): Default to `medium' if using a large
7828         font.
7829
7830         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
7831         does it itself.
7832
7833         * message.el (message-point-in-header-p): Simplify definition.
7834
7835 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7836
7837         * nnagent.el (nnagent-request-set-mark): Silence log file
7838         writing.
7839         (nnagent-request-set-mark): Use write-region instead of
7840         append-to-file.
7841
7842         * gnus-sum.el (gnus-read-header): Fudge article number if using a
7843         strange select method.
7844
7845         * ecomplete.el (ecomplete-display-matches): Get highlightling
7846         right.
7847         (ecomplete-display-matches): Use literals.
7848         (ecomplete-display-matches): Disable message logging.
7849
7850         * message.el (message-display-abbrev): Small optimization.
7851
7852         * ecomplete.el (ecomplete-display-matches): Allow automatic
7853         display.
7854
7855         * message.el (message-strip-forbidden-properties): Display
7856         abbrevs.
7857         (message-display-abbrev): Get automatic display right.
7858
7859         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
7860         keystrokes.
7861
7862 2006-04-13  Romain Francoise  <romain@orebokech.com>
7863
7864         TODO: Backport to v5-10!
7865
7866         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
7867         Moved here (and renamed) from gnus-registry.el.
7868
7869         * gnus-registry.el: Require gnus-util.
7870         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
7871
7872 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7873
7874         * gnus-group.el (gnus-group-catchup-current): Change
7875         if-then-else-if-then-else into cond.
7876         (gnus-group-catchup): Indent.
7877         (group-name-at-point): New function.
7878         (gnus-fetch-group): Provide default from thing at point.
7879
7880 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7881
7882         * message.el (message-display-abbrev): Fix regexp.
7883
7884         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
7885         choosing.
7886         (ecomplete-highlight-match-line): Fix up code rewrite, remove
7887         dead variables.
7888
7889         * message.el (message-newline-and-indent): Remove debugging.
7890         (message-display-abbrev): Use new implementation.
7891
7892 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7893
7894         * gnus-art.el (gnus-article-mode): Set
7895         cursor-in-non-selected-windows to nil.
7896
7897         * smiley.el: Revert previous change.
7898         (smiley-data-directory): defvar it before using it in the
7899         defcustom of `smiley-style'.
7900
7901 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7902
7903         * message.el (message-newline-and-indent): New function.
7904
7905         * ecomplete.el: Implement more bits.
7906
7907         * message.el (message-put-addresses-in-ecomplete): Clean up the
7908         string.
7909
7910         * ecomplete.el (ecomplete-add-item): Chop off decimals.
7911
7912         * gnus-sum.el (gnus-summary-save-parts): Bind
7913         gnus-summary-save-parts-counter and use it to make unique file
7914         names.
7915
7916         * gnus-art.el (gnus-ignored-headers): Add some more headers.
7917
7918         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
7919         parameter to say whether to actually parse the individual
7920         addresses.
7921
7922         * message.el (message-put-addresses-in-ecomplete): New function.
7923         (ecomplete): Require.
7924         (message-mail-alias-type): Add ecomplete as an option.
7925
7926 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
7927
7928         * flow-fill.el (fill-flowed): Remove trailing space from blank
7929         quoted lines.
7930
7931 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7932
7933         * smiley.el (smiley-style): Move definition later to avoid a
7934         compilation warning.
7935
7936 2006-04-12  Kenichi Handa  <handa@m17n.org>
7937
7938         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
7939         buffer and then decode the buffer text if necessary.
7940         (rfc2231-encode-string): Be sure to work on multibyte buffer at
7941         first, and after mm-encode-body, change the buffer to unibyte.
7942         Use mm-disable-multibyte instead of set-buffer-multibyte.
7943
7944 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7945
7946         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
7947         Content-Type header instead of Content-Disposition header.
7948         (gnus-mime-inline-part): Ditto.
7949         (gnus-mime-view-part-as-charset): Ignore charset that the part
7950         specifies.
7951
7952         * mm-decode.el (mm-display-part): Work with external parts and
7953         usual parts similarly.
7954
7955         * mm-extern.el (mm-inline-external-body): Use mm-display-part
7956         instead of gnus-display-mime.
7957
7958         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
7959         instead of with-temp-buffer.
7960
7961         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
7962         tag to summarized topics part in order to encode non-ASCII text.
7963
7964 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7965
7966         * smiley.el (smiley-style): New variable.
7967         (smiley-directory): New function.
7968         (smiley-data-directory): Derive from `smiley-style' using
7969         `smiley-directory'.
7970         (smiley-regexp-alist): Add new entries.
7971
7972         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
7973         (gnus-article-browse-delete-temp): Add :version.
7974
7975 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
7976
7977         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
7978         the sieve region.
7979
7980 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7981
7982         * gnus.el (gnus-version-number): Bump version.
7983
7984 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7985
7986         * gnus.el: No Gnus v0.4 is released.
7987
7988 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7989
7990         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
7991         layout.
7992
7993         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
7994         unknown charset.
7995
7996         * message.el (message-header-synonyms): Add Original-To to the
7997         default.
7998
7999         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
8000         optional parameter.
8001
8002 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
8003
8004         * gnus-fun.el (gnus): Require it for gnus-directory.
8005
8006 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8007
8008         * gnus-fun.el (gnus-face-properties-alist): Add :version.
8009
8010 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8011
8012         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
8013
8014 2006-04-05  Simon Josefsson  <jas@extundo.com>
8015
8016         * password.el (password-reset): New function.
8017
8018 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8019
8020         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
8021         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
8022
8023 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8024
8025         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8026         Some whitespace was matched into the url, which broke browsing hits
8027         > 100 when mm-url-use-external was nil.
8028
8029 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8030
8031         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
8032         gnus-extra-headers for 'Newsgroups.
8033
8034         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
8035         bound.
8036
8037 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
8038
8039         * pgg-gpg.el: Clean up process buffers every time gpg processes
8040         complete.
8041
8042 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
8043
8044         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8045         doc string.
8046
8047 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
8048
8049         * pgg-gpg.el (pgg-gpg-process-filter)
8050         (pgg-gpg-wait-for-completion): Check if buffer is alive.
8051
8052         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
8053         lines, temporary fix.
8054
8055 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8056
8057         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
8058
8059 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
8060
8061         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
8062         default-enable-multibyte-characters.  This reverts the change from
8063         revision 6.17 which is no longer necessary because the passphrase
8064         is sent separately now.  GnuPG messages are unreadable under
8065         multibyte locales with default-enable-multibyte-characters set to
8066         nil.
8067
8068 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
8069
8070         * message.el (message-tool-bar-gnome): Move "spell".
8071
8072 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
8073
8074         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
8075         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
8076         instead.
8077
8078 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
8079
8080         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
8081         newsgroups handling for NNTP overviews which don't include
8082         Newsgroups.
8083
8084 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8085
8086         * message.el (message-resend): Bind message-generate-hashcash to nil.
8087
8088 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8089
8090         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
8091         when searching for already-paid recipients.
8092
8093 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
8094
8095         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
8096         passphrases when it is not needed.
8097         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
8098         passphrase stuff from gpg, should only be necessary when you use
8099         gpg with a smartcard.
8100
8101 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8102
8103         * mml.el (mml-insert-mime): Ignore cached contents of
8104         message/external-body part.
8105
8106         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
8107         (mm-insert-part): Ditto.
8108
8109 2006-03-23  Simon Josefsson  <jas@extundo.com>
8110
8111         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
8112         Reiner.
8113         (pgg-gpg-use-agent-p): Use it again.
8114
8115 2006-03-23  Simon Josefsson  <jas@extundo.com>
8116
8117         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
8118         older emacsen.
8119         (pgg-gpg-use-agent-p): Don't use it.
8120
8121 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
8122
8123         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
8124         if we can.
8125
8126 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
8127
8128         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
8129         (pgg-gpg-update-agent): New function.
8130         (pgg-gpg-use-agent-p): New function.
8131         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
8132         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8133         (pgg-gpg-sign-region): Use it.
8134
8135 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8136
8137         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
8138         Reported by Ralf Wachinger <rwachinger@gmx.de>.
8139
8140 2006-03-21  Simon Josefsson  <jas@extundo.com>
8141
8142         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
8143         <wilde@sha-bang.de>.
8144         (pgg-gpg-use-agent): New variable.
8145         (pgg-gpg-process-region): Use it.
8146         (pgg-gpg-encrypt-region): Likewise.
8147         (pgg-gpg-encrypt-symmetric-region): Likewise.
8148         (pgg-gpg-decrypt-region): Likewise.
8149         (pgg-gpg-sign-region): Likewise.
8150         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
8151
8152 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8153
8154         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
8155
8156         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
8157         Add comment on version.
8158
8159 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8160
8161         * smiley.el: Add missing test smiley.
8162
8163 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8164
8165         * mm-decode.el (mm-with-part): New macro.
8166         (mm-get-part): Use it; work with message/external-body as well.
8167         (mm-save-part): Treat name and filename equally.
8168
8169         * mm-extern.el (mm-extern-cache-contents): New function.
8170         (mm-inline-external-body): Use it; force the part to be displayed;
8171         move undisplayer added to the cached handle to the parent.
8172
8173         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
8174         (gnus-mime-view-part-as-type): Work with message/external-body.
8175
8176         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
8177
8178 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8179
8180         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
8181         images in image-load-path.  [Sync with image.el, revision 1.60, in
8182         Emacs.]
8183
8184 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8185
8186         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
8187         path rather than symbol.  Always return list of directories.
8188         Guarantee that image directory comes first.  [Sync with image.el,
8189         revision 1.59, in Emacs.]
8190
8191         * message.el (message-make-tool-bar): Adjust to new API of
8192         `gmm-image-load-path-for-library'.
8193
8194         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8195
8196         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8197
8198 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8199
8200         * gnus-art.el (gnus-article-only-boring-p):
8201         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
8202         intangible text.
8203         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
8204
8205 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
8206
8207         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
8208         `defun' instead of `gmm-defun-compat'.
8209
8210 2006-03-14  Simon Josefsson  <jas@extundo.com>
8211
8212         * message.el (message-unique-id): Don't use message-number-base36
8213         if (user-uid) is a float.
8214         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
8215
8216 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8217
8218         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
8219
8220         * gnus-art.el (gnus-mime-display-single): Make sure there is an
8221         empty line between a part and a message part.
8222
8223 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
8224
8225         * smiley.el: Add more test smileys.
8226         (smiley-data-directory, smiley-regexp-alist)
8227         (gnus-smiley-file-types): Fix doc strings.
8228         (smiley-update-cache): Clear smiley-cached-regexp-alist before
8229         adding new elements.
8230         (smiley-mouse-map): Unused code.  Make it a comment.
8231
8232 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8233
8234         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
8235         scan latest NoCeM messages instead of old ones.
8236         (gnus-nocem-check-article): Fix regexps so as to match to PGP
8237         delimiters that are recently used.
8238         (gnus-nocem-load-cache): Add autoload cookie.
8239
8240         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
8241
8242         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
8243         level which is larger than gnus-use-nocem is specified.
8244
8245         * gnus-group.el (gnus-group-get-new-news): Ditto.
8246
8247 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8248
8249         * gnus-util.el (gnus-tool-bar-update): New function.
8250
8251         * gnus-group.el (gnus-group-update-tool-bar): New variable.
8252         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
8253
8254         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
8255
8256         * gnus-group.el (gnus-group-redraw-when-idle)
8257         (gnus-group-redraw-check): Remove.
8258         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
8259
8260 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8261
8262         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
8263         if optional last element is specified in splits (FIELD VALUE...).
8264
8265 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
8266
8267         * message.el (message-make-tool-bar): Rename gmm-image-load-path
8268         to gmm-image-load-path-for-library.  Call with no-error argument.
8269         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
8270
8271         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8272
8273         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8274
8275         * gmm-utils.el (gmm-image-load-path): Remove alias.
8276
8277 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
8278
8279         * gmm-utils.el (gmm-image-load-path): Add alias.
8280
8281         * nnml.el (nnml-generate-nov-databases-directory): Rename from
8282         nnml-generate-nov-databases-1.
8283         (nnml-generate-nov-databases): Use it.
8284         (nnml-generate-nov-databases-directory): Document no-active
8285         argument.
8286
8287         * gmm-utils.el (gmm-image-load-path-for-library): Return single
8288         directory if path is t.  Add no-error.
8289
8290         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
8291         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8292
8293         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
8294         resetting gnus-article-browse-html-temp-list.
8295
8296         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
8297         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
8298         Add example to docstring.  Rename local variables.  Move error
8299         checks to default case in cond and simplify.
8300
8301 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8302
8303         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
8304         handle is multipart when calling it recursively.
8305         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
8306
8307 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
8308
8309         * nnimap.el (nnimap-request-update-info-internal): Optimize.
8310         Don't `gnus-uncompress-range' to avoid excessive memory usage.
8311
8312 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8313
8314         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
8315         is loaded.
8316
8317         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
8318         loaded.
8319
8320 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8321
8322         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
8323         to "Emacs 23 (unicode)" in doc string.
8324
8325         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
8326         "Emacs 23 (unicode)" in comment.
8327
8328 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8329
8330         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
8331
8332         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
8333         characters 160 through 255 in Emacs 23.
8334
8335 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8336
8337         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
8338         gnus-article-browse-html-temp.
8339         (gnus-article-browse-delete-temp): Make it customizable.  Add
8340         `file'.  Adjust doc string.
8341         (gnus-article-browse-delete-temp-files): Add argument.  Allow
8342         query for each file.  Adjust doc string.
8343         (gnus-article-browse-html-parts): Add
8344         `gnus-article-browse-delete-temp-files' to
8345         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
8346
8347 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
8348
8349         * gnus-art.el (gnus-article-browse-html-temp)
8350         (gnus-article-browse-delete-temp): New variables.
8351         (gnus-article-browse-delete-temp-files): New function.
8352         (gnus-article-browse-html-parts): Use it.
8353
8354 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8355
8356         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
8357
8358         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
8359         string.
8360
8361         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
8362         gnus-summary-insert-new-articles when unplugged.  Remove
8363         gnus-summary-search-article-forward.
8364
8365         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
8366         display-visual-class instead of display-color-cells.
8367
8368 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8369
8370         * dgnushack.el: Autoload customize-group for XEmacs.
8371
8372         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
8373         message/* containing non-ASCII text properly.
8374
8375 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8376
8377         * message.el: Require gmm-utils, remove autoloads.
8378         (message-tool-bar): Set default based on
8379         gmm-tool-bar-style.
8380         (message-tool-bar-gnome): Add gmm-customize-mode.
8381
8382         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
8383         gmm-tool-bar-style.
8384         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
8385
8386         * gnus-group.el (gnus-group-tool-bar): Set default based on
8387         gmm-tool-bar-style.
8388         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
8389
8390         * gmm-utils.el (gmm-image-directory): Rename variable from
8391         gmm-image-load-path.
8392         (gmm-image-load-path): Use gmm-image-directory.
8393         (gmm-customize-mode): New function.
8394         (gmm-tool-bar-style): New variable.
8395
8396         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
8397         gnus-group-redraw-line-number.
8398         (gnus-group-redraw-check): Simplify.
8399         (gnus-group-tool-bar-update): Remove redraw check.
8400         (gnus-group-make-tool-bar): Add redraw check.
8401
8402 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
8403
8404         * gnus-art.el (gnus-button): Add missing parentheses.
8405
8406 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8407
8408         * lpath.el: Fbind line-number-at-pos.
8409
8410 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8411
8412         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
8413
8414 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8415
8416         * gnus-art.el (gnus-button): New face.
8417         (gnus-article-button-face): Use it.
8418
8419         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
8420         gnus-summary-next-page.  Re-order.
8421
8422         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
8423         next-node are now included.
8424         (gnus-group-redraw-line-number): New internal variable.
8425         (gnus-group-redraw-check): Helper function for updating the tool
8426         bar.
8427         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
8428
8429         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
8430
8431         * spam.el (spam-spamassassin-score-regexp): New internal variable.
8432         (spam-extra-header-to-number, spam-check-spamassassin-headers):
8433         Use it to match format of Spamassassin 3.0 and later.  Reported by
8434         IRIE Tetsuya <irie@t.email.ne.jp>.
8435         (spam-check-bogofilter)
8436         (spam-bogofilter-register-with-bogofilter): Fix args of
8437         `gnus-error' calls.
8438
8439 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8440
8441         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
8442         unnecessary interaction when sending queued mails.  Reported by
8443         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
8444
8445 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8446
8447         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
8448         first or last are nil.
8449
8450 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8451
8452         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
8453
8454 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8455
8456         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
8457
8458 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8459
8460         * dns.el (query-dns): Protect more against buggy tcp output.
8461
8462 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8463
8464         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
8465         nov.php.
8466
8467 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8468
8469         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
8470         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
8471         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
8472         output on the server side.
8473         (nnweb-google-create-mapping): Update regexps and add some
8474         progress indication.
8475
8476 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
8477
8478         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
8479         gnus-agent-toggle-plugged.  Re-order icons.
8480         (gnus-group-tool-bar-gnome): Add
8481         gnus-group-{prev,next}-unread-group.
8482         (gnus-group-tool-bar-gnome): Re-order icons.
8483
8484         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
8485         gnus-summary-insert-new-articles.
8486
8487         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
8488         comments.
8489
8490         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
8491         also available in Emacs 21.3.
8492
8493         * message.el (message-fix-before-sending): Change "Emacs 22" to
8494         "Emacs 23 (unicode)" in comment.
8495
8496         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
8497         "Emacs 23 (unicode)" in comment.
8498
8499         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
8500         comment.
8501         (mm-coding-system-p): Add comment about no-MULE XEmacs.
8502
8503         * mm-view.el (mm-fill-flowed): Add :version.
8504
8505 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8506
8507         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
8508         and load-path.
8509
8510 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
8511
8512         * message.el: Autoload gmm-image-load-path.
8513         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
8514         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
8515         consitency.
8516
8517         * gmm-utils.el (gmm-image-load-path): Also search in
8518         "../etc/images".  Don't set gmm-image-load-path if we don't find
8519         the image.
8520
8521 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8522
8523         * gmm-utils.el (gmm-image-load-path): Don't make
8524         `gmm-image-load-path' include subdirectories which the second arg
8525         `image' might specify.
8526
8527         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
8528         subdirectory to icon file names.
8529
8530         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
8531
8532 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8533
8534         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
8535         gmm-image-load-path calls.
8536
8537         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8538
8539         * message.el (message-make-tool-bar): Ditto.
8540
8541         * mml.el (mml-preview): Added comment concerning tool bar icons.
8542
8543         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
8544         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
8545
8546         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
8547         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
8548
8549         * message.el (message-tool-bar-gnome): Use new icon names.
8550         (message-make-tool-bar): Use `gmm-image-load-path'.
8551
8552         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
8553         functions from MH-E.
8554         (gmm-image-load-path): New variable from MH-E.
8555         (gmm-image-load-path): New function from MH-E.  Added arguments
8556         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
8557         *-image-load-path-called-flag.
8558
8559 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
8560
8561         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
8562
8563 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
8564
8565         * nnimap.el (nnimap-request-move-article): Change folder back to
8566         source group before deleting.
8567
8568 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
8569
8570         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
8571
8572         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
8573         mm-url.
8574
8575         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
8576
8577 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8578
8579         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
8580         coding system which mm-charset-to-coding-system returns for a
8581         given charset is valid.
8582
8583 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
8584
8585         * html2text.el (html2text-remove-tag-list):
8586         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
8587
8588 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
8589
8590         * gnus-cus.el: Revert 2005-10-17 change.
8591
8592 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8593
8594         * gnus-art.el (article-strip-banner): Call
8595         article-really-strip-banner only when the regexp match is made.
8596
8597 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8598
8599         * gnus-art.el (article-strip-banner): Use
8600         gnus-extract-address-components instead of
8601         mail-header-parse-addresses to make it work with non-ASCII text;
8602         remove mail-encode-encoded-word-string.
8603
8604         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
8605         values which are surrounded with \"...\"; make it never cause a
8606         Lisp error; give up parsing of parameters if it failed in
8607         extracting type.
8608
8609 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
8610
8611         * smime.el (smime-cert-by-ldap-1): Fix bug where
8612         `smime-ldap-search' returns results without userCertificates.
8613
8614 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8615
8616         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
8617
8618 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8619
8620         * spam.el (spam-check-spamassassin-headers): Adapt format for
8621         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
8622         <ari@mbf.ocn.ne.jp>.
8623         (spam-list-of-processors): Add spam-use-gmane.
8624
8625 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8626
8627         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
8628         make-temp-file; make it work with XEmacs as well.
8629
8630         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
8631         mm-make-temp-file.
8632
8633         * mm-decode.el (mm-display-external): Use the 3rd arg of
8634         mm-make-temp-file.
8635         (mm-create-image-xemacs): Ditto.
8636
8637 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8638
8639         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
8640         with message-narrow-to-headers.
8641         (gnus-draft-setup): Narrow to header to run message-fetch-field.
8642         (gnus-draft-check-draft-articles): New function.
8643         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
8644
8645 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8646
8647         * gnus-art.el (gnus-article-browse-html-parts):
8648         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
8649         Don't use suffix argument for mm-make-temp-file for Emacs 21
8650         compatibility.  Remove useless `format'.
8651
8652 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8653
8654         * nnweb.el (nnweb-google-wash-article): Update regexps.
8655         (nnweb-group-alist): Use defvoo instead of defvar.
8656
8657 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8658
8659         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
8660         re-loading nn* modules.
8661
8662 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8663
8664         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
8665         for `tool-bar-mode' and don't check it's default-value.
8666
8667         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8668
8669         * message.el (message-make-tool-bar): Ditto.
8670
8671         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
8672         `substring'.  Shorten tmp-file name.
8673
8674         * gnus.el: Remove bogus comment.
8675
8676 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
8677
8678         * gnus-art.el (gnus-article-browse-html-parts): New function.
8679         (gnus-article-browse-html-article): New function for viewing html
8680         articles with a browser.
8681
8682 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
8683
8684         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
8685         in elisp.
8686         (pgg-gpg-encrypt-symmetric-region): Ditto.
8687         (pgg-gpg-sign-region): Ditto.
8688
8689         * pgg-def.el (pgg-text-mode): New variable.
8690
8691         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
8692         (mml2015-pgg-encrypt): Ditto.
8693
8694         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
8695         (mml1991-pgg-encrypt): Ditto.
8696
8697 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8698
8699         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
8700         message-make-date instead of current-time-string.
8701
8702         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
8703         to gnus-decoded which mm-uu might set.
8704
8705 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8706
8707         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
8708         don't decode quoted parameters; remove misimported Emacs code.
8709         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8710         (rfc2231-decode-encoded-string): Don't use split-string which
8711         behaves differently according to Emacs version; use
8712         mm-decode-coding-region to convert charset to coding-system.
8713         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8714         (rfc2231-encode-string): Remove misimported Emacs code.
8715
8716 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8717
8718         * gnus-art.el (article-decode-charset): Don't use ignore-errors
8719         when calling mail-header-parse-content-type.
8720         (article-de-quoted-unreadable): Ditto.
8721         (article-de-base64-unreadable): Ditto.
8722         (article-wash-html): Ditto.
8723
8724         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
8725         calling mail-header-parse-content-type and
8726         mail-header-parse-content-disposition.
8727         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
8728         mail-header-parse-content-type.
8729
8730         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
8731         insert charset and format parameters; encode description after
8732         inserting it to buffer.
8733         (mml-insert-parameter): Fold lines properly even if a parameter is
8734         segmented into two or more lines; change the max column to 76.
8735
8736         * rfc1843.el (rfc1843-decode-article-body): Don't use
8737         ignore-errors when calling mail-header-parse-content-type.
8738
8739         * rfc2231.el (rfc2231-parse-string): Return at least type if
8740         possible; don't cause an error even if it fails in parsing of
8741         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8742         (rfc2231-encode-string): Don't break lines at the beginning, leave
8743         it to mml-insert-parameter.
8744
8745         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
8746         calling mail-header-parse-content-type.
8747
8748 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
8749
8750         * spam-report.el (spam-report-gmane-use-article-number):
8751         Improve doc string.
8752         (spam-report-gmane-internal): Check if a suitable header was found
8753         in the article.
8754
8755 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8756
8757         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
8758         (rfc2231-encode-string): Make param*=value always begin with LWSP.
8759
8760 2006-02-05  Romain Francoise  <romain@orebokech.com>
8761
8762         Update copyright notices of all files in the gnus directory.
8763
8764 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8765
8766         * nnweb.el (nnweb-request-group): Avoid growing overview files.
8767
8768 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8769
8770         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
8771         segmented lines of parameter value to cope with Thunderbird 1.5
8772         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
8773         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8774         (rfc2231-encode-string): Don't make lines exceeding 76 column.
8775
8776 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
8777
8778         * mml.el (mml-generate-mime-1): Correct the order of inline signed
8779         parts.
8780
8781 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8782
8783         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
8784         there's only one active file for all servers.
8785         (nnweb-request-scan): Make sure nnweb-articles is initialized on
8786         solid groups.  Gnus might have used a FAST request to select the group.
8787         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
8788         and nnweb-search redundantly in the active file.
8789         (nnweb-request-list): Don't list bogus groups.  There can only be one.
8790         (nnweb-request-create-group): Don't use ARGS.
8791         (nnweb-possibly-change-server, nnweb-request-group): Remove some
8792         initialisations.  Let nnoo do the work.
8793
8794 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8795
8796         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
8797         Say the part has been decoded.
8798
8799         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
8800
8801 2006-01-31  Kevin Ryde  <user42@zip.com.au>
8802
8803         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
8804         mailcap-viewer-test-cache when there's no 'test clause, since that
8805         will invert the meaning of a "nil" test previously determined by
8806         mailcap-mailcap-entry-passes-test.
8807
8808 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8809
8810         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
8811         compiling.
8812
8813         * gnus-sum.el: Ditto.
8814
8815         * message.el: Don't bind tool-bar-map when compiling.
8816
8817 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
8818
8819         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
8820
8821 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8822
8823         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
8824         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
8825         current Google Groups.
8826
8827 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
8828
8829         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
8830         and tool-bar-mode.
8831
8832         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
8833         and tool-bar-mode.
8834
8835         * message.el (message-tool-bar-update): Simplify.
8836         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
8837
8838         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
8839         gnus-summary-buffer.
8840         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
8841         gnus-summary-reply.
8842
8843         * gmm-utils.el (gmm): Add :version.
8844
8845 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8846
8847         * Makefile.in (clean): New rule.
8848         (distclean): Use it.
8849
8850 2006-01-26  Steve Youngs  <steve@sxemacs.org>
8851
8852         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
8853         autoload.
8854
8855 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8856
8857         * gmm-utils.el (gmm-verbose): Add :group.
8858
8859 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
8860
8861         * message.el: Change some comments WRT tool-bars.
8862
8863         * gnus-sum.el (gnus-summary-tool-bar)
8864         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
8865         (gnus-summary-tool-bar-zap-list): New variables.
8866         (gnus-summary-make-tool-bar): Complete rewrite using
8867         `gmm-tool-bar-from-list'.
8868
8869         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
8870         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
8871         variables.
8872         (gnus-group-make-tool-bar): Complete rewrite using
8873         `gmm-tool-bar-from-list'.
8874         (gnus-group-tool-bar-update): New function.
8875
8876         * message.el (message-mode-field-menu): Add "Show hidden Headers".
8877
8878 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8879
8880         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
8881         is dissected into a single part of which the type is the same as
8882         the given one; decode charset.
8883
8884 2006-01-21  Kevin Ryde  <user42@zip.com.au>
8885
8886         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
8887         into alists as symbol not string, since that's what
8888         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
8889         look for.
8890
8891 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
8892
8893         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
8894         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
8895
8896         * message.el (message-tool-bar-gnome): Use gmm-ignore.
8897
8898 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8899
8900         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
8901         (gnus-xmas-mime-security-button-menu): New function.
8902
8903         * gnus-art.el (gnus-mime-security-button-commands): New variable.
8904         (gnus-mime-security-button-menu): New definition.
8905         (gnus-mime-security-button-map): Use them.
8906         (gnus-mime-security-button-menu): New function.
8907         (gnus-insert-mime-security-button): Addition to help echo.
8908         (gnus-mime-security-run-function, gnus-mime-security-save-part)
8909         (gnus-mime-security-pipe-part): New functions.
8910
8911         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
8912         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
8913
8914         * mm-decode.el (mm-handle-set-disposition): Remove.
8915         (mm-handle-set-description): Remove.
8916
8917 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8918
8919         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
8920         (mm-w3m-standalone-supports-m17n-p): New function.
8921         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
8922         w3m usage.
8923
8924         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
8925         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
8926
8927 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8928
8929         * message.el (message-tool-bar-zap-list): Use
8930         gmm-tool-bar-zap-list as custom type.
8931         (message-tool-bar-update): New function.
8932         (message-tool-bar, message-tool-bar-gnome)
8933         (message-tool-bar-retro): Add message-tool-bar-update.
8934         (message-tool-bar-gnome): Add flyspell-buffer.
8935
8936         * gnus-util.el (gnus-error): Describe `args'.
8937
8938         * gmm-utils.el (gmm-error): Describe `args'.
8939         (gmm-tool-bar-zap-list): New widget.
8940         (gmm-tool-bar-from-list): Improve description of `zap-list'.
8941
8942 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8943
8944         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
8945         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
8946         the number of recursive calls.
8947
8948         * mm-decode.el (mm-handle-set-disposition): New macro.
8949         (mm-handle-set-description): New macro.
8950
8951 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8952
8953         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
8954         encoding.
8955
8956 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8957
8958         * message.el (message-tool-bar-zap-list, message-tool-bar)
8959         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
8960         (message-tool-bar-local-item-from-menu): Remove.
8961         (message-tool-bar-map): Replace by `message-make-tool-bar'.
8962         (message-make-tool-bar): New function.
8963         (message-mode): Use `message-make-tool-bar'.
8964
8965         * gmm-utils.el: New file.
8966         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
8967         (gmm-lazy): New widget copied from `nnmail.el'.
8968         (gmm-tool-bar-from-list): New function for creating customizable
8969         tool bars.
8970         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
8971         output.
8972         (gmm): Add :prefix to defgroup.
8973
8974 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
8975
8976         * gmm-utils.el (gmm-widget-p): New function.
8977
8978 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8979
8980         * mml.el (mml-attach-file): Describe `description' in doc string.
8981         (mml-menu): Add Emacs MIME manual and PGG manual.
8982
8983 2006-01-20  Richard M. Stallman  <rms@gnu.org>
8984
8985         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
8986
8987 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
8988
8989         * nntp.el (nntp-end-of-line): Doc fix.
8990
8991 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
8992
8993         * imap.el (imap-open): Handle case where buffer is a buffer
8994         object.
8995
8996 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8997
8998         * gnus-delay.el (gnus-delay): Don't autoload.
8999         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9000         to be re-loaded when customizing the `gnus-delay' group.
9001
9002 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
9003
9004         * message.el (message-insert-citation-line): Use newlines.
9005
9006 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9007
9008         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9009         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
9010         these routines, so the passphrase can be managed externally and
9011         passed in to the system.
9012         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9013         pgg-add-passphrase-to-cache function.
9014
9015         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9016         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
9017         these routines, so the passphrase can be managed externally and
9018         passed in to the system.
9019         (pgg-pgp5-sign-region): Use new name of
9020         pgg-add-passphrase-to-cache function.
9021
9022 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9023
9024         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9025         part of the decoded armor to find the key-identifier.
9026         (pgg-gpg-lookup-key-owner): New function to return the
9027         human-readable identifier of a key owner.
9028         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
9029         itself.
9030         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9031         the key value) if we have a key and can match it against a secret
9032         key.  Also, added a note pointing out fact that the prompt only
9033         indicates the first matching key.
9034
9035         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
9036         pgg-decrypt-region.
9037         (pgg-add-passphrase-to-cache): Rename from
9038         `pgg-add-passphrase-cache' to reduce confusion (all callers
9039         changed).
9040         (pgg-remove-passphrase-from-cache): Rename from
9041         `pgg-remove-passphrase-cache' to reduce confusion (all callers
9042         changed).
9043         (pgg-read-passphrase, pgg-add-passphrase-cache)
9044         (pgg-remove-passphrase-cache): Add informative docstrings.
9045         (pgg-decrypt): Convey provided passphrase in subordinate call to
9046         pgg-decrypt-region.
9047
9048 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
9049
9050         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9051         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9052         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9053         'passphrase' argument, so the passphrase can be managed externally
9054         and then passed in to the system.
9055
9056         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9057         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
9058         so the passphrase cache can be used reliably with identifiers
9059         besides a pgp packet's key id.
9060
9061         * pgg-gpg.el (pgg-gpg-encrypt-region)
9062         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9063         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
9064         these routines, so the passphrase can be managed externally and
9065         passed in to the system.
9066
9067         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9068         'notruncate' argument, so the passphrase cache can be used
9069         reliably with identifiers besides a pgp packet's key id.
9070
9071 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
9072
9073         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9074         symmetric encryption.
9075         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
9076         encrypted session key.
9077         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9078         message ask for the passphrase in a proper way.
9079
9080         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
9081         New user commands for symmetric encryption.
9082
9083 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9084
9085         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
9086
9087         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
9088
9089 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
9090
9091         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
9092
9093 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9094
9095         * mm-decode.el (mm-inlined-types): Add application/pgp.
9096         (mm-automatic-display): Ditto.
9097
9098         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
9099         part as text.
9100
9101 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9102
9103         * nnrss.el: Update copyright.
9104         (nnrss-opml-import): Query whether to subscribe to each entry.
9105
9106         * gnus-art.el:
9107         * gnus-sum.el:
9108         * gnus-xmas.el:
9109         * messagexmas.el:
9110         * mm-uu.el:
9111         * mm-view.el: Update copyright.
9112
9113 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
9114
9115         * message.el (message-info): New function.
9116         (message-mode-menu): Add it.
9117         Update copyright.
9118
9119         * ChangeLog: Fix and update copyright.
9120
9121 2006-01-13  Romain Francoise  <romain@orebokech.com>
9122
9123         * message.el (message-forward-subject-name-subject): Prefer the
9124         address to 'nowhere' if the sender has no name.
9125         Fix typo.  Update copyright year.
9126
9127 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9128
9129         * gnus-art.el (article-wash-html): Use
9130         gnus-summary-show-article-charset-alist if a numeric arg is given.
9131         (gnus-article-wash-html-with-w3m-standalone): New function.
9132
9133         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
9134         mm-inline-text-html-render-with-w3m-standalone.
9135         (mm-text-html-washer-alist): Map w3m-standalone to
9136         gnus-article-wash-html-with-w3m-standalone.
9137         (mm-inline-text-html-render-with-w3m-standalone): New function.
9138
9139 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9140
9141         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
9142         Improve LaTeX.
9143
9144 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9145
9146         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
9147         (nnrss-request-article): Render text/plain parts as HTML.
9148
9149         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
9150         the buffer.
9151
9152 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
9153
9154         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
9155         custom definition of `gnus-posting-styles'.
9156
9157         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
9158         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
9159
9160 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9161
9162         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
9163         Use nntp for bug archive.
9164
9165 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9166
9167         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
9168         parts.
9169         (nnrss-normalize-date): New function converts ISO 8601 date into
9170         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9171         (nnrss-check-group): Use it.
9172
9173 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9174
9175         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
9176
9177         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
9178         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9179         (nnrss-insert-w3): Ditto.
9180
9181 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9182
9183         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
9184         the articles to be forwarded including the case where neither a
9185         number of articles nor a region is specified.
9186
9187 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9188
9189         * nnrss.el (nnrss-request-article): Fix last change; fill
9190         text/plain parts.
9191
9192 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9193
9194         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
9195         in text/plain part.
9196         (nnrss-check-group): Don't add excessive newline to dc:subject.
9197
9198 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
9199
9200         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
9201         article.
9202
9203 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9204
9205         * nnml.el: Don't require gnus-bcklg.  Autoload it.
9206         (nnml-use-compressed-files, nnml-save-mail): Support other
9207         comression programs such as bzip2.
9208
9209 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9210
9211         * dns.el (query-dns): Make sure we check the buffer size before
9212         removing tcp headers.
9213
9214 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9215
9216         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
9217         remove MIME buttons associated with multipart/alternative parts.
9218         (gnus-mime-display-alternative): Tag buttons using `article-type'
9219         text property.
9220
9221         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
9222         associated with multipart/alternative parts.
9223
9224         * gnus-art.el (gnus-signature-separator): Fix custom type.
9225
9226         * mm-decode.el (mm-inlined-types): Fix custom type.
9227         (mm-keep-viewer-alive-types): Ditto.
9228         (mm-automatic-display): Ditto.
9229         (mm-attachment-override-types): Ditto.
9230         (mm-inline-override-types): Ditto.
9231         (mm-automatic-external-display): Ditto.
9232
9233 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9234
9235         * spam-report.el (spam-report-user-mail-address)
9236         (spam-report-user-agent): New variables.
9237         (spam-report-url-ping-plain): Use spam-report-user-agent.
9238
9239 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
9240
9241         * gnus-art.el (gnus-button-handle-custom): Do not just use
9242         `customize-apropos' for any "M-x customize-*" button but the
9243         function called for.  Accept both the function name and its
9244         argument in order to achieve this.
9245         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
9246         function name to `gnus-button-handle-custom' in case of "M-x
9247         customize-*" buttons.
9248
9249 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9250
9251         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
9252         multipart/alternative and add xref to mm-discouraged-alternatives
9253         in doc string.
9254
9255         * mm-decode.el (mm-discouraged-alternatives): Add xref to
9256         gnus-buttonized-mime-types in doc string.
9257
9258 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
9259
9260         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
9261         Suggest image/.* in the doc string.
9262
9263 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
9264
9265         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
9266         message-marks (Debian bug #342521).
9267
9268 2005-12-12  Simon Josefsson  <jas@extundo.com>
9269
9270         * password.el (password-read-from-cache): Add.
9271         (password-read): Use it.
9272
9273 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9274
9275         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
9276         us-ascii as a MIME charset.
9277
9278         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
9279         against the case where the 2nd arg TYPE is nil.
9280
9281 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9282
9283         * pop3.el (pop3-stream-type): Fix custom version.
9284
9285         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
9286
9287 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9288
9289         * mm-decode.el (mm-display-external): Add missing cdr.
9290
9291 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9292
9293         * mm-decode.el (mm-display-external): Use nametemplate (defined in
9294         RFC1524) if it is in mailcap or add a suffix according to
9295         mailcap-mime-extensions when generating a temp filename; postpone
9296         deleting a temp file for 2 seconds for some wrappers, shell
9297         scripts, and so on, which might exit right after having started a
9298         viewer command as a background job.
9299
9300 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9301
9302         * nntp.el (nntp-marks-directory): Fix custom group.
9303
9304         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
9305         steps when < 10.
9306
9307         * gnus-start.el (gnus-no-server-1): Mention
9308         `gnus-level-default-subscribed' in doc string.
9309
9310 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9311
9312         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
9313         parens.
9314
9315 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9316
9317         * gnus-xmas.el (gnus-use-toolbar): Revert.
9318         (gnus-xmas-setup-toolbar): Use global default-toolbar if
9319         gnus-use-toolbar is default.
9320
9321         * messagexmas.el (message-use-toolbar): Revert.
9322         (message-setup-toolbar): Use global default-toolbar if
9323         message-use-toolbar is default.
9324
9325 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9326
9327         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
9328         according to default-toolbar-visible-p.
9329
9330         * messagexmas.el (message-use-toolbar): Ditto.
9331
9332 2005-11-26  Dave Love  <fx@gnu.org>
9333
9334         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
9335         (tls-program, tls-success): Provide openssl alternative.
9336
9337         * starttls.el: Doc fixes.
9338         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
9339         SERVICE to PORT.
9340
9341         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
9342         port null or service name.
9343         (starttls-negotiate): Autoload.
9344
9345 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9346
9347         * message.el (message-kill-to-signature): Fix interactive spec.
9348
9349 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9350
9351         * pop3.el (pop3-open-server): Recognize a string as a service name.
9352
9353 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
9354
9355         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
9356
9357 2005-11-23  Dave Love  <fx@gnu.org>
9358
9359         Add pop3s, pop3/starttls.
9360
9361         * pop3.el (pop3-authentication-scheme): Clarify doc.
9362         (open-tls-stream, starttls-open-stream): Autoload.
9363         (pop3-stream-type): New.
9364         (pop3-open-server): Use it.
9365
9366         * mail-source.el (mail-sources): Fix some :types.  Add stream type
9367         for POP.
9368         (mail-source-keyword-map): Add :stream for POP.
9369         (mail-source-fetch-pop): Use pop3-stream-type.
9370
9371 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9372
9373         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
9374         of current-time-string.
9375
9376 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
9377
9378         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
9379         date header.
9380
9381 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9382
9383         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
9384         it can seriously impact performance as it bypasses the agent's
9385         local caches.
9386
9387 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9388
9389         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
9390         must be explicitly online rather than "not explicitly offline" for
9391         its flags to be synchronized.
9392
9393         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
9394         that gnus-uu-unmark-thread will function correctly.
9395
9396         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
9397         1024K is instead displayed as 1M.
9398
9399 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9400
9401         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
9402
9403 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
9404
9405         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
9406
9407 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
9408
9409         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
9410         error message to display actual error condition.
9411         (gnus-agent-save-local): Avoid saving symbols that are bound to
9412         nil as they simply result in a warning message in
9413         gnus-agent-read-local.
9414
9415 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9416
9417         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
9418         rather than make-variable-buffer-local for file-precious-flag.
9419
9420 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9421
9422         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
9423         for duplicates which are removed.  The invalid sort check then
9424         triggers a rescan after the sort as sorting may have moved
9425         duplicate entries such that they can be cheaply detected.
9426
9427 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9428
9429         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
9430
9431 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9432
9433         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
9434         internal variable to a custom variable.  Changed default value
9435         from compressed(2) to uncompressed(1).
9436         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
9437         support for uncompressed agentview files.  Taken together, reading
9438         the agentview file should now be 6-7 times faster.
9439
9440 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9441
9442         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
9443         as a buffer-local variable.  This avoids creating truncated
9444         dribble files as a result of a hang up, eg.
9445
9446 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
9447
9448         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
9449         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
9450         XEmacs.
9451
9452 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9453
9454         * gnus-start.el (gnus-start-draft-setup): Enforce
9455         `gnus-draft-mode' for nndraft:drafts at startup.
9456
9457         * gnus.el (gnus-splash): Change custom group.
9458         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
9459         allow-list argument.
9460
9461         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
9462         string.
9463
9464 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9465
9466         * gnus-art.el (gnus-default-article-saver): Add user-defined
9467         `function' to custom type.
9468
9469 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9470
9471         * imap.el (imap-open): Handle case where buffer is a buffer
9472         object.
9473
9474 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9475
9476         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
9477         long lines.
9478         (gnus-cache-delete-group): Wrap doc strings.
9479
9480         * gnus-agent.el (gnus-agent-rename-group)
9481         (gnus-agent-delete-group): Wrap doc strings.
9482
9483 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9484
9485         * messagexmas.el (message-use-toolbar): Change the valid values
9486         into default, top, bottom, left, and right.
9487         (message-toolbar-thickness): New variable.
9488         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
9489         well.
9490         (message-setup-toolbar): Make it work.
9491
9492         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
9493         (gnus-use-toolbar): Change the valid values into default, top,
9494         bottom, left, and right.
9495         (gnus-toolbar-thickness): New variable.
9496         (gnus-xmas-setup-toolbar): New function.
9497         (gnus-xmas-setup-group-toolbar): Use it.
9498         (gnus-xmas-setup-summary-toolbar): Use it.
9499
9500 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9501
9502         * gnus-start.el (gnus-1): Add "native" to
9503         gnus-predefined-server-alist.
9504
9505         * gnus.el (gnus-method-to-server): Don't add "native" to the
9506         lists here, because that leads to problems when
9507         gnus-select-method is bound.
9508
9509 2005-11-09  Simon Josefsson  <jas@extundo.com>
9510
9511         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
9512         use (not sort-by-date) instead.
9513
9514 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9515
9516         * gnus-delay.el (gnus-delay-group): Don't autoload.
9517         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9518         to be re-loaded when customizing the `gnus-delay' group.
9519
9520 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
9521
9522         * message.el: Revert last changes.
9523         (message-insert-citation-line): Use newlines.
9524
9525 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
9526
9527         * message.el (message-courtesy-message)
9528         (message-mark-insert-begin, message-mark-insert-end)
9529         (message-elide-ellipsis, message-cancel-message)
9530         (message-add-header, message-change-subject)
9531         (message-cross-post-followup-to-header)
9532         (message-cross-post-insert-note, message-reduce-to-to-cc)
9533         (message-widen-reply, message-delete-not-region)
9534         (message-kill-to-signature, message-insert-signature)
9535         (message-insert-importance-high, message-insert-importance-low)
9536         (message-insert-or-toggle-importance)
9537         (message-insert-disposition-notification-to)
9538         (message-indent-citation, message-yank-original)
9539         (message-cite-original-without-signature, message-cite-original)
9540         (message-insert-citation-line, message-position-on-field)
9541         (message-fix-before-sending, message-send-mail-partially)
9542         (message-send-mail, message-send-mail-with-sendmail)
9543         (message-send-mail-with-qmail, message-send-news)
9544         (message-check-news-header-syntax, message-generate-headers)
9545         (message-insert-courtesy-copy, message-fill-address)
9546         (message-fill-header, message-shorten-references)
9547         (message-setup-1, message-cancel-news)
9548         (message-forward-make-body-plain, message-forward-make-body-mime)
9549         (message-forward-make-body-mml, message-encode-message-body)
9550         (message-forward-make-body-digest-plain)
9551         (message-forward-make-body-digest-mime)
9552         (message-use-alternative-email-as-from): Insert `hard-newline'
9553         instead of ordinary newlines.
9554
9555 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9556
9557         * message.el (message-generate-headers): Downcase the argument
9558         given to message-check-element.
9559
9560 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
9561
9562         * nntp.el (nntp-authinfo-rejected): New error condition.
9563         (nntp-wait-for): Use new error condition to signal authentication
9564         error.
9565         (nntp-retrieve-data): Rethrow new error condition to break out of
9566         recursive call to nntp-send-authinfo.
9567
9568 2005-11-08  Romain Francoise  <romain@orebokech.com>
9569
9570         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
9571         (gnus-summary-exit-map): Bind to `Z p'.
9572         (gnus-summary-make-menu-bar): Add menu item.
9573
9574 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
9575
9576         * gnus-art.el (gnus-article-treat-custom): Add `first'.
9577         (gnus-treat-*): Add `first' in all doc strings.
9578
9579         * gnus-group.el (gnus-group-compact-group): Fix typo.
9580
9581 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9582
9583         * gnus.el (gnus-parameters-case-fold-search): New variable.
9584         (gnus-parameters-get-parameter): Use it.
9585
9586         * gnus-score.el (gnus-home-score-file): Doc fix.
9587
9588 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
9589
9590         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
9591
9592 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9593
9594         * mm-util.el (mm-special-display-p): New function.
9595
9596         * mml.el (mml-preview): Use it; doc fix.
9597
9598 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9599
9600         * imap.el (imap-open): Handle case where buffer is a buffer object.
9601
9602 2005-10-29  Romain Francoise  <romain@orebokech.com>
9603
9604         * message.el (message-fix-before-sending): Fix comment.
9605
9606 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9607
9608         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
9609
9610 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9611
9612         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
9613         Used in gnus-score.el.
9614
9615 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9616
9617         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
9618
9619 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9620
9621         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
9622         whitespace removed in revision 7.8.  Use concatenated string to
9623         protect trailing whitespace.
9624
9625 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
9626
9627         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
9628         (nnimap-request-expire-articles): Use it to avoid sending 'UID
9629         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
9630         Courier IMAP ("some version from 2004").  Mostly based on similar
9631         code in the same function.
9632
9633 2005-10-26  Didier Verna  <didier@xemacs.org>
9634
9635         * gnus-group.el (gnus-group-compact-group): Invalidate original
9636         article buffer.
9637         * gnus-srvr.el (gnus-server-compact-server): Ditto.
9638         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
9639         NOV database and in article itself.
9640         Invalidate article backlog.
9641
9642 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9643
9644         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
9645
9646 2005-10-26  Simon Josefsson  <jas@extundo.com>
9647
9648         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
9649         part of 2004-07-25 change.
9650
9651 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9652
9653         * message.el (message-display-completion-list): New function.
9654         (message-expand-group): Use it; make sure the Completions buffer
9655         is modifiable.
9656 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
9657
9658         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
9659         user-mail-name is an empty string.
9660
9661 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9662
9663         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
9664         depending on gnus-score-decay-constant.
9665
9666         * encrypt.el (encrypt-insert-file-contents)
9667         (encrypt-write-file-contents): Don't use `gnus-message'.
9668
9669         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
9670         arguments.
9671         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
9672         arguments to mm-uu-verbatim-marks-extract.
9673         (mm-uu-hide-markers): New variable.
9674         (mm-uu-extract): Use face similar to `gnus-cite-3'.
9675
9676         * gnus-fun.el (gnus-convert-image-to-x-face-command)
9677         (gnus-convert-image-to-face-command): Use "convert" by default to
9678         allow other input image formats.
9679         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
9680         accordingly.
9681
9682 2005-10-23  Simon Josefsson  <jas@extundo.com>
9683
9684         * imap.el (imap-gssapi-program): Align command line parameters
9685         with latest GNU SASL.
9686         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
9687
9688 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9689
9690         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
9691         HTML.
9692         (nnslashdot-request-article): Ditto.
9693
9694         * lpath.el (featurep): Add nobreak-char-display.
9695
9696 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9697
9698         * mail-source.el (mail-source-fetch-pop): Require pop3.
9699         (mail-source-check-pop): Ditto.
9700
9701 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9702
9703         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
9704         errors.
9705
9706 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9707
9708         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
9709         (gnus-treat-strip-leading-blank-lines): Improve doc string.
9710
9711         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
9712
9713         * mm-bodies.el (mm-decode-string): Call
9714         `mm-charset-to-coding-system' with allow-override argument.
9715
9716 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9717
9718         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
9719         (rfc2047-charset-to-coding-system): New function.
9720         (rfc2047-decode-encoded-words): New function.
9721         (rfc2047-decode-region): Use them.
9722         (rfc2047-decode-cte): Remove.
9723         (rfc2047-parse-and-decode): Remove.
9724         (rfc2047-decode): Remove.
9725
9726 2005-10-15  Kenichi Handa  <handa@m17n.org>
9727
9728         * rfc2047.el (rfc2047-decode-cte): New function.
9729         (rfc2047-decode-region): Change the way to decode successive
9730         encoded-words: decode B- or Q-encoding in each encoded-word,
9731         concatenate them, and decode it as charset.
9732
9733 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9734
9735         * lpath.el: Fbind codepage-setup for XEmacs.
9736
9737 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
9738
9739         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
9740         widget-move-and-invoke.
9741         (gnus-custom-mode): Use gnus-custom-map.
9742
9743 2005-10-15  Bill Wohler  <wohler@newt.com>
9744
9745         * message.el (message-tool-bar-map): Renamed image file from
9746         mail_send to mail/send.
9747
9748 2005-10-16  Masatake YAMATO  <jet@gyve.org>
9749
9750         * message.el (message-expand-group): Pass the common
9751         prefix substring of completion to `display-completion-list'.
9752
9753 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
9754
9755         * mml-sec.el (mml-secure-method): New internal variable.
9756         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
9757         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
9758         functions using mml-secure-method.
9759
9760         * mml.el (mml-mode-map): Add key bindings for those functions.
9761         (mml-menu): Simplify security menu entries.  Suggested by Jesper
9762         Harder <harder@myrealbox.com>.
9763         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
9764         end of message if point is the headers of the message.
9765
9766         * message.el (message-in-body-p): New function.
9767
9768         * assistant.el: Autoload gnus-util and netrc.
9769
9770         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
9771         Use `mm-charset-override-alist' only when decoding.
9772
9773         * mm-bodies.el (mm-decode-body): Call
9774         `mm-charset-to-coding-system' with allow-override argument.
9775
9776         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
9777         `filename' from Content-Disposition if Content-Type doesn't
9778         provide `name'.
9779         (gnus-mime-view-part-as-type): Set default instead of
9780         initial-input.
9781
9782 2005-10-09  Daniel Brockman  <daniel@brockman.se>
9783
9784         * format-spec.el (format-spec): Propagate text properties of % spec.
9785
9786 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9787
9788         * gnus-art.el (gnus-treat-predicate): Add `first'.
9789
9790 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9791
9792         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
9793         (mm-charset-override-alist): New variable.
9794         (mm-charset-to-coding-system): Use it.
9795         (mm-codepage-setup): New helper function.
9796         (mm-charset-eval-alist): New variable.
9797         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
9798         about unknown charsets.
9799
9800         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
9801
9802 2005-10-04  David Hansen  <david.hansen@gmx.net>
9803
9804         * nnrss.el (nnrss-request-article): Add support for the comments tag.
9805         (nnrss-check-group): Ditto.
9806
9807 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9808
9809         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
9810         Rename x-gnus-verbatim to x-verbatim.
9811         (mm-uu-type-alist): Fix regexp for verbatim-marks.
9812
9813         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
9814         x-verbatim.
9815
9816         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
9817
9818         * gnus-util.el (gnus-remove-duplicates): Remove.
9819
9820         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
9821         instead of gnus-remove-duplicates.
9822
9823         * message.el (message-remove-duplicates): Remove.
9824         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
9825         message-remove-duplicates.
9826
9827         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
9828         available, else use implementation from `delete-dups'.
9829
9830         * message.el (message-insert-expires): New function.
9831         (message-mode-map): Add key binding.
9832         (message-mode-field-menu): Add menu entry.
9833         (message-mode): Document it.
9834         (message-make-expires-date): Use `message-make-date'.
9835
9836 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
9837
9838         * message.el (message-make-expires-date): New function.
9839
9840 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9841
9842         * Makefile.in (list-installed-shadows): New entry.
9843         (install): Use it.
9844         (remove-installed-shadows): New entry.
9845
9846         * dgnushack.el (dgnushack-default-load-path): New variable.
9847         (dgnushack-find-lisp-shadows): New function.
9848         (dgnushack-remove-lisp-shadows): New function.
9849
9850 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9851
9852         * Makefile.in (install-el-elc): New entry.
9853         (install): Use it so that .el files are necessarily installed.
9854
9855 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9856
9857         * time-date.el: Autoload parse-time-string, XEmacs needs it.
9858
9859 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9860
9861         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
9862         function rather than the diff-mode.el package.
9863         (mm-display-external): Use with-current-buffer.
9864         (mm-viewer-completion-map, mm-viewer-completion-map):
9865         Move initialization inside declaration.
9866
9867 2005-09-29  Simon Josefsson  <jas@extundo.com>
9868
9869         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
9870         autoload mail-check-payment.
9871         (spam-check-hashcash): Define unconditionally, since hashcash.el
9872         is part of Gnus now.  Ignore errors from payment checking.
9873
9874 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9875
9876         * message.el (message-bold-region, message-unbold-region): Rename
9877         from `bold-region' and `unbold-region'.
9878
9879         * message.el: Remove useless autoloads.
9880
9881 2005-09-28  Simon Josefsson  <jas@extundo.com>
9882
9883         * message.el (message-use-idna): Default to t.
9884         (message-use-idna): Test whether encoding works too.  Doc fix.
9885
9886 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9887
9888         * nntp.el (nntp-warn-about-losing-connection): Remove.
9889
9890 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9891
9892         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
9893         customizable.  Change default value.
9894         (mm-uu-diff-groups-regexp): Change default value.
9895         (mm-uu-type-alist): Add doc string.
9896         (mm-uu-configure): Add doc string.  Make it interactive.
9897         (mm-uu-tex-groups-regexp): New variable.
9898         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
9899         (mm-uu-type-alist): Add LaTeX documents.
9900         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
9901         of "text/verbatim".
9902         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
9903
9904         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
9905         instead of "text/verbatim".
9906
9907         * message.el (message-mark-inserted-region)
9908         (message-mark-insert-file): Use slrn style marks when called with
9909         prefix argument.
9910
9911 2005-09-27  Simon Josefsson  <jas@extundo.com>
9912
9913         * message.el (message-idna-to-ascii-rhs-1): Reformat.
9914
9915 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
9916
9917         * message.el (message-remove-duplicates): New function.
9918         Implementation borrowed from `gnus-remove-duplicates'.
9919         (message-idna-to-ascii-rhs): Also encode idna addresses in
9920         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9921         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
9922         only ask about the same idna domain once per header and also tell
9923         in what header to replace the idna domain.
9924
9925         * gnus-art.el (article-decode-idna-rhs): Also decode idna
9926         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9927         (article-decode-idna-rhs): Fix regexp so that all idna-address in
9928         a header is decoded and not just the last one.
9929
9930 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9931
9932         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
9933         has been decoded.
9934
9935         * mm-decode.el (mm-automatic-display): Add text/verbatim.
9936         (mm-insert-part): Don't modify text if it has been decoded.
9937
9938         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
9939         decoded.
9940
9941         * mm-view.el (mm-inline-text): Don't strip text props unless
9942         decoding enriched or richtext parts.
9943
9944 2005-09-25  Romain Francoise  <romain@orebokech.com>
9945
9946         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
9947         * gnus-start.el (gnus-subscribe-interactively):
9948         * gnus-uu.el (gnus-uu-grab-articles):
9949         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
9950         space.
9951
9952 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
9953
9954         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9955         * mm-view.el (mm-view-pkcs7-decrypt):
9956         * gnus-sum.el (gnus-summary-limit-to-extra)
9957         (gnus-summary-respool-article, gnus-read-move-group-name):
9958         * gnus-score.el (gnus-summary-increase-score):
9959         * gnus-util.el (gnus-completing-read-with-default):
9960         * gnus-art.el (gnus-read-save-file-name)
9961         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
9962         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
9963         * message.el (message-check-news-header-syntax):
9964         Follow convention for reading with the minibuffer.
9965
9966 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
9967
9968         * spam-report.el (spam-report-url-ping-plain):
9969         Use gnus-extended-version as User-Agent.
9970
9971         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
9972         default value is nil.
9973
9974         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
9975         (mm-uu-verbatim-marks-extract): New function.
9976         (mm-uu-extract): New face.
9977         (mm-uu-copy-to-buffer): Use it.
9978
9979         * spam-report.el (spam-report-gmane-ham): Renamed from
9980         `spam-report-gmane-unspam'.
9981         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
9982         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
9983
9984         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
9985         Autoload.
9986         (spam-report-gmane-unregister-routine): Renamed
9987         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
9988
9989 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
9990
9991         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
9992         (spam-report-gmane-unregister-routine): Add support for gmane
9993         unregistration.
9994
9995         * spam-report.el (spam-report-gmane-unspam)
9996         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
9997         (spam-report-gmane): Change to take a single article and do unspam
9998         registration.
9999
10000 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10001
10002         * mm-url.el (mm-url-decode-entities): Fix regexp.
10003
10004 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10005
10006         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
10007         default to nil, to be able to use Gnus at all.  If the default
10008         switches to something else, then the function should be fixed not
10009         be exceedingly slow.
10010
10011 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
10012
10013         * gnus-start.el (gnus-activate-group): If the server is nil, don't
10014         fail hard.
10015
10016         * spam-report.el: Add better Keywords line.
10017
10018         * spam.el: Add Maintainer and better Keywords line.
10019
10020 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10021
10022         * gnus-art.el (gnus-article-replace-part)
10023         (gnus-mime-replace-part): New functions.
10024         (gnus-mime-action-alist, gnus-mime-button-commands)
10025         (gnus-mime-save-part-and-strip): Added file argument.
10026         (gnus-article-part-wrapper): Added interactive argument.
10027
10028         * gnus-sum.el (gnus-summary-mime-map): Add
10029         `gnus-article-replace-part'.
10030
10031 2005-09-19  Didier Verna  <didier@xemacs.org>
10032
10033         The nnml compaction feature:
10034         * nnml.el (nnml-request-compact-group): New function.
10035         * nnml.el (nnml-request-compact): New function.
10036         * gnus-int.el (gnus-request-compact-group): New function.
10037         * gnus-int.el (gnus-request-compact): New function.
10038         * gnus-group.el (gnus-group-compact-group): New function.
10039         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
10040         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
10041         * gnus-srvr.el (gnus-server-compact-server): New function.
10042         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
10043         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
10044
10045 2005-09-18  Deepak Goel  <deego@gnufans.org>
10046
10047         * sieve.el (sieve-help): Fix `message' call: first arg should be a
10048         format spec.
10049
10050 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10051
10052         * gnus.el (gnus-group-startup-message): Bind image-load-path.
10053
10054 2005-09-15  Romain Francoise  <romain@orebokech.com>
10055
10056         * message.el (message-fill-paragraph): Clarify docstring.
10057
10058 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10059
10060         * gnus-art.el (gnus-mime-display-part): Protect against broken
10061         MIME messages.
10062
10063 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10064
10065         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
10066         before parsing header.
10067
10068 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
10069
10070         * html2text.el (html2text-replace-list): Add new entities.
10071
10072 2005-09-11  Romain Francoise  <romain@orebokech.com>
10073
10074         * message.el (message-alternative-emails): Improve docstring.
10075         (message-setup-1): Call `message-use-alternative-email-as-from'
10076         after `message-setup-hook' to give it precedence over posting
10077         styles, etc.
10078         (message-use-alternative-email-as-from): Add docstring.  Remove
10079         the original From header if present.
10080
10081         * nnml.el (nnml-compressed-files-size-threshold): New variable.
10082         (nnml-save-mail): Use it.
10083
10084         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
10085         articles.  Add new argument `silent'.
10086         (gnus-uu-mark-all): Report the total number of marked articles.
10087
10088 2005-09-10  Romain Francoise  <romain@orebokech.com>
10089
10090         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
10091         (gnus-uu-mark-series): Likewise.
10092
10093 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
10094
10095         * spam-report.el (spam-report-gmane): Fix generation of spam
10096         report URL.
10097
10098 2005-09-10  Simon Josefsson  <jas@extundo.com>
10099
10100         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
10101         t, based on discussion on the ding list with Robert Epprecht
10102         <epprecht@solnet.ch>.
10103
10104 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
10105
10106         * spam-report.el (spam-report-gmane): Make it work without
10107         X-Report-Spam header.  Gmane now only provides Archived-At.
10108         This is only used if `spam-report-gmane-use-article-number' is nil.
10109         (spam-report-gmane-spam-header): Remove.  Not used anymore.
10110
10111         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
10112         make `gnus-summary-sort-by-recipient' work with threading.
10113
10114         * nnweb.el (nnweb-google-wash-article): Print a message if article
10115         is not available.
10116
10117 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10118
10119         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
10120         change.  Decode text/* parts content before displaying.
10121
10122 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10123
10124         * mml-smime.el: Remove defvar of gnus-extract-address-components.
10125
10126 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10127
10128         * mm-view.el (mm-display-inline-fontify): Disable support modes.
10129
10130         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
10131         url-package-name, url-package-version,
10132         w3m-cid-retrieve-function-alist, w3m-current-buffer,
10133         w3m-display-inline-images, and w3m-minor-mode-map.
10134
10135 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
10136
10137         * message.el (message-tab-body-function): Fix mismatched custom type.
10138
10139         * gnus.el (gnus-group-change-level-function): Ditto.
10140
10141         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
10142
10143         * gnus-art.el (gnus-signature-limit)
10144         (gnus-article-mime-part-function): Ditto.
10145
10146 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10147
10148         * mml.el (mml-mode): Silence the byte compiler.
10149
10150         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
10151         using `(sit-for 0)' before moving the point to the specified part;
10152         skip unbuttonized parts.
10153         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
10154         return to the summary window if gnus-auto-select-part is non-nil.
10155
10156 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
10157
10158         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
10159         variables.
10160         (mml-dnd-attach-file, mml-mode): Use them.
10161
10162         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
10163         Make fetching article by MID work again for Google Groups.  Added
10164         FIXME concerning gnus-group-make-web-group.
10165
10166         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
10167         Don't depend on Gnus by using mail-extract-address-components if
10168         gnus-extract-address-components is not bound.
10169
10170 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10171
10172         * gnus-art.el (gnus-mime-display-security): Don't display the
10173         signature, but only the signed part.
10174
10175 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10176
10177         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
10178
10179         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
10180         list, not listp.
10181
10182 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
10183
10184         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
10185         when encoding.
10186
10187         * mm-bodies.el (mm-decode-content-transfer-encoding):
10188         De-canonicalize CRLF for all text content types, not just
10189         text/plain.
10190
10191 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10192
10193         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
10194         valid article; point arrow and cursor at the MIME button.
10195
10196 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10197
10198         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
10199         Suggested by Dan Christensen <jdc@uwo.ca>.
10200
10201         * mm-decode.el (mm-save-part): Enable change of prompt.
10202
10203 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
10204
10205         * gnus-msg.el (gnus-inews-add-send-actions): Made
10206         `message-post-method' lambda parameter ARG `&optional'.
10207
10208 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10209
10210         * gnus-sum.el (gnus-summary-mime-map): Added
10211         gnus-article-save-part-and-strip, gnus-article-delete-part and
10212         gnus-article-jump-to-part.
10213
10214         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
10215         (gnus-article-edit-part): Use it.
10216         (gnus-article-part-wrapper): Added no-handle argument.
10217         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
10218         functions.
10219
10220 2005-08-29  Romain Francoise  <romain@orebokech.com>
10221
10222         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10223         docstring.
10224         (gnus-face-from-file): Likewise.
10225
10226 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10227
10228         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
10229         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
10230         non-nil.
10231         (gnus-auto-select-part): New variable.
10232         (gnus-article-jump-to-part): New function.
10233         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
10234         (gnus-mime-delete-part): Allow selecting specified part after
10235         deleting or stripping parts.
10236         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
10237         part if argument is bogus.
10238
10239 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
10240
10241         * gnus-art.el (w3m-minor-mode-map):
10242         * gnus-spec.el (gnus-newsrc-file-version):
10243         * gnus-util.el (nnmail-active-file-coding-system)
10244         (gnus-original-article-buffer, gnus-user-agent):
10245         * gnus.el (gnus-ham-process-destinations)
10246         (gnus-parameter-ham-marks-alist)
10247         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
10248         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
10249         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
10250         * mm-decode.el (gnus-current-window-configuration):
10251         * mm-extern.el (gnus-article-mime-handles):
10252         * mm-url.el (url-current-object, url-package-name)
10253         (url-package-version):
10254         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
10255         (smime-keys, w3m-cid-retrieve-function-alist)
10256         (w3m-current-buffer, w3m-display-inline-images)
10257         (w3m-minor-mode-map):
10258         * mml-smime.el (gnus-extract-address-components):
10259         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
10260         (gnus-newsrc-hashtb, message-default-charset)
10261         (message-deletable-headers, message-options)
10262         (message-posting-charset, message-required-mail-headers)
10263         (message-required-news-headers):
10264         * mml1991.el (mc-pgp-always-sign):
10265         * mml2015.el (mc-pgp-always-sign):
10266         * nnheader.el (nnmail-extra-headers):
10267         * rfc1843.el (gnus-decode-encoded-word-function)
10268         (gnus-decode-header-function, gnus-newsgroup-name):
10269         * spam-stat.el (gnus-original-article-buffer): Add defvars.
10270
10271 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
10272
10273         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
10274         the end of the date treatments.
10275
10276 2005-08-15  Simon Josefsson  <jas@extundo.com>
10277
10278         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
10279         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
10280         Capello and Romain Francoise.
10281         (pgg-fetch-key-function): Removed, not used?
10282         (pgg-insert-url-with-w3): Require url, to get
10283         url-insert-file-contents regardless of where it is defined.
10284
10285 2005-08-13  Romain Francoise  <romain@orebokech.com>
10286
10287         * message.el (message-cite-original-1): New function.
10288         (message-cite-original): Use it.
10289         (message-cite-original-without-signature): Ditto.
10290
10291 2005-08-08  Romain Francoise  <romain@orebokech.com>
10292
10293         * message.el (message-yank-empty-prefix): New variable.
10294         (message-indent-citation): Use it.
10295         (message-cite-original-without-signature): Respect X-No-Archive.
10296
10297 2005-08-08  Simon Josefsson  <jas@extundo.com>
10298
10299         * pgg.el: Autoload url-insert-file-contents instead of loading
10300         w3/url.
10301         (pgg-insert-url-with-w3): Don't load url here.
10302
10303 2005-08-07  Jesper Harder  <harder@phys.au.dk>
10304
10305         * message.el (message-kill-to-signature): Don't insert newline at
10306         bol.
10307         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
10308
10309 2005-08-06  Romain Francoise  <romain@orebokech.com>
10310
10311         * message.el (message-user-fqdn): Fix typo in docstring.
10312
10313 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
10314
10315         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
10316
10317         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
10318
10319 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10320
10321         * mm-bodies.el (mm-encode-body): Use coding system rather than
10322         charset to encode text.
10323
10324         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
10325         number of charsets if utf-8 is available (XEmacs).
10326
10327 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10328
10329         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
10330         taken from `gnus-button-mid-or-mail-regexp'.
10331         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
10332         (gnus-button-alist): Improve regexp for domain part of the MIDs
10333         for news:localpart@domain buttons.
10334         (gnus-button-ctan-directory-regexp): Update.
10335
10336 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10337
10338         * sieve-manage.el (sieve-manage-interactive-login): Use
10339         make-local-variable rather than make-variable-buffer-local.
10340         (sieve-manage-open): Ditto.
10341         (sieve-manage-authenticate): Ditto.
10342
10343         * mml.el (mml-generate-mime-1): Make the content type default to
10344         text/plain if the filename is not specified.
10345
10346 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10347
10348         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
10349         instead of insert-buffer.
10350
10351         * message.el (message-yank-original): Ditto; set the mark at the
10352         end of the yanked message.
10353
10354 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10355
10356         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
10357         lines to scroll rather than to stop it.
10358
10359         * mml.el (mml-generate-default-type): Add doc string.
10360         (mml-generate-mime-1): Use mm-default-file-encoding or make it
10361         default to application/octet-stream when determining the content
10362         type if it is not specified for the part or the mml contents; add
10363         a comment about mml-generate-default-type.
10364
10365 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
10366
10367         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
10368         make it default to application/octet-stream when determining the
10369         content type if it is not specified for the external contents.
10370
10371 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10372
10373         * rfc2231.el (rfc2231-parse-string): Take care that not only a
10374         segmented parameter but also other parameters might be there.
10375
10376 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10377
10378         * mm-decode.el (mm-display-external): Delete temp file, directory
10379         and buffer immediately if the external process is exited.
10380
10381 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10382
10383         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
10384         fewer lines than that of scroll-margin.
10385         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
10386
10387 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10388
10389         * gnus-art.el (gnus-article-next-page): Revert.
10390         (gnus-article-beginning-of-window): New macro.
10391         (gnus-article-next-page-1): Use it.
10392         (gnus-article-prev-page): Ditto.
10393         (gnus-article-edit-part): Use insert-buffer-substring instead of
10394         insert-buffer.
10395         (gnus-article-edit-exit): Ditto.
10396
10397         * gnus-util.el (gnus-beginning-of-window): Remove.
10398         (gnus-end-of-window): Remove.
10399
10400         * lpath.el: Don't bind header-line-format and scroll-margin.
10401
10402 2005-07-25  Simon Josefsson  <jas@extundo.com>
10403
10404         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
10405         to have the url package without w3.  Reported by Daiki Ueno
10406         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
10407
10408 2005-07-20  Didier Verna  <didier@xemacs.org>
10409
10410         * gnus-diary.el: Remove the description comment (nndiary is now
10411         properly documented in the Gnus manual).
10412         Fix the spelling of "Back End".
10413         * nndiary.el: Ditto.
10414         Fix the copyright notice.
10415
10416 2005-07-18  Romain Francoise  <romain@orebokech.com>
10417
10418         * gnus-sum.el (gnus-summary-to-prefix)
10419         (gnus-summary-newsgroup-prefix): New variables.
10420         (gnus-summary-from-or-to-or-newsgroups): Use them.
10421
10422 2005-07-17  Romain Francoise  <romain@orebokech.com>
10423
10424         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
10425         space as it's generally not especially interesting to the user.
10426
10427 2005-07-16  Romain Francoise  <romain@orebokech.com>
10428
10429         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
10430         nil to avoid prompting and file modification if one of the
10431         messages at the top of the nnfolder file contains a copyright
10432         notice.
10433         Update copyright notice.
10434
10435         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
10436         instead of `current-time-string' as the latter creates a time
10437         string that is not RFC 2822 compliant (it lacks the zone).
10438         Update copyright notice.
10439
10440 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10441
10442         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
10443         for text/rtf.  Display default in prompt.  Pass default for M-n.
10444
10445         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
10446
10447 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10448
10449         * gnus-msg.el (gnus-button-mailto): Remove
10450         save-selected-window-window hackery because it relies on
10451         save-selected-window internals.
10452
10453 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10454
10455         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
10456         (gnus-article-next-page-1): Use gnus-beginning-of-window.
10457         (gnus-article-prev-page): Ditto.
10458
10459         * gnus-util.el (gnus-beginning-of-window): New function.
10460         (gnus-end-of-window): New function.
10461
10462         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
10463
10464 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10465
10466         * gnus-score.el (gnus-score-edit-all-score): Set
10467         gnus-score-edit-exit-function to gnus-score-edit-done and call
10468         gnus-message.
10469
10470 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10471
10472         * gnus-msg.el (gnus-button-mailto): Remove
10473         save-selected-window-window hackery because it relies on
10474         save-selected-window internals.
10475
10476 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10477
10478         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
10479         add-minor-mode.
10480         (gnus-binary-mode): Ditto.
10481
10482         * gnus-topic.el (gnus-topic-mode): Ditto.
10483
10484 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
10485
10486         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
10487         (gnus-article-prev-page): Take scroll-margin into consideration.
10488
10489 2005-07-04  Lute Kamstra  <lute@gnu.org>
10490
10491         Update FSF's address in GPL notices.
10492
10493 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
10494
10495         * gnus.el (gnus-exit):
10496         * gnus-group.el (gnus-group-icons):
10497         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
10498
10499         * gnus-nocem.el (gnus-nocem):
10500         * message.el (message-various, message-buffers, message-sending)
10501         (message-interface, message-forwarding, message-insertion)
10502         (message-headers, message-news, message-mail):
10503         * pgg-gpg.el (pgg-gpg):
10504         * pgg-parse.el (pgg-parse):
10505         * pgg-pgp.el (pgg-pgp):
10506         * pgg-pgp5.el (pgg-pgp5):
10507         * pop3.el (pop3): Finish `defgroup' description with period.
10508
10509 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10510
10511         * gnus-art.el (article-display-face): Improve the efficiency.
10512         (article-display-x-face): Ditto; remove grey x-face stuff.
10513
10514 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10515
10516         * gnus-art.el (article-display-face): Correct the position in
10517         which Faces are inserted.
10518
10519 2005-06-29  Didier Verna  <didier@xemacs.org>
10520
10521         * gnus-art.el (article-display-face): Display faces in correct
10522         order.
10523
10524 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10525
10526         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
10527         (gnus-fill-real-hashtb): Use hash table instead of obarray.
10528         (gnus-nocem-check-article): Fetch the Type header.
10529         (gnus-nocem-message-wanted-p): Fix the way to examine types.
10530         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
10531         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
10532         make sure gnus-nocem-hashtb is initialized.
10533         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
10534         (gnus-nocem-unwanted-article-p): Ditto.
10535
10536         * pgg.el (pgg-verify): Return the verification result.
10537
10538 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10539
10540         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
10541         is ascii.
10542
10543 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10544
10545         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
10546         `show-nonbreak-escape'.
10547
10548 2005-06-23  Lute Kamstra  <lute@gnu.org>
10549
10550         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
10551
10552         * dig.el (dig-mode):
10553         * smime.el (smime-mode): Use gnus-run-mode-hooks.
10554
10555 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10556
10557         * nnimap.el (nnimap-split-download-body): Fix spellings.
10558
10559 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
10560
10561         * gnus-art.el (gnus-article-encrypt-body):
10562         * gnus-cus.el (gnus-score-customize):
10563         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
10564         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
10565
10566 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
10567
10568         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
10569         header by looking for magic "MII" at the beginnig.
10570
10571 2005-06-16  Miles Bader  <miles@gnu.org>
10572
10573         * gnus-xmas.el (gnus-xmas-group-startup-message):
10574         Use renamed gnus-splash face.
10575
10576         * assistant.el (assistant-field): Remove "-face" suffix from face name.
10577         (assistant-field-face): New backward-compatibility alias for renamed
10578         face.
10579         (assistant-render-text): Use renamed assistant-field face.
10580
10581         * spam.el (spam): Remove "-face" suffix from face name.
10582         (spam-face): New backward-compatibility alias for renamed face.
10583         (spam-face, spam-initialize): Use renamed spam face.
10584
10585         * message.el (message-header-to, message-header-cc)
10586         (message-header-subject, message-header-newsgroups)
10587         (message-header-other, message-header-name)
10588         (message-header-xheader, message-separator, message-cited-text)
10589         (message-mml): Remove "-face" suffix from face names.
10590         (message-header-to-face, message-header-cc-face)
10591         (message-header-subject-face, message-header-newsgroups-face)
10592         (message-header-other-face, message-header-name-face)
10593         (message-header-xheader-face, message-separator-face)
10594         (message-cited-text-face, message-mml-face):
10595         New backward-compatibility aliases for renamed faces.
10596         (message-font-lock-keywords): Use renamed message faces.
10597
10598         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
10599         (sieve-test-commands, sieve-tagged-arguments):
10600         Remove "-face" suffix from face names.
10601         (sieve-control-commands-face, sieve-action-commands-face)
10602         (sieve-test-commands-face, sieve-tagged-arguments-face):
10603         New backward-compatibility aliases for renamed faces.
10604         (sieve-control-commands-face, sieve-action-commands-face)
10605         (sieve-test-commands-face, sieve-tagged-arguments-face):
10606         Use renamed sieve faces.
10607
10608         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
10609         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
10610         (gnus-group-news-3-empty, gnus-group-news-4)
10611         (gnus-group-news-4-empty, gnus-group-news-5)
10612         (gnus-group-news-5-empty, gnus-group-news-6)
10613         (gnus-group-news-6-empty, gnus-group-news-low)
10614         (gnus-group-news-low-empty, gnus-group-mail-1)
10615         (gnus-group-mail-1-empty, gnus-group-mail-2)
10616         (gnus-group-mail-2-empty, gnus-group-mail-3)
10617         (gnus-group-mail-3-empty, gnus-group-mail-low)
10618         (gnus-group-mail-low-empty, gnus-summary-selected)
10619         (gnus-summary-cancelled, gnus-summary-high-ticked)
10620         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
10621         (gnus-summary-high-ancient, gnus-summary-low-ancient)
10622         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
10623         (gnus-summary-low-undownloaded)
10624         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
10625         (gnus-summary-low-unread, gnus-summary-normal-unread)
10626         (gnus-summary-high-read, gnus-summary-low-read)
10627         (gnus-summary-normal-read, gnus-splash):
10628         Remove "-face" suffix from face names.
10629         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10630         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10631         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10632         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10633         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10634         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10635         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10636         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10637         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10638         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10639         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10640         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10641         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10642         (gnus-summary-normal-ticked-face)
10643         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
10644         (gnus-summary-normal-ancient-face)
10645         (gnus-summary-high-undownloaded-face)
10646         (gnus-summary-low-undownloaded-face)
10647         (gnus-summary-normal-undownloaded-face)
10648         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10649         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10650         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10651         (gnus-splash-face):
10652         New backward-compatibility aliases for renamed faces.
10653         (gnus-group-startup-message): Use renamed gnus faces.
10654
10655         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
10656         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
10657         (gnus-server-agent): Remove "-face" suffix from face names.
10658         (gnus-server-agent-face, gnus-server-opened-face)
10659         (gnus-server-closed-face, gnus-server-denied-face)
10660         (gnus-server-offline-face):
10661         New backward-compatibility aliases for renamed faces.
10662         (gnus-server-agent-face, gnus-server-opened-face)
10663         (gnus-server-closed-face, gnus-server-denied-face)
10664         (gnus-server-offline-face): Use renamed gnus faces.
10665
10666         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
10667         Remove "-face" suffix from face names.
10668         (gnus-picon-xbm-face, gnus-picon-face):
10669         New backward-compatibility aliases for renamed faces.
10670
10671         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
10672         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
10673         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
10674         (gnus-cite-11): Remove "-face" suffix from face names.
10675         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
10676         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
10677         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
10678         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
10679         New backward-compatibility aliases for renamed faces.
10680         (gnus-cite-attribution-face, gnus-cite-face-list)
10681         (gnus-article-boring-faces): Use renamed gnus faces.
10682
10683         * gnus-art.el (gnus-signature, gnus-header-from)
10684         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
10685         (gnus-header-content): Remove "-face" suffix from face names.
10686         (gnus-signature-face, gnus-header-from-face)
10687         (gnus-header-subject-face, gnus-header-newsgroups-face)
10688         (gnus-header-name-face, gnus-header-content-face):
10689         New backward-compatibility aliases for renamed faces.
10690         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
10691
10692         * gnus-sum.el (gnus-summary-selected-face)
10693         (gnus-summary-highlight): Use renamed gnus faces.
10694         * gnus-group.el (gnus-group-highlight): Likewise.
10695
10696 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
10697
10698         * gnus-sieve.el (gnus-sieve-article-add-rule):
10699         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
10700         * spam-stat.el (spam-stat-buffer-change-to-spam)
10701         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
10702
10703         * message.el (message-is-yours-p):
10704         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
10705
10706 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10707
10708         * mm-view.el (mm-inline-text): Withdraw the last change.
10709
10710 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10711
10712         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
10713         executing enriched-decode.
10714
10715 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10716
10717         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
10718         charset of tar files.
10719
10720 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
10721
10722         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
10723
10724 2005-06-04  Lute Kamstra  <lute@gnu.org>
10725
10726         * nnfolder.el (nnfolder-read-folder): Make sure that undo
10727         information is never recorded.
10728
10729 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10730
10731         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
10732
10733 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10734
10735         * pop3.el (pop3-apop): Run md5 in the binary mode.
10736
10737         * starttls.el (starttls-set-process-query-on-exit-flag):
10738         Use eval-and-compile.
10739
10740 2005-05-31  Simon Josefsson  <jas@extundo.com>
10741
10742         * smime.el (smime-replace-in-string): Define.
10743         (smime-cert-by-ldap-1): Use it.
10744
10745 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10746
10747         * gnus-art.el (article-display-x-face): Replace
10748         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10749
10750         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
10751         set-process-query-on-exit-flag or process-kill-without-query.
10752
10753         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
10754         loop instead of replace-regexp.
10755
10756         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
10757         instead of process-kill-without-query if it is available.
10758
10759         * lpath.el: Fbind ldap-search-entries.
10760
10761         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
10762         instead of find-file-hooks if it is available.
10763
10764         * mml1991.el: Bind pgg-default-user-id when compiling.
10765
10766         * mml2015.el: Bind pgg-default-user-id when compiling.
10767
10768         * nndraft.el (nndraft-request-associate-buffer):
10769         Use write-contents-functions instead of write-contents-hooks if it is
10770         available.
10771
10772         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
10773         instead of find-file-hooks if it is available.
10774
10775         * nntp.el (nntp-open-connection): Replace
10776         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10777         (nntp-open-ssl-stream): Ditto.
10778         (nntp-open-tls-stream): Ditto.
10779
10780         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
10781         set-process-query-on-exit-flag or process-kill-without-query.
10782         (starttls-open-stream-gnutls): Use it instead of
10783         process-kill-without-query.
10784         (starttls-open-stream): Ditto.
10785
10786 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
10787
10788         * smime.el (smime-cert-by-ldap-1): Don't use
10789         replace-regexp-in-string.
10790
10791 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
10792
10793         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
10794
10795         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
10796         in PEM format.  Adjust to the XEmacs compability.
10797
10798 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10799
10800         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
10801         by `string-to-number'.
10802         * gnus-agent.el (gnus-agent-regenerate-group)
10803         (gnus-agent-fetch-articles): Ditto.
10804         * gnus-art.el (gnus-button-fetch-group): Ditto.
10805         * gnus-cache.el (gnus-cache-generate-active)
10806         (gnus-cache-articles-in-group): Ditto.
10807         * gnus-group.el (gnus-group-set-current-level)
10808         (gnus-group-insert-group-line): Ditto.
10809         * gnus-score.el (gnus-score-set-expunge-below)
10810         (gnus-score-set-mark-below, gnus-summary-score-effect)
10811         (gnus-summary-score-entry): Ditto.
10812         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
10813         (gnus-soup-pack): Ditto.
10814         * gnus-spec.el (gnus-xmas-format): Ditto.
10815         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
10816         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
10817         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
10818         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
10819         * nndb.el (nndb-get-remote-expire-response): Ditto.
10820         * nndiary.el (nndiary-parse-schedule-value)
10821         (nndiary-string-to-number, nndiary-request-replace-article)
10822         (nndiary-request-article): Ditto.
10823         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
10824         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
10825         * nneething.el (nneething-make-head): Ditto.
10826         * nnfolder.el (nnfolder-request-article)
10827         (nnfolder-retrieve-headers): Ditto.
10828         * nnheader.el (nnheader-file-to-number): Ditto.
10829         * nnkiboze.el (nnkiboze-request-article): Ditto.
10830         * nnmail.el (nnmail-process-unix-mail-format)
10831         (nnmail-process-babyl-mail-format): Ditto.
10832         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
10833         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
10834         (nnmh-request-create-group, nnmh-request-list-1)
10835         (nnmh-request-group, nnmh-request-article): Ditto.
10836         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
10837         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
10838         * nnsoup.el (nnsoup-make-active): Ditto.
10839         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
10840         * nntp.el (nntp-find-group-and-number)
10841         (nntp-retrieve-headers-with-xover): Ditto.
10842         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
10843         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
10844         (pgg-format-key-identifier): Ditto.
10845         * pop3.el (pop3-last, pop3-stat): Ditto.
10846         * qp.el (quoted-printable-decode-region): Ditto.
10847
10848         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
10849         of concat.
10850
10851 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10852
10853         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
10854
10855         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
10856
10857         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
10858
10859         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
10860
10861         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
10862
10863         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
10864
10865         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
10866         (gnus-carpal-mode): Ditto.
10867
10868         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
10869         (gnus-browse-mode): Ditto.
10870
10871         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
10872
10873         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
10874
10875 2005-05-29  Richard M. Stallman  <rms@gnu.org>
10876
10877         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
10878
10879 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10880
10881         * gnus-util.el (gnus-run-mode-hooks): New function.
10882
10883         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
10884
10885         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
10886         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
10887
10888 2005-05-27  Lute Kamstra  <lute@gnu.org>
10889
10890         * dns-mode.el (dns-mode): Specify customization group.
10891
10892 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
10893
10894         * gnus-agent.el (gnus-agent-make-mode-line-string):
10895         Use mode-line-highlight as mouse-face.
10896
10897 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10898
10899         * canlock.el (canlock): Change the parent group to news.
10900
10901         * deuglify.el (gnus-outlook-deuglify): Add :group.
10902
10903         * dig.el (dig): Add :group.
10904
10905         * dns-mode.el (dns-mode): Add :group.
10906
10907         * encrypt.el (encrypt): Add :group.
10908
10909         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
10910         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
10911         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
10912         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
10913         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
10914
10915         * gnus-diary.el (gnus-diary): Add :group.
10916
10917         * gnus.el (gnus-group-news-1-face): Add :group.
10918         (gnus-group-news-1-empty-face): Ditto.
10919         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
10920         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
10921         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
10922         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
10923         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
10924         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
10925         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
10926         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
10927         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
10928         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
10929         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
10930         (gnus-summary-high-ticked-face): Ditto.
10931         (gnus-summary-low-ticked-face): Ditto.
10932         (gnus-summary-normal-ticked-face): Ditto.
10933         (gnus-summary-high-ancient-face): Ditto.
10934         (gnus-summary-low-ancient-face): Ditto.
10935         (gnus-summary-normal-ancient-face): Ditto.
10936         (gnus-summary-high-undownloaded-face): Ditto.
10937         (gnus-summary-low-undownloaded-face): Ditto.
10938         (gnus-summary-normal-undownloaded-face): Ditto.
10939         (gnus-summary-high-unread-face): Ditto.
10940         (gnus-summary-low-unread-face): Ditto.
10941         (gnus-summary-normal-unread-face): Ditto.
10942         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
10943         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
10944
10945         * hashcash.el (hashcash): New custom group.
10946         (hashcash-default-payment): Add :group.
10947         (hashcash-payment-alist): Ditto.
10948         (hashcash-default-accept-payment): Ditto.
10949         (hashcash-accept-resources): Ditto.
10950         (hashcash-path): Ditto.
10951         (hashcash-extra-generate-parameters): Ditto.
10952         (hashcash-double-spend-database): Ditto.
10953         (hashcash-in-news): Ditto.
10954
10955         * message.el (message-minibuffer-local-map): Add :group.
10956
10957         * netrc.el (netrc): Add :group.
10958
10959         * sieve-manage.el (sieve-manage-log): Add :group.
10960         (sieve-manage-default-user): Diito.
10961         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
10962         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
10963         (sieve-manage-authenticators): Ditto.
10964         (sieve-manage-authenticator-alist): Ditto.
10965         (sieve-manage-default-port): Ditto.
10966
10967         * sieve-mode.el (sieve-control-commands-face): Add :group.
10968         (sieve-action-commands-face): Ditto.
10969         (sieve-test-commands-face): Ditto.
10970         (sieve-tagged-arguments-face): Ditto.
10971
10972         * smime.el (smime): Add :group.
10973
10974         * spam-report.el (spam-report): Add :group.
10975
10976         * spam.el (spam, spam-face): Add :group.
10977
10978 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10979
10980         * nntp.el (nntp-next-result-arrived-p): Some news servers may
10981         return \n.\n.\n at the end of articles.  Protect against that.
10982         (nntp-with-open-group): Allow debugging.
10983
10984         * nnheader.el (mail-header-set-extra): Make into a function
10985         because I just could't understand how to quote the list properly.
10986
10987         * dns.el (query-dns-cached): New function.
10988
10989 2005-05-26  Lute Kamstra  <lute@gnu.org>
10990
10991         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
10992
10993 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10994
10995         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
10996
10997         * gnus-art.el: Don't autoload mail-extract-address-components.
10998
10999         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
11000         eval-and-compile to evaluate it.
11001
11002         * hashcash.el: Don't autoload executable-find.
11003
11004         * nndb.el: Don't declare the nndb back end two or more times; don't
11005         autoload news-reply-mode, news-setup, cancel-timer and telnet.
11006
11007         * nntp.el: Autoload format-spec instead of format; use
11008         eval-and-compile to evaluate autoload forms.
11009
11010 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
11011
11012         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
11013
11014 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11015
11016         * gnus.el (gnus-version-number): Bump version.
11017
11018 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11019
11020         * gnus.el: No Gnus v0.3 is released.
11021
11022 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11023
11024         * lpath.el (featurep): Bind show-nonbreak-escape.
11025
11026 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11027
11028         * gnus-art.el (gnus-article-edit-part): Disable undo.
11029
11030 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11031
11032         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
11033         gnus-article-date-lapsed-new-header is t if date timer is active;
11034         skip headers in which the original date value is empty.
11035         (gnus-article-save-original-date): Redefine it as a macro.
11036         (gnus-display-mime): Use it.
11037
11038 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11039
11040         * gnus-art.el (article-date-ut): Support converting date in
11041         forwarded parts as well.
11042         (gnus-article-save-original-date): New function.
11043         (gnus-display-mime): Use it.
11044
11045 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
11046
11047         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
11048         enclosure element of <item>.
11049
11050 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
11051
11052         * message.el (message-kill-buffer-query): Renamed from
11053         `message-kill-buffer-query-if-modified'.  Added :version.
11054
11055 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11056
11057         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
11058         window layout.
11059
11060 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11061
11062         * mml.el: Autoload dnd when compiling.
11063
11064 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11065
11066         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
11067         x-dnd-*.
11068
11069 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11070
11071         * qp.el (quoted-printable-encode-region): Save excursion.
11072
11073 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
11074
11075         * message.el (message-kill-buffer-query-if-modified): Add new variable
11076         so the user can kill a modified message buffer quickly.
11077         (message-kill-buffer): Use it.
11078
11079 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11080
11081         * lpath.el: Fbind display-time-event-handler; don't fbind
11082         string-to-multibyte.
11083
11084         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
11085
11086 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11087
11088         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
11089         contained in text because xml.el decodes entities) with LFs.
11090
11091 2005-04-11  Lute Kamstra  <lute@gnu.org>
11092
11093         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
11094         differently.
11095
11096 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11097
11098         * mm-util.el (mm-detect-coding-region): Typo.
11099
11100 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11101
11102         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
11103
11104 2005-04-06  Deepak Goel  <deego@gnufans.org>
11105
11106         * spam-stat.el (spam-stat-score-buffer): Add a call to a
11107         user-function allow user modifications of the scores.
11108         (spam-stat-score-buffer-user): New function, to allow
11109         user-computed modifications to the score.
11110         (spam-stat-score-buffer-user-functions): List of additional
11111         scoring functions.
11112         (spam-stat-error-holder): Global temporary error holder.
11113         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
11114         variable.
11115
11116 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
11117
11118         * gnus-registry.el (gnus-registry-clean-empty-function)
11119         (gnus-registry-trim, gnus-registry-fetch-groups)
11120         (gnus-registry-delete-group): Groups that match
11121         `gnus-registry-ignored-groups' are removed from the registry
11122         entries, not just ignored for splitting.  This helps clean up the
11123         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
11124         to get all the groups a message ID is in.
11125
11126         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
11127         (spam-stat-split-fancy): Change "threshhold" to "threshold".
11128         (spam-stat-score-buffer-user-functions): Add :number custom type.
11129
11130 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11131
11132         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
11133         argument in XEmacs.
11134
11135         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
11136         (nnrss-request-group): Decode group name first.
11137         (nnrss-request-article): Make a text/plain article if mml-to-mime
11138         failed.
11139         (nnrss-get-encoding): Return a compatible encoding according to
11140         nnrss-compatible-encoding-alist.
11141         (nnrss-find-el): Use consp instead of listp.
11142         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
11143
11144 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11145
11146         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
11147         which Emacs 20 doesn't support.
11148         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
11149
11150 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11151
11152         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
11153         silence the byte compiler inside the defun.
11154
11155         * gnus-demon.el (parse-time-string): Add autoload.
11156
11157         * gnus-delay.el (parse-time-string): Add autoload.
11158
11159         * gnus-art.el (parse-time-string): Add autoload.
11160
11161         * nnultimate.el (parse-time): Require for `parse-time-string'.
11162
11163 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11164
11165         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
11166
11167         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
11168
11169         * smime.el (smime-ldap-host-list): Add :version.
11170
11171 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11172
11173         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
11174         pass it to `gnus-browse-read-group'.
11175         (gnus-browse-read-group): Add NUMBER argument and pass it to
11176         `gnus-group-read-ephemeral-group'.
11177
11178         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
11179         argument and pass it to `gnus-group-read-group'.
11180
11181 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
11182
11183         * mm-util.el (mm-xemacs-find-mime-charset): Only call
11184         mm-xemacs-find-mime-charset-1 if we have the mule feature
11185         available at runtime.
11186
11187 2005-03-25  Werner Lemberg  <wl@gnu.org>
11188
11189         * nnmaildir.el: Replace `illegal' with `invalid'.
11190
11191 2005-03-23  Lute Kamstra  <lute@gnu.org>
11192
11193         * time-date.el: Add comment on time value formats.
11194         Don't require parse-time.
11195         (with-decoded-time-value): New macro.
11196         (encode-time-value): New function.
11197         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
11198         (days-to-time): Return a valid time value when arg is huge.
11199         (time-since): Use time-subtract.
11200         (time-to-number-of-days): Use time-to-seconds.
11201
11202 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11203
11204         * gnus-start.el (gnus-display-time-event-handler):
11205         Check display-time-timer at runtime rather than only at load time
11206         in case display-time-mode is turned off in the mean time.
11207
11208 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11209
11210         * nnimap.el (nnimap-open-connection): Print which authinfo file is
11211         used.
11212
11213         * nneething.el (nneething-map-file-directory): Derive from
11214         `gnus-directory'.
11215
11216         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
11217         the To/Cc button.
11218
11219 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11220
11221         * nnmaildir.el (nnmaildir-request-accept-article):
11222         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
11223
11224 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11225
11226         * gnus-async.el: Require timer-funcs at compile time when in
11227         XEmacs for `run-with-idle-timer'.
11228
11229 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11230
11231         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
11232         autoloaded function.
11233
11234 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11235
11236         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
11237
11238 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
11239
11240         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
11241
11242 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11243
11244         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
11245         gnus-expert-user to default.
11246
11247 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
11248
11249         * nnimap.el (nnimap-open-server): Ditto.
11250
11251         * imap.el (imap-authenticate): Fix typo.
11252
11253 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
11254
11255         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
11256         buffer (since IMAP server might return FETCH response out of
11257         order, and the nntp buffer must be sorted).
11258
11259 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
11260
11261         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
11262         comparison on string.
11263
11264         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
11265         (gnus-agent-score): Renamed category keywords to match gnus-cus.
11266         (gnus-agent-summary-fetch-series): Modified to protect against
11267         gnus-agent-summary-fetch-group clearing processable flags.
11268         (gnus-agent-synchronize-group-flags): Update live group buffer as
11269         synchronization may occur due to the user toggle the plugged
11270         status.
11271         (gnus-agent-fetch-group-1): Clear downloadable flag when article
11272         successfully downloaded.
11273         (gnus-agent-expire-group-1): Avoid using markers when the overview
11274         is in ascending order; greatly improves performance.
11275         (gnus-agent-regenerate-group): Use
11276         gnus-agent-synchronize-group-flags to reset read status in both
11277         gnus and server.
11278         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
11279
11280 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
11281
11282         * message.el: Don't autoload former message-utils variables.
11283         (message-strip-subject-trailing-was): Change doc string.
11284
11285         * nnweb.el: Fixes for `gnus-group-make-web-group'.
11286         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
11287         (nnweb-google-search): Add "hl=en" here.
11288         (nnweb-google-parse-1, nnweb-google-create-mapping):
11289         Don't hardcode URL.
11290
11291 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11292
11293         * message.el (message-get-reply-headers, message-followup):
11294         Mention related variables `message-use-followup-to' and
11295         `message-use-mail-followup-to', in the information buffer.
11296
11297         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
11298         of broken groups(-beta).google.com.
11299
11300 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
11301
11302         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
11303         parameter to invoked gnus-request-move-article; remove the
11304         redundant gnus-sum-hint-move-is-internal variable; apply the marks
11305         all at once instead of once per article.
11306         (gnus-summary-remove-process-mark): Accept a list of articles as
11307         well as a single article for processing.
11308
11309         * gnus-int.el (gnus-request-move-article): Add move-is-internal
11310         parameter.
11311
11312         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
11313
11314         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
11315
11316         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
11317         parameter.
11318
11319         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
11320         parameter.
11321
11322         * nnimap.el (nnimap-request-move-article): Add move-is-internal
11323         parameter and remove the gnus-sum-hint-move-is-internal variable.
11324
11325         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
11326         parameter.
11327
11328         * nndraft.el (nndraft-request-move-article): Add move-is-internal
11329         parameter.
11330
11331         * nndiary.el (nndiary-request-move-article): Add move-is-internal
11332         parameter.
11333
11334         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
11335
11336         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
11337         parameter.
11338
11339         * nnagent.el (nnagent-request-move-article): Add move-is-internal
11340         parameter.
11341
11342 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11343
11344         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
11345         a more conservative way.
11346
11347 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11348
11349         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
11350         buffer, so it moves the window's cursor.
11351
11352 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
11353
11354         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
11355         `mm-dissect-multipart' and receive the from field as an (optional)
11356         argument from `mm-dissect-multipart'.
11357         (mm-dissect-multipart): Receive the from field as an argument and
11358         pass it on when we call `mm-dissect-buffer' on MIME parts.
11359         Fixes verification/decryption of signed/encrypted MIME parts.
11360
11361 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
11362
11363         * gnus-sum.el (gnus-summary-move-article): Set
11364         gnus-sum-hint-move-is-internal for gnus-request-move-article and
11365         whatever it calls (right now, only nnimap-request-move article
11366         respects it).
11367
11368         * nnimap.el (nnimap-request-move-article): When
11369         gnus-sum-hint-move-is-internal is set, don't do the extra
11370         nnimap-request-article.
11371
11372 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11373
11374         * nnheader.el (nnheader-find-file-noselect): Add doc string.
11375
11376         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
11377         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
11378
11379         * gnus-sum.el (gnus-summary-caesar-message):
11380         Apply `gnus-treat-article' after rotation.
11381
11382         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
11383         doc string.
11384
11385 2005-02-22  Simon Josefsson  <jas@extundo.com>
11386
11387         * encrypt.el (encrypt-password-cache-expiry): Remove (use
11388         `password-cache-expiry' instead).  Reported by Arne Jørgensen
11389         <arne@arnested.dk>.
11390         (encrypt): Add password-cache and password-cache-expiry as group
11391         members.
11392
11393 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
11394
11395         * smime.el (smime-ldap-host-list): Doc fix.
11396         (smime-ask-passphrase): Use `password-read-and-add' to read (and
11397         cache) password.
11398         (smime-sign-region): Use it.
11399         (smime-decrypt-region): Use it.
11400         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
11401         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
11402         fails.
11403         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
11404         certificate from DER to PEM format rather than calling openssl.
11405
11406         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
11407
11408         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
11409         for signing/encryption.
11410
11411         * mml.el (mml-parse-1): Use them.
11412
11413 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
11414
11415         * nnrss.el (nnrss-verbose): Removed.
11416         (nnrss-request-group): Use `nnheader-message' instead.
11417
11418 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
11419
11420         * nnrss.el (nnrss-verbose): New variable.
11421         (nnrss-request-group): Make it say nnrss is requesting a group.
11422
11423 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11424
11425         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
11426         Handle news URL with given port correctly.
11427
11428 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11429
11430         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
11431         containing special characters.
11432
11433         * gnus-sum.el (gnus-summary-edit-article): Ditto.
11434
11435         * mml.el (mime-to-mml): Ditto.
11436
11437         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
11438         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
11439         (rfc2047-decode-region): Quote decoded words containing special
11440         characters when rfc2047-quote-decoded-words-containing-tspecials
11441         is non-nil.
11442
11443 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
11444
11445         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
11446
11447         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
11448
11449 2005-02-15  Simon Josefsson  <jas@extundo.com>
11450
11451         * nnimap.el (nnimap-debug): Doc fix.
11452
11453         * imap.el (imap-debug): Doc fix.
11454
11455 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11456
11457         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
11458
11459 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
11460
11461         * gnus.el (spam-contents): Improve docs for spam-contents
11462         parameter in its variable incarnation.
11463
11464 2005-02-14  Simon Josefsson  <jas@extundo.com>
11465
11466         * smime-ldap.el: Use require instead of load-library for ldap.
11467         (smime-ldap-search): Indent.
11468         (smime-ldap-search-internal): Shorten line.
11469
11470         * smime.el (smime-cert-by-dns): Add doc-string.
11471         (smime-cert-by-ldap-1): Indent.
11472
11473         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
11474         mml-smime-get-dns-ldap.
11475         (mml-smime-encrypt-query): Use new function.  Default to ldap.
11476
11477 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
11478
11479         * smime.el: Require smime-ldap.
11480         (smime-ldap-host-list): New variable.
11481         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
11482
11483         * mml-smime.el (mml-smime-encrypt-query): New function.
11484         (mml-smime-encrypt-query): Use it.
11485
11486         * smime-ldap.el: New file.
11487
11488 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11489
11490         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
11491
11492 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11493
11494         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
11495         argument in doc string.  Make query for type more clear.
11496
11497 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11498
11499         * gnus.el (gnus-group-startup-message): Search for gnus images in
11500         etc/images/gnus.
11501         * mm-util.el (mm-image-load-path): Likewise.
11502         * smiley.el (smiley-data-directory): Search for smilies in
11503         etc/images/smilies.
11504
11505 2005-02-09  Kim F. Storm  <storm@cua.dk>
11506
11507         Change Emacs release version from 21.4 to 22.1 throughout.
11508         Change Emacs development version from 21.3.50 to 22.0.50.
11509
11510 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11511
11512         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
11513
11514         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
11515         non-Mule XEmacs as well.
11516         (mm-decompress-buffer): Signal an error intentionally if it does
11517         not decompress compressed data because auto-compression-mode is
11518         disabled.
11519
11520 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
11521
11522         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
11523         an ID in the registry even if it has no groups.
11524
11525 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11526
11527         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
11528         merge it into mm-decompress-buffer.
11529         (gnus-mime-copy-part): Use the MIME part charset, the value which
11530         a user specified or gnus-newsgroup-charset for decoding, like
11531         gnus-mime-inline-part does; set buffer-file-coding-system to tell
11532         save-buffer what was used.  Suggested by Kevin Ryde
11533         <user42@zip.com.au>.
11534         (gnus-mime-inline-part): Allow the name parameter as well as the
11535         filename parameter; force decompressing of compressed data; always
11536         display contents being not decoded as unibyte.
11537
11538         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
11539         as well as the filename parameter.
11540
11541         * mm-util.el (mm-decompress-buffer): Merge
11542         gnus-mime-jka-compr-maybe-uncompress.
11543         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
11544         of compressed data.
11545
11546 2005-02-08  Simon Josefsson  <jas@extundo.com>
11547
11548         * imap.el (imap-log): Doc fix.
11549
11550 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11551
11552         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
11553         the coding cookies; decompress compressed parts.
11554
11555         * mml.el (mml-generate-mime-1): Add the charset parameter according
11556         to the value which a user specified manually or the coding cookie.
11557
11558         * mm-util.el (mm-string-to-multibyte): New function.
11559         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
11560         (mm-coding-system-to-mime-charset): New function.
11561         (mm-decompress-buffer): New function.
11562         (mm-find-buffer-file-coding-system): New function.
11563
11564         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
11565         (mm-display-inline-fontify): Rewrite for decoding and decompressing
11566         parts.
11567
11568 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11569
11570         * mm-view.el (mm-display-inline-fontify): Decode a part according
11571         to the charset parameter.
11572
11573 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11574
11575         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
11576         prefix arg is neither nil nor a number, as info specifies.
11577
11578 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11579
11580         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
11581         timestamps.
11582
11583 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
11584
11585         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
11586         groups error checking and notify user.
11587
11588 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
11589
11590         * message.el (message-send-mail-function): Check existence of
11591         sendmail-program first before using default value
11592         `message-send-mail-with-sendmail'.  Otherwise use more generic
11593         `smtpmail-send-it'.
11594
11595 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11596
11597         * nntp.el (nntp-request-update-info): Always return nil.
11598
11599 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11600
11601         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
11602
11603 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11604
11605         * message.el (message-beginning-of-line): Change the behavior when
11606         invoked between BOL and : so that it first moves backward.
11607
11608 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11609
11610         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
11611         article buffer when editing of the article is discarded.
11612         (gnus-article-prepare): Revert.
11613
11614 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11615
11616         * gnus-art.el (gnus-article-prepare):
11617         Remove message-strip-forbidden-properties from the local hook.
11618
11619 2005-01-27  Simon Josefsson  <jas@extundo.com>
11620
11621         * password.el (password-cache-add): Only start one timer per key.
11622         Reported by Derek Atkins <warlord@MIT.EDU>.
11623
11624 2005-01-26  Steve Youngs  <steve@sxemacs.org>
11625
11626         * run-at-time.el: Removed.  It is no longer needed as
11627         timer-funcs.el in the xemacs-base package has a working version of
11628         `run-at-time'.
11629
11630         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
11631
11632         * password.el: Require timer-funcs instead of run-at-time in
11633         XEmacs.
11634         Remove `password-run-at-time' macro.
11635         (password-cache-add): Use `run-at-time' instead of
11636         `password-run-at-time'.
11637
11638         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
11639         Remove `nnheader-cancel-function-timers' alias,
11640         `cancel-function-timers' exists in XEmacs in timer-funcs.
11641
11642         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
11643         for `run-with-idle-timer'.
11644
11645         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
11646         for `run-at-time'.
11647
11648         * mm-url.el: Require timer-funcs at compile time when in XEmacs
11649         for `with-timeout'.
11650
11651         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
11652         the same as for XEmacs 21.4.
11653         No need to ignore `run-with-idle-timer', this function exists in
11654         XEmacs now in timer-funcs.el in the xemacs-base package.
11655         (dgnushack-compile): No need to delete
11656         run-at-time.el from the list of files to compile because it
11657         doesn't exist anymore.
11658
11659 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11660
11661         * mml.el (mml-generate-mime-1): Convert string into unibyte when
11662         inserting " *mml*" buffer's contents into a unibyte temp buffer.
11663
11664 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
11665
11666         * mail-source.el (mail-source-fetch-imap): Search for ^From case
11667         sensitively.
11668
11669 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
11670
11671         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
11672
11673 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11674
11675         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
11676         which will be inserted according to the multibyteness of a buffer
11677         rather than the type of contents.  Suggested by ARISAWA Akihiro
11678         <ari@mbf.ocn.ne.jp>.
11679
11680         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
11681         of string which old xml.el may return rather than a string.
11682
11683 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11684
11685         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
11686
11687 2005-01-16  Simon Josefsson  <jas@extundo.com>
11688
11689         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
11690         idn/idna.el isn't available.
11691         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
11692         <michael@waxrat.com>.
11693
11694         * hashcash.el: Remove non-FSF copyright header.
11695
11696         * hashcash.el (hashcash-extra-generate-parameters): New variable.
11697         (hashcash-generate-payment): Use it.
11698         (hashcash-generate-payment-async): Use it.
11699
11700 2005-01-15  Simon Josefsson  <jas@extundo.com>
11701
11702         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
11703         Suggested by Raymond Scholz <ray-2005@zonix.de>.
11704
11705         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
11706         gnus-summary-idna-message.
11707         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
11708         (gnus-summary-idna-message): New function.
11709
11710 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11711
11712         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
11713         gnus-novice-user.
11714
11715 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11716
11717         * nnrss.el (nnrss-request-delete-group): Delete entries in
11718         nnrss-group-alist as well.
11719         (nnrss-save-server-data): Insert newline.
11720
11721 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
11722
11723         * gnus.el (gnus-user-agent): Use list of symbols instead of
11724         symbols.  Display full version number for (S)XEmacs.  Optionally
11725         display (S)XEmacs codename.
11726
11727         * gnus-util.el (gnus-emacs-version): Update for new
11728         `gnus-user-agent'.
11729
11730         * gnus-msg.el (gnus-extended-version): Make it possible to omit
11731         Gnus version.
11732
11733 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11734
11735         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
11736         which is unreadable in some setups.
11737
11738 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11739
11740         * gnus-spec.el (gnus-update-format-specifications): Flush the
11741         group format spec cache if it doesn't support decoded group names.
11742
11743 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11744
11745         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
11746         Allow to apply decay on score files matching a regexp.
11747
11748 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11749
11750         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
11751         compatibility in %g and %c.
11752
11753 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11754
11755         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
11756         name for only %g and %c.
11757         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
11758         of gnus-tmp-group to decoded group name.
11759         (gnus-group-make-rss-group): Exclude `/'s from group names.
11760
11761 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11762
11763         * nnrss.el (nnrss-get-encoding): Fix regexp.
11764
11765 2004-12-27  Simon Josefsson  <jas@extundo.com>
11766
11767         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
11768         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
11769         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
11770
11771 2004-12-17  Kim F. Storm  <storm@cua.dk>
11772
11773         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
11774
11775         * gnus-sum.el (gnus-summary-mode-map): Likewise.
11776
11777 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11778
11779         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
11780
11781 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11782
11783         * nnrss.el: Require rfc2047 and mml.
11784         (nnrss-file-coding-system): New variable.
11785         (nnrss-format-string): Redefine it as an inline function.
11786         (nnrss-decode-group-name): New function.
11787         (nnrss-string-as-multibyte): Remove.
11788         (nnrss-retrieve-headers): Decode group name; don't use
11789         nnrss-format-string.
11790         (nnrss-request-group): Decode group name.
11791         (nnrss-request-article): Decode group name; allow a Message-ID as
11792         well as an article number; don't use nnrss-format-string; encode a
11793         Message-ID string which may contain non-ASCII characters; use
11794         mml-to-mime to compose a MIME article.
11795         (nnrss-request-expire-articles): Decode group name.
11796         (nnrss-request-delete-group): Decode group name.
11797         (nnrss-fetch): Clarify error message.
11798         (nnrss-read-server-data): Use insert-file-contents instead of load;
11799         bind file-name-coding-system; use multibyte buffer.
11800         (nnrss-save-server-data): Bind coding-system-for-write to the
11801         value of nnrss-file-coding-system; bind file-name-coding-system;
11802         add coding cookie.
11803         (nnrss-read-group-data): Use insert-file-contents instead of load;
11804         bind file-name-coding-system; use multibyte buffer.
11805         (nnrss-save-group-data): Bind coding-system-for-write to the
11806         value of nnrss-file-coding-system; bind file-name-coding-system.
11807         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
11808         make it work with non-ASCII text.
11809         (nnrss-find-el): Make it work with old xml.el as well.
11810
11811 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11812
11813         * nnrss.el (nnrss-get-encoding): New function.
11814         (nnrss-fetch): Use unibyte buffer initially; bind
11815         coding-system-for-read while performing mm-url-insert; remove ^Ms;
11816         decode contents according to the encoding attribute.
11817         (nnrss-save-group-data): Add coding cookie.
11818         (nnrss-mime-encode-string): New function.
11819         (nnrss-check-group): Use it to encode subject and author.
11820
11821 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
11822
11823         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
11824         imaginary variable.
11825
11826 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11827
11828         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
11829         correctly even if there are wide characters.
11830
11831 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11832
11833         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
11834         downcased symbol names; make a new cache instead of reusing
11835         bbdb-hashtable.
11836
11837 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11838
11839         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11840         concatenating segments rather than before concatenating them.
11841         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11842
11843         * message.el (message-get-reply-headers): Bind `extra'.
11844
11845 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11846
11847         * message.el (message-extra-wide-headers): New variable.
11848         (message-get-reply-headers): Use it.
11849
11850 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11851
11852         * gnus-agent.el (gnus-agent-group-path): Decode group name.
11853         (gnus-agent-group-pathname): Ditto.
11854
11855         * gnus-cache.el (gnus-cache-file-name): Decode group name.
11856
11857         * gnus-group.el (gnus-group-make-group): Decode group name.
11858         (gnus-group-make-rss-group): Register the group data after opening
11859         the nnrss group.
11860
11861 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
11862
11863         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
11864         by expiry now get marked as read.
11865
11866 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11867
11868         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
11869
11870 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
11871
11872         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
11873         unify Latin characters in XEmacs.
11874         (mm-find-mime-charset-region): Use it.
11875
11876 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11877
11878         * gnus-util.el (gnus-delete-directory): New function.
11879
11880         * gnus-agent.el (gnus-agent-delete-group): Use it.
11881
11882         * gnus-cache.el (gnus-cache-delete-group): Use it.
11883
11884 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11885
11886         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
11887         names.
11888
11889 2004-12-16  Simon Josefsson  <jas@extundo.com>
11890
11891         * hashcash.el (hashcash-payment-alist): Fix custom :type.
11892
11893 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11894
11895         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
11896
11897         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
11898         (gnus-group-set-current-level): Decode group name.
11899
11900 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
11901
11902         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
11903         failed.
11904
11905 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11906
11907         * gnus-group.el (gnus-group-delete-group): Decode group name.
11908         (gnus-group-make-rss-group): Encode group name.
11909         (gnus-group-catchup-current): Decode group name.
11910         (gnus-group-kill-group): Decode group name.
11911
11912 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11913
11914         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
11915
11916 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11917
11918         * gnus-group.el (gnus-group-make-rss-group):
11919         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
11920
11921         * gnus-start.el (gnus-setup-news): Honor user's setting to
11922         gnus-message-archive-method.  Suggested by Lute Kamstra
11923         <lute@gnu.org>.
11924
11925 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
11926
11927         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
11928         global counterparts of the buffer-local variables.
11929
11930 2004-11-16  Romain Francoise  <romain@orebokech.com>
11931
11932         * gnus-sum.el (gnus-summary-exit): Don't clear the global
11933         counterparts of the buffer-local variables.
11934
11935 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11936
11937         * message.el (message-forbidden-properties): Fixed typo in doc
11938         string.
11939
11940 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11941
11942         * gnus-util.el (gnus-replace-in-string): Added doc string.
11943
11944         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
11945         to avoid problems when splitting mails with many recipients.
11946
11947 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11948
11949         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
11950         pop-to-buffer, covered by the subsequent gnus-configure-windows.
11951
11952 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
11953
11954         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
11955         if there is no hashtable in memory or file modification time is
11956         newer than cached timestamp.
11957
11958 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11959
11960         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
11961         not-matching option.
11962
11963 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
11964
11965         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
11966         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
11967         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11968         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
11969         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
11970         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
11971
11972 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11973
11974         * message.el (message-forward-make-body-mml): Remove headers
11975         according to message-forward-ignored-headers if a message is decoded.
11976
11977 2004-12-02  Romain Francoise  <romain@orebokech.com>
11978
11979         * message.el (message-forward-make-body-plain): Always remove
11980         headers according to message-forward-ignored-headers.
11981
11982 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
11983
11984         * spam.el (spam-summary-prepare-exit): Remove the
11985         gnus-summary-limit pop for now, it has problems with ham marks for
11986         me.
11987
11988 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
11989
11990         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
11991         correctly.
11992
11993 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
11994
11995         * format-spec.el (format-spec): Message the char.
11996
11997 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
11998
11999         * gnus-art.el (gnus-split-methods): Reformat comments.
12000
12001         * spam.el (spam-summary-prepare-exit): Remove article limits
12002         before exiting the summary buffer.
12003
12004 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12005
12006         * lpath.el: Remove bbdb-create-internal, bbdb-records,
12007         spam-BBDB-register-routine and spam-enter-ham-BBDB.
12008
12009         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
12010         order to silence the byte compiler.
12011
12012         * spam.el: Fix the way to silence the byte compiler, which
12013         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
12014         bbdb-search-simple, spam-BBDB-register-routine,
12015         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
12016         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
12017         spam-stat-buffer-is-spam, spam-stat-load,
12018         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
12019         spam-stat-save and spam-stat-split-fancy.
12020
12021 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12022
12023         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
12024         which may confuse users.
12025         (canlock-password-for-verify): Ditto.
12026
12027         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
12028
12029         * gnus-art.el (gnus-emphasis-alist): Ditto.
12030
12031         * gnus-registry.el (gnus-registry-max-entries): Ditto.
12032
12033         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
12034
12035         * gnus-start.el (gnus-save-killed-list): Ditto.
12036
12037         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
12038         (gnus-sum-thread-tree-root): Ditto.
12039         (gnus-sum-thread-tree-false-root): Ditto.
12040         (gnus-sum-thread-tree-single-indent): Ditto.
12041
12042         * message.el (message-courtesy-message): Ditto.
12043         (message-archive-note): Ditto.
12044         (message-subscribed-address-file): Ditto.
12045         (message-user-fqdn): Ditto.
12046
12047         * spam-report.el (spam-report-gmane-regex): Ditto.
12048
12049         * spam.el (spam-blackhole-good-server-regex): Ditto.
12050
12051 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12052
12053         * mml.el (mml-preview): Widen the message buffer before copying
12054         the contents to the preview buffer; sort headers before previewing.
12055
12056         * message.el (message-hidden-headers): Fix the way to avoid a bug
12057         in the `repeat' widget in Emacs 21.3 or earlier.
12058
12059 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12060
12061         * message.el (message-hidden-headers): Default to "^References:".
12062         Improve customization type.  Suggested by Reiner Steib
12063         <Reiner.Steib@gmx.de>.
12064
12065 2004-11-25  Romain Francoise  <romain@orebokech.com>
12066
12067         * message.el (message-strip-forbidden-properties): Remove check for
12068         obsolete `message-hidden' text property, hidden headers are not
12069         accessible in the buffer anymore.
12070
12071 2004-11-22  Romain Francoise  <romain@orebokech.com>
12072
12073         * message.el (message-header-format-alist): Add `From' in list
12074         so that it can be sorted.
12075         (message-fix-before-sending): Widen and sort headers before
12076         sending.
12077         (message-hide-headers): Use narrowing to hide headers by moving
12078         them to the top of the buffer and narrowing to the region
12079         underneath.
12080
12081 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12082
12083         * message.el (message-strip-forbidden-properties): Bind
12084         buffer-read-only (etc) to nil.
12085
12086 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12087
12088         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
12089         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12090
12091 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
12092
12093         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
12094
12095 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12096
12097         * dns.el (query-dns): Use sit-for to time instead of
12098         accept-process-output, since that doesn't seem to work on udp
12099         sockets.
12100
12101 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12102
12103         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
12104
12105 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
12106
12107         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
12108         doc string.  Improve doc string.
12109
12110 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12111
12112         * nntp.el (nntp-request-update-info): Return nil if
12113         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
12114         may not call gnus-activate-group which uselessly issues the GROUP
12115         commands for all nntp groups and wastes time.  Reported by Romain
12116         Francoise <romain@orebokech.com>.
12117
12118         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
12119
12120 2004-11-15  Simon Josefsson  <jas@extundo.com>
12121
12122         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
12123         headers separately.
12124         (gnus-button-openpgp): New function, inspired by Jochen Küpper
12125         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
12126
12127 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12128
12129         * gnus-start.el (gnus-convert-old-newsrc):
12130         Assign legacy-gnus-agent to 5.10.7.
12131
12132 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12133
12134         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
12135         start of the lines.
12136
12137 2004-11-14  Magnus Henoch  <mange@freemail.hu>
12138
12139         * hashcash.el (hashcash-default-payment): Change default to 20.
12140         (hashcash-default-accept-payment): Change default to 20.
12141         (hashcash-process-alist): New variable.
12142         (hashcash-generate-payment-async): Add.
12143         (hashcash-already-paid-p): Add.
12144         (hashcash-insert-payment): Don't generate payments twice.
12145         (hashcash-insert-payment-async): Add.
12146         (hashcash-insert-payment-async-2): Add.
12147         (hashcash-cancel-async): Add.
12148         (hashcash-wait-async): Add.
12149         (hashcash-processes-running-p): Add.
12150         (hashcash-wait-or-cancel): Add.
12151         (mail-add-payment): New optional argument.  Conditionally start
12152         asynchronous calculation.
12153         (mail-add-payment-async): Add.
12154
12155         * message.el (message-send-mail): Wait for asynchronous hashcash
12156         results.  Don't clobber existing X-Hashcash headers.
12157         (message-setup-1): Call mail-add-payment-async when
12158         message-generate-hashcash is non-nil.
12159
12160 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12161
12162         * message.el (message-use-alternative-email-as-from): Examine the
12163         From header as well; use message-make-from in order to include a
12164         user's full name.
12165
12166 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12167
12168         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
12169         default; improve customization type.
12170         (gnus-emphasis-custom-with-format): New macro.
12171         (gnus-emphasis-custom-value-to-external): New function.
12172         (gnus-emphasis-custom-value-to-internal): New function.
12173
12174 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12175
12176         * dns.el (query-dns): Resolve reverse addresses.
12177
12178 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12179
12180         * gnus-group.el (gnus-group-get-new-news): Use it.
12181
12182         * gnus-start.el (gnus-check-reasonable-setup): New function.
12183
12184 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12185
12186         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
12187         "Args out of range" error.  Reported by Arnaud Giersch
12188         <arnaud.giersch@free.fr>.
12189
12190 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12191
12192         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
12193
12194 2004-11-04  Richard M. Stallman  <rms@gnu.org>
12195
12196         * spam.el (spam group): Add :version.
12197
12198         * pgg-def.el (pgg group): Add :version.
12199
12200 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12201
12202         * gnus-art.el (gnus-article-edit-article): Don't associate the
12203         article buffer with a draft file.  This is a temporary measure
12204         against the 2004-08-22 change to gnus-article-edit-mode.
12205
12206 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12207
12208         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
12209         (html2text-format-tags): Remove unused variable `attr'.
12210
12211 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12212
12213         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
12214
12215         * tls.el (tls-process-connection-type, tls-success)
12216         (tls-certtool-program): Add :version.
12217
12218         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
12219         (starttls-extra-arguments, starttls-process-connection-type)
12220         (starttls-connect, starttls-failure, starttls-success): Add :version.
12221
12222         * spam-stat.el (spam-stat): Add :version.
12223
12224         * sieve.el (sieve): Add :version.
12225
12226         * sha1.el (sha1): Add :version.
12227         (sha1-use-external): Remove redundant version.
12228
12229         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
12230         (nnmail-cache-ignore-groups, nnmail-spool-hook)
12231         (nnmail-split-fancy-match-partial-words)
12232         (nnmail-split-lowercase-expanded): Add :version.
12233
12234         * nndiary.el (nndiary): Add :version.
12235
12236         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
12237
12238         * mml-sec.el (mml-default-sign-method)
12239         (mml-default-encrypt-method, mml-signencrypt-style-alist):
12240         Add :version.
12241
12242         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
12243
12244         * mm-url.el (mm-url-use-external, mm-url-program)
12245         (mm-url-arguments): Add :version.
12246
12247         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
12248         (mm-attachment-file-modes, mm-decrypt-option)
12249         (mm-w3m-safe-url-regexp): Add :version.
12250
12251         * message.el (message-cite-prefix-regexp)
12252         (message-sendmail-envelope-from, message-minibuffer-local-map)
12253         (message-user-fqdn, message-completion-alist): Add :version.
12254
12255         * gnus-win.el (gnus-configure-windows-hook)
12256         (gnus-use-frames-on-any-display): Add :version.
12257
12258         * gnus-art.el (gnus-article-address-banner-alist)
12259         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
12260         (gnus-treat-from-picon, gnus-treat-mail-picon)
12261         (gnus-treat-x-pgp-sig): Add :version.
12262
12263         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
12264         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
12265         (gnus-summary-article-delete-hook)
12266         (gnus-summary-display-while-building): Add :version.
12267
12268         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
12269         (gnus-get-top-new-news-hook): Add :version.
12270
12271         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12272         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
12273
12274         * gnus-registry.el (gnus-registry): Add :version.
12275
12276         * gnus-spec.el (gnus-use-correct-string-widths)
12277         (gnus-make-format-preserve-properties): Add :version.
12278
12279         * gnus.el (gnus-group-charter-alist)
12280         (gnus-group-fetch-control-use-browse-url)
12281         (gnus-install-group-spam-parameters): Add :version.
12282
12283         * gnus-diary.el (gnus-diary): Add :version.
12284
12285         * gnus-delay.el (gnus-delay): Add :version.
12286
12287         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
12288         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
12289         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
12290         Add :version.
12291
12292         * gnus-agent.el (gnus-agent-max-fetch-size)
12293         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
12294         (gnus-agent-prompt-send-queue): Add :version.
12295
12296         * deuglify.el (gnus-outlook-deuglify): Add :version.
12297
12298         * html2text.el: Beautify code.  Improve doc strings.  Some
12299         checkdoc cleanup.
12300         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
12301
12302 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
12303
12304         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
12305
12306 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
12307
12308         * gnus-registry.el (gnus-registry-hashtb): Create the registry
12309         when package is loaded.
12310
12311         * spam.el (spam-summary-score-preferred-header): Add global preference
12312         for people who want to override the default SpamAssassin over
12313         Bogofilter preference (when both are set).
12314         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
12315         (spam-user-format-function-S): Check
12316         spam-summary-score-preferred-header.
12317         (spam-extra-header-to-number): Add X-Bogosity header parsing.
12318         (spam-user-format-function-S): Format the score correctly.
12319
12320 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12321
12322         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
12323         signature file.  Suggested by Manoj Srivastava
12324         <srivasta@golden-gryphon.com>.
12325
12326         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
12327         iso-2022-jp even in the Japanese language environment.
12328         Suggested by Jason Rumney <jasonr@gnu.org>.
12329
12330 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12331
12332         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
12333         use the same characters as the dummy marks; make it free from
12334         getting affected by the language environment.
12335         (gnus-summary-read-group-1): Update mark positions only when the
12336         format spec is updated.
12337
12338         * gnus-spec.el (gnus-update-format-specifications): Return a list
12339         of updated types.
12340
12341 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12342
12343         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
12344         of boundp to check if display-warning is available.
12345
12346 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
12347
12348         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
12349
12350 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12351
12352         * nnspool.el (nnspool-spool-directory): Use news-path if the
12353         news-directory variable is not bound.
12354
12355         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
12356         function instead of display-warning if it is not available.
12357
12358 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12359
12360         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
12361         v5-10: Use `point-at-bol'.
12362
12363 2004-10-26  Simon Josefsson  <jas@extundo.com>
12364
12365         * hashcash.el: Fix URL in comment, reported by Cheng Gao
12366         <chenggao@gmail.com>.
12367
12368 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12369
12370         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
12371         instead.
12372
12373 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
12374
12375         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
12376         to remove a server from the nnimap-server-buffer-alist.
12377         (nnimap-open-connection, nnimap-close-server): Use it.
12378
12379         * gnus-encrypt.el: Remove file in favor of encrypt.el.
12380
12381 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12382
12383         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
12384         running the major-mode function.
12385
12386 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12387
12388         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
12389         dummy marks in the right way.
12390
12391 2004-10-18  David Edmondson  <dme@dme.org>
12392
12393         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
12394         excessively.
12395
12396 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
12397
12398         * gnus-util.el (gnus-split-references): Accept a nil references
12399         string and go on blissfully.
12400
12401         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
12402         cases where the references string is non-nil but has no references.
12403
12404         * encrypt.el: Add autoload tags.
12405
12406         * spam.el (spam-resolve-registrations-routine): Remove article
12407         from unregistration list too.  Reported by David Hanak
12408         <dhanak@isis.vanderbilt.edu>
12409
12410 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
12411
12412         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
12413         nil.  Changed custom type.
12414
12415 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
12416
12417         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
12418
12419         * gnus-sum.el (gnus-summary-move-article): Use it.
12420
12421 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
12422
12423         * encrypt.el: Add autoload cookies.
12424
12425         * spam.el (spam-backend-article-list-property)
12426         (spam-backend-get-article-todo-list)
12427         (spam-backend-put-article-todo-list)
12428         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
12429         Resolve registrations separately.
12430         (spam-register-routine): Format comments.
12431         (spam-unregister-routine, spam-register-routine): Always call with
12432         specific-articles, no default list.
12433         (spam-summary-prepare-exit): Use the spam-classifications function.
12434
12435         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
12436         gnus-encrypt.el.
12437
12438         * encrypt.el: Copied from gnus-encrypt.el.
12439
12440         * gnus-encrypt.el: Commented that it's obsolete.
12441
12442 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12443
12444         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
12445         (gnus-score-save): Use it.
12446
12447         * message.el (message-bury): Use `window-dedicated-p'.
12448
12449 2004-10-15  Simon Josefsson  <jas@extundo.com>
12450
12451         * pop3.el (top-level): Don't require nnheader.
12452         (pop3-read-timeout): Add.
12453         (pop3-accept-process-output): Add.
12454         (pop3-read-response, pop3-retr): Use it.
12455
12456 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
12457
12458         * spam.el (spam-register-routine): Move comment.
12459         (spam-verify-bogofilter): Use 'unknown for the initial
12460         spam-bogofilter-valid state, not 'never.
12461
12462         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
12463         for netrc-machine.
12464
12465         * nnimap.el (nnimap-open-connection): Use
12466         netrc-machine-user-or-password.
12467
12468 2004-10-17  Richard M. Stallman  <rms@gnu.org>
12469
12470         * gnus-registry.el (gnus-registry-unload-hook):
12471         Set as a variable with add-hook.
12472
12473         * nnspool.el (nnspool-spool-directory): Use news-directory instead
12474         of news-path.
12475
12476         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
12477
12478         * spam.el: Delete duplicate `provide'.
12479         (spam-unload-hook): Set as a variable with add-hook.
12480
12481 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12482
12483         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
12484         in the doc string.
12485
12486         * message.el (message-ignored-news-headers)
12487         (message-ignored-supersedes-headers)
12488         (message-ignored-resent-headers)
12489         (message-forward-ignored-headers): Improve custom type.
12490
12491 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12492
12493         * message.el (message-tokenize-header): Fix 2004-09-06 change
12494         which used point-min in the wrong place.
12495
12496 2004-10-12  Simon Josefsson  <jas@extundo.com>
12497
12498         * tls.el (tls-certtool-program): New variable.
12499         (tls-certificate-information): New function, based on
12500         ssl-certificate-information.
12501
12502 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12503
12504         * compface.el: Move the version of ELisp-based uncompface program
12505         to the contrib directory because of the copyright problem.
12506
12507 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12508
12509         * message.el (message-kill-buffer): Raise the current frame.
12510
12511 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12512
12513         * gnus-sum.el: Mention that multibyte characters don't work as marks.
12514
12515         * gnus.el (message-y-or-n-p): Autoload.
12516
12517         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
12518         (pop3-password-required, pop3-authentication-scheme)
12519         (pop3-leave-mail-on-server): Made customizable.
12520         (pop3): New custom group.
12521         (pop3-retr): Remove `sleep-for' statements.
12522         Suggested by Dave Love <fx@gnu.org>.
12523
12524         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
12525         Windows/DOS.
12526
12527         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12528         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
12529         Dave Love <fx@gnu.org>.
12530
12531         * mml.el (mml-minibuffer-read-disposition): Require match.
12532         Suggested by Dave Love <fx@gnu.org>.
12533
12534 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12535
12536         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
12537         doc string.
12538
12539 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12540
12541         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
12542
12543 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12544
12545         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
12546         instead of calling `mm-insert-inline', to decode text/* parts
12547         before displaying them.
12548
12549 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12550
12551         * mm-uu.el (mm-uu-text-plain-type): New variable.
12552         (mm-uu-pgp-signed-extract-1): Use it.
12553         (mm-uu-pgp-encrypted-extract-1): Use it.
12554         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
12555         bind mm-uu-text-plain-type with that value.
12556         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
12557         mm-uu-dissect.
12558
12559 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12560
12561         * gnus-group.el (gnus-update-group-mark-positions):
12562         * gnus-sum.el (gnus-update-summary-mark-positions):
12563         * message.el (message-check-news-body-syntax):
12564         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
12565         of string-as-multibyte.
12566
12567 2004-10-05  Juri Linkov  <juri@jurta.org>
12568
12569         * gnus-group.el (gnus-update-group-mark-positions):
12570         * gnus-sum.el (gnus-update-summary-mark-positions):
12571         * message.el (message-check-news-body-syntax):
12572         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
12573         8-bit unibyte values to a multibyte string for search functions.
12574
12575 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12576
12577         * mm-uu.el (mm-uu-dissect): Allow optional arg.
12578         (mm-uu-dissect-text-parts): New function.
12579
12580         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
12581         dissect text parts.
12582
12583         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
12584         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
12585
12586         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
12587
12588         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
12589         gnus-current-topics instead of gnus-current-topic.
12590
12591 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
12592
12593         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
12594
12595 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
12596
12597         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
12598         where approriate.
12599
12600         * nnml.el (nnml-generate-active-info): do.
12601
12602         * nndiary.el (nndiary-generate-active-info): do.
12603
12604         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
12605         (gnus-topic-move): do.
12606
12607         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
12608         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
12609
12610         * gnus-srvr.el (gnus-server-prepare)
12611         (gnus-server-open-all-servers): do.
12612
12613         * gnus-msg.el (gnus-summary-cancel-article)
12614         (gnus-summary-resend-message)
12615         (gnus-summary-mail-crosspost-complaint): do.
12616
12617         * gnus-move.el (gnus-change-server): do.
12618
12619         * gnus-group.el (gnus-group-unmark-all-groups)
12620         (gnus-group-set-current-level): do.
12621
12622 2004-10-04  Simon Josefsson  <jas@extundo.com>
12623
12624         * message.el (message-generate-hashcash): Doc fix.
12625
12626 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
12627
12628         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
12629         avoid infinite recursion via gnus-get-function.
12630
12631 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
12632
12633         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
12634
12635         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
12636
12637         * nnmail.el (nnmail-split-history): do.
12638
12639         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
12640         (nnml-request-delete-group): do.
12641
12642         * nnslashdot.el (nnslashdot-read-groups): do.
12643
12644         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
12645         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
12646
12647         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
12648         (nnspool-sift-nov-with-sed): Use last.
12649         (nnspool-retrieve-headers-with-nov): Use mapc.
12650         (nnspool-request-newgroups): Use dolist.
12651         (nnspool-request-group): Use last.
12652
12653         * nntp.el (nntp-read-server-type): Use dolist.
12654
12655         * nnvirtual.el (nnvirtual-create-mapping)
12656         (nnvirtual-update-read-and-marked): Use dolist.
12657         (nnvirtual-convert-headers): Simplify.
12658
12659 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12660
12661         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
12662         support for sync'ing tick marks.
12663
12664 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12665
12666         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
12667         there's no visible header.
12668
12669 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12670
12671         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
12672         necessary, pass full group name to gnus-request-set-marks.
12673
12674 2004-10-01  Simon Josefsson  <jas@extundo.com>
12675
12676         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
12677         acroread.
12678
12679 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12680
12681         * spam-report.el (spam-report-gmane): Fix interactive.
12682
12683         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
12684
12685         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
12686         when writing file.
12687         (gnus-agent-synchronize-flags): Don't default to being
12688         interactive.
12689
12690 2004-09-30  Simon Josefsson  <jas@extundo.com>
12691
12692         * message.el (message-generate-hashcash): Add.
12693         (message-send-mail): Use it, call mail-add-payment.
12694
12695 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12696
12697         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
12698
12699 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
12700
12701         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
12702         gnus-requst-update-info with explicit code to sync the in-memory
12703         info read flags with the marks being sync'd to the backend.
12704
12705         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
12706
12707 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12708
12709         * spam.el (spam-verify-bogofilter): Add new function.
12710         (spam-check-bogofilter)
12711         (spam-bogofilter-register-with-bogofilter): Use it.
12712         (spam-verify-bogofilter): Add small fixes.
12713
12714 2004-09-28  Simon Josefsson  <jas@extundo.com>
12715
12716         * hashcash.el (hashcash-generate-payment): Revert.
12717
12718 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12719
12720         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
12721         gnus-extract-references instead of gnus-split-references.
12722
12723         * gnus-util.el (gnus-extract-references): Add new function, analogous
12724         to gnus-split-references but extracts only the message-ID without
12725         anything extra.
12726
12727         * hashcash.el (hashcash-generate-payment)
12728         (hashcash-check-payment): Do the right thing if hashcash-path is
12729         nil (because the hashcash program could not be found).
12730
12731         * spam.el (spam-use-hashcash): Remove comment.
12732
12733 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
12734
12735         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
12736         (gnus-cache-enter-article, gnus-cache-remove-article)
12737         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
12738
12739         * gnus-async.el (gnus-async-prefetch-remove-group): do.
12740
12741         * gnus-art.el (article-hide-boring-headers)
12742         (article-translate-strings, article-display-face)
12743         (gnus-article-mime-match-handle-first)
12744         (gnus-article-highlight-headers)
12745         (gnus-article-add-buttons-to-head): do.
12746
12747 2004-09-27  Simon Josefsson  <jas@extundo.com>
12748
12749         * hashcash.el: New version, from
12750         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
12751         ../contrib/.
12752
12753 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12754
12755         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
12756
12757 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
12758
12759         * gnus-dup.el (gnus-dup-open): Use mapc.
12760         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
12761
12762         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
12763         Reported by Stefan Wiens <s.wi@gmx.net>.
12764
12765         * gnus.el (gnus-shutdown): Use dolist.
12766
12767         * gnus-undo.el (gnus-undo): Use mapc.
12768
12769         * nnrss.el (nnrss-generate-active): do.
12770
12771         * message.el (message-cite-original-without-signature)
12772         (message-cite-original): Use mapc.
12773         (message-do-actions, message-make-forward-subject): Use dolist.
12774
12775 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12776
12777         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
12778         deletion to remove entire duplicate line.  Fixes merged article
12779         number bug.
12780
12781 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12782
12783         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
12784         servers that are offline.  Avoids having gnus-agent-toggle-plugged
12785         first ask if you want to open a server and then, even when you
12786         responded with no, asking if you want to synchronize the server's
12787         flags.
12788         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
12789         multi-line expressions.
12790         (gnus-agent-synchronize-group-flags): New internal function.
12791         Updates marks in memory (in the info structure) AND in the
12792         backend.
12793
12794         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
12795
12796         * nnagent.el (nnagent-request-set-mark): Use
12797         gnus-agent-synchronize-group-flags, not backend's request-set-mark
12798         method, to ensure that synchronization updates marks in the
12799         backend and in the info (in memory) structure.
12800
12801 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12802
12803         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
12804         convention fully; don't miss the root article of a thread; make
12805         the X-Draft-From header with correct article numbers.
12806
12807 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
12808
12809         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
12810         unless plugged.  Disable the agent so that an open failure causes
12811         an error.
12812
12813         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
12814         Reverted 2004-09-21 change.  The backend must be opened while
12815         synchronizing flags even when the backend stores the flags
12816         locally.
12817
12818 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
12819
12820         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
12821         in `header' match.  Reported by Svend Tollak Munkejord.
12822
12823         * message.el (message-cite-original): Fix use of
12824         `message-cite-articles-with-x-no-archive'.
12825
12826 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12827
12828         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
12829         (gnus-window-to-buffer): Ditto.
12830
12831         * mml.el (mml-preview-buffer): New variable.
12832         (mml-preview): Manage window layout with gnus-buffer-configuration.
12833
12834         * gnus-msg.el (gnus-setup-message): Put article numbers into the
12835         X-Draft-From header even if those articles aren't quoted.
12836
12837 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
12838
12839         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
12840         (gnus-request-set-mark, gnus-request-update-mark): Use new
12841         g-s-t-u-l-m to decide to use backend even when unplugged.
12842
12843 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12844
12845         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
12846         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
12847
12848 2004-09-20  Simon Josefsson  <jas@extundo.com>
12849
12850         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
12851         "utf-16-le".
12852
12853 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12854
12855         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
12856
12857 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12858
12859         * uudecode.el (uudecode-use-external): Add :version.
12860
12861         * smime.el (smime-CA-file, smime-encrypt-cipher)
12862         (smime-dns-server): Add :version.
12863
12864         * smiley.el (gnus-smiley-file-types): Add :version.
12865
12866         * sha1.el (sha1-use-external): Add :version.
12867
12868         * pgg-def.el (pgg-query-keyserver): Add :version.
12869
12870         * nnmail.el (nnmail-fancy-expiry-targets)
12871         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
12872         Add :version.
12873
12874         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
12875         (nnimap-retrieve-groups-asynchronous): Add :version.
12876         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
12877
12878         * mml.el (mml-content-disposition-parameters)
12879         (mml-insert-mime-headers-always): Add :version.
12880
12881         * mm-util.el (mm-coding-system-priorities): Add :version.
12882
12883         * mm-decode.el (mm-inline-text-html-with-images)
12884         (mm-keep-viewer-alive-types, mm-external-terminal-program)
12885         (mm-verify-option): Add :version.
12886         (mm-text-html-renderer): Change :version.
12887
12888         * message.el (message-fcc-externalize-attachments)
12889         (message-required-headers, message-draft-headers)
12890         (message-subject-trailing-was-query)
12891         (message-subject-trailing-was-ask-regexp)
12892         (message-subject-trailing-was-regexp, message-mark-insert-begin)
12893         (message-mark-insert-end, message-archive-header)
12894         (message-archive-note, message-cross-post-default)
12895         (message-cross-post-note, message-followup-to-note)
12896         (message-cross-post-note-function, message-use-mail-followup-to)
12897         (message-subscribed-address-functions)
12898         (message-subscribed-address-file, message-subscribed-addresses)
12899         (message-subscribed-regexps, message-allow-no-recipients)
12900         (message-yank-cited-prefix, message-signature-insert-empty-line)
12901         (message-hidden-headers, message-hierarchical-addresses)
12902         (message-mail-user-agent, message-use-idna)
12903         (message-valid-fqdn-regexp)
12904         (message-strip-special-text-properties, message-header-synonyms)
12905         (message-beginning-of-line, message-tab-body-function): Add :version.
12906         (message-insert-canlock, message-wide-reply-confirm-recipients):
12907         Change :version.
12908
12909         * mail-source.el (mail-source-ignore-errors): Add :group, :type
12910         and :version.
12911         (mail-source-delete-old-incoming-confirm)
12912         (mail-source-movemail-program): Add :version.
12913
12914         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
12915         (gnus-agent-cache, gnus-agent): Change :version.
12916
12917         * gnus-util.el (gnus-use-byte-compile): Change :version.
12918
12919         * gnus-sum.el (gnus-summary-make-false-root-always)
12920         (gnus-summary-default-high-score)
12921         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
12922         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
12923         (gnus-read-all-available-headers, gnus-article-emulate-mime)
12924         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
12925         (gnus-sum-thread-tree-single-indent)
12926         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
12927         (gnus-sum-thread-tree-leaf-with-other)
12928         (gnus-sum-thread-tree-single-leaf): Add :version.
12929         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
12930         (gnus-article-loose-mime): Change :version.
12931
12932         * gnus-start.el (gnus-backup-startup-file)
12933         (gnus-save-startup-file-via-temp-buffer): Add :version.
12934
12935         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
12936         (gnus-server-offline-face): Add :version.
12937
12938         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
12939
12940         * gnus-msg.el (gnus-gcc-externalize-attachments)
12941         (gnus-debug-files, gnus-debug-exclude-variables)
12942         (gnus-discouraged-post-methods): Change :version.
12943         (gnus-confirm-mail-reply-to-news)
12944         (gnus-confirm-treat-mail-like-news): Add :version.
12945
12946         * gnus-int.el (gnus-server-unopen-status): Add :version.
12947
12948         * gnus-group.el (gnus-group-jump-to-group-prompt)
12949         (gnus-large-ephemeral-newsgroup)
12950         (gnus-fetch-old-ephemeral-headers): Add :version.
12951
12952         * gnus-fun.el (gnus-x-face-directory)
12953         (gnus-convert-pbm-to-x-face-command)
12954         (gnus-convert-image-to-x-face-command)
12955         (gnus-convert-image-to-face-command): Add :version.
12956
12957         * gnus-delay.el (gnus-delay-default-hour): Add :version.
12958
12959         * gnus-cite.el (gnus-cite-blank-line-after-header)
12960         (gnus-article-boring-faces): Add :version.
12961
12962         * gnus-art.el (gnus-buttonized-mime-types)
12963         (gnus-inhibit-mime-unbuttonizing)
12964         (gnus-treat-display-face)
12965         (gnus-treat-body-boundary): Change :version.
12966         (gnus-body-boundary-delimiter, gnus-picon-databases)
12967         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
12968         (gnus-treat-date-english, gnus-treat-fold-headers)
12969         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
12970         (gnus-treat-mail-picon, gnus-treat-wash-html)
12971         (gnus-article-encrypt-protocol)
12972         (gnus-use-idna, gnus-article-over-scroll)
12973         (gnus-mime-display-multipart-alternative-as-mixed)
12974         (gnus-mime-display-multipart-related-as-mixed)
12975         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
12976         (gnus-ctan-url, gnus-button-ctan-handler)
12977         (gnus-button-handle-ctan-bogus-regexp)
12978         (gnus-button-ctan-directory-regexp)
12979         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
12980         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
12981         (gnus-button-man-level, gnus-button-emacs-level)
12982         (gnus-button-message-level, gnus-button-browse-level): Add :version.
12983
12984         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
12985         (gnus-agent-go-online): Change :version.
12986         (gnus-agent-expire-unagentized-dirs)
12987         (gnus-agent-auto-agentize-methods): Add :version.
12988
12989         * flow-fill.el (fill-flowed-display-column)
12990         (fill-flowed-encode-column): Add :version.
12991
12992         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12993         (gnus-outlook-deuglify-unwrap-max)
12994         (gnus-outlook-deuglify-cite-marks)
12995         (gnus-outlook-deuglify-unwrap-stop-chars)
12996         (gnus-outlook-deuglify-no-wrap-chars)
12997         (gnus-outlook-deuglify-attrib-cut-regexp)
12998         (gnus-outlook-deuglify-attrib-verb-regexp)
12999         (gnus-outlook-deuglify-attrib-end-regexp)
13000         (gnus-outlook-display-hook): Add :version.
13001
13002         * binhex.el (binhex-use-external): Add :version.
13003
13004 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
13005
13006         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
13007         and `invisible'.
13008
13009 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13010
13011         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
13012         in gnus-registry-trim.
13013
13014 2004-09-13  Simon Josefsson  <jas@extundo.com>
13015
13016         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
13017
13018         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
13019
13020         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
13021         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13022         <yamaoka@jpl.org>.
13023         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
13024         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13025         <yamaoka@jpl.org>.
13026
13027         * sieve.el (sieve-manage-mode): Ditto.
13028
13029 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
13030
13031         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
13032
13033 2004-09-11  Simon Josefsson  <jas@extundo.com>
13034
13035         * dns-mode.el: Add.
13036
13037         * mm-view.el (mm-display-dns-inline): Add.
13038
13039         * mm-decode.el (mm-inline-media-tests): Add text/dns.
13040         (mm-automatic-display): Ditto.
13041
13042         * mailcap.el (mailcap-mime-data): Add text/dns.
13043         (mailcap-mime-extensions): Map .soa to text/dns.
13044
13045 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
13046
13047         * gnus-art.el (article-decode-mime-words, article-babel)
13048         (gnus-article-highlight-signature, gnus-article-add-buttons)
13049         (gnus-signature-toggle): Remove unnecessary bindings of
13050         `inhibit-read-only' inherited from v5.10 merge.
13051
13052 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
13053
13054         * nntp.el (nntp): New customization group.
13055         (nntp-authinfo-file): Add customization group.
13056
13057         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
13058
13059         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
13060
13061         * gnus.el (to-address, to-list, subscribed)
13062         (large-newsgroup-initial): Ditto.
13063
13064         * flow-fill.el (fill-flowed-display-column)
13065         (fill-flowed-encode-column): Ditto.
13066
13067 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13068
13069         * message.el (message-tokenize-header, message-send-mail-with-qmail):
13070         Use point-min rather than 1.
13071         (message-send-mail): Use buffer-size rather than point-max.
13072
13073         * gnus-sum.el (gnus-summary-search-article-forward):
13074         Signal a specific `search-failed' rather than a generic `error'.
13075
13076         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
13077         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
13078         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
13079
13080 2004-09-10  Simon Josefsson  <jas@extundo.com>
13081
13082         * nndb.el (require): Remove tcp and duplicate cl.
13083
13084 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13085
13086         * gnus-agent.el (directory-files-and-attributes): Move forward.
13087
13088 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13089
13090         * gnus-agent.el (directory-files-and-attributes): Optionally
13091         defined to support XEmacs.
13092
13093 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13094
13095         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
13096         to avoid run-time CL dependencies.
13097         (gnus-agent-unfetch-articles): New function.
13098         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
13099         article numbers even when local .overview file is missing.
13100         (gnus-agent-read-article-number): New function.  Only accepts
13101         27-bit article numbers.
13102         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
13103         gnus-agent-read-article-number.
13104         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
13105         from backend while recognizing that article numbers in .overview
13106         must be valid.
13107         (gnus-agent-update-files-total-fetched-for): Use
13108         directory-files-and-attributes to improve performance.
13109         * gnus-int.el (gnus-request-move-article): Use
13110         gnus-agent-unfetch-articles in place of gnus-agent-expire to
13111         improve performance.
13112
13113         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
13114         some users confused by references to .newsrc when they only have a
13115         .newsrc.eld file.
13116         (gnus-convert-mark-converter-prompt)
13117         (gnus-convert-converter-needs-prompt): Fixed use of property list.
13118         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
13119         New function.  Used internally to only display 'gnus converting
13120         files' message when actually necessary.
13121
13122         * gnus-sum.el (): Removed (require 'gnus-agent) as required
13123         methods now autoloaded.
13124
13125 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13126
13127         * gnus-sum.el (gnus-summary-insert-subject): Remove list
13128         identifiers.
13129
13130 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
13131
13132         * gnus-picon.el: Fix indentation and closing parenthesis.
13133
13134 2004-09-01  Simon Josefsson  <jas@extundo.com>
13135
13136         * message.el (message-canlock-generate): Require sha1, not
13137         sha1-el.  (Can we get rid of this require altogether?  It is ugly
13138         to require within a function.  Sadly, if sha1.el isn't loaded, the
13139         let binding in m-c-g will hide the defcustom definition, which is
13140         bad.)
13141
13142         * canlock.el: Require sha1, not sha1-el.
13143
13144         * message.el: Don't autoload sha1 (there is a autoload cookie in
13145         sha1.el).
13146
13147         * sha1-el.el: Renamed to sha1.el.
13148
13149 2004-08-30  Juanma Barranquero  <lektu@terra.es>
13150
13151         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
13152
13153 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13154
13155         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
13156
13157 2004-08-30  Kim F. Storm  <storm@cua.dk>
13158
13159         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
13160
13161         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
13162         Add :group 'nnimap.
13163
13164 2004-08-30  Andreas Schwab  <schwab@suse.de>
13165
13166         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
13167         ?* and ?\;.
13168
13169         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
13170         and ?\' to symbol instead of whitespace.
13171
13172 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13173
13174         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
13175
13176         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
13177         instead of re-search-forward.
13178
13179         * gnus-uu.el (gnus-uu-save-article): Ditto.
13180         (gnus-uu-post-encode-uuencode): Ditto.
13181
13182         * html2text.el (html2text-clean-list-items): Ditto.
13183         (html2text-clean-dtdd): Ditto.
13184         (html2text-format-tags): Ditto.
13185
13186         * message.el (message-send-mail-with-sendmail): Fix regexp.
13187         (message-fill-field-general): Use search-forward instead of
13188         re-search-forward.
13189         (unbold-region): Ditto.
13190
13191         * nnrss.el (nnrss-request-article): Ditto.
13192
13193         * nnslashdot.el (nnslashdot-request-article): Ditto.
13194
13195         * nnweb.el (nnweb-gmane-wash-article): Ditto.
13196
13197         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
13198         "Unrecognized menu descriptor" error in XEmacs.
13199
13200 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13201
13202         * gnus-sum.el (gnus-read-header): Don't remove a header for the
13203         parent article of a sparse article in the thread hashtb.
13204
13205 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
13206
13207         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
13208         (nnmail-expand-newtext): Lowercase expanded entries if
13209         nnmail-split-lowercase-expanded is non-nil.
13210
13211 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13212
13213         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
13214
13215         * gnus-group.el (gnus-group-line-format-alist): Convert the value
13216         of gnus-tmp-news-method into string under XEmacs.  It will be
13217         passed to gnus-correct-length which takes only a string argument.
13218
13219 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13220
13221         * gnus-util.el (gnus-bind-print-variables): New macro.
13222         (gnus-prin1): Use it.
13223         (gnus-prin1-to-string): Use it.
13224         (gnus-pp): New function.
13225         (gnus-pp-to-string): New function.
13226
13227         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
13228         Replace pp-to-string with gnus-pp-to-string.
13229         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
13230         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
13231         * gnus-msg.el (gnus-debug): Ditto.
13232         * gnus-score.el (gnus-score-save): Ditto.
13233         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
13234         gnus-pp-to-string.
13235         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
13236         with gnus-pp.
13237         * score-mode.el (gnus-score-pretty-print): Ditto.
13238         * webmail.el (webmail-debug): Ditto.
13239
13240 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13241
13242         * gnus-art.el (article-display-face, article-display-x-face):
13243         Use buffer-read-only.
13244
13245 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13246
13247         * gnus-art.el (article-hide-list-identifiers):
13248         Bind inhibit-read-only as t.
13249
13250 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
13251
13252         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
13253
13254 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13255
13256         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
13257         (gnus-narrow-to-page): Don't assume point-min == 1.
13258         (gnus-article-edit-mode): Derive from message-mode.
13259
13260         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
13261         point-min == 1.
13262
13263         * imap.el (imap-parse-address-list, imap-parse-body-ext):
13264         Disable incorrect use of `assert'.
13265
13266         * message.el (message-mode): Set comment-start-skip.
13267
13268
13269 2004-08-22  Sam Steingold  <sds@gnu.org>
13270
13271         * pop3.el (pop3-leave-mail-on-server): New user variable.
13272         (pop3-movemail): Delete mail only when it is nil.
13273
13274 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
13275
13276         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
13277
13278         * mml.el (mml-preview): Use `pop-to-buffer'.
13279
13280         * message.el (message-goto-mail-followup-to): Insert after "To".
13281         (message-carefully-insert-headers): Add comment.
13282
13283         * gnus.el: Remove unused variable `gnus-article-check-size'.
13284
13285         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
13286
13287         * gnus-art.el (gnus-button-alist): Improve
13288         `gnus-button-handle-library' entry.
13289
13290 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
13291
13292         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
13293         downcase, since XEmacs capitalizes error messages differently.
13294
13295 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
13296
13297         * nntp.el: Add (require 'gnus) due to reference to
13298         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
13299
13300 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
13301
13302         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
13303         `mm-fill-flowed'.
13304
13305         * mm-decode.el (mm-dissect-singlepart): Check it.
13306
13307 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
13308
13309         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
13310         'imap' for netrc parsing.
13311
13312 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
13313
13314         * mailcap.el (mailcap-mime-data): Mark as risky.
13315
13316 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13317
13318         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
13319         may be included in the encoded word.
13320         (rfc2047-encode): Don't append a space if the encoded word
13321         includes close parenthesis.
13322
13323 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13324
13325         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
13326         of text within parentheses.
13327
13328 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
13329
13330         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
13331         (gnus-encrypt-write-file-contents): Make the password key the file
13332         name PLUS the cipher, not just the cipher.  Also remove failed
13333         passwords from the cache.
13334
13335 2004-08-06  Simon Josefsson  <jas@extundo.com>
13336
13337         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
13338         fix.
13339
13340 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13341
13342         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
13343         LWSP.
13344
13345 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
13346
13347         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
13348         to append in-reply-to: data to the references: header.
13349
13350         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
13351         (netrc-parse): Use gnus-encrypt.el functions.
13352
13353         * gnus-encrypt.el: Add new file for encryption support; currently
13354         does only a few GPG ciphers and an internal XOR cipher.
13355
13356         * password.el: Add comments on using password-read-and-add.
13357         (password-read-and-add): Add function to read and add the
13358         password to the cache at once.
13359
13360 2004-07-28  Simon Josefsson  <jas@extundo.com>
13361
13362         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
13363         parameter (but don't use it, for now).
13364
13365         * imap.el (imap-ssl-open): Use imap-process-connection-type,
13366         instead of hard coding to nil.
13367
13368 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13369
13370         * mm-view.el (mm-inline-image-emacs): Open lines under an image
13371         as mm-inline-image-xemacs does.
13372
13373 2004-07-26  Simon Josefsson  <jas@extundo.com>
13374
13375         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
13376         Revert part of 2004-07-17 change below.
13377
13378 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13379
13380         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
13381         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13382
13383 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13384
13385         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
13386         quotes that actually start with ">" at the beginning of the
13387         lines.
13388
13389 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13390
13391         * rfc2047.el (rfc2047-encode-region): Fix last change.
13392         (rfc2047-encode-parameter): Remove useless concat.
13393
13394 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13395
13396         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
13397         encode special characters; fix some kind of misconfigured headers;
13398         signal a real error if debug-on-quit or debug-on-error is non-nil.
13399         (rfc2047-encode-max-chars): New variable.
13400         (rfc2047-encode-1): Use it.
13401         (rfc2047-encode-parameter): New function.
13402
13403         * mml.el (mml-insert-parameter): Remove an excessive space.
13404
13405 2004-07-17  Simon Josefsson  <jas@extundo.com>
13406
13407         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
13408         Kai Grossjohann <kai@emptydomain.de>.
13409         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
13410         (gnus-group-make-menu-bar): Ditto.
13411
13412         * gnus-util.el (gnus-group-server): Add.
13413
13414 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
13415
13416         * message.el (message-clone-locals): Clone sendmail and smtp
13417         variables.
13418
13419 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13420
13421         * rfc2047.el (rfc2047-encode-region): Fix last change.
13422
13423 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13424
13425         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
13426         characters as non-special.
13427
13428 2004-07-09  Simon Josefsson  <jas@extundo.com>
13429
13430         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
13431         Users will lose all flag changes made while unplugged with
13432         e.g. nntp unless flag synchronization happens, thus `nil' is not a
13433         good default.  See numerous reports on ding mailing list.
13434
13435 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13436
13437         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
13438         add generate-head-function and generate-article-function to the
13439         rfc822-forward entry.
13440         (nndoc-rfc822-forward-generate-article): New function.
13441         (nndoc-rfc822-forward-generate-head): New function.
13442
13443         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
13444
13445 2004-07-06  Dan Christensen  <jdc@uwo.ca>
13446
13447         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
13448         respect display group parameter and gnus-summary-expunge-below.
13449         (gnus-articles-to-read): Remove unused reference to display group
13450         parameter.
13451
13452 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13453
13454         * nnheader.el (nnheader-uniquify-message-id): New experimental
13455         variable.
13456         (nnheader-nov-read-message-id): Use it.
13457
13458         * spam-report.el (spam-report-gmane): Add interactive.
13459
13460 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13461
13462         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
13463         qp-or-base64 for the application/* types.
13464
13465 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
13466
13467         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
13468
13469 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
13470
13471         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
13472         trim value.
13473
13474 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13475
13476         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
13477         New macro and function.
13478         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
13479
13480 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13481
13482         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
13483         after-load-alist.
13484
13485 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13486
13487         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
13488         update info that isn't there.
13489
13490 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
13491
13492         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
13493         entry.
13494
13495 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13496
13497         * mm-view.el (mm-inline-render-with-function): Use multibyte
13498         buffer; decode html source by charset.
13499
13500         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
13501
13502         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
13503         Mule-UCS is loaded under XEmacs.
13504         (mm-mime-mule-charset-alist): Avoid duplicated entries.
13505
13506 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
13507
13508         * nnheader.el (nnheader-max-head-length): Increase to 8192.
13509
13510 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13511
13512         * mm-util.el (mm-coding-system-p): Return a coding-system.
13513         (mm-mime-mule-charset-alist): Use shift_jis instead of
13514         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
13515         entries for the mime charsets iso-2022-jp-3 and shift_jis.
13516         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
13517         instead of japanese-shift-jis and iso-latin-1 respectively in
13518         order to share the default value with both Emacs and XEmacs-mule.
13519         (mm-mule-charset-to-mime-charset): Make
13520         mm-coding-system-priorities effective.
13521         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
13522         while predicating of candidates upon the priorities.
13523
13524 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
13525
13526         * gnus-sum.el (gnus-summary-make-menu-bar): Add
13527         gnus-uu-invert-processable.
13528
13529         * gnus.el: Autoload gnus-uu-invert-processable.
13530
13531 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13532
13533         * mm-util.el (mm-with-multibyte-buffer): New macro.
13534
13535         * rfc2047.el (rfc2047-encode-string): Use it.
13536         (rfc2047-encode-region): Move point to the end of the region after
13537         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
13538
13539 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13540
13541         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
13542         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
13543
13544 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13545
13546         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
13547         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
13548         Karl Chen <quarl@nospam.quarl.org>.
13549
13550 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
13551
13552         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
13553         invalid addresses.
13554
13555 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
13556
13557         * spam.el: Change section markers, revise TODO list.
13558         (spam-backends): Make new master list of all installed backends.
13559         (spam-summary-exit-behavior): Add new variable to determine how
13560         messages moves are done at summary exit.
13561         (spam-move-spam-nonspam-groups-only)
13562         (spam-process-ham-in-nonham-groups)
13563         (spam-process-ham-in-spam-groups): Remove variables, the
13564         spam-summary-exit-behavior variable should be used to manage this
13565         behavior.
13566         (spam-old-ham-articles, spam-old-spam-articles): Remove.
13567         (spam-old-articles): Add variable, replacing spam-old-ham-articles
13568         and spam-old-spam-articles.
13569         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
13570         Add empty variables, placeholders for the backends they represent.
13571         (spam-set-difference): Move, unchanged.
13572         (spam-list-of-processors): Declare OBSOLETE, not used anymore
13573         unless the user has a processor variable.
13574         (spam-classifications, spam-classification-valid-p)
13575         (spam-backend-properties, spam-backend-property-valid-p)
13576         (spam-backend-function-type-valid-p)
13577         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
13578         (spam-report-articles-gmane, spam-report-articles-resend):
13579         Remove functions, they are not needed.
13580         (spam-install-backend-super, spam-backend-list)
13581         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
13582         (spam-backend-function, spam-backend-ham-registration-function)
13583         (spam-backend-spam-registration-function)
13584         (spam-backend-ham-unregistration-function)
13585         (spam-backend-spam-unregistration-function)
13586         (spam-backend-statistical-p, spam-backend-mover-p)
13587         (spam-install-backend-alias, spam-install-checkonly-backend)
13588         (spam-install-mover-backend, spam-install-nocheck-backend)
13589         (spam-install-backend, spam-install-statistical-backend)
13590         (spam-install-statistical-checkonly-backend): Add backend installation
13591         support.
13592         (spam-summary-prepare-exit): Rewrite to use the new backend code.
13593         (spam-group-processor-p): Use the new backend code and respect the
13594         summary exit behavior.
13595         (spam-mark-spam-as-expired-and-move-routine): Remove.
13596         (spam-summary-prepare): Change to use the new spam-old-articles
13597         variable.
13598         (spam-copy-or-move-routine, spam-copy-spam-routine)
13599         (spam-move-spam-routine, spam-copy-ham-routine)
13600         (spam-move-ham-routine): Add code to copy/move ham or spam.
13601         (spam-fetch-field-fast): Improve doc and code, plus allow the
13602         'number request.
13603         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
13604         variables.
13605         (spam-split, spam-find-spam): Use the new backend code.
13606         (spam-registration-functions): Remove variable.
13607         (spam-unregister-routine): Add convenience wrapper.
13608         (spam-log-undo-registration, spam-register-routine)
13609         (spam-log-processing-to-registry)
13610         (spam-log-unregistration-needed-p): Rename "check" to "backend"
13611         where possible.
13612         (spam-check-gmane-xref, spam-check-regex-headers)
13613         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
13614         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
13615         (spam-check-bogofilter-headers, spam-check-spamoracle)
13616         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
13617         (spam-check-crm114-headers): Use the spam-split-group that
13618         spam-split prepares, no need to determine it every time.
13619
13620         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
13621         to the nnheader-parse-naked-head call.
13622
13623         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
13624
13625         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
13626         the nnheader-nov-read-message-id call.
13627
13628 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13629
13630         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
13631         gnus-activate-group twice.  Suggested by Markus Peter
13632         <warp@spin.de>.
13633
13634 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13635
13636         * gnus-art.el (gnus-article-time-format): Exchange the order of
13637         day and month in the default value; fix customization type.
13638         (article-date-ut): Use add-text-properties.
13639         (article-make-date-line): Use message-make-date instead of
13640         current-time-string.
13641
13642         * message.el (message-fetch-field): Don't use set-text-properties.
13643         (message-make-date): Simplify.
13644
13645         * messagexmas.el (message-xmas-make-date): New function.
13646         (message-xmas-redefine): Defalias message-make-date to it.
13647
13648 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13649
13650         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
13651         (rfc2047-encode-region): Treat text within parentheses as special;
13652         show the original text when error has occurred.
13653
13654         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
13655         already-computed method to gnus-activate-group.
13656
13657         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
13658         same select-methods identical Lisp objects.
13659
13660         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
13661         object when modifying the info.
13662
13663 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13664
13665         * gnus-srvr.el (gnus-server-set-info): Remove the server from
13666         gnus-opened-servers since it has never been opened with the new
13667         configuration yet.
13668
13669 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13670
13671         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
13672         arg to nnheader-generate-fake-message-id.
13673
13674 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
13675
13676         * nnheader.el (nnheader-generate-fake-message-id): Accept a
13677         number and build a fake message ID localized to a group and
13678         article number (so it's repeatable from that point on).
13679         (nnheader-fake-message-id-p): Change regex to accomodate new fake
13680         ID format.
13681
13682         * gnus-sum.el (gnus-get-newsgroup-headers): Call
13683         nnheader-generate-fake-message-id with the article number.
13684
13685 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
13686
13687         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
13688         end-of-buffer.
13689
13690 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13691
13692         * message.el (message-ignored-supersedes-headers): Add Approved.
13693
13694 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13695
13696         * rfc2047.el (rfc2047-encode-message-header): Remove useless
13697         goto-char.
13698         (rfc2047-encode): Fold the line before encoding.
13699
13700 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13701
13702         * rfc2047.el (rfc2047-encode-message-header): Disabled header
13703         folding -- not all headers can be folded, and this should be done
13704         by the message composition mode.  Probably.  I think.
13705
13706 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13707
13708         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
13709         fast.
13710
13711         * gnus-ems.el (gnus-remove-image): Don't use
13712         message-text-with-property; remove only the image found first.
13713
13714         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
13715         found first.
13716
13717 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
13718
13719         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
13720
13721 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13722
13723         * message.el (message-text-with-property): Make it fast and accept
13724         optional arguments.
13725         (message-strip-forbidden-properties): Use it.
13726         (message-fix-before-sending): Follow the m-t-w-p change.
13727
13728         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
13729
13730 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13731
13732         * gnus-art.el (article-hide-headers): Don't change the buffer
13733         mistakenly when performing mml-preview even if
13734         gnus-single-article-buffer is nil.
13735
13736 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
13737
13738         * message.el (message-expand-name-databases): New user option.
13739         (message-expand-name): Use it.
13740
13741 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
13742
13743         * spam.el (spam-report-articles-resend)
13744         (spam-report-resend-register-routine): Allow ham reporting.
13745         (spam-report-resend-register-ham-routine): Add wrapper.
13746         (spam-registration-functions): Add ham resending functions.
13747         (spam-list-of-processors): Add ham resend processor.
13748
13749         * gnus.el (ham-resend-to): Add new group parameter.
13750         (spam-process): Add ham resend option.
13751
13752         * spam-report.el (spam-report-resend): Allow reporting ham.
13753         (spam-report-resend-ham): Add wrapper.
13754
13755 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13756
13757         * message.el (message-cite-articles-with-x-no-archive): New
13758         variable.
13759         (message-cite-original): Use it.
13760
13761 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13762
13763         * message.el (message-cite-original): Respect X-No-Archive.
13764
13765 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13766
13767         * gnus-art.el (article-hide-headers): Refer to the values for
13768         gnus-ignored-headers and gnus-visible-headers in the summary
13769         buffer since a user may have set them as group parameters.
13770
13771 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
13772
13773         * assistant.el (assistant-node-name): Add convenience function.
13774         (assistant-render-text, assistant-render-node): Add error handling,
13775         plus handle multiple next nodes.
13776         (assistant-find-next-node): Comment out for now.
13777         (assistant-find-next-nodes): Add function, returns list of next
13778         nodes.
13779
13780 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
13781
13782         * mail-source.el (mail-source-directory): Fix doc-string.
13783
13784 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
13785
13786         * assistant.el (assistant-render-text, assistant-eval): Add :set
13787         widget type, which is different because it takes and returns a
13788         list.  Much hilarity ensues.
13789
13790 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
13791
13792         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
13793
13794         * gnus-group.el (gnus-group-get-new-news-this-group): Added
13795         doc-string.
13796
13797         * gnus-start.el (gnus-activate-group): Added doc-string.
13798
13799 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13800
13801         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
13802
13803 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
13804
13805         * assistant.el (assistant-render-text): Try to add a :set
13806         widget, more to come.
13807
13808         * spam.el (spam-group-spam-contents-p): Handle empty groupname
13809         strings.
13810         (spam-report-articles-resend)
13811         (spam-register-routine): Do registration iff any articles warrant
13812         it.
13813         (spam-summary-prepare-exit): Change log message for nil group
13814         destinations.
13815
13816 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
13817
13818         * spam.el (spam-report-resend-register-routine): Allow
13819         spam-report-resend-to to be a group parameter or a global value.
13820
13821 2004-05-26  Simon Josefsson  <jas@extundo.com>
13822
13823         * starttls.el: Merge with my GNUTLS based starttls.el.
13824         (starttls-gnutls-program, starttls-use-gnutls)
13825         (starttls-extra-arguments, starttls-process-connection-type)
13826         (starttls-connect, starttls-failure, starttls-success): New
13827         variables.
13828         (starttls-program, starttls-extra-args): Doc fix.
13829         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
13830         functions.
13831         (starttls-negotiate, starttls-open-stream): Check
13832         `starttls-use-gnutls' and pass on to corresponding *-gnutls
13833         function if it is set.
13834
13835 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13836
13837         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
13838         structured fields.
13839
13840 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13841
13842         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
13843
13844 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
13845
13846         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
13847         variable.
13848         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
13849         assigning the spam-mark to new messages.
13850
13851 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
13852
13853         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
13854
13855 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13856
13857         * dgnushack.el: Autoload customize-set-variable for XEmacs.
13858
13859         * rfc2047.el (rfc2047-encodable-p): Don't move point.
13860         (rfc2047-decode): Treat the ascii coding-system as raw-text by
13861         default.
13862
13863 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
13864
13865         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
13866         correct data.
13867
13868 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
13869
13870         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
13871         (spam-group-processor-p): Fix function.
13872         (spam-group-processor-multiple-p)
13873         (spam-group-spam-processor-report-gmane-p)
13874         (spam-group-spam-processor-report-resend-p)
13875         (spam-group-spam-processor-bogofilter-p)
13876         (spam-group-spam-processor-blacklist-p)
13877         (spam-group-spam-processor-ifile-p)
13878         (spam-group-ham-processor-ifile-p)
13879         (spam-group-spam-processor-spamoracle-p)
13880         (spam-group-spam-processor-crm114-p)
13881         (spam-group-ham-processor-bogofilter-p)
13882         (spam-group-spam-processor-stat-p)
13883         (spam-group-ham-processor-stat-p)
13884         (spam-group-ham-processor-whitelist-p)
13885         (spam-group-ham-processor-BBDB-p)
13886         (spam-group-ham-processor-spamoracle-p)
13887         (spam-group-ham-processor-copy-p): Remove functions with some
13888         prejudice against unneeded code.
13889         (spam-report-articles-resend)
13890         (spam-report-resend-register-routine): Allow the group/topic
13891         spam-resend-to value to override spam-report-resend-to.
13892         (spam-summary-prepare-exit): Invoke spam-group-processor-p
13893         properly now.
13894
13895         * gnus.el (spam-resend-to): Add group/topic parameter.
13896         (spam-process): Move the OBSOLETE processors to the end of the
13897         choices.
13898
13899 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
13900
13901         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
13902         with resend-to set to nil, and then ask the user if necessary.
13903         (spam-report-resend): spam-report-resend takes a list of articles, not
13904         separate article numbers.
13905
13906 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13907
13908         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
13909         addition to emacs-w3m.
13910
13911 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13912
13913         * assistant.el (assistant-authinfo-data): New function.
13914         (assistant-eval): Eval for entire assistant.
13915
13916         * netrc.el (netrc-services-file): New variable.
13917         (netrc-parse-services): New function.
13918         (netrc-find-service-name): New function.
13919         (netrc-find-service-number): New function.
13920         (netrc-port-equal): New function.
13921         (netrc-machine): Use it.
13922
13923         * nnimap.el (nnimap-open-connection): Use netrc.
13924
13925         * gnus-util.el (gnus-netrc-get): Remove aliases.
13926
13927         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
13928
13929         * assistant.el (wid-edit): Fix compilation.
13930
13931         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
13932
13933 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
13934
13935         * gnus-util.el (gnus-set-file-modes): New function.  (small
13936         patch).
13937
13938 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13939
13940         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
13941
13942         * assistant.el (assistant-render-node): Fix up rendering and
13943         read-only text.
13944         (assistant-render-node): Reset.
13945         (assistant-make-read-only): Not sticky.
13946
13947 2004-05-20  Danny Siu  <dsiu@adobe.com>
13948
13949         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
13950         centered even when gnus-auto-center-summary is t.
13951
13952 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13953
13954         * dns.el (dns-get-txt-answer): New function.
13955         (dns-read-txt): Ditto.
13956         (query-dns): Use it.
13957
13958 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13959
13960         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
13961         active for foreign groups even if the group level is higher than
13962         the specified value.
13963
13964 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13965
13966         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
13967         non-active groups.
13968
13969         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
13970
13971 2004-05-20  Magnus Henoch  <mange@freemail.hu>
13972
13973         * dns.el (dns-read-type): Add support for SVR.  (small patch)
13974
13975 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13976
13977         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
13978         (spam-crm114-header, spam-crm114-spam-switch)
13979         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
13980         (spam-crm114-positive-spam-header)
13981         (spam-crm114-database-directory, spam-list-of-processors)
13982         (spam-group-spam-processor-crm114-p)
13983         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
13984         (spam-generic-score, spam-list-of-checks)
13985         (spam-list-of-statistical-checks, spam-registration-functions)
13986         (spam-check-crm114-headers, spam-crm114-score)
13987         (spam-check-crm114, spam-crm114-register-with-crm114)
13988         (spam-crm114-register-spam-routine)
13989         (spam-crm114-unregister-spam-routine)
13990         (spam-crm114-register-ham-routine)
13991         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
13992         asjo@koldfront.dk (Adam Sjøgren).
13993
13994         * gnus.el: Add spam-use-crm114.
13995
13996         * spam.el (spam-list-of-processors, spam-registration-functions):
13997         Add spam-use-resend.
13998         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
13999         (spam-report-articles-gmane): Add doc fix.
14000         (spam-report-articles-resend, spam-report-resend-register-routine):
14001         Add wrappers around spam-report-resend-to.
14002
14003         * spam-report.el (spam-report-resend-to, spam-report-resend):
14004         Add support for resending spam.
14005         (spam-report-gmane): Fix line length >80.
14006
14007         * gnus.el (spam-process): Add spam-use-resend.
14008
14009 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14010
14011         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
14012         number of processed spam messages.
14013         (spam-ham-copy-or-move-routine): Return the number of processed
14014         ham messages.
14015         (spam-summary-prepare-exit): Use the above values to decide
14016         whether status messages shouled be displayed.
14017
14018 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14019
14020         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
14021         `rfc2047-encoding-function-alist' in order to avoid conflicting
14022         with the old version.
14023         (rfc2047-encode-region): Concatenate words containing non-ASCII
14024         characters in structured fields; don't encode space-delimited
14025         ASCII words even in unstructured fields; don't break words at
14026         char-category boundaries.
14027         (rfc2047-encode-1): New function.
14028         (rfc2047-encode): Use it; encode text so that it occupies the
14029         maximum width within 76-column; work correctly on Q encoding for
14030         iso-2022-* charsets.
14031         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
14032         sure not to break a line just after the header name.
14033         (rfc2047-b-encode-region): Removed.
14034         (rfc2047-b-encode-string): New function.
14035         (rfc2047-q-encode-region): Removed.
14036         (rfc2047-q-encode-string): New function.
14037
14038         * mm-util.el (mm-replace-in-string): New function.
14039
14040 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14041
14042         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
14043         get it right.
14044         (gnus-inews-make-draft): Really.
14045
14046 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
14047
14048         * nnmh.el (nnmh-request-list-1): Don't check the link count
14049         before descending.  (small patch)
14050
14051 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14052
14053         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
14054         stuff.
14055
14056         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
14057         on real group name.
14058
14059         * gnus-art.el (gnus-signature-limit): Doc fix.
14060
14061         * gnus-msg.el (gnus-inews-make-draft): Quote list.
14062
14063         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
14064
14065 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
14066
14067         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
14068         isn't a string.
14069
14070 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14071
14072         * gnus-draft.el (gnus-draft-send): Bind
14073         rfc2047-encode-encoded-words.
14074
14075         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
14076         (rfc2047-encodable-p): Say that =? needs encoding.
14077         (rfc2047-encode-encoded-words): New variable.
14078
14079         * gnus-group.el (gnus-group-select-group): Doc fix.
14080
14081         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
14082
14083         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
14084         to nil.
14085
14086         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
14087
14088         * nnheader.el (nnheader-get-lines-and-char): New function.
14089
14090 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
14091
14092         * gnus-msg.el (gnus-summary-followup-with-original): Document
14093         yanking of region when active.
14094
14095 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14096
14097         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
14098         groups if the group level is higher than the specified value.
14099
14100 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14101
14102         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
14103         (gnus-group-jump-to-group): Added prefix argument using
14104         `gnus-group-jump-to-group-prompt'.  Query before jumping to
14105         non-active group.
14106
14107         * compface.el (uncompface): Be verbose when changing
14108         `uncompface-use-external'.
14109
14110         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
14111         handle manual section.
14112
14113 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14114
14115         * gnus-art.el (gnus-button-alist): Revert previous change.
14116
14117 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14118
14119         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
14120
14121 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14122
14123         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
14124         whether backend can accept message.
14125
14126         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
14127
14128 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
14129
14130         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
14131         Avoid creating directory when nntp-marks-is-evil is true.
14132         Reported by Reiner Steib.
14133
14134 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14135
14136         * gnus-picon.el (gnus-picon-style): New variable.
14137         (gnus-picon-insert-glyph): Added optional `nostring' argument.
14138         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
14139         Jesper Harder <harder@ifa.au.dk>.
14140
14141 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14142
14143         * message.el (message-fill-field): Return point.
14144         (message-generate-headers): Go to end of field.
14145
14146         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
14147         stuff for non-living groups.
14148
14149 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
14150
14151         * gnus-art.el (gnus-article-followup-with-original)
14152         (gnus-article-reply-with-original): gnus-mark-active-p ->
14153         gnus-region-active-p.
14154
14155 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
14156
14157         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
14158         only when there is spam or ham to be processed.
14159
14160 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14161
14162         * mail-source.el (mail-source-delete-crash-box): Refactor.
14163         (mail-source-fetch): Use it.
14164         (mail-source-fetch-file): Ditto.
14165         (mail-source-fetch-directory): Run postscript in loop.
14166         (mail-source-fetch-pop): Delete.
14167         (mail-source-fetch-maildir): Ditto.
14168         (mail-source-fetch-imap): Ditto.
14169
14170         * imap.el (imap-authenticators): Comment out sasl.
14171
14172         * message.el (message-skip-to-next-address): New function.
14173         (message-fill-header-address): Refactor.
14174         (message-fill-address): Use it.
14175         (message-delete-address): Use it.
14176         (message-fill-header-general): Refactor.
14177         (message-fill-field-address): Rename.
14178         (message-narrow-to-field): Find the start of the header.
14179         (message-header-format-alist): Don't pre-fill.
14180         (message-fill-header): Removed.
14181         (message-insert-header): New function.
14182         (message-shorten-references): Use it.
14183
14184         * rfc2047.el (rfc2047-field-value): Strip props.
14185
14186         * mail-parse.el (mail-header-make-address): New alias.
14187
14188         * ietf-drums.el (ietf-drums-make-address): New function.
14189
14190         * imap.el: Add compiler directives.
14191
14192         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
14193
14194         * gnus-art.el (article-decode-idna-rhs): Don't use
14195         message-idna-inside-rhs-p.
14196
14197 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14198
14199         * message.el (message-idna-inside-rhs-p): Removed.
14200         (message-idna-to-ascii-rhs-1): Use proper address parsing.
14201
14202         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
14203         false positives.
14204
14205 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
14206
14207         * imap.el (imap-sasl-make-mechanisms): Use sasl.
14208
14209 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14210
14211         * nneething.el (nneething-file-name): Don't create spurious
14212         files.
14213
14214         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
14215         (gnus-inews-do-gcc): Remove sleep.
14216
14217         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
14218         part under point.
14219
14220         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
14221         (gnus-agent-regenerate-group): Using nil messages aren't valid.
14222
14223 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
14224
14225         * spam.el (spam-summary-prepare-exit): Fixed (length).
14226
14227 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14228
14229         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
14230         as expired without moving it" message when there are spam
14231         messages left.
14232
14233 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
14234
14235         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
14236         header is not nil.
14237
14238 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
14239
14240         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
14241         nntp-possibly-create-directory, not nntp-possibly-change-group.
14242         (nntp-marks-changed-p): New arg SERVER.
14243         (nntp-request-update-info): Adjust caller.
14244
14245 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
14246
14247         * nntp.el (nntp-save-marks): Pass missing arg.
14248
14249 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
14250
14251         * nntp.el: Support marks.
14252         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
14253         (nntp-marks-modtime, nntp-marks-directory): New variables.
14254         (nntp-request-set-mark, nntp-request-update-info)
14255         (nntp-possibly-create-directory, nntp-marks-changed-p)
14256         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
14257         functions.
14258
14259 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
14260
14261         * gnus-xmas.el (gnus-xmas-select-lowest-window)
14262         (gnus-xmas-redefine): Rename.
14263
14264         * gnus-score.el (gnus-score-insert-help): Use
14265         gnus-select-lowest-window.
14266
14267         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
14268         appt-select-lowest-window and rename to gnus-select-lowest-window.
14269
14270         * gnus.el: do.
14271
14272 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14273
14274         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
14275         encodings of MIME-encoded words, in order to improve
14276         interoperability with several broken MUAs.
14277
14278 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14279
14280         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
14281         tags, only when charsets are not specified in headers.
14282         (mm-inline-text-html-render-with-w3m): Ditto.
14283
14284         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
14285         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
14286
14287 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14288
14289         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
14290         instead of MIME-decoded from fields when checking
14291         `gnus-article-address-banner-alist'.
14292
14293 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
14294
14295         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
14296         description rather than subject.
14297
14298 2004-05-02  Steve Youngs  <steve@youngs.au.com>
14299
14300         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
14301
14302 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14303
14304         * gnus.el (gnus-version-number): Bump.
14305
14306 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14307
14308         * gnus.el: No Gnus v0.2 is released.
14309
14310 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14311
14312         * gnus-agent.el (gnus-agent-read-agentview): Inline
14313         gnus-uncompress-range.
14314
14315 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14316
14317         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
14318         `exec-installed-p'.
14319
14320 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14321
14322         * gnus.el (spam-process, spam-autodetect-methods): Add
14323         bsfilter and bsfilter-headers.
14324
14325         * spam.el (spam-bsfilter): New customize group.
14326         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
14327         (spam-bsfilter-header, spam-bsfilter-probability-header)
14328         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
14329         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
14330         (spam-bsfilter-database-directory): New options.
14331         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
14332         (spam-list-of-statistical-checks, spam-registration-functions):
14333         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
14334         (spam-bsfilter-score): New command.
14335         (spam-check-bsfilter-headers, spam-check-bsfilter)
14336         (spam-bsfilter-register-with-bsfilter)
14337         (spam-bsfilter-register-spam-routine)
14338         (spam-bsfilter-unregister-spam-routine)
14339         (spam-bsfilter-register-ham-routine)
14340         (spam-bsfilter-unregister-ham-routine): New functions.
14341         (spam-generic-score): Support bsfilter; Accept an optional argument
14342         to recalcurate spam score even if scoring header has already been
14343         added.
14344         (spam-bogofilter-score, spam-spamassassin-score): Accept an
14345         optional argument to recalcurate spam score even if scoring header
14346         has already been added.
14347
14348 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
14349
14350         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
14351         strings!  Reported by David D. Smith <davidsmith@acm.org>.
14352         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
14353         link is missing.
14354
14355 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
14356
14357         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
14358         (html2text-get-attr): Rewrite.
14359
14360         * message.el (message-setup-1): Remove redundant put-text-property
14361         on mail-header-separator.
14362
14363 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
14364
14365         * gnus-registry.el (gnus-registry-cache-whitespace)
14366         (gnus-registry-action, gnus-registry-spool-action)
14367         (gnus-registry-split-fancy-with-parent): Change message levels
14368         from 5 to 3 or 7, as needed.
14369
14370         * spam.el (spam-summary-prepare-exit)
14371         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
14372         (spam-split, spam-find-spam, spam-log-undo-registration)
14373         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
14374         level from 5 to 6.
14375
14376 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14377
14378         * gnus-ems.el: Autoload appt-select-lowest-window (revert
14379         2004-03-04 change).
14380
14381 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
14382
14383         * sieve-manage.el (sieve-manage-open):
14384         * nnweb.el (nnweb-insert-html):
14385         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
14386         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
14387         * nnspool.el (nnspool-request-group):
14388         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
14389         * nnml.el (nnml-request-update-info):
14390         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
14391         (nnmh-request-create-group, nnmh-update-gnus-unreads):
14392         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
14393         (nnimap-request-set-mark):
14394         * nnfolder.el (nnfolder-request-update-info):
14395         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
14396         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
14397         * gnus-uu.el (gnus-uu-find-articles-matching):
14398         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
14399         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
14400         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
14401         * gnus-nocem.el (gnus-nocem-scan-groups):
14402         * gnus-int.el (gnus-start-news-server):
14403         * gnus-group.el (gnus-group-make-kiboze-group)
14404         (gnus-group-browse-foreign-server):
14405         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
14406         Use mapc when appropriate.
14407
14408 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
14409
14410         FIXME: Make separate entries for each person.
14411
14412         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
14413         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
14414         <shields@msrl.com>:
14415
14416         * spam.el (spam-necessary-extra-headers): Get the extra headers we
14417         may need for spam sorting and scoring.
14418         (spam-user-format-function-S): Add user format function suitable for
14419         general use.
14420         (spam-article-sort-by-spam-status): Add sorting function for summary
14421         sorting.
14422         (spam-extra-header-to-number): Add function to get a score from a
14423         header.
14424         (spam-summary-score): Add function to get a numeric score from the
14425         headers.
14426         (spam-generic-score): Fix function doc, was in wrong place.
14427         (spam-initialize): Take symbols when it's run, and install the
14428         extra headers that spam-necessary-extra-headers thinks we need.
14429
14430 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
14431
14432         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
14433         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
14434
14435 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
14436
14437         * gnus-sum.el (gnus-set-global-variables)
14438         (gnus-build-all-threads, gnus-get-newsgroup-headers)
14439         (gnus-article-get-xrefs, gnus-summary-best-group)
14440         (gnus-summary-next-article, gnus-summary-enter-digest-group)
14441         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
14442         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
14443         Use with-current-buffer.
14444
14445 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
14446
14447         * spam.el (spam-summary-prepare-exit): Simplify logic.
14448         (spam-fetch-article-header): Read the article header if it's not
14449         available.
14450         (spam-list-articles): Simplify logic.
14451         (spam-filelist-register-routine): Fix bug with unregister-list.
14452
14453         * gnus-registry.el: Fix comments at beginning.
14454
14455 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
14456
14457         * message.el (message-cater-to-broken-inn): Remove.
14458         (message-shorten-references): Make sure the total folded length of
14459         References is shorter than 998 characters to cater to a bug in INN
14460         2.3.  Also, don't pretend that references aren't folded -- this
14461         hasn't worked for a while.
14462
14463 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14464
14465         * gnus-agent.el (gnus-agentize):
14466         gnus-agent-send-mail-real-function no longer set to current value
14467         of message-send-mail-function but rather a lambda that calls
14468         message-send-mail-function.  The change makes the agent real-time
14469         responsive to user changes to message-send-mail-function.
14470
14471 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14472
14473         * legacy-gnus-agent.el
14474         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
14475         help from Florian Weimer <fw@deneb.enyo.de>
14476
14477 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14478
14479         * nnmail.el (nnmail-cache-insert): Revert last change.
14480
14481 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14482
14483         * nnmail.el (nnmail-cache-insert): Always check whether
14484         nnmail-cache-ignore-groups matches a group name.
14485
14486 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
14487
14488         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
14489         (spam-find-spam, spam-log-processing-to-registry)
14490         (spam-log-registered-p, spam-log-unregistration-needed-p)
14491         (spam-log-undo-registration): Use gnus-message instead of
14492         gnus-error, none of these errors are fatal.
14493
14494         * gnus-registry.el (gnus-registry-clean-empty-function)
14495         (gnus-registry-clean-empty): Remove only empty entries without
14496         extra data.
14497
14498 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
14499
14500         * spam-stat.el (spam-stat-buffer-change-to-spam)
14501         (spam-stat-buffer-change-to-non-spam): Change (error) to
14502         (gnus-message 8) invocation.
14503
14504 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14505
14506         * nntp.el (nntp-via-netcat-command): New variable.
14507         (nntp-via-netcat-switches): New variable.
14508         (nntp-open-via-rlogin-and-netcat): New function.
14509         (nntp-open-connection-function): Doc fix.
14510         (nntp-telnet-command): Doc fix.
14511         (nntp-end-of-line): Doc fix.
14512         (nntp-via-rlogin-command): Doc fix.
14513         (nntp-via-user-name): Doc fix.
14514         (nntp-via-address): Doc fix.
14515
14516 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14517
14518         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
14519         error in Emacs 21.1.
14520
14521 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
14522
14523         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
14524
14525 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14526
14527         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
14528         (gnus-agent-with-refreshed-group): New macro.
14529         (gnus-agent-rename-group): New function.
14530         (gnus-agent-delete-group): New function.
14531         (gnus-agent-save-group-info): Use gnus-command-method when
14532         `method' parameter is nil.  Don't write nil entries into the
14533         active file.
14534         (gnus-agent-get-group-info): New function.
14535         (gnus-agent-fetch-articles): Use
14536         gnus-agent-update-files-total-fetched-for to increment disk space
14537         used.
14538         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
14539         gnus-agent-update-view-total-fetched-for to increment disk space
14540         used.
14541         (gnus-agent-get-local): Added optional parameters to avoid calling
14542         gnus-group-real-name and gnus-find-method-for-group.
14543         (gnus-agent-set-local): Delete stored entry if either min, or max,
14544         are nil.
14545         (gnus-agent-fetch-session): Reworded error/quit messages.  On
14546         quit, use gnus-agent-regenerate-group to record existance of any
14547         articles fetched to disk before the quit occurred.
14548         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
14549         gnus-agent-update-view-total-fetched-for, and
14550         gnus-agent-update-files-total-fetched-for to decrement disk space
14551         used.
14552         (gnus-agent-retrieve-headers): Use
14553         gnus-agent-update-view-total-fetched-for to increment disk space
14554         used.
14555         (gnus-agent-regenerate-group): Replace gnus-group-update-group
14556         with gnus-agent-update-files-total-fetched-for to decrement disk
14557         space and fresh group buffer.
14558         (gnus-agent-inhibit-update-total-fetched-for): New variable.
14559         (gnus-agent-need-update-total-fetched-for): New variable.
14560         (gnus-agent-update-files-total-fetched-for): New function.
14561         (gnus-agent-update-view-total-fetched-for): New function.
14562         (gnus-agent-total-fetched-for): New function.
14563
14564         * gnus-cache.el (gnus-cache-save-buffers): Use
14565         gnus-cache-update-overview-total-fetched-for to change disk space
14566         used by this group.
14567         (gnus-cache-possibly-enter-article): Use
14568         gnus-cache-update-file-total-fetched-for to increment disk space
14569         used by this group.
14570         (gnus-cache-possibly-remove-article): Use
14571         gnus-cache-update-file-total-fetched-for to decrement disk space
14572         used by this group.
14573         (gnus-cache-generate-nov-databases): Purge total fetched cache.
14574         (gnus-cache-rename-group): New function.
14575         (gnus-cache-delete-group): New function.
14576         (gnus-cache-inhibit-update-total-fetched-for): New variable.
14577         (gnus-cache-need-update-total-fetched-for): New variable.
14578         (gnus-cache-with-refreshed-group): New macro.
14579         (gnus-cache-update-file-total-fetched-for): New function.
14580         (gnus-cache-update-overview-total-fetched-for): New function.
14581         (gnus-cache-rename-group-total-fetched-for): New function.
14582         (gnus-cache-delete-group-total-fetched-for): New function.
14583         (gnus-cache-total-fetched-for): New function.
14584
14585         * gnus-group.el: Require gnus-sum and autoload functions to
14586         resolve warnings when gnus-group.el compiled alone.
14587         (gnus-group-line-format): Documented new %F.
14588         (size of Fetched data) group line format; identifies disk space
14589         used by agent and cache.
14590         (gnus-group-line-format-alist): Defined new F format.
14591         (gnus-total-fetched-for): New function.
14592         (gnus-group-delete-group): No longer update
14593         gnus-cache-active-altered as gnus-request-delete-group now keeps
14594         the cache in sync.
14595         (gnus-group-list-active): Let the agent store a server's active
14596         list if currently plugged.
14597
14598         * gnus-int.el (gnus-request-delete-group):
14599         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
14600         local disk in sync with the server.
14601         (gnus-request-rename-group):
14602         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
14603         local disk in sync with the server.
14604
14605         * gnus-start.el (gnus-get-unread-articles):
14606         Cosmetic simplification to logic.
14607
14608         * gnus-util.el (gnus-rename-file): New function.
14609
14610 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
14611
14612         * mm-util.el (mm-image-load-path): Handle nil in load-path.
14613
14614 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
14615
14616         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
14617         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
14618
14619 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
14620
14621         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
14622         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
14623
14624 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
14625
14626         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
14627
14628 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
14629
14630         * spam.el (spam-set-difference): Add function to replace
14631         gnus-set-difference in spam.el.
14632         (spam-summary-prepare-exit): Use spam-set-difference.
14633
14634 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
14635
14636         * gnus-registry.el (gnus-registry-cache-file): Update to use
14637         gnus-dribble-directory OR gnus-home-directory OR ~.
14638         (gnus-registry-split-fancy-with-parent): Fix doc.
14639
14640 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14641
14642         * message.el (message-exchange-point-and-mark): Use
14643         message-mark-active-p.  Suggested by Jesper Harder
14644         <harder@ifa.au.dk>.
14645
14646 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14647
14648         * message.el (message-exchange-point-and-mark): Don't activate
14649         region if it was inactive.  Suggested by Hiroshi Fujishima
14650         <pooh@nature.tsukuba.ac.jp>.
14651
14652 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14653
14654         * gnus-art.el (article-display-face): Display Faces in the same
14655         order as X-Faces.
14656
14657 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14658
14659         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
14660
14661 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14662
14663         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
14664         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
14665         (gnus-article-mime-hierarchy): Remove.
14666         (gnus-article-mime-hierarchy-next): Remove.
14667         (gnus-article-mode): Revert 2004-03-19 change.
14668         (gnus-article-setup-buffer): Revert 2004-03-19 change.
14669         (gnus-insert-mime-button): Revert 2004-03-19 change.
14670         (gnus-mime-accumulate-hierarchy): Remove.
14671         (gnus-mime-enter-multipart): Remove.
14672         (gnus-mime-leave-multipart): Remove.
14673         (gnus-mime-display-part): Revert 2004-03-19 change.
14674         (gnus-mime-display-alternative): Revert 2004-03-19 change.
14675
14676         * mml.el (mml-preview): Revert 2004-03-19 change.
14677
14678 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
14679
14680         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
14681
14682 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14683
14684         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
14685         t while entering a file name using the mm-with-multibyte macro.
14686         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14687
14688         * mm-util.el (mm-with-multibyte): New macro.
14689
14690 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14691
14692         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
14693         user option.
14694         (gnus-mime-multipart-functions): Doc and customization fix.
14695         (gnus-article-mime-hierarchy): New variable.
14696         (gnus-article-mime-hierarchy-next): New variable.
14697         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
14698         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
14699         gnus-article-mime-hierarchy-next to nil.
14700         (gnus-insert-mime-button): Show hierarchy numbers.
14701         (gnus-mime-accumulate-hierarchy): New function.
14702         (gnus-mime-enter-multipart): New function.
14703         (gnus-mime-leave-multipart): New function.
14704         (gnus-mime-display-part): Recompute hierarchical MIME structure.
14705         (gnus-mime-display-alternative): Show hierarchy numbers.
14706
14707         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
14708         gnus-article-mime-hierarchy-next to nil.
14709
14710 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
14711
14712         * dns.el: Don't require gnus-xmas.
14713
14714 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
14715
14716         * mml.el (mml-generate-mime-1): Don't use format=flowed with
14717         inline PGP.
14718         (mml-menu): Disable mml-quote-region if mark is inactive.
14719
14720 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14721
14722         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
14723         when the group's active is not available.
14724
14725 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14726
14727         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
14728         error.
14729
14730 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
14731
14732         * imap.el (imap-store-password): New variable.
14733         (imap-interactive-login): Use it.
14734         Suggested by Mark Plaksin <happy@mcplaksin.org>.
14735
14736 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14737
14738         * gnus-art.el (gnus-article-read-summary-keys): Restore new
14739         window-start and hscroll to summary window.
14740
14741 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14742
14743         * gnus-start.el (gnus-convert-old-newsrc): Only write the
14744         conversion message to newsrc-dribble when an actual conversion is
14745         performed.
14746
14747 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
14748
14749         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
14750
14751 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14752
14753         * mm-decode.el (mm-complicated-handles): New function reviving
14754         former definition of mm-multiple-handles.
14755
14756         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14757         (gnus-mime-delete-part): Use it.
14758
14759 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14760
14761         * gnus-agent.el (gnus-agent-read-local): Bind
14762         nnheader-file-coding-system to gnus-agent-file-coding-system to
14763         avoid the implicit assumption that they will always be equal.
14764         (gnus-agent-save-local): Bind buffer-file-coding-system, not
14765         coding-system-for-write, as the with-temp-file macro first prints
14766         to a buffer then saves the buffer.
14767
14768 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14769
14770         * gnus-art.el (gnus-article-edit-part): New function.
14771         (gnus-mime-save-part-and-strip): Use it; do query instead of
14772         signaling an error; don't use mm-multiple-handles.
14773         (gnus-mime-delete-part): Ditto.
14774
14775 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14776
14777         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
14778         old file versions.
14779         (gnus-group-prepare-hook): Removed function that converted list
14780         form of gnus-agent-expire-days to group properties.
14781
14782         * gnus-int.el: Autoload gnus-agent-regenerate-group.
14783         (gnus-request-accept-article): Re-indented.
14784
14785         * gnus-start.el (gnus-convert-old-newsrc): Registered new
14786         converters to handle old agent file formats.  Added logic for a
14787         "backup before upgrading warning".
14788         (gnus-convert-mark-converter-prompt): Developers can mark
14789         functions as needing (default), or not needing,
14790         gnus-convert-old-newsrc's "backup before upgrading warning".
14791         (gnus-convert-converter-needs-prompt): Tests whether the user
14792         should be protected from potentially irreversable changes by the
14793         function.
14794
14795         * legacy-gnus-agent.el: New.  Provides converters that are only
14796         loaded when gnus-convert-old-newsrc needs to call them.
14797
14798 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14799
14800         * mail-source.el (mail-source-touch-pop): Doc fix.
14801
14802         * message.el (message-smtpmail-send-it): Doc fix.
14803
14804 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
14805
14806         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
14807
14808         * nnmail.el (nnmail-split-fancy): do.
14809
14810         * gnus-kill.el (gnus-kill, gnus-execute): do.
14811
14812 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
14813
14814         * gnus-sum.el (gnus-widget-reversible-match)
14815         (gnus-widget-reversible-to-internal)
14816         (gnus-widget-reversible-to-external): New functions.
14817         (gnus-widget-reversible): New widget.
14818         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
14819
14820 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
14821
14822         * gnus-sum.el (gnus-thread-sort-functions)
14823         (gnus-article-sort-functions): Document `(not F)' items.
14824
14825 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14826
14827         * spam.el (spam-use-gmane-xref): Add new backend.
14828         (spam-gmane-xref-spam-group): Add variable to control the name of the
14829         Gmane spam group.
14830         (spam-blackhole-servers, spam-blackhole-good-server-regex)
14831         (spam-regex-headers-spam, spam-regex-headers-ham)
14832         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
14833         (spam-list-of-checks): Add spam-use-gmane-xref to list of
14834         backends and checks.
14835         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
14836
14837         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
14838         an autodetect method.
14839
14840 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14841
14842         * gnus-int.el (gnus-request-accept-article): Inform the agent that
14843         articles are being added to a group.
14844         (gnus-request-replace-article): Inform the agent that articles
14845         need to be uncached as the cached contents are no longer valid.
14846
14847 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14848
14849         * binhex.el: Don't autoload executable-find.
14850
14851         * canlock.el: Don't autoload mail-fetch-field.
14852
14853         * dgnushack.el: Autoload c-mode for XEmacs.
14854
14855         * gnus-ems.el: Don't autoload appt-select-lowest-window.
14856
14857         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
14858         rmail-dont-reply-to and rmail-output.
14859
14860         * gnus-score.el: Don't autoload ffap-string-at-point.
14861
14862         * gnus-setup.el: Don't autoload sc-cite-original.
14863
14864         * imap.el: Don't autoload base64-decode-string,
14865         base64-encode-string and md5.
14866
14867         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
14868         and rmail-msg-restore-non-pruned-header.
14869
14870         * mm-decode.el: Don't autoload executable-find.
14871
14872         * mm-url.el: Don't autoload executable-find.
14873
14874         * mm-view.el: Don't autoload diff-mode.
14875
14876         * nndb.el: Don't autoload news-reply-mode, news-setup,
14877         cancel-timer and telnet.
14878
14879         * password.el: Don't autoload run-at-time for Emacs.
14880
14881         * sha1-el.el: Don't autoload executable-find.
14882
14883         * sieve-mode.el: Don't autoload c-mode.
14884
14885         * uudecode.el: Don't autoload executable-find.
14886
14887 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14888
14889         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
14890         (gnus-agent-possibly-alter-active): Avoid null in numeric
14891         comparison.
14892         (gnus-agent-set-local): Refuse to save null in local object table.
14893         (gnus-agent-regenerate-group): The REREAD parameter can now be a
14894         list of articles that will be marked as unread.
14895
14896 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14897
14898         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
14899
14900 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
14901
14902         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
14903         language tags.
14904
14905 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
14906
14907         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
14908         Don't bind "obarray".
14909
14910         * gnus-sum.el (gnus-thread-sort-functions): Added
14911         `gnus-thread-sort-by-most-recent-number' and
14912         `gnus-thread-sort-by-most-recent-date'.
14913         Reported by Kai Grossjohann <kai@emptydomain.de>.
14914
14915 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14916
14917         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
14918
14919 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14920
14921         * gnus-cus.el (gnus-agent-customize-category): Removed
14922         ignore-errors macro reference that required cl to be loaded at
14923         run-time.
14924
14925         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
14926         single-interval range of the form (min . max).  Previously the
14927         range had to look like ((min . max)).  Likewise, return
14928         (min . max) rather than ((min . max)).
14929         (gnus-range-map): Use gnus-range-normalize to accept
14930         single-interval range.
14931
14932         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
14933         the cache, but not the agent, now appear with their usual face.
14934
14935         * dgnushack.el (loaddir): New variable that is bound to the
14936         directory containing the dgnushack.el file. Use loaddir, rather
14937         than srcdir, to update load-path. Change lets dgnushack compile
14938         code in directories other than GNUS/lisp.
14939
14940 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14941
14942         * lpath.el: Don't bind w3m-safe-url-regexp.
14943
14944         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
14945         w3m-safe-url-regexp variable buffer-local.
14946
14947         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14948
14949 2004-02-27  Simon Josefsson  <jas@extundo.com>
14950
14951         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
14952         gnus-group-real-prefix.
14953         (gnus-summary-move-article): Use it, instead of
14954         gnus-group-real-prefix.
14955
14956 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14957
14958         * lpath.el: Bind w3m-safe-url-regexp.
14959
14960         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
14961         w3m-safe-url-regexp variable buffer-local and set it as the value
14962         of mm-w3m-safe-url-regexp.
14963
14964         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14965
14966         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
14967         parsing gnus-posting-styles when the message is not for replying.
14968
14969         * dgnushack.el: Autoload sgml-mode for XEmacs.
14970
14971         * nnrss.el (nnrss-opml-export): Use
14972         mm-set-buffer-file-coding-system instead of
14973         set-buffer-file-coding-system.
14974
14975 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
14976
14977         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
14978         of checkdoc.el).
14979         * nnrss.el: do.
14980         * gnus-mlspl.el: do.
14981         * gnus-ml.el: do.
14982         * gnus-srvr.el: do.
14983
14984         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
14985
14986 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
14987
14988         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
14989         Corrections to custom-manual links.
14990
14991         * gnus-art.el (gnus-article): Ditto.
14992
14993         * mm-decode.el (mime-display, mime-security): Ditto.
14994
14995 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14996
14997         * flow-fill.el: Typo.
14998
14999 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
15000
15001         * spam-wash.el: New file.
15002
15003 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
15004
15005         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
15006
15007 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15008
15009         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
15010         to be run with new-articles as LIST1, not LIST2.
15011         (spam-registration-functions): Add spam-use-ham-copy as a nil
15012         registration backend.
15013
15014 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15015
15016         * spam-stat.el (spam-stat-washing-hook): New option.
15017         (spam-stat-buffer-words): Use it.
15018         (spam-stat-process-directory, spam-stat-test-directory): Use
15019         insert-file-contents-literally.
15020         (spam-stat-coding-system): New variable.
15021         (spam-stat-load, spam-stat-save): Use it.
15022
15023 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15024
15025         * spam-report.el (spam-report-plug-agent): Quote
15026         spam-report-url-to-file and spam-report-url-ping-plain.
15027
15028 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
15029
15030         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
15031         / in mailto URLs.
15032
15033 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15034
15035         * spam-report.el (spam-report-process-queue): Fix interactive use.
15036         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
15037         (spam-report-unplug-agent): Doc fixes.
15038         (spam-report-url-ping-mm-url, spam-report-url-to-file)
15039         (spam-report-agentize, spam-report-deagentize): Autoload.
15040
15041 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15042
15043         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
15044
15045         * message.el (message-setup-fill-variables): Add mml tags to
15046         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
15047         <ajk@iu.edu>.
15048         (message-mode): Don't modify paragraph-separate there.
15049
15050 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15051
15052         * compface.el (uncompface-use-external): Default to undecided.
15053         (uncompface-use-external-threshold): New variable.
15054         (uncompface-float-time): New macro.
15055         (uncompface): Determine whether to use the external decoder if
15056         uncompface-use-external is undecided.
15057
15058 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15059
15060         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
15061         after images.
15062
15063         * gnus-art.el (gnus-mime-display-single): Remove dead code.
15064
15065 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
15066
15067         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
15068
15069         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
15070
15071         * gnus-sum.el (gnus-summary-limit-to-age)
15072         (gnus-summary-limit-children): do.
15073
15074         * gnus-int.el (gnus-request-scan): do.
15075
15076         * gnus-group.el (gnus-group-suspend): do.
15077
15078         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
15079
15080         * gnus-cite.el (gnus-cite-parse-attributions): do.
15081
15082         * gnus-agent.el (gnus-summary-set-agent-mark)
15083         (gnus-agent-regenerate-group): do.
15084
15085         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
15086
15087         * binhex.el (binhex-decode-region-internal): do.
15088
15089 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15090
15091         * gnus-fun.el (gnus-face-properties-alist): New user option.
15092         (gnus-display-x-face-in-from): Use it.
15093
15094         * gnus-art.el (article-display-face): Ditto.
15095
15096         * compface.el (uncompface-use-external): Default to nil.
15097
15098 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
15099
15100         * nntp.el (nntp-erase-buffer): New function.
15101         (nntp-retrieve-data, nntp-send-command)
15102         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
15103         (nntp-possibly-change-group): Use it.
15104
15105         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
15106         with-current-buffer.
15107
15108 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
15109
15110         * compface.el: Merge the ELisp-based uncompface program.
15111         (compface): New customization group.
15112         (uncompface-use-external): New user option.
15113         (uncompface): Call uncompface-internal if uncompface-use-external
15114         is nil.
15115         (uncompface-internal): New function.  Note that there are also
15116         some other functions and variables added for this function.
15117
15118 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
15119
15120         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
15121         if necessary.
15122
15123 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
15124
15125         * spam-report.el (spam-report-unplug-agent)
15126         (spam-report-plug-agent, spam-report-deagentize)
15127         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
15128         Add support for the Agent in spam-report: when unplugged, report to a
15129         file; when plugged, submit all the requests.
15130
15131         * spam.el (spam-register-routine): Fix message about
15132         registration.
15133
15134 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
15135
15136         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
15137         dependencies.
15138         (rfc2047-encode): Use it.
15139
15140         * gnus-art.el (gnus-button-marker-list): Move before first
15141         reference.
15142
15143         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15144         (imap-parse-body): Fix format string mismatch.
15145
15146         * gnus-score.el (gnus-summary-increase-score): do.
15147
15148         * nnrss.el (nnrss-close): New function.
15149
15150 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
15151
15152         * nnrss.el (nnrss-make-filename): New function.
15153         (nnrss-request-delete-group, nnrss-read-server-data)
15154         (nnrss-save-server-data, nnrss-read-group-data)
15155         (nnrss-save-group-data): Use it.
15156         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
15157         (nnrss-read-server-data, nnrss-read-group-data): Use load.
15158         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
15159
15160 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
15161
15162         * mml.el (mml-compute-boundary-1): Don't uncompress files.
15163
15164 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
15165
15166         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
15167         files.
15168
15169         * message.el (message-generate-headers-first): Don't quote nil
15170         and t in docstrings.
15171
15172         * imap.el (imap-id): do.
15173
15174         * gnus-agent.el (gnus-agent-consider-all-articles)
15175         (gnus-agent-queue-mail): do.
15176
15177 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
15178
15179         * spam-report.el (spam-report-process-queue): New function.
15180         Process requests from `spam-report-requests-file'.
15181         (spam-report-process-queue): Doc fix.
15182
15183 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
15184
15185         * spam.el (spam-register-routine)
15186         (spam-log-processing-to-registry, spam-log-registered-p)
15187         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15188         Change "check" to "spam-check" for semi-clarity.
15189
15190 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
15191
15192         * pop3.el: Require nnheader.
15193
15194         * mml-smime.el: Require cl.  Autoload message-fetch-field.
15195
15196         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
15197
15198         * gnus-picon.el: Require cl.
15199
15200         * gnus-fun.el: Require gnus-ems and gnus-util.
15201
15202         * gnus.el (gnus-method-to-server): Move defsubst before first use.
15203
15204         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
15205
15206         * gnus-art.el (gnus-article-edit-mode): Define before first
15207         reference.
15208
15209 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
15210
15211         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
15212         (gnus-uu-post-encoded): Use point-at-bol.
15213
15214         * gnus-topic.el (gnus-group-active-topic-p): do.
15215
15216         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
15217
15218         * gnus-group.el (gnus-group-kill-region): do.
15219
15220         * gnus-art.el (article-date-ut): do.
15221
15222         * message.el (message-fetch-field): Remove redundant
15223         case-fold-search binding.
15224         (message-narrow-to-field): Simplify.
15225
15226 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15227
15228         * spam.el (spam-directory): Derive from `gnus-directory'.
15229
15230         * spam-report.el (spam-report-url-to-file)
15231         (spam-report-requests-file): New function and variable for offline
15232         reporting.
15233         (spam-report-url-ping-function): Add `spam-report-url-to-file'
15234         and user defined function.
15235         (spam-report-url-ping-mm-url): Remove doubled slash.
15236
15237 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
15238
15239         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
15240
15241 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
15242
15243         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
15244         format string mismatch.
15245
15246         * sieve.el (sieve-deactivate-all): do.
15247
15248         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
15249
15250         * nnlistserv.el (nnlistserv-kk-wash-article): do.
15251
15252         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
15253
15254         * mm-bodies.el (mm-7bit-chars): Don't include \r.
15255
15256 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
15257
15258         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
15259         the list of checks.
15260
15261 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
15262
15263         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
15264         padding.
15265
15266 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
15267
15268         * mm-view.el (mm-fill-flowed): New variable.
15269         (mm-inline-text): Use it.
15270
15271 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
15272
15273         * spam.el (spam-spamassassin-register-ham-routine)
15274         (spam-spamassassin-register-spam-routine): Fix function names.
15275
15276 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15277
15278         * gnus.el (gnus-tmp-grouplens): Remove.
15279         (gnus-summary-line-format): Remove grouplens.
15280
15281         * gnus-group.el (gnus-group-line-format): Ditto.
15282
15283         * gnus-spec.el (gnus-format-specs): Ditto.
15284         (gnus-update-format-specifications): Flush the group format spec
15285         cache if there's the grouplens stuff.
15286         (gnus-parse-simple-format): Replace %l with the empty string.
15287
15288 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
15289
15290         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
15291         omission.
15292
15293 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15294
15295         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
15296         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15297
15298 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15299
15300         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
15301         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
15302         New macros and functions.
15303         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
15304         Handle > NLINK_MAX messages.
15305         * nnmaildir.el (nnmaildir-request-set-mark): Use
15306         nnmaildir--emlink-p and nnmaildir--eexist-p.
15307
15308 2004-01-25  Alex Schroeder  <alex@gnu.org>
15309
15310         * spam-stat.el (spam-stat-process-directory-age): New option.
15311         (spam-stat-process-directory): Use it.
15312
15313 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
15314
15315         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
15316         (spam-stat-save): Accept prefix argument.
15317
15318 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
15319
15320         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
15321         links" error.
15322
15323 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15324
15325         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
15326         the rest of the and/or forms.
15327
15328 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15329
15330         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
15331         compatibility with old .newsrc.eld files.
15332
15333         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
15334
15335         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
15336
15337         * gnus-start.el (gnus-1): do.
15338
15339         * gnus-group.el (gnus-group-line-format-alist): do.
15340
15341         * gnus.el (gnus-use-grouplens, gnus-visual): do.
15342
15343         * gnus-gl.el: Remove.
15344
15345 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15346
15347         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
15348         marks consisting of a single range {for example, (3 . 5)} rather
15349         than a list of a single range { ((3 . 5)) }.
15350
15351 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15352
15353         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
15354         with-current-buffer.
15355         (spam-stat-store-current-buffer): Use insert-buffer-substring to
15356         avoid consing a string.
15357
15358         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
15359         Remove obsolete entries for big5 and gb2312.
15360
15361 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15362
15363         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
15364         uncompressed list.
15365
15366 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
15367
15368         * spam-stat.el (spam-stat-strip-xref): New function.
15369         (spam-stat-process-directory): Use it.
15370
15371         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
15372         here -- it's done in message-fetch-field.
15373
15374 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15375
15376         * gnus-agent.el (gnus-agent-queue-mail)
15377         (gnus-agent-prompt-send-queue): New variables.
15378         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
15379         * gnus-draft.el (gnus-group-send-queue): Pass the group name
15380         "nndraft:queue" along to gnus-draft-send.  Use
15381         gnus-agent-prompt-send-queue.
15382         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
15383         is "nndraft:queue".  Suggested by Gaute Strokkenes
15384         <gs234@srcf.ucam.org>
15385
15386         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
15387         (agent-enable-undownloaded-faces): Added.
15388         (gnus-agent-cat-groups): Use eval-and-compile, not
15389         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
15390         method of gnus-agent-cat-groups even when the buffer has been
15391         evaled.
15392         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
15393         delete gnus-agent-save-active-1.
15394         (gnus-agent-save-groups): Deleted.  Identical to
15395         gnus-agent-save-active.
15396         (gnus-agent-write-active): No longer adjust agent's copy of active
15397         file as agent's adjustments are now stored in their own
15398         file.  Removed optional parameter.
15399         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
15400         servers.  Add use of min/max range limits from server's local
15401         file.
15402         (gnus-agent-save-alist): Removed unused optional argument.
15403         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
15404         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
15405         (gnus-agent-set-local): A per-server file that keeps min/max range
15406         limits for articles known to the agent.  Provides a fast mechanism
15407         for altering many active ranges.
15408         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
15409         active file (local makes it unnecessary).
15410         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
15411
15412         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
15413         (agent-enable-undownloaded-faces): Added.
15414
15415         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
15416         disable it when sending to "nndraft:queue".
15417         (gnus-group-send-queue): Add safety check to avoid sending queue
15418         when unplugged.
15419
15420         * gnus-group.el (gnus-group-catchup): Use new
15421         gnus-sequence-of-unread-articles, not
15422         gnus-list-of-unread-articles, to avoid exhausting memory with huge
15423         numbers of articles.  Use gnus-range-map to avoid having to
15424         uncompress the unread list.
15425         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
15426         Fixed invalid ange-ftp reference.
15427
15428         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
15429         (gnus-sorted-range-intersection): Intersection of two ranges
15430         without requiring that they first be uncompressed.
15431
15432         * gnus-start.el (gnus-activate-group): Unless blocked by the
15433         caller, possibly expand the active range to include both cached
15434         and agentized articles.
15435         (gnus-convert-old-newsrc): Rewrote in anticipation of having
15436         multiple version-dependent converters.
15437         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
15438         gnus-agent-save-active.
15439         (gnus-save-newsrc-file): Save dirty agent range limits.
15440
15441         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
15442         gnus-agent-possibly-alter-active.
15443         (gnus-adjust-marked-articles): Faster handling of simple lists.
15444
15445 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
15446
15447         * spam-stat.el (spam-stat-test-directory): New optional argument
15448         displays a list of files detected.  Suggested by Andrew Cohen
15449         <cohen@andy.bu.edu>.
15450         (spam-stat-buffer-words-with-scores): Don't narrow and change
15451         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
15452
15453 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
15454
15455         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
15456         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
15457         (spam-spamassassin-arguments)
15458         (spam-spamassassin-spam-flag-header)
15459         (spam-spamassassin-positive-spam-flag-header)
15460         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
15461         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
15462         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15463         (spam-list-of-processors, spam-list-of-checks)
15464         (spam-list-of-statistical-checks, spam-registration-functions)
15465         (spam-check-spamassassin-headers, spam-check-spamassassin)
15466         (spam-spamassassin-score)
15467         (spam-spamassassin-register-with-sa-learn)
15468         (spam-spamassassin-register-spam-routine)
15469         (spam-spamassassin-register-ham-routine)
15470         (spam-assassin-register-spam-routine)
15471         (spam-assassin-register-ham-routine): Add SpamAssassin support.
15472         (spam-bogofilter-score): Fix to show article before scoring.
15473
15474 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
15475
15476         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
15477         default scoring function.
15478         (spam-generic-score): Call spam-spamassassin-score if
15479         spam-use-spamassassin or spam-use-spamassassin-headers is on;
15480         spam-bogofilter-score otherwise.
15481
15482         * gnus.el (spam-process, spam-autodetect-methods): Add
15483         spamassassin and spamassassin-headers.
15484
15485 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
15486
15487         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15488         Suppress unnecessary messages.
15489
15490 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
15491
15492         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
15493         make-hash-table.
15494
15495 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15496
15497         * canlock.el (base64-encode-string): Don't autoload it.
15498
15499 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15500
15501         * run-at-time.el: Remove useless (require 'itimer),
15502         eval-and-compile and (featurep 'xemacs).
15503
15504 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
15505
15506         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
15507         GROUP is a virtual group.
15508
15509 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
15510
15511         * gnus.el: Autoload `message-y-or-n-p'.
15512
15513 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
15514
15515         * pgg-parse.el: Remove unnecessary (require 'custom).
15516
15517         * pgg-def.el: do.
15518
15519         * nnmail.el: do.
15520
15521         * gnus-undo.el: do.
15522
15523         * gnus-picon.el: do.
15524
15525         * gnus-util.el: do.
15526
15527 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
15528
15529         * gnus-sum.el (gnus-pick-line-number): Add autoload.
15530
15531 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15532
15533         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
15534         handle, as well as a list.
15535
15536         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
15537         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
15538         (mm-w3m-cid-retrieve): Simplify.
15539
15540 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
15541
15542         * message.el (message-kill-to-signature): Allow prefix arg to
15543         specify number of lines to keep before signature.
15544
15545 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
15546
15547         * message.el (message-kill-to-signature): Change docstring.
15548
15549 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15550
15551         * canlock.el: Always require sha1-el.
15552         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
15553
15554         * message.el: Autoload sha1 only when compiling.
15555
15556         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
15557         eudc-expand-inline for XEmacs.
15558
15559 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15560
15561         * message.el (message-canlock-generate): Require sha1-el.
15562
15563 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
15564
15565         * message.el (message-expand-name): Silence the byte compiler.
15566
15567         * lpath.el: Add detect-coding-system.
15568
15569         * dgnushack.el (dgnushack-compile): Remove obsolete check for
15570         cus-edit.
15571
15572 2004-01-13  Simon Josefsson  <jas@extundo.com>
15573
15574         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
15575         Invoke gnus-score-mode.  Reported by
15576         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15577
15578         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
15579         Jim Blandy <jimb@redhat.com> (tiny change).
15580
15581 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15582
15583         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
15584
15585 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
15586
15587         * spam.el (spam-get-article-as-string): Update to use
15588         gnus-request-article-this-buffer, much simpler.
15589         (spam-get-article-as-buffer): Remove.
15590
15591 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
15592
15593         * message.el (message-expand-name): Use EUDC if the user uses that.
15594
15595 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15596
15597         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
15598         character for the encoding to avoid consing a string.
15599
15600         * rfc2047.el (rfc2047-decode-string): Don't cons a string
15601         unnecessarily.
15602
15603         * mm-util.el (mm-replace-chars-in-string): Remove.
15604
15605         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
15606         of mm-replace-chars-in-string.
15607
15608 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
15609
15610         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
15611
15612         * mm-util.el (mm-subst-char-in-string): Support inplace.
15613
15614         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
15615         a new string in every iteration.  Use shy groups.
15616
15617 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
15618
15619         * gnus-srvr.el (gnus-browse-unsubscribe-group):
15620         * gnus-soup.el (gnus-soup-group-brew):
15621         * gnus-msg.el (gnus-put-message):
15622         * gnus-move.el (gnus-group-move-group-to-server):
15623         * gnus-kill.el (gnus-batch-score):
15624         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
15625         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
15626         (gnus-group-update-group, gnus-group-read-group)
15627         (gnus-group-make-group, gnus-group-make-help-group)
15628         (gnus-group-make-archive-group, gnus-group-make-directory-group)
15629         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
15630         (gnus-group-sort-by-unread, gnus-group-catchup)
15631         (gnus-group-unsubscribe-group, gnus-group-kill-group)
15632         (gnus-group-yank-group, gnus-group-set-info)
15633         (gnus-group-list-groups):
15634         * gnus.el (gnus-generate-new-group-name):
15635         * gnus-delay.el (gnus-delay-send-queue):
15636         * nnvirtual.el (nnvirtual-catchup-group):
15637         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
15638         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
15639         (gnus-group-prepare-topics, gnus-topic-check-topology):
15640         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
15641         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
15642         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
15643         (gnus-group-make-articles-read):
15644         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
15645         (gnus-group-change-level, gnus-kill-newsgroup)
15646         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
15647         (gnus-get-unread-articles, gnus-make-articles-unread)
15648         (gnus-make-ascending-articles-unread): Use accessor
15649         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
15650         to get group information for improved readability.
15651
15652
15653 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15654
15655         * gnus-art.el (article-decode-mime-words, article-babel)
15656         (gnus-article-highlight-signature, gnus-article-add-buttons)
15657         (gnus-signature-toggle): Use gnus-with-article-buffer.
15658
15659         * gnus-art.el (gnus-article-highlight-headers)
15660         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
15661
15662         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
15663         (gnus-article-set-globals, gnus-request-article-this-buffer)
15664         (gnus-button-message-id, gnus-article-maybe-hide-headers)
15665         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
15666         (gnus-mime-display-alternative): Use with-current-buffer.
15667
15668 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15669
15670         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
15671         also under 80 char limit, and call gnus-error if needed.
15672         (spam-fetch-article-header): Fix - it was a
15673         buffer-local variable (gnus-newsgroup-data).
15674         (spam-find-spam): Use spam-generate-fake-headers, forget about
15675         spam-insert-fake-headers.
15676         (spam-insert-fake-headers): Remove.
15677
15678 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15679
15680         * deuglify.el (gnus-article-outlook-unwrap-lines)
15681         (gnus-outlook-rearrange-article)
15682         (gnus-outlook-repair-attribution-outlook)
15683         (gnus-outlook-repair-attribution-block)
15684         (gnus-outlook-repair-attribution-other): Remove redundant
15685         save-excursion.
15686
15687 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15688
15689         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
15690         (spam-fetch-field-subject-fast)
15691         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
15692         (spam-fetch-article-header): Add functions to deal with Gnus
15693         internals for fast retrieval of article header data.
15694         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
15695
15696 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15697
15698         * pop3.el (pop3-md5): Remove.
15699         (pop3-apop): Replace pop3-md5 with md5.
15700
15701         * mm-bodies.el: base64 is always built-in.
15702
15703         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
15704         with-current-buffer.
15705
15706 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15707
15708         * canlock.el (canlock-insert-header): Remove excessive grouping in
15709         regexp.
15710
15711         * gnus-sum.el (gnus-summary-read-document): Ditto.
15712
15713         * gnus-uu.el (gnus-uu-part-number): Ditto.
15714
15715         * html2text.el (html2text-remove-tags): Ditto.
15716         (html2text-format-tags): Ditto.
15717         (html2text-format-single-elements): Ditto.
15718
15719         * mml.el (mml-parse-1): Ditto.
15720
15721 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15722
15723         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
15724
15725         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
15726
15727         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
15728
15729         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
15730
15731 2003-11-15  Simon Josefsson  <jas@extundo.com>
15732
15733         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
15734         (pgg-gpg-lookup-key): Use regexp match instead of
15735         split-string (split-string is different between emacs 21.2 and
15736         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
15737
15738 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15739
15740         * gnus-art.el (gnus-mime-view-all-parts)
15741         (gnus-article-part-wrapper, gnus-article-view-part): Use
15742         with-current-buffer.
15743
15744 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15745
15746         * spam.el (spam-disable-spam-split-during-ham-respool)
15747         (spam-spamoracle-database, spam-cache-lookups)
15748         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
15749         (spam-group-ham-mark-p, spam-group-spam-mark-p)
15750         (spam-group-ham-marks, spam-group-spam-marks)
15751         (spam-group-spam-contents-p, spam-group-ham-contents-p)
15752         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
15753         also add spam-use-blackholes to the statistical checks.
15754         (spam-fetch-field-fast): Add interface to fetching fields, may
15755         become a macro.
15756         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
15757         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
15758         (spam-insert-fake-headers): Fake an article when needed.
15759         (spam-find-spam): Fake article when possible.
15760         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
15761         (spam-check-bogofilter-headers): Use message-fetch-field instead
15762         of nnmail-fetch-field.
15763
15764 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15765
15766         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
15767
15768 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15769
15770         * spam.el (spam-split): Do not require spam-use-CHECK to be
15771         enabled if that check is passed to spam-split explicitly; also
15772         fix so 'spam doesn't get converted to spam-split-group when
15773         spam-split-symbolic-return is t.
15774         (spam-find-spam): Find registrations of the article and use those
15775         instead of re-running spam-split to find the spam/ham
15776         classification of the article.
15777         (spam-log-processing-to-registry, spam-log-registered-p)
15778         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15779         Use gnus-error instead of gnus-message.
15780         (spam-log-registration-type): Add function to determine the
15781         classification of a message based on registry entries; will
15782         return nil if both 'spam and 'ham are found.
15783         (spam-check-BBDB): Expand all the BBDB macros here so we can have
15784         a reasonably fast local cache without the loading errors.
15785         (spam-cache-lookups): Set to t by default.
15786         (spam-find-spam): Don't try to guess spam-cache-lookups.
15787         (spam-enter-whitelist, spam-enter-blacklist): Clear the
15788         spam-caches entry.
15789         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
15790         caching of whitelist/blacklist entries.
15791         (spam-check-whitelist, spam-check-blacklist): Invoke
15792         spam-from-listed-p with a type, not a cache variable.
15793         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
15794
15795 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15796
15797         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
15798
15799         * nnmail.el (nnmail-split-fancy): do.
15800
15801         * mml.el (mml-parse): do.
15802
15803         * gnus-score.el (gnus-enter-score-words-into-hashtb)
15804         (gnus-score-adaptive): do.
15805
15806 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15807
15808         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
15809         (gnus-mime-button-map): Don't set keymap parent.
15810         (gnus-button-ctan-directory-regexp): Use shy grouping.
15811         (gnus-prev-page-map): Don't set keymap parent.
15812         (gnus-prev-page-map): Remove duplicated one.
15813         (gnus-next-page-map): Don't set keymap parent.
15814         (gnus-mime-security-button-map): Ditto.
15815
15816         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
15817         version number.
15818
15819         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
15820
15821 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15822
15823         * canlock.el (canlock-sha1-function): Remove.
15824         (canlock-sha1-function-for-verify): Remove.
15825         (canlock-openssl-program): Remove.
15826         (canlock-openssl-args): Remove.
15827         (canlock-ignore-errors): Remove.
15828         (canlock-sha1-with-openssl): Remove.
15829         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
15830         (canlock-verify): Don't use canlock-ignore-errors.
15831
15832         * sha1-el.el (sha1-string-external): Make it can return a string
15833         in binary form.
15834         (sha1-region-external): Ditto.
15835         (sha1-string-internal): Ditto.
15836         (sha1-region-internal): Ditto.
15837         (sha1-region): Ditto.
15838         (sha1-string): Ditto.
15839         (sha1): Ditto.
15840
15841 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15842
15843         * spam.el (spam-report-articles-gmane): New command.
15844
15845 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15846
15847         * gnus.el: Don't make unnecessary *Group* buffer when loading.
15848
15849         * run-at-time.el (run-at-time-saved): Remove.
15850         (run-at-time): Doc fix.
15851
15852 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15853
15854         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
15855         (gnus-summary-limit-map): Add it.
15856         (gnus-summary-make-menu-bar): do.
15857
15858 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
15859
15860         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
15861         Make attempt at some caching support (done for BBDB only now).
15862         (spam-find-spam): Set spam-cache-lookups if there are more than 2
15863         addresses to be checked.
15864         (spam-clear-cache-BBDB): Add function, to be invoked by
15865         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
15866         (spam-check-BBDB): Check and use the caches, if
15867         spam-cache-lookups is on, remove superfluous (provide).
15868
15869 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15870
15871         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
15872
15873 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
15874
15875         * run-at-time.el (run-at-time-saved): Move to after the definition
15876         of `run-at-time'.
15877
15878         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
15879
15880 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15881
15882         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
15883         mm-w3m-local-map-property.
15884
15885         * mm-view.el (mm-w3m-mode-map): Remove.
15886         (mm-w3m-local-map-property): Remove.
15887         (mm-inline-text-html-render-with-w3m): Don't use
15888         mm-w3m-local-map-property.
15889
15890 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15891
15892         * run-at-time.el: New file.
15893
15894         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
15895         under Emacs.
15896
15897         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
15898         of gnus-set-text-properties.
15899
15900         * gnus-uu.el (gnus-uu-save-article): Ditto.
15901
15902         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
15903
15904         * gnus-cite.el (gnus-cite-parse): Ditto.
15905
15906         * gnus-art.el (gnus-button-push): Use set-text-properties instead
15907         of gnus-.
15908
15909         * gnus-xmas.el (run-at-time): Require run-at-time.
15910
15911         * gnus.el: Changed calls to nnheader-run-at-time and
15912         password-run-at-time throughout to use run-at-time directly.
15913
15914         * password.el: Removed definition of run-at-time.
15915
15916         * nnheaderxm.el: Remove definition of run-at-time.
15917
15918 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
15919
15920         * mml.el (mml-minibuffer-read-disposition): Show attachment type
15921         in prompt.
15922
15923 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15924
15925         * messagexmas.el (message-xmas-redefine): Alias
15926         `message-make-caesar-translation-table' to
15927         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
15928         version.
15929
15930         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
15931         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
15932         `gnus-xmas-set-text-properties'.
15933         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
15934         `gnus-xmas-completing-read'.
15935         (gnus-xmas-completing-read): Removed.
15936         (gnus-xmas-open-network-stream): Removed.
15937
15938         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
15939         XEmacs version.
15940
15941         * dns.el (dns-make-network-process): Use `open-network-stream'
15942         instead of `gnus-xmas-open-network-stream'.
15943
15944         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
15945
15946         * .cvsignore: Add auto-autoloads.el, custom-load.el.
15947
15948 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15949
15950         * gnus-art.el (gnus-mime-display-alternative)
15951         (gnus-insert-mime-button, gnus-insert-mime-security-button)
15952         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
15953         Don't use gnus-local-map-property.
15954
15955         * gnus-util.el (gnus-local-map-property): Remove.
15956
15957         * mm-view.el (mm-view-pkcs7-decrypt): Replace
15958         gnus-completing-read-maybe-default with completing-read.
15959
15960         * gnus-util.el (gnus-completing-read): do.
15961         (gnus-completing-read-maybe-default): Remove.
15962
15963 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15964
15965         * password.el: Only autoload `run-at-time' if not XEmacs.
15966         Only autoload the itimer functions if XEmacs.
15967
15968 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15969
15970         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
15971         XEmacsen.
15972
15973         * dgnushack.el: Autoload executable-find for XEmacs.
15974
15975 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15976
15977         * gnus-art.el (gnus-read-string): Remove.
15978         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
15979         read-string.
15980
15981 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
15982
15983         * netrc.el: Autoload password-read.
15984         (netrc): Add configuration group.
15985         (netrc-encoding-method, netrc-openssl-path): Add
15986         variables for encoding and decoding of files with symmetric
15987         ciphers.
15988         (netrc-encode): Add assistant function to encode a file with
15989         netrc-encoding-method.
15990         (netrc-parse): Add interactive parameter, added optional
15991         decoding if netrc-encoding-method is non-nil but otherwise
15992         behavior is standard.
15993         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
15994         Do s/encode/encrypt/ everywhere.
15995
15996         * spam.el: Remove executable-find autoload.
15997
15998 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15999
16000         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
16001
16002         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
16003
16004 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16005
16006         * gnus-art.el (gnus-treat-ansi-sequences)
16007         (article-treat-ansi-sequences): New variable and function.
16008         Suggested by Dan Jacobson <jidanni@jidanni.org>.
16009
16010         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16011         Use it.
16012
16013 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16014
16015         * mm-util.el (mm-quote-arg): Remove.
16016
16017         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
16018         shell-quote-argument.
16019
16020         * gnus-uu.el (gnus-uu-command): do.
16021
16022         * gnus-sum.el (gnus-summary-insert-pseudos): do.
16023
16024         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
16025         with make-char.
16026
16027         * mm-util.el (mm-make-char): Remove.
16028
16029         * mml.el (mml-mode): Replace gnus-add-minor-mode with
16030         add-minor-mode.
16031
16032         * gnus-undo.el (gnus-undo-mode): do.
16033
16034         * gnus-topic.el (gnus-topic-mode): do.
16035
16036         * gnus-sum.el (gnus-dead-summary-mode): do.
16037
16038         * gnus-start.el (gnus-slave-mode): do.
16039
16040         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
16041
16042         * gnus-ml.el (gnus-mailing-list-mode): do.
16043
16044         * gnus-gl.el (gnus-grouplens-mode): do.
16045
16046         * gnus-draft.el (gnus-draft-mode): do.
16047
16048         * gnus-dired.el (gnus-dired-mode): do.
16049
16050         * gnus-ems.el (gnus-add-minor-mode): Remove.
16051
16052         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16053         Replace gnus-char-width with char-width.
16054
16055         * gnus-ems.el (gnus-char-width): Remove.
16056
16057         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16058         Replace gnus-char-width with char-width.
16059
16060         * gnus-ems.el (gnus-char-width): Remove.
16061
16062         * spam-stat.el (with-syntax-table): Remove with-syntax-table
16063         definition.
16064         Remove Emacs 20 hash table compatibility code.
16065
16066         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
16067         20 compatibility code.
16068
16069         * spam.el (spam-point-at-eol): Replace with point-at-eol.
16070
16071         * smime.el (smime-point-at-eol): Replace with point-at-eol.
16072
16073         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
16074         with point-at-{eol,bol}.
16075
16076         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
16077
16078         * imap.el (imap-point-at-eol): Replace with point-at-eol.
16079
16080         * flow-fill.el (fill-flowed-point-at-bol)
16081         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
16082
16083         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
16084         Replace with point-at-{eol,bol} throughout all files.
16085
16086 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16087
16088         * ntlm.el (ntlm-string-as-unibyte): New macro.
16089         (ntlm-build-auth-response): Use it.
16090
16091         Remove Emacs 20 stuff:
16092         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
16093         (butlast, mapc, remove): Remove the compiler macros.
16094         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
16095         of delq and copy-sequence.
16096         * gnus-art.el (popup-menu): Remove the compiler macro.
16097         * nnmail.el (nnmail-split-fancy): Don't support customizing with
16098         Emacs 20.
16099
16100 2004-01-05  Simon Josefsson  <jas@extundo.com>
16101
16102         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
16103         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
16104         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
16105         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
16106         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
16107         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
16108         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
16109         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
16110         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
16111         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
16112         ntlm-string-permute, string-lshift into ntlm-string-lshift,
16113         string-xor into ntlm-string-xor.  Suggested by
16114         Jesper Harder <harder@myrealbox.com>.
16115
16116         * ntlm.el: Don't include poem.
16117
16118         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
16119         Jesper Harder <harder@myrealbox.com>.
16120
16121         * sasl-ntlm.el, ntlm.el, md4.el: New files.
16122
16123         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
16124         probably breaks emacs with DL patch, but do we care? Is anyone
16125         still using the DL stuff?)
16126
16127         * sieve-manage.el: Use the password package.
16128         (sieve-manage-read-passwd): Remove.
16129         (sieve-manage-interactive-login): Use password.  Re-add
16130         condition-case around loop.
16131
16132         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
16133         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
16134         the password package.
16135
16136 2003-02-19  Simon Josefsson  <jas@extundo.com>
16137
16138         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
16139         token.
16140
16141 2002-08-07  Simon Josefsson  <jas@extundo.com>
16142
16143         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
16144         (sieve-manage-authenticators):
16145         (sieve-manage-authenticator-alist): Add some SASL mechs.
16146         (sieve-sasl-auth): New function.
16147         (sieve-manage-cram-md5-auth):
16148         (sieve-manage-plain-auth): Rewrite using SASL library.
16149         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
16150         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
16151         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
16152         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
16153
16154 2004-01-05  Simon Josefsson  <jas@extundo.com>
16155
16156         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
16157         New files.
16158
16159 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16160
16161         * gnus-group.el (gnus-no-groups-message): Update.
16162
16163         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
16164
16165 2003-11-09  Simon Josefsson  <jas@extundo.com>
16166
16167         * imap.el: Support for ID IMAP extension (RFC 2971).
16168         (imap-local-variables): Add imap-id.
16169         (imap-id): New variable.
16170         (imap-id): New function.
16171         (imap-parse-response): Parse untagged ID response.
16172         * nnimap.el (nnimap-id): New variable.
16173         (nnimap-open-connection): Use it.
16174
16175 2003-12-28  Simon Josefsson  <jas@extundo.com>
16176
16177         * gnus-score.el (gnus-score-edit-all-score): New.
16178         * gnus-group.el (gnus-group-score-map): Bind it to W e.
16179
16180 2004-01-04  Simon Josefsson  <jas@extundo.com>
16181
16182         * password.el: Add.
16183
16184 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
16185
16186         * dns.el (dns-query-types): Fix typo.
16187         (dns-query-types): New function.
16188         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
16189         PTR and SOA replies, see RFC 1035.
16190
16191 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16192
16193         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
16194
16195         * Moved to Changelog.2.
16196
16197 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16198
16199         * gnus.el (gnus-version-number): Bump version.
16200
16201 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16202
16203         * gnus.el: No Gnus v0.1 is released.
16204
16205 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16206
16207         * gnus.el: No Gnus v0.0 is released.
16208
16209 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16210
16211         * gnus.el (gnus-version-number): Bump.
16212         (gnus-version): No.
16213
16214 See ChangeLog.2 for earlier changes.
16215
16216     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
16217       Free Software Foundation, Inc.
16218
16219   This file is part of GNU Emacs.
16220
16221   GNU Emacs is free software: you can redistribute it and/or modify
16222   it under the terms of the GNU General Public License as published by
16223   the Free Software Foundation, either version 3 of the License, or
16224   (at your option) any later version.
16225
16226   GNU Emacs is distributed in the hope that it will be useful,
16227   but WITHOUT ANY WARRANTY; without even the implied warranty of
16228   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16229   GNU General Public License for more details.
16230
16231   You should have received a copy of the GNU General Public License
16232   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
16233
16234 ;; Local Variables:
16235 ;; coding: utf-8
16236 ;; fill-column: 79
16237 ;; add-log-time-zone-rule: t
16238 ;; End: