17e08000cbfca2e314410100080a27c5aaa2a04a
[gnus] / lisp / ChangeLog
1 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * flow-fill.el (fill-flowed): Don't infloop on too long fill
4         prefixes. 
5
6         * dns.el (query-dns): Protect against errors.
7
8         * gnus-msg.el (gnus-article-yanked-articles): New variable.
9         (gnus-inews-add-send-actions): Mark all answered messages as
10         answered. 
11
12 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
13
14         * nnmail.el (nnmail-split-it): Added tracing to
15         `:' split rule
16
17 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
18
19         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
20         and "%s" so we don't overquote them.
21
22 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
23
24         * (mm-display-external): Display the actual command that has been
25         executed in the echo area.
26
27 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28
29         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry. 
30
31         * message.el (message-with-reply-buffer): New macro.
32         (message-fetch-reply-field): Use it.
33         (message-insert-wide-reply): New command and keystroke.
34         (message-carefully-insert-headers): New function.
35         (message-insert-to): Use new function.
36
37         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
38         (gnus-topic-goto-missing-group): Use it.
39
40         * message.el (message-required-news-headers): Removed Lines.
41         (message-reply): Don't insert References first.
42         (message-followup): Ditto.
43         (message-make-references): New function.
44         (message-followup): Set message-reply-headers before generating
45         the buffer stuff.
46
47 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
48
49         * mml.el (mml-generate-mime-1): Reverse the order of
50         encoding/flowing. 
51
52 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
53
54         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
55         after moving them.
56
57         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
58         fit with newer standard format.
59         (gnus-summary-make-false-root-always): New variable.
60         (gnus-gather-threads-by-subject): Use it.
61
62         * message.el (message-get-reply-headers): Take an address list
63         optional argument.
64
65 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
66
67         * gnus.el (gnus-keep-backlog): Change default to 20.
68
69         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
70         start. 
71         (gnus-agent-check-overview-buffer): Remove negative article
72         numbers. 
73
74         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
75         (nnmail-cache-ignore-groups): Doc fix.
76
77         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
78         (nnimap-debug-buffer): New variable.
79         (nnimap-debug): Use it.
80
81 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
82
83         * gnus.el (gnus-summary-high-uncached-face): New color scheme. 
84
85 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
86
87         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
88         they aren't already sorted.
89
90 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
91
92         * message.el (message-mode-menu): Add ellipses to menu items
93         expecting user interaction.
94         (message-mode-field-menu): do.
95
96 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
97
98         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
99         it isn't used any more.
100
101 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
102
103         * binhex.el (binhex-decoder-program): Fix docstring.
104
105 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
106
107         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
108         special chars if the mailcap file uses single quotes around %s.
109         From Laurent Martelli <laurent@bearteam.org>.   
110
111 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
112
113         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
114         return the info object.
115
116 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
117
118         * gnus-int.el (gnus-request-update-info): Artificially add
119         (1 . (1- min)) to the read range, in case the backend doesn't
120         store marks for nonexistent articles.
121
122 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
123
124         * binhex.el (binhex-insert-char): Eval-and-compile.
125
126 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
127
128         * lpath.el: Add tool-bar-local-item-from-menu.
129
130         * message.el (message-tool-bar-local-item-from-menu): New function.
131         (message-tool-bar-map): Use it.
132
133 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
134
135         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
136
137         * gnus-art.el (gnus-article-header-rank): Last header in
138         gnus-sorted-header-list should have higher rank than non-members.
139
140 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
141
142         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
143         covered methods.
144
145 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
146
147         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
148         eval-when-compile.  Suggested by Kevin Greiner.
149
150 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
151
152         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
153         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
154         even though no headers may have been fetched
155         (gnus-agent-fetch-group-1, and perhaps others, require this
156         behavior).
157         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
158         server buffer is constrained by gnus-agent-max-fetch-size.
159         Multiple chunks in the same group may perform arbitrarily large
160         updates.
161
162 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
163
164         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
165         gnus-summary-update-download-mark to update the article in the
166         summary.
167
168 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
169
170         * gnus.el (gnus-summary-high-uncached-face,
171         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
172         New faces.
173
174         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
175         added this on 2002-11-23 but it just wasn't working out as
176         intended.  The idea isn't entirely dead, three new faces
177         gnus-summary-*-uncached-face are being added to gnus.el to provide
178         the basis for an improved implementation.
179         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
180         proper file to open is lib/servers.
181         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
182         (i.e. removing the article from gnus-newsgroup-downloadable) will
183         now restore the article's default mark rather than simply setting
184         no mark.
185         (gnus-agent-get-undownloaded-list): Corrected documentation.
186         Added code to set new summary local variable,
187         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
188         a temporary list.  No longer sets gnus-newsgroup-downloadable.
189         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
190         up to date.  Call new gnus-summary-update-download-mark to keep
191         summary buffer up-to-date.
192         (gnus-agent-fetch-selected-article): Keep
193         gnus-newsgroup-undownloaded up to date.
194         (gnus-agent-fetch-articles): Return list of articles that were
195         successfully fetched.
196         (gnus-agent-check-overview-buffer): No more thingatpt.
197         (gnus-agent-expire): No longer deletes NOV entries of unread
198         articles.
199         (gnus-agent-unread-articles): New function.
200         (gnus-agent-regenerate-group): The article number must be
201         terminated by a tab character.  Added more messages to report
202         repairs.  Inhibit quits while writing changes so it is now safe
203         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
204         downloaded to 1) resolve the unbound references and 2) avoid
205         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
206
207         * gnus-art.el (gnus-article-prepare): The agent
208         downloaded/undownloaded mark is no longer stored as the article's
209         mark.
210
211         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
212         gnus-summary-highlight may use it.  Added downloaded as
213         gnus-summary-highlight was using it.
214
215         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
216         the download mark now follows Kai's +/- convention.
217         (gnus-downloaded-mark): Added ?+ mark.
218         (gnus-summary-highlight): Added rules to select
219         gnus-summary-high-uncached-face,
220         gnus-summary-normal-uncached-face, and
221         gnus-summary-low-uncached-face.  Removed the
222         gnus-agent-downloaded-article-face.
223         (gnus-summary-line-format-alist): Implemented the download flag
224         format (?O) as named in the manual.  This implementation displays
225         either gnus-undownloaded-mark, gnus-downloaded-mark, or
226         gnus-no-mark.
227         (gnus-newsgroup-agentized): New local variable that identifies
228         which groups are agentized.  While the agent is now on by default,
229         you don't have to agentize every server that you use.
230         (gnus-update-summary-mark-positions): Completed support for the
231         download type of mark.
232         (gnus-summary-insert-line): Added undownloaded to the parameters.
233         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
234         reference by the gnus-summary-line-format-spec.
235
236         * nntp.el (nntp-with-open-group): This macro handles dropped or
237         broken connections by opening a new connection and repeating the
238         failed command.
239         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
240         XOVER commands preceeding the active articles with the nov entry
241         of the first available article.  When gnus connected to such a
242         server, the unexpected nov entry would result in duplicate lines
243         in the agent's overview file.  This patch fixes the duplicate
244         lines problem and improves performance by skipping over all
245         articles IDs that preceed the first nov entry in the server's
246         reply.
247
248 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
249
250         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
251         (gnus-summary-highlight): Use it instead of `downloaded'.
252         (gnus-summary-highlight-line): Ditto.
253
254         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
255
256 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
257
258         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
259
260         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
261         calls.
262
263         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
264         downloaded variable if we're in an uncovered group.
265
266         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
267         font to soemthing less noticeable.
268         (gnus-agent-group-covered-p): New function.
269
270 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
271
272         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
273         Because of an unknown bug, the group buffer is saved in .overview
274         file.
275
276 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
277
278         * nntp.el (nntp-send-command): Braino in last commit.  Replace
279         `and' with `or'.
280
281 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
282
283         * nntp.el (nntp-send-command): Assume that echo does not happen
284         when nntp-open-connection-function is nntp-open-network-stream.
285         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
286
287 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
288
289         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
290
291 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
292
293         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
294         nntp-server-buffer if we aren't going to write to it.
295
296 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
297         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
298
299         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
300
301 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
302
303         * rfc2047.el (rfc2047-decode-region): Remove newlines between
304         decoded words.
305
306 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
307
308         * gnus.el (fboundp): After loading mm-util, make sure it was the
309         right one.
310
311 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
312
313         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
314         gnus-sum.  Made into a user option.
315
316         * gnus-sum.el (gnus-simplify-ignored-prefixes)
317         (gnus-summary-mark-article-as-unread)
318
319 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
320
321         * time-date.el (date-to-time): Typo.
322
323         * parse-time.el: Typo.
324
325         * nnsoup.el (nnsoup-retrieve-headers): Typo.
326
327         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
328
329         * nnimap.el:
330         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
331
332         * mm-encode.el (mm-safer-encoding): Typo.
333
334         * messcompat.el: Typo.
335
336         * message.el (message-face-alist): Typo.
337
338         * imap.el (imap-interactive-login, imap-open): Typos.
339
340         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
341
342         * gnus.el: Typo.
343
344         * gnus-win.el (gnus-configure-frame): Typo.
345
346         * gnus-util.el (gnus-atomic-progn-assign): Typo.
347
348         * gnus-topic.el (gnus-topic-sort-topics): Typo.
349
350         * gnus-sum.el (gnus-summary-article-number)
351         (gnus-summary-read-group-1, gnus-summary-mark-article)
352         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
353
354         * gnus-mule.el (gnus-mule-add-group): Typo.
355
356         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
357
358         * gnus-group.el (gnus-group-fetch-faq): Typo.
359
360         * gnus-art.el (gnus-decode-header-methods): Typo.
361
362         * flow-fill.el: Typo.
363
364 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
365
366         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
367
368 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
369
370         * gnus-sum.el (gnus-simplify-ignored-prefixes)
371         (gnus-summary-mark-article-as-unread)
372         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
373         Reformatting to avoid long lines.
374         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
375
376 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
377
378         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
379         be accessed through `mail-header-number'.
380
381 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
382
383         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
384         compressed range to gnus-summary-insert-articles.
385
386 2002-11-26  Kevin Ryde <user42@zip.com.au>
387
388         * gnus-art.el (gnus-mime-copy-part): Look for filename
389         parameter under content-disposition, not content-type.
390
391         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
392         (gnus-summary-reselect-current-group): Use it.
393
394 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
395
396         * gnus-agent.el (gnus-agent-uncached-articles): if
397         gnus-agent-load-alist fails, return ARTICLES.
398
399         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
400
401 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
402
403         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
404         superfluous function call.
405         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
406         Add warning to docstring.
407
408 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
409
410         * gnus-agent.el: Autoload number-at-point instead.
411         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
412
413 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
414
415         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
416         require thingatpt (for number-at-point) and protect against
417         deactivate-mark being unbound (on XEmacs).
418
419 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
420
421         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
422         print message on entry.
423
424         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
425
426         * gnus-range.el (gnus-range-difference): New function.
427         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
428
429 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
430
431         * gnus-sum.el (gnus-summary-insert-old-articles): Use
432         gnus-remove-from-range instead of gnus-range-difference which
433         doesn't exist.
434
435 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
436         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
437
438         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
439         used for showing which articles have been downloaded.
440         (gnus-agent-article-alist): Format change.  Add documentation.
441         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
442         process-marked articles.
443         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
444         in the series are individually fetched to minimize lose of
445         content due to an error/quit.
446         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
447         gnus-message instead of message.
448         (gnus-agent-read-servers): Use file lib/methods instead of
449         lib/servers.  TODO: Why?
450         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
451         (gnus-agent-get-undownloaded-list): Remove articles that appear to
452         come from the agent.  This means that they are not downloaded.
453         (gnus-agent-fetch-selected-article): Don't use history.
454         (gnus-agent-save-history, gnus-agent-enter-history)
455         (gnus-agent-article-in-history-p, gnus-agent-history-path):
456         Removed function; history is not used anymore.
457         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
458         (gnus-agent-crosspost): Started rewrite then realized that a typo
459         in gnus-agent-fetch-articles ensures that this function is never
460         called.  This will need to be fixed later.
461         (gnus-agent-check-overview-buffer): Some sanity checks on the
462         agent overview buffer.  This is a safety net used during
463         development.
464         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
465         changed, write a number to the file indicating this.
466         (gnus-agent-fetch-headers): Rewrite to respect
467         gnus-agent-consider-all-articles without relying on the
468         `.fetched' files.  Make it fast.
469         (gnus-agent-braid-nov): Change resulting from
470         gnus-agent-fetch-headers change.
471         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
472         `.fetched' files.
473         (gnus-agent-read-agentview): New function, used by
474         gnus-agent-load-alist.
475         (gnus-agent-load-fetched-headers): Remove.
476         (gnus-agent-save-alist): Rewrite to accomodate new format.
477         (gnus-agent-fetch-group-1): Make sure list of articles is in the
478         same order as in gnus-newsgroup-headers.
479         (gnus-agent-expire): Document and implement extra args ARTICLES,
480         GROUP, FORCE.  Do not restrict usage.
481         (gnus-agent-uncached-articles): New function.
482         (gnus-agent-retrieve-headers): Use it.
483         (gnus-agent-regenerate-group): No longer needs to be called from
484         gnus-agent-regenerate.  Individual groups may be regenerated. The
485         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
486         The article fetch dates are validated in the article alist.  The
487         article alist is pruned of entries that do not reference existing
488         NOV entries.  All changes are computed then applied with
489         inhibit-quit bound to t.  As a result, it is now safe to quit out of
490         regeneration.  The optional clean parameter has been replaced with
491         an optional reread parameter.  Clean is no longer necessary as
492         regeneration gets the appropriate setting from
493         gnus-agent-consider-all-articles.  The new reread parameter will
494         result in fetched, or all, articles being marked as unread.
495         (gnus-agent-regenerate): Removed code to regenerate the history
496         file as it is no longer used.
497
498         * gnus-start.el (gnus-make-ascending-articles-unread): New
499         function, for efficient mass-marking.
500
501         * gnus-sum.el (gnus-summary-highlight): Use new face for
502         downloaded articles.
503         (gnus-article-mark): Prefer to indicate read/unread status over
504         downloaded status.
505         (gnus-summary-highlight-line-0): New function, maybe rehighlights
506         line.
507         (gnus-summary-highlight-line): Use new face for downloaded
508         articles.
509         (gnus-summary-insert-old-articles): Improved performance by
510         replacing the initial LIST of older articles with a compressed
511         RANGE of older articles.  Some servers appear to lie about
512         their active range so the original list could contain millions
513         of article numbers.  The range is not expanded into a list
514         until the optional ALL parameter has been applied.
515
516 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
517
518         * gnus-agent.el (gnus-category-mode): Typo in doc string.
519
520 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
521
522         * spam.el:
523         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
524
525         * spam.el: added `M s t' and `M s x' key mappings
526
527 2002-11-20  Simon Josefsson  <jas@extundo.com>
528
529         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
530
531 2002-11-19  Simon Josefsson  <jas@extundo.com>
532
533         * gnus-sum.el (gnus-summary-morse-message): Load
534         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
535         (unmorse-region): Autoload it instead.
536
537 2002-11-18  Simon Josefsson  <jas@extundo.com>
538
539         * gnus-sum.el (gnus-summary-morse-message): New function.
540         (gnus-summary-wash-map): Bind to `W m'.
541         (gnus-summary-make-menu-bar): Add.
542
543         * nnimap.el (nnimap-request-expire-articles): Compress sequence
544         before storing \Deleted mark on expired articles.
545
546 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
547         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
548
549         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
550         parens in column 0.
551
552 2002-11-17  Juanma Barranquero  <lektu@terra.es>
553
554         * nnweb.el (nnweb-google-create-mapping): Fix typo.
555
556         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
557
558         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
559
560 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
561
562         * message.el (message-set-auto-save-file-name): Use
563         make-directory, to avoid the dependence on gnus-util.
564
565 2002-11-16  Simon Josefsson  <jas@extundo.com>
566
567         * nnimap.el (nnimap-callback-callback-function):
568         (nnimap-callback-buffer): Removed, these cannot be global but must
569         be embedded into the callback.
570         (nnimap-make-callback): New.  Embedd article number, callback and
571         buffer in function.
572         (nnimap-callback, nnimap-request-article-part): Update.
573
574 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
575
576         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
577
578 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
579
580         * gnus.el (gnus-summary-line-format): Document %C.
581
582 2002-11-11  Simon Josefsson  <jas@extundo.com>
583
584         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
585         output when called interactively.
586
587 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
588
589         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
590
591         * message.el (message-draft-coding-system): Improve comment; use
592         mm-auto-save-coding-system for the default value.
593
594         * nndraft.el (nndraft-request-article): Revert to the state before
595         2002-10-29; regexp-quote mail-header-separator.
596
597 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
598
599         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
600         allow editing of drafts from an nnvirtual group.
601
602 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
603
604         * nndraft.el (nndraft-request-article): Replace emacs-mule with
605         mm-auto-save-coding-system.
606
607         * message.el (message-draft-coding-system): Default to
608         iso-2022-7bit.
609
610         * mm-util.el (mm-auto-save-coding-system): Undo last change to
611         restore the default value to emacs-mule or escape-quoted.
612
613 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
614
615         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
616         a delayed or a queued article as well as a draft.
617
618         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
619         delayed or a queued article in the raw format; treat a delayed
620         article as a raw article as well as a draft.
621         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
622         for the delayed group.
623
624         * nndraft.el (nndraft-request-article): Ignore auto save files for
625         a delayed or a queued article; don't bother to decode a queued
626         article; don't bind nnmail-file-coding-system for a queued article.
627
628         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
629         and the queue group.
630
631 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
632
633         * gnus-group.el (gnus-group-delete-group):
634         gnus-cache-active-hashtb might be void.
635
636 2002-11-02  Simon Josefsson  <jas@extundo.com>
637
638         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
639         setting of the default user ID.  From Raymond Scholz
640         <ray-2002@zonix.de>.
641
642 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
643
644         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
645         charset.
646
647 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
648         From Alex Schroeder <alex@emacswiki.org>
649         * spam-stat.el (spam-stat-process-directory): add dir to message
650         (spam-stat-reduce-size): No longer remove words
651         with values close to 0.5, because the default value is 0.2.
652
653 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
654
655         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
656         documentation.
657
658 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
659
660         * gnus-agent.el (gnus-agent-fetched-headers)
661         (gnus-agent-load-fetched-headers)
662         (gnus-agent-save-fetched-headers): Remove variable and two
663         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
664         works better.
665         (gnus-agent-fetch-headers): New implementation from Kevin
666         Greiner.  Uses gnus-agent-article-alist to store information
667         about fetched messages which aren't on the server anymore.  The
668         trick is to return a list of considered messages to the caller,
669         but to only fetch those which haven't been fetched yet.
670
671 2002-10-30  Simon Josefsson  <jas@extundo.com>
672
673         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
674
675         * pgg.el (pgg-passphrase-cache-expiry): Removed.
676
677 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
678
679         * mm-view.el (mm-w3m-local-map-property): Make it work with older
680         versions of emacs-w3m than 1.3.3.
681
682         * lpath.el: Bind w3m-minor-mode-map.
683
684         * mm-view.el (mm-w3m-mode-command-alist)
685         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
686         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
687         (mm-setup-w3m): Simplified.
688         (mm-w3m-local-map-property): New function.
689         (mm-inline-text-html-render-with-w3m): Use it.
690
691         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
692         mm-w3m-local-map-property.
693
694 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
695
696         * mm-util.el (mm-auto-save-coding-system): Default to
697         iso-2022-7bit.
698
699         * nndraft.el (nndraft-request-article): Decode an article using
700         the coding-system emacs-mule if it seems to have been saved using
701         emacs-mule.
702         (nndraft-request-replace-article): Use message-draft-coding-system
703         instead of mm-auto-save-coding-system for the draft or delayed
704         group.
705
706 2002-10-28  Josh  <huber@alum.wpi.edu>
707
708         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
709         functions.
710
711 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
712         From mah@everybody.org (Mark A. Hershberger).
713
714         * mm-url.el (mm-url-insert-file-contents): Make it return the same
715         type values ("url" size) regardless of the values of
716         mm-url-use-external.
717
718 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
719
720         * nnimap.el (nnimap-request-article-part): Try harder to show
721         group name in debugging message.
722
723 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
724
725         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
726         directory if it doesn't exist.
727         (gnus-agent-fetch-headers): Remove old cruft that tried to
728         abstain from downloading articles more than once if
729         gnus-agent-consider-all-articles was true.  This is now done
730         properly via the .fetched files.
731
732 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
733
734         * nndraft.el (nndraft-request-article): Treat delayed articles
735         like drafts.
736
737 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
738
739         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
740
741 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
742
743         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
744         Remove unused optional arg DIR and corresponding code.
745
746         * nnimap.el (nnimap-request-article-part): Include group name in
747         debugging output.
748
749 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
750
751         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
752
753 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
754
755         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
756         contains range of headers that have been fetched by the agent
757         already.  Compare gnus-agent-article-alist.
758         (gnus-agent-file-header-cache): Like
759         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
760         (gnus-agent-fetch-headers): Improve comment.  Revert to old
761         seen/recent logic.
762         Remember which headers have been fetched before and don't fetch
763         them again the next time round.
764         (gnus-agent-load-fetched-headers)
765         (gnus-agent-save-fetched-headers): New functions, for remembering
766         which headers have been fetched before.
767
768 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
769
770         * lpath.el: Remove useless bindings.
771
772 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
773
774         * gnus-sum.el (gnus-summary-execute-command): Disable visual
775         features while searching.
776
777 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
778
779         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
780
781 2002-10-22  Simon Josefsson  <jas@extundo.com>
782
783         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
784         (pgg-snarf-keys): Add.
785
786 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
787
788         * lpath.el: Fbind bbdb-records.
789
790         * spam.el: Don't autoload bbdb-records.
791
792 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
793
794         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
795         prevent inf-loop.
796
797 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
798
799         * nnslashdot.el: Removed some test lines.
800         More test.
801
802 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
803
804         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
805         are known to be downloaded already.
806
807 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
808
809         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
810         (mm-text-html-washer-alist): Ditto.
811
812 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
813
814         * nnheader.el (nnheader-remove-body): Fix an error of detecting
815         boundary between headers and body.
816         * nnml.el (nnml-parse-head): Ditto.
817
818 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
819
820         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
821         entries.
822
823         * gnus-group.el (gnus-fetch-group): Allow an optional
824         specification of the articles to select.
825
826         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
827
828 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
829
830         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
831         headers from the group, update variable `articles' to contain
832         only those numbers where headers exist.  (When fetching all
833         articles in a group, Gnus creates lots of numbers where there is
834         no articles.)
835
836 2002-10-20  Steve Youngs  <youngs@xemacs.org>
837
838         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
839         doesn't have the 'alist custom type, use cons cells instead.
840         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
841         (pgg-parse-hash-algorithm-alist): Ditto.
842         (pgg-parse-compression-algorithm-alist): Ditto.
843         (pgg-parse-signature-type-alist): Ditto.
844
845         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
846
847         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
848
849         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
850
851 2002-10-19  Simon Josefsson  <jas@extundo.com>
852
853         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
854         buffer.
855
856 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
857
858         * gnus-spec.el (gnus-make-format-preserve-properties)
859         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
860         properties also on XEmacs.  `gnus-xmas-format' is like format but
861         preserves text properties on XEmacs (though it only understands
862         simple format specs).  The variable
863         `gnus-make-format-preserve-properties' controls whether the
864         function is used, and is checked in `gnus-parse-simple-format'.
865         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
866
867         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
868         output.
869         (gnus-agent-consider-all-articles): New variable.
870         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
871         (gnus-agent-fetch-headers): Depending on
872         gnus-agent-consider-all-articles, maybe get all articles.
873         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
874         `read'.
875         (gnus-predicate-imples-unread): New function.
876         (gnus-agent-fetch-headers): Optimize to call
877         gnus-list-of-unread-articles if that is sufficient.
878         Check unseen and recent instead of seen and recent.
879         (gnus-agent-fetch-headers): Abstain from calling
880         gnus-list-range-intersection if range (a . b) would have (> a b).
881
882 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
883
884         * message.el (message-send-mail): Make it possible to perform
885         edebug-defun.
886
887 2002-10-18  Simon Josefsson  <jas@extundo.com>
888
889         * gnus-art.el (gnus-button-man-handler): Change default to
890         `manual-entry' (defined in both emacsen).
891         (gnus-button-man-handler): Remove emacsen difference and use
892         `manual-entry'.
893
894 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
895
896         * spam.el: Wrap autoload settings for bbdb-records,
897         executable-find and ifile-spam-filter with eval-and-compile.
898         (spam-display-buffer-contents): Remove.
899         (spam-bogofilter-score): Merge spam-display-buffer-contents.
900
901 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
902
903         * spam.el (spam-display-buffer-contents): New function.
904         (spam-bogofilter-score): use spam-display-buffer-contents, patch
905         from Katsumi Yamaoka <yamaoka@jpl.org>.
906
907 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
908
909         * nnheader.el (nnheader-parse-naked-head): New function.
910         (nnheader-parse-head): Use the above function, in order to handle
911         continuation lines properly.
912         (nnheader-remove-body): New function.
913         (nnheader-remove-cr-followed-by-lf): New function.
914         (nnheader-ms-strip-cr): Use the above function.
915
916         * gnus-agent.el (gnus-agent-regenerate-group): Call
917         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
918         `nnheader-parse-head'.
919         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
920
921         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
922         continuation lines by itself; call `nnheader-parse-naked-head'
923         instead of `nnheader-parse-head'.
924         * nndiary.el (nndiary-parse-head): Ditto.
925         * nnfolder.el (nnfolder-parse-head): Ditto.
926         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
927         * nnmaildir.el (nnmaildir--update-nov): Ditto.
928         * nnml.el (nnml-parse-head): Ditto.
929
930 2002-10-17  Steve Youngs  <youngs@xemacs.org>
931
932         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
933         XEmacs, default to it if featurep 'xemacs.
934
935 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
936
937         * spam-stat.el: Check for the existence of hash functions instead
938         of the Emacs version to decide whether to load cl.  Suggested by
939         Kai Gro\e,A_\e(Bjohann.
940
941 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
942
943         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
944         if it isn't open yet.
945
946 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
947
948         * gnus-group.el: Require mm-url only when compiling.
949         (gnus-group-fetch-charter): Require mm-url.
950
951         * spam-stat.el: Require cl for the functions gethash,
952         hash-table-count, make-hash-table and mapc for Emacs 20.
953         (puthash): Alias to cl-puthash for Emacs 20.
954         (with-syntax-table): New macro for Emacs 20.
955
956 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
957
958         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
959
960 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
961
962         * spam.el (spam-check-ifile): added ifile as a spam checking
963         backend, and spam-use-ifle as the variable to toggle that check.
964
965 2002-10-12  Simon Josefsson  <jas@extundo.com>
966
967         * message.el (message-beginning-of-line): New variable.
968         (message-beginning-of-line): Use it.
969
970 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
971
972         * spam.el: more compilation fixes for BBDB
973
974         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
975         (spam-stat-reduce-size): Interactive.
976         (spam-stat-reset): New function.
977         (spam-stat-save): Interactive.
978
979 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
980
981         * gnus.el: Autoload gnus-delay-initialize.
982
983         * message.el: Autoload gnus-delay-article.
984
985 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
986
987         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
988         text property in Emacs.
989
990 2002-10-11  Simon Josefsson  <jas@extundo.com>
991
992         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
993         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
994
995         * mml1991.el (mml1991-pgg-sign): Remove CR.
996
997 2002-10-10  Simon Josefsson  <jas@extundo.com>
998
999         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
1000         decrypt failed.
1001         (mml2015-trust-boundaries-alist): Removed.
1002         (mml2015-gpg-extract-signature-details): Don't use it.
1003         (mml2015-unabbrev-trust-alist): New.
1004         (mml2015-gpg-extract-signature-details): Use it.
1005
1006 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
1007
1008         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
1009         BBDB installed
1010
1011         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
1012         statistical analysis of spam in Lisp only
1013
1014 2002-10-10  Simon Josefsson  <jas@extundo.com>
1015
1016         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
1017         auth, selected or examine state.
1018
1019         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
1020         buffer and error buffer depending on type of information.
1021
1022         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
1023         --status-fd stuff even if gpg.el is not used (revert earlier
1024         change).
1025         (mml2015-pgg-{clear-,}verify): Store both output and errors as
1026         gnus details.
1027         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
1028         buffer.
1029
1030         * pgg.el (pgg-verify-region): Use it.
1031
1032         * pgg-def.el (pgg-query-keyserver): New variable.
1033
1034         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
1035         key-identifier in packet.  Is this a good idea?
1036
1037         * mml.el (mml-mode-map): Add security commands that operates on
1038         MIME parts.
1039         (mml-menu): And menu items for them.
1040
1041         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
1042
1043         * mml.el (mml-parse-1): Support sender in #secure tags.
1044
1045         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
1046         defined.
1047
1048         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
1049         (mml-pgp-encrypt-buffer): Support combined signing.
1050
1051         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
1052         (mml1991-gpg-encrypt): Ditto.
1053         (mml1991-pgg-encrypt): Ditto.
1054         (mml1991-encrypt): Pass sign parameter.
1055
1056         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
1057         (mml-signencrypt-style): Mention the variable.
1058
1059 2002-10-09  Simon Josefsson  <jas@extundo.com>
1060
1061         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
1062         pgg-gpg-user-id.
1063
1064         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
1065         (pgg-fetch-key-function): Nil if w3 is not installed.
1066
1067 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1068
1069         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
1070         gnus-agent-current-history.
1071
1072 2002-10-06  Simon Josefsson  <jas@extundo.com>
1073
1074         * imap.el (imap-parse-status): Don't use read to read token.
1075
1076 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1077
1078         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
1079         for methods not covered by the agent, and when unplugged.
1080
1081 2002-10-05  Simon Josefsson  <jas@extundo.com>
1082
1083         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
1084         signing.
1085
1086         * gnus-agent.el (gnus-agent-read-servers): If getting method from
1087         a named server fails, ignore the server.
1088
1089         * mml1991.el (mml1991-pgg-sign): Do QP.
1090
1091         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
1092         work.
1093
1094 2002-10-04  Simon Josefsson  <jas@extundo.com>
1095
1096         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
1097
1098         * pgg-pgp.el (pgg-pgp-verify-region): Inline
1099         binary-write-decoded-region from MEL.
1100
1101         * pgg.el (pgg-encrypt-region): Support sign.
1102
1103         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
1104
1105         * mml2015.el (mml2015-pgg-encrypt): Ditto.
1106
1107         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
1108         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
1109         branch where PGG was taken from in the ChangeLog entries below.
1110
1111 2002-10-01  Simon Josefsson  <jas@extundo.com>
1112
1113         * pgg-pgp.el: Don't require mel.  Don't use luna.
1114         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
1115         (pgg-pgp-process-region): Use expand-file-name instead of concat.
1116         (pgg-pgp-process-region): Don't use binary-funcall.
1117
1118         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
1119
1120         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
1121         instead of concat.
1122
1123         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
1124
1125 2002-09-29  Simon Josefsson  <jas@extundo.com>
1126
1127         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
1128         compile warnings.
1129
1130         * pgg.el (pgg-decrypt-region): Don't parse packet.
1131
1132         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
1133
1134 2002-09-29  Daiki Ueno <ueno@unixuser.org>
1135
1136         * pgg.el: Remove dependency on calist.el.
1137
1138 2002-09-28  Simon Josefsson  <jas@extundo.com>
1139
1140         * pgg.el (pgg-temporary-file-directory): New variable.
1141         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
1142
1143         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
1144         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
1145
1146         * pgg-parse.el (pgg-char-int): Defalias.
1147         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
1148         (pgg-read-bytes, pgg-read-body): Use it.
1149         (pgg-decode-packets): Don't use MEL, use base64-*.
1150         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
1151         (pgg-string-as-unibyte): Defalias.
1152         (pgg-parse-armor-region): Use it.
1153
1154         * pgg-gpg.el (pgg-gpg-process-region): Use
1155         pgg-temporary-file-directory.
1156
1157         * luna.el: Don't def-edebug.
1158
1159         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
1160         binary-write-decoded-region from MEL.
1161
1162         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
1163
1164         * alist.el, calist.el: Don't require product/APEL.
1165
1166         * pgg-parse.el (top-level): Remove dependency on static.el,
1167         pccl.el, mel.el.
1168         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
1169         `define-ccl-program' is boundp, instead of using broken.
1170
1171 2002-10-01  Simon Josefsson  <jas@extundo.com>
1172
1173         * message.el (message-required-mail-headers): Remove Lines:.
1174
1175 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1176         From Jesper Harder.
1177
1178         * gnus-group.el (gnus-group-fetch-charter,
1179         gnus-group-fetch-control): Prompt for group if given a prefix
1180         argument.
1181         * gnus-sum.el (t): Add gnus-group-fetch-charter and
1182         gnus-group-fetch-control to summary key map and menu.
1183
1184
1185 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
1186
1187         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
1188         number when there are no articles.
1189
1190 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1191
1192         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
1193         arg ALL means to fetch all articles, not only downloadable ones.
1194         (gnus-agent-fetch-selected-article): New function for
1195         gnus-select-article-hook or gnus-mark-article-hook.
1196
1197 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1198         From Peter von der Ahe <nospam2159@daimi.au.dk>.
1199
1200         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
1201         raw-text.
1202
1203 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
1204
1205         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
1206         Pinard).
1207         Major revamp of the code, documentation is in comments in the file
1208         for now.
1209
1210 2002-09-30  Simon Josefsson  <jas@extundo.com>
1211
1212         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
1213         buffer seem to be needed?
1214
1215 2002-09-29  Simon Josefsson  <jas@extundo.com>
1216
1217         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
1218         compile warnings.
1219
1220         * mml1991.el (mml1991-function-alist): Add pgg.
1221         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
1222         (mml1991-pgg-encrypt): Fix recipients querying.
1223
1224 2002-09-28  Simon Josefsson  <jas@extundo.com>
1225
1226         * mml2015.el (autoload): Autoload correct files.  Trivial patch
1227         from dme@dme.org.
1228         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
1229         handle is returned.
1230
1231 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1232
1233         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1234         Protect against non-existent of `nnimap-mailbox-info'.
1235
1236 2002-09-27  Simon Josefsson  <jas@extundo.com>
1237
1238         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
1239         (gnus-setup-news-hook): Use it.
1240         (gnus-after-getting-new-news-hook): Ditto.
1241
1242         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
1243
1244 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1245         From Mats Lidell <matsl@contactor.se>.
1246
1247         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
1248
1249 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1250
1251         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
1252         the part to decode encoded words, use raw words instead of decoded
1253         words.
1254
1255 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
1256
1257         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
1258
1259         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
1260         (mm-setup-w3m): Use it.
1261
1262 2002-09-27  Simon Josefsson  <jas@extundo.com>
1263
1264         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
1265         article buffers.
1266
1267         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
1268         it just in case.
1269         (nnimap-update-unseen): New function; update unseen count in
1270         `n-m-info'.
1271         (nnimap-close-group): Call it.
1272
1273         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
1274         (gnus-after-getting-new-news-hook): Ditto.
1275
1276         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
1277         message into verboselevel 9.  Change slow mail check message.
1278         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
1279         (nnimap-fixup-unread-after-getting-new-news): New function, to be
1280         used as a hook after getting new mail.
1281
1282 2002-09-26  Simon Josefsson  <jas@extundo.com>
1283
1284         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
1285         SELECT/EXAMINE is first unseen article, not number of unseen
1286         articles.  Make them distinct by renaming the former to
1287         `first-unseen' instead of `unseen'.
1288
1289         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
1290         too.
1291         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
1292         changed.
1293         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
1294
1295         * gnus-int.el (gnus-server-unopen-status): Defcustom.
1296
1297         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
1298         better.
1299
1300         * mml2015.el (mml2015-pgg-decrypt): Only add security information
1301         if dissecting resulting buffer actually had any information.
1302
1303 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1304
1305         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
1306         because the function `string<' allows symbols.
1307
1308         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
1309
1310 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
1311
1312         * message.el (message-forward-make-body): Revert an early change
1313         because 8-bit utf-8 emails.
1314
1315 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
1316
1317         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
1318         links to Info)
1319         * gnus-art.el (gnus-treat-highlight-signature):
1320         * gnus-art.el (gnus-treat-buttonize):
1321         * gnus-art.el (gnus-treat-buttonize-head):
1322         * gnus-art.el (gnus-treat-emphasize):
1323         * gnus-art.el (gnus-treat-strip-cr):
1324         * gnus-art.el (gnus-treat-unsplit-urls):
1325         * gnus-art.el (gnus-treat-leading-whitespace):
1326         * gnus-art.el (gnus-treat-hide-headers):
1327         * gnus-art.el (gnus-treat-hide-boring-headers):
1328         * gnus-art.el (gnus-treat-hide-signature):
1329         * gnus-art.el (gnus-treat-fill-article):
1330         * gnus-art.el (gnus-treat-hide-citation):
1331         * gnus-art.el (gnus-treat-hide-citation-maybe):
1332         * gnus-art.el (gnus-treat-strip-list-identifiers):
1333         * gnus-art.el (gnus-treat-strip-pgp):
1334         * gnus-art.el (gnus-treat-strip-pem):
1335         * gnus-art.el (gnus-treat-strip-banner):
1336         * gnus-art.el (gnus-treat-highlight-headers):
1337         * gnus-art.el (gnus-treat-highlight-citation):
1338         * gnus-art.el (gnus-treat-date-ut):
1339         * gnus-art.el (gnus-treat-date-local):
1340         * gnus-art.el (gnus-treat-date-english):
1341         * gnus-art.el (gnus-treat-date-lapsed):
1342         * gnus-art.el (gnus-treat-date-original):
1343         * gnus-art.el (gnus-treat-date-iso8601):
1344         * gnus-art.el (gnus-treat-date-user-defined):
1345         * gnus-art.el (gnus-treat-strip-headers-in-body):
1346         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
1347         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
1348         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
1349         * gnus-art.el (gnus-treat-unfold-headers):
1350         * gnus-art.el (gnus-treat-fold-headers):
1351         * gnus-art.el (gnus-treat-fold-newsgroups):
1352         * gnus-art.el (gnus-treat-overstrike):
1353         * gnus-art.el (gnus-treat-display-xface):
1354         * gnus-art.el (gnus-treat-display-smileys):
1355         * gnus-art.el (gnus-treat-from-picon):
1356         * gnus-art.el (gnus-treat-mail-picon):
1357         * gnus-art.el (gnus-treat-newsgroups-picon):
1358         * gnus-art.el (gnus-treat-body-boundary):
1359         * gnus-art.el (gnus-treat-capitalize-sentences):
1360         * gnus-art.el (gnus-treat-fill-long-lines):
1361         * gnus-art.el (gnus-treat-play-sounds):
1362         * gnus-art.el (gnus-treat-translate):
1363         * gnus-art.el (gnus-treat-x-pgp-sig):
1364         * gnus-art.el (gnus-mime-button-line-format):
1365         * gnus-art.el (gnus-button-man-level):
1366         * gnus-art.el (gnus-button-emacs-level):
1367         * gnus-cus.el (gnus-group-parameters):
1368         * gnus-gl.el (bbb-build-mid-scores-alist):
1369         * gnus-group.el (gnus-group-line-format):
1370         * gnus-mlspl.el (gnus-group-split-setup):
1371         * gnus-mlspl.el (gnus-group-split):
1372         * gnus-msg.el (gnus-mailing-list-groups):
1373         * gnus-msg.el (gnus-posting-styles):
1374         * gnus-nocem.el (gnus-nocem-issuers):
1375         * gnus-score.el (gnus-score-regexp-bad-p):
1376         * gnus-srvr.el (gnus-server-line-format):
1377         * gnus-topic.el (gnus-topic-line-format):
1378         * gnus.el (gnus-summary-line-format):
1379         * mail-source.el (mail-sources):
1380         * message.el (message-subscribed-address-file):
1381         * nnmail.el (nnmail-split-fancy):
1382
1383 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
1384
1385         * mail-source.el(mail-source-run-script): use `functionp' to test
1386         whether the argument `script' is in fact a function.
1387         (mail-sources): adjust the defcustom to allow users to specify a
1388         function or a string as the value of the `:prescript' and
1389         `:postscript' arguments of the `file' and `pop3' mail sources.
1390
1391 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
1392
1393         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
1394         number when article 1 does not exist.
1395
1396 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1397
1398         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
1399         apropos if apropos-variable does not exist.
1400         (gnus-button-guessed-mid-regexp)
1401         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
1402         regexes.  From Reiner Steib.
1403         (gnus-button-handle-describe-function)
1404         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
1405         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
1406         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
1407
1408 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
1409         Trivial patch.
1410
1411         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
1412         the file.
1413
1414 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
1415
1416         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
1417
1418 2002-09-24  Simon Josefsson  <jas@extundo.com>
1419
1420         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
1421         (mml2015-use): Prefer PGG if installed.
1422         (mml2015-function-alist): Add PGG wrappers.
1423         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
1424         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
1425         prefix, make regexp optionally skip it.
1426         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
1427         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
1428         (mml2015-pgg-encrypt): New functions.
1429         (defvar, autoload): Prevent byte-compile warnings.
1430
1431 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1432         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
1433
1434         * gnus-art.el (article-strip-banner): Check for the existence of
1435         from header.
1436
1437 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
1438
1439         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
1440         (gnus-button-alist): Improved regexp for
1441         gnus-button-handle-mid-or-mail (false positives), fixed
1442         gnus-button-handle-man entries.
1443         From Reiner Steib.
1444
1445 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
1446         From Josh Huber.
1447
1448         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
1449         nnmail-extra-headers is non-nil.
1450
1451 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
1452
1453         * nnmaildir.el: Store article numbers persistently.  General
1454         revision.
1455         (nnmaildir-request-expire-articles): handle 'immediate and 'never
1456         for nnmail-expiry-wait; delete instead of moving if 'force is
1457         given.
1458
1459 2002-09-23  Simon Josefsson  <jas@extundo.com>
1460         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
1461
1462         * smime.el (smime-sign-buffer): Get key and extra certs.
1463         (smime-get-key-with-certs-by-email): Utility function.
1464
1465 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
1466         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
1467
1468         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
1469         article exists.
1470
1471 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
1472
1473         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
1474
1475 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
1476         From Reiner Steib.
1477
1478         * gnus-art.el (gnus-button-handle-custom,
1479         gnus-button-handle-mid-or-mail,
1480         gnus-button-handle-describe-{function,variable,key},
1481         gnus-button-handle-apropos{,command,variable}): New functions.
1482         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
1483         gnus-button-{man,emacs,mail}-level): New variables.
1484         (gnus-button-alist): Use the above to buttonize emacs and mail
1485         related links.
1486
1487 2002-09-18  Juanma Barranquero  <lektu@terra.es>
1488
1489         * gnus-int.el (gnus-status-message): Fix spacing.
1490
1491         * imap.el (imap-continuation): Fix typos.
1492
1493 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
1494
1495         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
1496
1497         * gnus-art.el (gnus-article-reply-with-original): Correct
1498         with-current-buffer scope.
1499
1500         * message.el (message-completion-alist): Add Reply-To, From, etc.
1501
1502 2002-09-18  Simon Josefsson  <jas@extundo.com>
1503
1504         * nnimap.el (nnimap-request-expire-articles): Make flag setting
1505         conditional.  From Nevin Kapur <nevin@jhu.edu>.
1506
1507 2002-09-17  Simon Josefsson  <jas@extundo.com>
1508
1509         * nnimap.el (nnimap-expiry-target): Don't search for which
1510         articles exists here.
1511         (nnimap-request-expire-articles): Do it here instead.  Only expire
1512         when articles are found.  Suggested by Nevin Kapur
1513         <nevin@jhu.edu>.
1514
1515 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1516         From Reiner Steib <reiner.steib@gmx.de>.
1517
1518         * message.el (message-strip-subject-trailing-was)
1519         (message-change-subject, message-add-archive-header)
1520         (message-xpost-fup2-header, message-xpost-insert-note)
1521         (message-xpost-fup2, message-reduce-to-to-cc): New functions
1522         adopted from message-utils.el.  Add functions to the keymap, mode
1523         describtion and menu.
1524         (message-change-subject,message-xpost-fup2): Signal error if
1525         current header is empty.
1526         (message-xpost-insert-note): Changed insert position.
1527         (message-archive-note): Ensure to insert note in message body (not
1528         in head).
1529         (message-archive-header, message-archive-note)
1530         (message-xpost-default, message-xpost-note, message-fup2-note)
1531         (message-xpost-note-function): New variables adopted from
1532         message-utils.el.  Changed some doc-strings.
1533         (message-mark-insert-{begin,end}): Rename from
1534         message-{begin,end}-inserted-text-mark (message-utils.el), changed
1535         values.
1536         (message-subject-trailing-was-query)
1537         (message-subject-trailing-was-ask-regexp)
1538         (message-subject-trailing-was-regexp): New variables.
1539         (message-to-list-only): Added doc-string and menu entry.
1540
1541         * message-utils.el: Removed.  Functions are now in message.el.
1542
1543 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
1544
1545         * gnus-art.el (gnus-article-reply-with-original,
1546         gnus-article-followup-with-original): Switch to
1547         gnus-summary-buffer before reply/followup.
1548
1549 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
1550
1551         * gnus-sum.el (gnus-summary-toggle-header): The article window may
1552         not exist. Toggle it anyway.
1553
1554 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
1555
1556         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
1557
1558         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
1559         Trivial patch from Urban Engberg <ue@ccieurope.com>.
1560
1561         * rfc2047.el (message-posting-charset): Defvar it.
1562         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
1563         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
1564
1565         * mail-source.el (mail-source-fetch): Hide password.
1566
1567         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
1568
1569 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1570         From John Paul Wallington <jpw@shootybangbang.com>.
1571
1572         * gnus.el (gnus-visual, gnus-meta): Fix typo.
1573
1574 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1575
1576         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
1577
1578 2002-09-11  Simon Josefsson  <jas@extundo.com>
1579
1580         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
1581         (nnimap-split-rule): Doc fix.
1582         (nnimap-request-expire-articles): Cleanup code.
1583
1584 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1585         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
1586
1587         * gnus-art.el (gnus-article-address-banner-alist): New option.
1588         (article-strip-banner): Refer the above option to split banners of
1589         free mail servers, when no group parameter is specified.
1590
1591 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1592
1593         * nntp.el (nntp-wait-for-string): Check for a process in the
1594         current buffer instead of `nntp-server-buffer'.
1595
1596 2002-09-09  Simon Josefsson  <jas@extundo.com>
1597
1598         * gnus-art.el (gnus-button-man-handler): New variable.
1599         (gnus-button-alist): Use g-b-handle-man.
1600         (gnus-button-handle-man): New, call g-b-man-handler.
1601
1602 2002-09-08  Simon Josefsson  <jas@extundo.com>
1603
1604         * gnus-art.el (gnus-button-alist): Buttonize man page links.
1605
1606 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1607
1608         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
1609
1610 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1611
1612         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
1613
1614         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
1615         keystroke.
1616
1617         * gnus-srvr.el (gnus-browse-describe-group): New command and
1618         keystroke.
1619
1620 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1621
1622         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
1623         value for gnus-decoration property.
1624
1625 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1626
1627         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
1628         string) as group name in case we have a CRLF in the file.
1629
1630 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
1631
1632         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
1633         group.
1634         (rfc1843-decode-hzp): do.
1635         (rfc1843-newsgroups-regexp): do.
1636
1637 2002-09-04  Simon Josefsson  <jas@extundo.com>
1638
1639         * message.el (message-canlock-generate): Make sure sha1 doesn't
1640         call external programs.
1641
1642 2002-09-03  Simon Josefsson  <jas@extundo.com>
1643
1644         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
1645
1646         * gnus-agent.el (gnus-agent-batch): Add doc.
1647
1648 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
1649
1650         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
1651         check for signed and encrypted parts.
1652         * mml.el (mml-parse-1): Correct small typo which preventing
1653         setting recipients in a secure tag.
1654
1655 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1656
1657         * mm-util.el (mm-coding-system-priorities): Default to a list of
1658         iso-2022-jp and others for the Japanese environment.
1659
1660 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1661
1662         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
1663         invalid display names.
1664
1665 2002-08-30  Simon Josefsson  <jas@extundo.com>
1666
1667         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
1668         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
1669
1670 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
1671
1672         * gnus.el (gnus-group-charter-alist): New option.
1673         (gnus-group-fetch-control-use-browse-url): New option.
1674
1675         * gnus-group.el (gnus-group-fetch-charter): New function.
1676         (gnus-group-fetch-control): New function.
1677         Add them to the keymap and menu. Require mm-url.
1678
1679 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1680
1681         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
1682         From Alex Schroeder <alex@emacswiki.org>.
1683
1684 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
1685
1686         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
1687         items expecting user interaction.
1688
1689         * gnus-topic.el (gnus-topic-make-menu-bar): do.
1690
1691         * gnus-sum.el (gnus-summary-make-menu-bar): do.
1692
1693         * gnus-srvr.el (gnus-server-make-menu-bar): do.
1694
1695         * mml.el (mml-menu): do.
1696
1697 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1698
1699         * mail-source.el (mail-source-touch-pop): New function.
1700
1701         * message.el (message-smtpmail-send-it): New function.
1702         (message-send-mail-function): Add it for a candidate.
1703
1704 2002-08-27  Simon Josefsson  <jas@extundo.com>
1705
1706         * gnus-msg.el (posting-charset-alist): Use
1707         gnus-define-group-parameter instead of defcustom.
1708         (gnus-put-message): Handle SPC in GCC.
1709         (gnus-inews-insert-gcc): Ditto.
1710         (gnus-inews-insert-archive-gcc): Ditto.
1711
1712 2002-08-26  Simon Josefsson  <jas@extundo.com>
1713
1714         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
1715         (gnus-agentize): Auto agentize all nntp and nnimap groups.
1716         (gnus-agent-possibly-save-gcc): Autoload.
1717         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
1718
1719 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1720
1721         * gnus.el (gnus-other-frame-function): New user option.
1722         (gnus-other-frame): Use it; add a doc-string; make it work with
1723         the gnuclient program.
1724
1725         * gnus-util.el (gnus-frame-or-window-display-name): New function.
1726
1727         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
1728         `device-connection' and `dfw-device'.
1729
1730 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1731
1732         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
1733         positives, make it stricter.  From Jochen Hein (trivial change).
1734
1735 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1736
1737         * gnus.el (gnus-other-frame): Trivial fix.
1738
1739 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1740
1741         * gnus.el (gnus-other-frame-parameters): New user option.
1742         (gnus-other-frame-object): New variable.
1743         (gnus-other-frame): Make it search for existing Gnus frame; don't
1744         read new news; delete frame on exit.
1745
1746         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
1747
1748         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
1749
1750 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1751         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
1752
1753         * message.el (message-set-auto-save-file-name): Add support for
1754         the Cygwin Emacs; the system-type is `cygwin'.
1755         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
1756
1757 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
1758
1759         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
1760
1761         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
1762         avoid arithmetic errors.
1763
1764 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1765
1766         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
1767
1768 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1769
1770         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
1771         (message-ignored-resent-headers): Add envelope From.
1772
1773 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1774
1775         * gnus.el (gnus-summary-line-format): Document %k specifier.
1776
1777 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1778
1779         * gnus-sum.el (gnus-summary-line-message-size): New function.
1780         (gnus-summary-line-format-alist): Use it.
1781
1782 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1783
1784         * gnus-art.el (article-make-date-line): Refer to the value for
1785         `gnus-article-time-format' in the summary buffer.
1786
1787         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
1788
1789 2002-08-14  Simon Josefsson  <jas@extundo.com>
1790
1791         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
1792         quoting.
1793         (gnus-button-alist): Fix doc.
1794         (gnus-header-button-alist): Use ' not ` for default value quoting.
1795         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
1796         rationale similar to 2002-05-01 change.
1797         (gnus-article-add-buttons-to-head): Evaluate expression.
1798
1799         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
1800
1801 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1802
1803         * message.el (message-font-lock-keywords): Refer to the value for
1804         `message-cite-prefix-regexp' dynamically.
1805
1806 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1807
1808         * gnus-art.el (gnus-decode-header-methods): Doc fix.
1809
1810 2002-08-12  Simon Josefsson  <jas@extundo.com>
1811
1812         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
1813         (imap-shell-open): Skip initial junk before IMAP greeting.
1814
1815 2002-08-11  Simon Josefsson  <jas@extundo.com>
1816
1817         * message-utils.el (message-xpost-default,
1818         message-xpost-fup2-header, message-xpost-fup2): Fixed
1819         Typos.  Trivial changes from Reiner Steib
1820         <4uce.02.r.steib@gmx.net>.
1821
1822 2002-08-09  Simon Josefsson  <jas@extundo.com>
1823
1824         * message.el (message-canlock-password): Set
1825         canlock-password-for-verify to newly generated canlock-password.
1826         When Emacs is restarted, Custom makes sure this is set, but during
1827         the same session we must set it manually.
1828
1829 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
1830
1831         * yenc.el: New file.
1832
1833         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
1834         (mm-uu-type-alist): Add yenc.
1835         (mm-uu-yenc-filename): New function.
1836         (mm-uu-yenc-extract): New function.
1837
1838         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
1839
1840 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
1841
1842         * dgnushack.el (merge): Don't use coerce.
1843
1844 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
1845
1846         * mailcap.el (mailcap-mime-data): Test window-system rather than
1847         mm-device-type.
1848         (mailcap-mime-data): Call xdvi and gv with "-safer".
1849
1850         * mm-util.el: Don't define mm-device-type.
1851
1852 2002-08-05  Simon Josefsson  <jas@extundo.com>
1853
1854         * mm-util.el (mm-coding-system-priorities): coding-system type not
1855         supported everywhere.
1856
1857 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1858
1859         * gnus.el (gnus-version-number): Bumped version number.
1860
1861 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1862
1863         * gnus.el: Oort Gnus v0.07 is released.
1864
1865 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1866
1867         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
1868         (gnus-article-sort-functions): Doc fix.
1869         (t): New keystroke.
1870         (gnus-article-sort-by-random): New function.
1871         (gnus-thread-sort-by-random): New function.
1872
1873 2002-08-02  Simon Josefsson  <jas@extundo.com>
1874
1875         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
1876         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
1877
1878 2002-07-31  Danny Siu  <dsiu@adobe.com>
1879
1880         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
1881         when splitting malformed messages without message-id
1882
1883 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1884         From Niklas Morberg <niklas.morberg@axis.com>.
1885
1886         * nnweb.el (nnweb-type, nnweb-type-definition)
1887         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
1888         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
1889         functionality.
1890         * nnweb.el: Removed old non-functioning search engines.
1891
1892 2002-07-27  Simon Josefsson  <jas@extundo.com>
1893
1894         * message.el (message-forward-make-body): Don't use
1895         `message-forward-ignored-headers' when doing a "raw" followup (it
1896         is important to preserve e.g. CTE).
1897
1898         * flow-fill.el (fill-flowed): Disable filladapt-mode.
1899
1900         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
1901         regexp-quote, Cyrus Sieve is fixed.
1902
1903         * sieve-manage.el (sieve-manage-deletescript): New function.
1904
1905         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
1906         (sieve-manage-mode): Fix menubar.
1907         (sieve-activate): Change some messages.
1908         (sieve-deactivate-all): New function.
1909         (sieve-deactivate): New alias.
1910         (sieve-remove): New function.
1911         (sieve-help): Fix help.
1912         All suggested by Ned Ludd.
1913
1914 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1915
1916         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
1917         (mm-w3m-safe-url-regexp): New user option.
1918
1919         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
1920         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
1921
1922 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
1923
1924         * gnus-sum.el (gnus-summary-delete-article): Force
1925         nnmail-expiry-target to 'delete, so that absolute deletion
1926         happens when absolute deletion is requested.
1927
1928 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1929         From Nevin Kapur <nevin@jhu.edu>.
1930
1931         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
1932         headers as empty headers.
1933
1934 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1935         From Jochen Hein <jochen@jochen.org>.
1936
1937         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
1938         correct typo.
1939         (gnus-emphasis-strikethru): New face.
1940
1941 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1942         From Jason Merrill <jason@redhat.com>.
1943
1944         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
1945         entire file for each of a sequence of missing articles.
1946
1947         * gnus-salt.el (gnus-binary-display-article): Respect an existing
1948         value for gnus-view-pseudos.
1949
1950         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
1951         avoid nreverse.
1952
1953 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1954         From Ted Zlatanov <teodor.zlatanov@divine.com>.
1955
1956         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
1957         (gnus-summary-mode-line-format-alist): Add %h for number of
1958         spams.
1959         (gnus-newsgroup-spam-marked): New variable.
1960         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
1961         (gnus-article-read-p, gnus-article-mark)
1962         (gnus-set-global-variables, gnus-set-global-variables)
1963         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
1964         (gnus-summary-mark-article-as-unread)
1965         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
1966         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
1967         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
1968
1969 2002-07-10  Simon Josefsson  <jas@extundo.com>
1970
1971         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
1972         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
1973
1974 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
1975
1976         * gnus-sum.el (gnus-summary-delete-article): Respect group
1977         parameters while expiring.
1978
1979 2002-07-08  Simon Josefsson  <jas@extundo.com>
1980
1981         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
1982         Enberg.
1983
1984 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1985
1986         * gnus-art.el (article-unsplit-urls): Only display MIME when this
1987         function is called interactively.  From Niklas Morberg.
1988
1989 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
1990
1991         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
1992         cdaar to cdar and car.
1993
1994         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
1995         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
1996
1997 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1998
1999         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
2000         don't break a narrowed article.
2001
2002         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
2003         (nntp-open-via-rlogin-and-telnet): Ditto.
2004
2005 2002-07-02  Didier Verna  <didier@xemacs.org>
2006
2007         * nnmail.el (nnmail-split-methods): fix custom type.
2008
2009 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2010
2011         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
2012         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
2013
2014 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2015
2016         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
2017         (gnus-summary-resend-message): Use it.
2018
2019 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2020
2021         * nntp.el (nntp-via-rlogin-command-switches): New variable.
2022         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
2023
2024 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2025
2026         * message.el (message-font-lock-keywords): Don't fontify
2027         headers in the message body, only in the header.
2028         (message-font-lock-make-header-matcher): New function, used by
2029         message-font-lock-keywords.
2030         From Katsumi Yamaoka <yamaoka@jpl.org>.
2031
2032 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2033
2034         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
2035
2036 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2037
2038         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
2039
2040 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2041
2042         * message.el (message-font-lock-keywords): Revert 2002-06-22
2043         change.
2044
2045 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2046
2047         * message.el (message-font-lock-keywords): Put colon in header
2048         name match.
2049
2050 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2051
2052         * message.el (message-font-lock-keywords): Don't use header faces
2053         in the body.  Thanks to Stefan Monnier for the hint on the
2054         implementation.
2055
2056 2002-05-09  Miles Bader  <miles@gnu.org>
2057
2058         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
2059         (gnus-article-hide-citation): Respect it.
2060
2061 2002-04-12  Juanma Barranquero  <lektu@terra.es>
2062
2063         * pop3.el (pop3-open-server): Fix typo.
2064
2065 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
2066
2067         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
2068         instead of push to ignore duplicate to-(list|address) values.
2069         * nnmail.el (nnmail-cache-ignore-groups): New.
2070         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
2071
2072 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2073
2074         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
2075         before sending.  Suggested by Jan Rychter.
2076
2077 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2078
2079         * dgnushack.el (remove): New compiler macro.
2080         (last, coerce, subseq): Remove compiler macros for those built-in
2081         or unused functions.
2082
2083 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2084
2085         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
2086         sure to write byte-compiled versions of gnus-*-format-alist to
2087         .newsrc.eld.  From Simon Josefsson.
2088
2089 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2090
2091         * gnus-agent.el (gnus-agent-read-servers)
2092         (gnus-agent-write-servers): Put server name (string like
2093         "nnchoke:frumple") in the file instead of a server specification
2094         (Lisp expression like (nnchoke "frumple" ...parameters...)).
2095         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
2096
2097 2002-06-16  Simon Josefsson  <jas@extundo.com>
2098
2099         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
2100         Reiner Steib <4uce.02.r.steib@gmx.net>.
2101
2102 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
2103
2104         * nnheader.el (nnheader-file-name-translation-alist): Set the
2105         default value for MS Windows systems.
2106
2107         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
2108
2109 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2110
2111         * message.el (message-beginning-of-line): Keep the region active
2112         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
2113
2114 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
2115
2116         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
2117         * gnus-msg.el (gnus-summary-reply): Ditto.
2118         * gnus-msg.el (gnus-summary-handle-replysign): New.
2119
2120 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2121
2122         * message.el (message-send-mail-with-sendmail): Kill errbuf even
2123         if sending failed.
2124
2125 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
2126
2127         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
2128         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
2129         to sign while encrypting.
2130
2131 2002-06-11  Simon Josefsson  <jas@extundo.com>
2132
2133         * gnus-int.el (gnus-request-move-article): Agent expire article if
2134         successfuly moved.
2135
2136         * nnweb.el (nnweb-google-create-mapping): Honors the value of
2137         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
2138
2139 2002-06-10  Simon Josefsson  <jas@extundo.com>
2140
2141         * gnus-int.el (gnus-request-expire-articles): Fix last change?
2142
2143 2002-06-09  Simon Josefsson  <jas@extundo.com>
2144
2145         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
2146
2147         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
2148
2149 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2150
2151         * flow-fill.el (fill-flowed): Ignore errors.
2152
2153 2002-06-06  Simon Josefsson  <jas@extundo.com>
2154
2155         * message.el (message-send-mail-with-sendmail): Improve error message.
2156
2157 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2158
2159         * message.el (message-interactive): Change default from nil to t.
2160         Better to be safe than to be fast.
2161
2162 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2163
2164         * message.el (message-send-mail-with-sendmail): Check return value
2165         from call-process-region.
2166
2167 2002-06-04  Simon Josefsson  <jas@extundo.com>
2168
2169         * gnus-msg.el (gnus-group-mail, gnus-group-news)
2170         (gnus-group-post-news, gnus-summary-mail-other-window)
2171         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
2172         gnus-article-copy to nil, thereby inhibiting the `header' posting
2173         style match to use data from last viewed article.
2174         Suggested by Hrvoje Niksic.
2175
2176 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2177
2178         * spam.el (spam-point-at-eol): New alias.
2179         (spam-parse-whitelist): Use it.
2180
2181 2002-06-03  Simon Josefsson  <jas@extundo.com>
2182
2183         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
2184         (nnmail-article-group): Use it.
2185
2186 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2187
2188         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
2189         so that code reading them won't be surprised.  From Jesper Harder
2190         <harder@ifa.au.dk>.
2191
2192 2002-05-29  Simon Josefsson  <jas@extundo.com>
2193
2194         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
2195         articles.
2196
2197         * gnus.el (gnus-agent-cache): Doc fix.
2198         (gnus-agent): Change default to t.
2199
2200         * gnus-agent.el (gnus-agent-expire): Make it accept optional
2201         ARTICLES, GROUP and FORCE parameters.
2202
2203 2002-05-28  Simon Josefsson  <jas@extundo.com>
2204
2205         * gnus-group.el (gnus-group-line-format): Doc fix.
2206
2207 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2208
2209         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
2210         original article before yanking.  From Jesper Harder
2211         <harder@ifa.au.dk>.
2212
2213 2002-05-26  Simon Josefsson  <jas@extundo.com>
2214
2215         * gnus-sum.el (gnus-summary-menu-split): New function.
2216         (gnus-summary-make-menu-bar): Split charset submenu.
2217         (gnus-summary-menu-maxlen): New variable.
2218         (gnus-summary-menu-split): Use it.
2219
2220 2002-05-25  Simon Josefsson  <jas@extundo.com>
2221
2222         * mml.el (mml-preview): Generate some headers.
2223
2224         * gnus.el (gnus-large-newsgroup): Fix :type.
2225
2226         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
2227         Agent cache NOV's by default now).
2228         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
2229
2230 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
2231
2232         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
2233         call to gnus-parent-id when we check for References loops.
2234         (gnus-summary-prepare-threads): Avoid simplifying every Subject
2235         twice by saving the simplified subject string in simp-subject.
2236
2237 2002-05-23  Simon Josefsson  <jas@extundo.com>
2238
2239         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
2240         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
2241
2242         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
2243         Niklas Morberg <niklas.morberg@axis.com>.
2244
2245 2002-05-22  Simon Josefsson  <jas@extundo.com>
2246
2247         * sieve.el (sieve-change-region): Define it before it is used.
2248
2249         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
2250         (gnus-summary-reply): Ask for confirmation when replying to news.
2251         Defaults to not ask.  From Benjamin Rutt
2252         <rutt+news@cis.ohio-state.edu>.
2253
2254         * nnimap.el (nnimap-nov-is-evil): Improve doc.
2255
2256 2002-05-21  Simon Josefsson  <jas@extundo.com>
2257
2258         * sieve-mode.el (sieve-manage): Fix autoloads.
2259
2260         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
2261         name (makes it work with recent Cyrus timsieved).
2262
2263 2002-05-20  Jason  <jbaker@cs.utah.edu>
2264         Trivial patch.
2265
2266         * gnus-art.el (gnus-request-article-this-buffer): Try
2267         reconnecting if you don't get the message.
2268
2269 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2270
2271         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
2272         Reply-To headers from the headers.
2273
2274 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2275
2276         * mm-url.el (mm-url-insert): Remove junk message.
2277
2278 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2279
2280         * nnslashdot.el (nnslashdot-request-list): Parse new html.
2281         (nnslashdot-use-front-page): New variable.
2282         (nnslashdot-request-list): Use it.
2283
2284         * mm-url.el (mm-url-timeout): New variable.
2285         (mm-url-retries): Ditto.
2286         (mm-url-insert): Use it.
2287
2288 2002-05-16  Simon Josefsson  <jas@extundo.com>
2289
2290         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
2291         (gnus-simplify-subject-functions): Mention g-s-a-w.
2292
2293 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
2294
2295         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
2296         nnmail-cache-insert.
2297         * nndiary.el (nndiary-request-accept-article): Ditto.
2298         * nnfolder.el (nnfolder-request-accept-article): Ditto.
2299         * nnimap.el (nnimap-request-accept-article): Ditto.
2300         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
2301         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
2302         * nnmbox.el (nnmbox-request-accept-article): Ditto.
2303         * nnmh.el (nnmh-request-accept-article): Ditto.
2304         * nnmail.el (nnmail-cache-insert): Change group to required,
2305         removed code which tried to figure out the group.
2306
2307 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
2308
2309         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
2310         messages. From Hans de Graaff <hans@degraaff.org>.
2311         * nnml.el (nnml-request-accept-article): Pass in the group name to
2312         nnmail-cache-insert, since it's available.
2313
2314 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
2315
2316         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
2317
2318 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2319         From Florian Weimer <fw@deneb.enyo.de>.
2320
2321         * gnus.el (subscribed): New group parameter.
2322         (gnus-find-subscribed-addresses): Use it.
2323
2324 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
2325
2326         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
2327         the default for pgpmime to support pgp v2.
2328         * mml-sec.el (mml-signencrypt-style): New accessor function to
2329         allow users to get/set the signencrypt style more easily without
2330         frobbing the alist directly.
2331         * mml.el (mml-generate-mime-1): Use accessor function.
2332
2333 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2334
2335         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
2336         parenthesis for "<" and ">".  Suggested by Andreas Schwab
2337         <schwab@suse.de>.
2338
2339 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2340
2341         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
2342         when intuiting the group the message is written to.  From Josh
2343         Huber <huber@alum.wpi.edu>.
2344
2345 2002-05-06  Simon Josefsson  <jas@extundo.com>
2346
2347         * gnus-topic.el (gnus-group-topic-parameters): Work when group
2348         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
2349
2350 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
2351
2352         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
2353         argument, and fixed compiler warning. (added autoload for
2354         gpg-encrypt).
2355
2356 2002-05-04  Simon Josefsson  <jas@extundo.com>
2357
2358         * mml1991.el (mml1991-function-alist): Doc fix.
2359
2360         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
2361         doesn't exist (for previewing messages without having Gnus
2362         started).
2363
2364         * mm-util.el (mm-coding-system-priorities): Defcustom.
2365
2366         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
2367
2368 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
2369
2370         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
2371         default.
2372         * mml-sec.el:
2373         * mml-sec.el (mml-signencrypt-style): New.
2374         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
2375         argument `sign'.
2376         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
2377         signencrypt.
2378         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
2379         * mml.el (mml-generate-mime-1): Changed logic so a part which is
2380         both signed & encryped is processed in one operation. (rather than
2381         two separate ops: sign, then encrypt)
2382         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
2383         indication if a message is signed by an expired key.
2384         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
2385         enables combined sign & encrypt operation. (this was always on
2386         before).
2387         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
2388
2389 2002-05-01  Simon Josefsson  <jas@extundo.com>
2390
2391         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
2392         server.
2393         (nnimap-mailbox-info): defvar instead of defvoo.
2394
2395 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2396
2397         * gnus.el: Oort Gnus v0.06 is released.
2398
2399 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2400
2401         * lpath.el: Bind url-package-version.
2402
2403 2002-05-01  Simon Josefsson  <jas@extundo.com>
2404
2405         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
2406         filename before deleting the group itself, because the presence of
2407         a group filename decides if long filenames are used or not.
2408
2409         * gnus-art.el (gnus-button-alist): Don't inline
2410         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
2411         without also modifying g-button-alist.
2412         (gnus-button-alist): Fix type to allow variable as well as regexp.
2413         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
2414         themselves, variables to its contents.
2415         (gnus-button-entry): Ditto.
2416
2417 2002-05-01  Simon Josefsson  <jas@extundo.com>
2418
2419         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
2420         UIDNEXT as a string.
2421
2422         * nnimap.el (nnimap-string-lessp-numerical): New function.
2423         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
2424         integers.
2425
2426 2002-04-29  Simon Josefsson  <jas@extundo.com>
2427
2428         * nnmail.el (nnmail-cache-insert): Accept optional group
2429         parameter.
2430
2431         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
2432         n-r-g-a is disabled.
2433
2434 2002-04-29  Simon Josefsson  <jas@extundo.com>
2435
2436         * nnimap.el (nnimap-split-fancy): Fix doc.
2437         (nnimap-split-fancy): Fix doc.
2438
2439         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
2440         (nnimap-mailbox-info): New internal variable.
2441         (nnimap-retrieve-groups): Implement faster new mail check.
2442
2443         * nnimap.el (nnimap-split-articles): Support
2444         nnmail-cache-accepted-message-ids.
2445         (nnimap-request-accept-article): Ditto.
2446
2447         * imap.el (imap-mailbox-status-asynch): New command.
2448
2449 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
2450
2451         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
2452         are no subscribed mail groups.
2453         - Strip quoted names when comparing addresses
2454
2455 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
2456
2457         * mm-decode.el (mm-text-html-renderer): Change customize type to
2458         const.
2459
2460         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
2461         (gnus-debug-exclude-variables): do.
2462
2463 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
2464
2465         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
2466         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
2467
2468 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2469
2470         * dns.el (dns-make-network-process): New macro.
2471         (query-dns): Use it.
2472
2473 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
2474
2475         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
2476         article-buffer.
2477
2478         * mm-url.el (mm-url-package-name): New variable.
2479         (mm-url-package-version): New variable.
2480         (mm-url-insert-file-contents): Bind url-package-name and
2481         url-package-version here.
2482         * nnrss.el (nnrss-insert-w3): Move the bindings.
2483
2484         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
2485         url-package-version. Trivial change from Andrew J Cosgriff
2486         <ajc@polydistortion.net>
2487
2488         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
2489         attachments. Trivial change from Peter 'Luna' Runestig
2490         <peter@runestig.com>.
2491
2492 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
2493
2494         * nnkiboze.el (nnkiboze-request-scan): Call
2495         nnkiboze-possibly-change-group.
2496         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
2497         problems.
2498         (nnkiboze-generate-group): Set newsrc to the *highest* article
2499         number kibozed, not the lowest.
2500
2501 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
2502
2503         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
2504
2505 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2506         From Dan Christensen <jdc+news@uwo.ca>.
2507
2508         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
2509         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
2510         Recognize math postings.  Extract Date (now ignores "(15kb)").
2511         Extract email address using gnus-extract-address-components
2512         instead of just taking the first word.  Create Date and From
2513         headers for message which are missing these headers.  Get rid
2514         of spurious \\ lines (purely cosmetic).  Extend body-end and
2515         file-end regexps, to exclude more garbage from the message.
2516         Make URL rephrasing regexp more flexible, to match current
2517         format.
2518
2519 2002-04-23  Simon Josefsson  <jas@extundo.com>
2520
2521         * netrc.el: New file, functions copied from gnus-util.el by Ted
2522         Zlatanov <tzz@lifelogs.com>.
2523
2524         * gnus-util.el: Require netrc.
2525         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
2526         new code in netrc.el.
2527
2528 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2529
2530         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
2531         message-ignored-resent-headers, too.  From Matthieu Moy
2532         <Matthieu.Moy@imag.fr>.
2533
2534 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
2535
2536         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
2537         boolean not a string
2538         * gnus-group.el (gnus-group-line-format): add description of %C
2539         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
2540           as %C
2541         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
2542
2543 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
2544
2545         * nnmaildir.el (nnmaildir-request-scan): typo: set
2546         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
2547         nnmail-get-new-mail for 'find-new-groups.
2548
2549 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
2550
2551         * nnmaildir.el (nnmaildir-request-update-info,
2552         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
2553         unnecessary calls to nnmaildir-request-scan.
2554
2555 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
2556
2557         * gnus-msg.el:
2558         * gnus-msg.el (gnus-message-replysign): New.
2559         * gnus-msg.el (gnus-message-replyencrypt): New.
2560         * gnus-msg.el (gnus-message-replysignencrypted): New.
2561         * gnus-msg.el (gnus-summary-reply): Use the three new variables
2562         (above) to automatically encrypt/sign to encrypted/signed
2563         messages.
2564         * message.el:
2565         * message.el (message-mode-map): Add keybinding for
2566         `message-to-list-only'
2567         * message.el (message-mode): Add description for
2568         `message-to-list-only'
2569         * message.el (message-to-list-only): New.
2570         * message.el (message-make-mft): Changed to use the cl loop macro,
2571         and added optional flag to return only the matched list. (for use
2572         in new message-to-list-only function)
2573
2574 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
2575
2576         * gnus-msg.el:
2577         * gnus-msg.el (gnus-message-replysign):
2578         * gnus-msg.el (gnus-replysign): New.
2579         * gnus-msg.el (gnus-replyencrypt): New.
2580         * gnus-msg.el (gnus-replysignencrypted): New.
2581         * gnus-msg.el (gnus-summary-reply):
2582         * message.el:
2583         * message.el (message-mode-map):
2584         * message.el (message-mode):
2585         * message.el (message-to-list-only): New.
2586         * message.el (message-make-mft):
2587
2588 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
2589
2590         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
2591
2592 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
2593
2594         * message.el (message-gen-unsubscribed-mft): accept a prefix
2595         argument so CC can be included with C-u C-c C-f C-a
2596
2597 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2598         From Ted Zlatanov <teodor.zlatanov@divine.com>.
2599
2600         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
2601         Improve docstring.
2602         (spam-enter-blacklist): New command.
2603
2604         * gnus-sum.el (gnus-spam-mark): New mark.
2605         (gnus-auto-expirable-marks): Add gnus-spam-mark.
2606         (gnus-summary-make-tool-bar): Correct conditional.
2607         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
2608         (gnus-summary-mark-as-spam): New command.
2609
2610 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
2611
2612         * mml-sec.el (mml-secure-message): changed to support arbritrary
2613         modes.
2614         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
2615         changed to support "signencrypt" mode.
2616         * mml.el (mml-parse-1): changed to support different secure modes
2617         more easily. (for signencrypt)
2618
2619 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
2620
2621         * gnus-sum.el (gnus-update-summary-mark-positions)
2622         (gnus-summary-toggle-header):
2623         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
2624         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
2625         (gnus-uu-post-encoded):
2626         * nnfolder.el (nnfolder-possibly-change-group):
2627         * nnimap.el (nnimap-retrieve-headers):
2628         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
2629
2630 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
2631
2632         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
2633         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
2634
2635 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2636
2637         * gnus-srvr.el (gnus-server-set-info): Clear
2638         `gnus-server-method-cache' when `gnus-server-alist' is changed.
2639         From Daiki Ueno <ueno@unixuser.org>.
2640
2641 2002-04-11  Simon Josefsson  <jas@extundo.com>
2642
2643         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
2644         viewing of security buttons.  Thanks to Nicolas Kowalski
2645         <Nicolas.Kowalski@imag.fr>.
2646
2647         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
2648         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
2649         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
2650         <Nicolas.Kowalski@imag.fr>.
2651         (smime-decrypt-buffer): Ditto.
2652
2653 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2654
2655         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
2656         header line.
2657
2658 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
2659
2660         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
2661
2662 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2663
2664         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
2665
2666 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
2667
2668         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
2669         errors when debug.
2670
2671 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
2672
2673         * message.el (message-make-mft): Changed MFT code from using
2674         message-recipients (which included Bcc) to use only the To and CC
2675         headers.
2676
2677 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
2678
2679         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
2680         add link.
2681         (gnus-treat-mail-picon): Ditto.
2682         (gnus-treat-newsgroups-picon): Ditto.
2683         (gnus-picon-databases): Fix custom type.
2684         (gnus-picon-databases): Add link.
2685         (gnus-article-x-face-command): Add to gnus-picon group.
2686
2687 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
2688
2689         * message.el (message-buffer-naming-style): Remove.
2690
2691 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
2692
2693         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
2694
2695         * message.el (message-tool-bar-map): Ditto.
2696
2697         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2698
2699 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2700
2701         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
2702
2703 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
2704
2705         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
2706
2707 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
2708         Trivial patch.
2709
2710         * dns.el: open-network-stream under XEmacs does udp.
2711
2712 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
2713
2714         * spam.el (spam-enter-whitelist): New function.
2715         (spam-parse-whitelist): Ditto.
2716         (spam-refresh-list-cache): Ditto.
2717         (spam-address-whitelisted-p): New function.
2718
2719         * dns.el (query-dns): Use TCP when make-network-process isn't
2720         available.
2721         (dns-servers): New variable.
2722         (dns-parse-resolv-conf): New function.
2723         (query-dns): Use it.
2724
2725         * spam.el: New file.
2726
2727         * dns.el (query-dns): Test.
2728
2729 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2730
2731         * lpath.el (featurep): Bind make-network-process.
2732
2733 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
2734
2735         * nnmaildir.el: Use defstruct.  Use a single copy of
2736         nnmail-extra-headers to save memory.  Store server's group name
2737         prefix instead of each group's prefixed name.
2738         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
2739         nntp-server-buffer.
2740
2741 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2742
2743         * dns.el: New file.
2744
2745 2002-03-28  Simon Josefsson  <jas@extundo.com>
2746
2747         * gnus-sum.el (gnus-summary-dummy-line-format):
2748         * gnus.el (gnus-summary-line-format): Fixing links to Info.
2749         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
2750
2751 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2752
2753         * gnus-sum.el (gnus-summary-move-article)
2754         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
2755         the doc string.
2756
2757 2002-03-28  Simon Josefsson  <jas@extundo.com>
2758
2759         * mml-sec.el (mml-secure-message): Search after
2760         mail-header-separator from top of message.
2761
2762 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
2763
2764         * nnmaildir.el: Cosmetic changes.
2765         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
2766         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
2767         nnmaildir--group-ls): New macros/functions.  Use them.
2768         (nnmaildir--unlink): Evalutate argument only once.
2769
2770 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
2771
2772         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
2773         symbols.
2774         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
2775         `gnus-point-at-eol'.
2776
2777 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
2778
2779         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
2780         nnmaildir--marks-dir): New macros.  Use them.
2781         Use inhibit-quit for atomicity instead of in-memory journaling.
2782         (nnmaildir--edit-prep): New function.
2783         (Local Variables): Use it.
2784
2785 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
2786
2787         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
2788
2789 2002-03-25  Simon Josefsson  <jas@extundo.com>
2790
2791         * message.el (message-mode): Fix doc.
2792
2793 2002-03-25  Simon Josefsson  <jas@extundo.com>
2794
2795         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
2796         Matthieu Moy <Matthieu.Moy@imag.fr>.
2797
2798 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
2799
2800         * mml-sec.el (mml-unsecure-message): Add docstring.
2801
2802 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
2803
2804         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
2805         value.
2806         Trivial change from andre@slamdunknetworks.com
2807
2808 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
2809
2810         * mml.el (mml-mode-map): Added a keybinding for
2811         `mml-unsecure-message'.  Also, added a menu entry for said
2812         function in the Attachments menu.
2813
2814 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2815
2816         * canlock.el (canlock-version): Remove.
2817         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
2818         here; simplify \x insertions.
2819         (canlock-sha1): New function, always return a unibyte string.
2820         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
2821         of a password.
2822         (canlock-insert-header): Use `canlock-sha1'.
2823         (canlock-verify): Ditto.
2824
2825 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
2826
2827         * message.el (message-fix-before-sending): Add an option that
2828         ignores illegible text.
2829         Trivial change from Mark Milhollan <mlm@attglobal.net>
2830
2831         * message.el (message-font-lock-keywords): Support multi-line MML
2832         tags.
2833
2834         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
2835         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
2836
2837 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2838
2839         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
2840         symbols for "View as different encoding" submenu.
2841
2842 2002-03-19  Simon Josefsson  <jas@extundo.com>
2843
2844         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
2845         encoding" submenu.
2846
2847 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
2848
2849         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
2850
2851 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2852
2853         * gnus-sum.el (gnus-sum-thread-tree-root)
2854         (gnus-sum-thread-tree-single-indent)
2855         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
2856         (gnus-sum-thread-tree-leaf-with-other)
2857         (gnus-sum-thread-tree-single-leaf): Make customizable.
2858
2859 2002-03-16  Simon Josefsson  <jas@extundo.com>
2860
2861         * gnus-util.el (gnus-extract-address-components): Don't break on
2862         names such as James "Kibo" Parry.  From Francis Litterio
2863         <franl@world.std.com>.
2864
2865 2002-03-13  Simon Josefsson  <jas@extundo.com>
2866
2867         * pop3.el (pop3-open-server): Revert multibyte change.  From
2868         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
2869
2870         * message.el (message-send-mail-with-qmail): Make it work.  From
2871         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
2872
2873 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
2874
2875         * message.el (message-make-mft): Set case-fold-search while
2876         generating the MFT.  Also, a little cleanup in the MFT code.
2877
2878 2002-03-12  Simon Josefsson  <jas@extundo.com>
2879
2880         * message.el (message-qmail-inject-args): May be function.
2881         (message-send-mail-with-qmail): Call function if m-q-i-a is
2882         function.  From fn@hungry.org (Faried Nawaz).
2883
2884 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
2885
2886         * message.el (message-abbrevs-loaded): Remove.
2887         (mailabbrev): Require it.
2888
2889         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
2890
2891 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2892
2893         * pop3.el (pop3-open-server): Set process buffer unibyte.
2894
2895 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2896
2897         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
2898
2899 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
2900
2901         * nnslashdot.el (nnslashdot-request-article): Remove javascript
2902         too.
2903
2904 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
2905
2906         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
2907         duplication.
2908         (gnus-summary-save-parts-type-history): Ditto.
2909         (gnus-summary-save-parts-last-directory): Ditto.
2910         Trivial change from andre@slamdunknetworks.com
2911
2912 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
2913
2914         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
2915
2916 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
2917
2918         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
2919         -->" as the end of the first article.
2920
2921         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
2922         From Matthieu Moy <Matthieu.Moy@imag.fr>
2923
2924         * message.el (message-add-action): Use add-to-list.
2925         (message-delete-action): New function.
2926
2927         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
2928         pieces.
2929
2930 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
2931
2932         * nnnil.el: New file.
2933         * gnus.el (gnus-valid-select-methods): Include nnnil.
2934
2935 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
2936
2937         * message.el (message-syntax-checks): Because canlock is
2938         supported, we disable sender syntax check.
2939         (message-shoot-gnksa-feet): Add cancel-messages option doc.
2940
2941         * gnus-draft.el (gnus-draft-send): If interactive, use its default
2942         value of message-syntax-checks.
2943
2944         * qp.el (quoted-printable-decode-region): Doc addition.
2945         From: Eli Zaretskii <eliz@is.elta.co.il>
2946
2947         * mail-source.el (make-source-make-complex-temp-name): Use
2948         make-temp-file.
2949
2950         * mm-util.el (mm-make-temp-file): New function.
2951         * nneething.el (nneething-file-name): Use it.
2952         * mml-smime.el (mml-smime-encrypt): Ditto.
2953         * mm-view.el (mm-inline-wash-with-file): Ditto.
2954         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
2955         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
2956         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
2957         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
2958         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
2959         * gnus-art.el (gnus-mime-print-part): Ditto.
2960
2961 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
2962
2963         * message.el (nnmaildir-article-number-to-base-name): New
2964         function.
2965         (nnmaildir-base-name-to-article-number): New function.
2966
2967 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2968
2969         * smime.el (smime-make-temp-file): Don't quote
2970         `temporary-file-directory'.
2971
2972 2002-03-04  Simon Josefsson  <jas@extundo.com>
2973
2974         * smime.el (smime-sign-region): Rename argument keyfiles to
2975         keyfile. You only sign something with one key.
2976         (smime-sign-buffer): Better completing-read prompt.
2977         (smime-decrypt-buffer): Ditto.
2978
2979         * smime.el (smime-make-temp-file): Make it work under XEmacs.
2980
2981         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
2982         completing-read.
2983         (mm-view-pkcs7-decrypt): CRLF->LF.
2984
2985 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
2986
2987         * message.el (message-hierarchical-addresses): New variable.
2988         (message-get-reply-headers): Use it.
2989         From Ted Zlatanov <teodor.zlatanov@divine.com>
2990
2991 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
2992
2993         * message.el (message-mode): If buffer-file-name, don't set auto
2994         save file name.
2995         Trivial change from Geoff Greene <ggreene@wpi.edu>
2996
2997 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
2998
2999         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
3000         takes one argument in read-char.
3001
3002         * message.el (message-fix-before-sending): Forward a char.
3003         Check mmu-multibyte-p, add control-1.
3004
3005 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3006
3007         * gnus-start.el (gnus-read-init-file): Ditto.
3008
3009         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
3010
3011         * dgnushack.el (dgnushack-make-load): Ditto.
3012
3013         * mail-source.el (mail-source-fetch): Extract the right error
3014         code.
3015
3016         * message.el (message-fix-before-sending): Check illegible text.
3017
3018         * gnus-util.el (gnus-multiple-choice): New function.
3019
3020         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
3021         also defined in gnus-score.el.
3022
3023 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
3024
3025         * message.el (message-get-reply-headers): downcase email addresses
3026         for comaparisons for duplicate removal.
3027
3028 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3029
3030         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
3031         implementation of PKCS#7, which just allows users read the
3032         message.
3033         (mm-view-pkcs7): Use it.
3034
3035 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
3036
3037         * gnus.el (large-newsgroup-initial): New parameter.
3038
3039         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
3040         (gnus-summary-insert-old-articles): Ditto.
3041
3042 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3043
3044         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
3045         used as the default answer of the question, "How many articles?".
3046         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
3047
3048         * nnagent.el (nnagent-retrieve-headers): Remove articles with
3049         small numbers.
3050
3051 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
3052
3053         * deuglify.el: Fix comments.
3054
3055 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
3056
3057         * html2text.el (html2text-clean-anchor): If there is no HREF,
3058         insert nothing.
3059
3060         * mml.el (mml-generate-mime-1): Add cdr.
3061         From: andre@slamdunknetworks.com
3062
3063         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
3064         (mm-text-html-washer-alist): Ditto.
3065
3066         * mm-decode.el (mm-text-html-renderer): Add html2text.
3067
3068         * html2text.el: Face lift.
3069
3070         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
3071
3072 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
3073
3074         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
3075
3076         * deuglify.el: Change copy right. Add autoload. Add coding-system.
3077
3078         * deuglify.el: New file. The original file name is
3079         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
3080
3081         * mm-decode.el (mm-display-external): Use
3082         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
3083
3084 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
3085
3086         * nnmaildir.el (nnmaildir-request-list): Report the highest
3087         article number, not the total number of articles.
3088
3089 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3090
3091         * gnus-sum.el: Move uu key map here.
3092         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
3093
3094 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
3095
3096         * nnmaildir.el (nnmaildir-request-expire-articles): Use
3097         nnmail-expiry-wait* if expire-age parameter is not set.
3098
3099 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3100
3101         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
3102         function.
3103         (gnus-group-sort-selected-groups-by-real-name): New function.
3104         (gnus-group-make-menu-bar): Add sort by real name.
3105
3106         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
3107         rebuild.
3108         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
3109         nil as dependencies as well.
3110
3111 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
3112
3113         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
3114         for mime-parts.
3115
3116         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
3117
3118         * gnus-group.el (gnus-group-name-decode): Don't test
3119         multibyte-string, because it breaks XEmacs.
3120         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
3121
3122         * message.el (message-send-mail): Be talkative.
3123
3124         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
3125         (mm-automatic-display): Ditto.
3126
3127         * mailcap.el (mailcap-mime-data): Ditto.
3128         From: Reiner Steib <4uce.02.r.steib@gmx.net>
3129
3130 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3131
3132         * many files: Remove trailing whitespaces, replace spc+tab with
3133         tab, replace leading whitespaces with tabs.
3134
3135 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
3136
3137         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
3138         articles with no body and no blank line after the header.
3139
3140 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
3141
3142         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
3143         parts.
3144
3145         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
3146         non-ascii chars.
3147
3148         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
3149
3150         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
3151         w3-delay-image-loads.
3152         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
3153         (mm-w3-prepare-buffer): Ditto.
3154
3155         * mail-source.el (mail-source-fetch-directory): Run scripts.
3156
3157 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3158
3159         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
3160         for Majordomo confirmations.
3161
3162 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3163
3164         * gnus-fun.el (gnus-respond-to-confirmation): New command.
3165
3166 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3167
3168         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
3169
3170 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
3171
3172         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
3173         References header field.  From Mark Thomas <mthomas@cmu.edu>.
3174
3175 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3176
3177         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
3178         (mm-inline-render-with-stdin): Ditto.
3179         (mm-inline-render-with-function): Ditto.
3180         (mm-inline-wash-with-file): Bind coding-system-for-write.
3181         (mm-inline-wash-with-stdin): Ditto.
3182
3183 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3184
3185         Suggested by Felix Natter <fnatter@gmx.net>
3186
3187         * gnus-art.el (gnus-mime-view-part-externally): Rename from
3188         gnus-mime-externalize-view.
3189         (gnus-mime-view-part-internally): Rename from
3190         gnus-mime-internalize-view.
3191         (gnus-article-view-part-externally): Rename from
3192         gnus-article-externalize-part.
3193         (gnus-mime-action-alist): Change correspondingly.
3194         (gnus-mime-button-commands): Ditto.
3195         (gnus-mime-action-alist): Remove duplication.
3196
3197         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
3198
3199 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3200
3201         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
3202
3203         * gnus-art.el (gnus-display-mime): Use it.
3204
3205         * mm-partial.el (mm-partial-find-parts): Use it.
3206
3207         * gnus-sum.el (gnus-article-loose-mime): Rename from
3208         gnus-article-no-strict-mime.
3209         (gnus-summary-save-parts): Use it.
3210
3211 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3212
3213         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
3214         local variable.
3215
3216         * gnus-art.el (article-display-x-face): Don't sort multiple
3217         X-Faces.
3218
3219 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3220
3221         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
3222         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
3223
3224         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
3225
3226 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
3227
3228         Some ideas is inspired by code from Hrvoje Niksic
3229         <hniksic@arsdigita.com>
3230
3231         * gnus-art.el (gnus-article-wash-function): Set the default to
3232         nil, so that we use mm-text-html-renderer instead.
3233         (article-wash-html): Use mm-text-html-renderer.
3234
3235         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
3236         (mm-text-html-renderer): New variable.
3237         (mm-inline-text-html-renderer): Set the default to nil, so that we
3238         use mm-text-html-renderer instead.
3239
3240         * mm-view.el (mm-inline-text-html): New function.
3241         (mm-text-html-renderer-alist): New variable.
3242         (mm-inline-text-vcard): New function.
3243         (mm-inline-text): Split.
3244         (mm-links-remove-leading-blank): New function.
3245         (mm-inline-render-with-file): New function.
3246         (mm-inline-render-with-stdin): New function.
3247         (mm-inline-render-with-function): New function.
3248         (mm-text-html-washer-alist): New variable.
3249         (mm-inline-wash-with-file): New function.
3250         (mm-inline-wash-with-stdin): New function.
3251
3252 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
3253
3254         * message-utils.el: Fix installation doc.
3255         From: Reiner Steib <4uce.02.r.steib@gmx.net>
3256
3257 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
3258
3259         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
3260         (gnus-post-method): Use it.
3261         (gnus-summary-cancel-article): Find the correct post-method.
3262
3263         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
3264         * message.el (message-send-news): Ditto.
3265         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
3266         <ipmonger@delamancha.org>
3267
3268         * gnus.el (gnus-select-method): Fix doc.
3269         (gnus-server-string): Use 'using nntp'.
3270
3271         * gnus-agent.el (gnus-slave-unplugged): New command.
3272         From: Felix Natter <fnatter@gmx.net>
3273
3274 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3275
3276         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
3277         Call edit-done-function first, then change the window
3278         configuration.
3279         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
3280         (gnus-article-edit-mode): mml-mode.
3281
3282         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
3283         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
3284
3285         * message-utils.el: Adopt the file.
3286
3287         * message-utils.el: New file.
3288         From Holger Schauer <Holger.Schauer@gmx.de>
3289
3290 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
3291
3292         * gnus-sum.el (gnus-summary-move-article): Select-article only
3293         when gnus-move-split-methods is non-nil. And we don't render or
3294         mark the article.
3295
3296         * gnus-fun.el (gnus-shell-command-to-string): New function.
3297         (gnus-shell-command-on-region): New function.
3298         (gnus-random-x-face): Use them.
3299         (gnus-x-face-from-file): Ditto.
3300         (gnus-convert-image-to-gray-x-face): Ditto.
3301         (gnus-convert-gray-x-face-to-xpm): Ditto.
3302         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
3303
3304 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3305
3306         * gnus-art.el (gnus-treat-display-xface): Don't use
3307         `shell-command-to-string' when compiling.
3308         (gnus-treat-display-grey-xface): Ditto.
3309
3310 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
3311
3312         * nnmaildir.el (nnmaildir--article-count): If the group is
3313         completely empty, report minimum article number as 1 instead of 0.
3314
3315 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
3316
3317         * gnus-agent.el (gnus-get-predicate): Use nconc.
3318
3319         * gnus-sum.el (gnus-summary-display-make-predicate): Use
3320         gnus-summary-display-cache as cache.
3321
3322         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
3323         (nndoc-mail-in-mail-type-p): New function.
3324         (nndoc-mail-in-mail-article-begin): New function.
3325
3326 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
3327
3328         * mailcap.el (mailcap-mime-data): Use enriched-decode.
3329
3330         * gnus-cite.el (gnus-article-fill-cited-article): Bind
3331         use-hard-newlines to nil.
3332
3333         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
3334         image is not available if window-system is not available.
3335
3336         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
3337
3338 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3339
3340         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
3341         bookmark, because update-mark doesn't handle it correctly.
3342
3343 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
3344
3345         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
3346         directly instead of calling message-send-mail.
3347
3348         * gnus-start.el (gnus-read-descriptions-file): Use
3349         gnus-default-charset.
3350
3351         * mm-util.el (mm-guess-mime-charset): New function.
3352
3353         * gnus.el (gnus-default-charset): Use it.
3354         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
3355         the default.
3356
3357 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3358
3359         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
3360         (article-display-x-face): Use it.  Disable grey xface, if
3361         uncompface is not found.
3362
3363         * message.el (message-mode): Don't enable multibyte on an indirect
3364         buffer.
3365
3366         * nnrss.el (nnrss-content-function): New variable.
3367         (nnrss-request-article): Use it.
3368
3369 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3370
3371         * gnus.el: Add article-unsplit-urls.
3372         * gnus-sum.el: Ditto.
3373         * gnus-art.el (gnus-treat-strip-cr): New variable.
3374         (gnus-treatment-function-alist): Use it.
3375         (article-unsplit-urls): New function.
3376         (gnus-article-make-menu-bar): Use it.
3377         From: Michael Cook <michael.cook@cisco.com>
3378
3379 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3380
3381         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
3382         copy.
3383
3384 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
3385
3386         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
3387         with internal whitespace.
3388         (gnus-parent-id): Ditto.
3389
3390 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
3391
3392         * gnus-art.el (gnus-article-treat-body-boundary): Add
3393         gnus-decoration property.
3394         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
3395
3396         * message.el (message-mode): Set local-abbrev-table.
3397         From Matt Armstrong <matt@lickey.com>.
3398
3399         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
3400         too many spaces.
3401
3402         * rfc2047.el (rfc2047-unfold-region): Ditto.
3403         (rfc2047-decode-region): Don't unfold. Let
3404         gnus-article-treat-unfold-headers do it.
3405
3406         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
3407         From: Jesper Harder <harder@ifa.au.dk>
3408
3409 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3410
3411         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
3412         (gnus-configure-posting-styles): Use it.
3413         (gnus-configure-posting-styles): Remove trailing newspaces.
3414
3415 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3416
3417         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
3418         is non-nil.
3419
3420         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
3421
3422         * gnus.el (gnus-server-to-method): Switch position with
3423         gnus-server-get-method.
3424         (gnus-agent): Add doc.
3425
3426         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
3427         (gnus-summary-save-parts): Use it.
3428
3429         * gnus-art.el (gnus-display-mime): Use it.
3430         * mm-partial.el (mm-partial-find-parts): Use it.
3431
3432         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
3433
3434         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
3435         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
3436
3437         * nnagent.el (nnagent-request-expire-articles): Don't delete
3438         files.
3439
3440 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
3441
3442         * message.el (message-gen-unsubscribed-mft): New function.
3443         From Sriram Karra <karra@cs.utah.edu>.
3444
3445         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
3446         open parenthesis.
3447
3448         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
3449         (mm-inline-text-html-render-with-w3): Ditto.
3450         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
3451         Suggested by Dave Love  <d.love@dl.ac.uk>.
3452
3453         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
3454
3455         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
3456         * nntp.el (nntp-send-command): Ditto.
3457         * nntp.el (nntp-send-command-nodelete): Ditto.
3458
3459 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
3460
3461         * mm-url.el (mm-url-load-url): New function.
3462         (mm-url-insert-file-contents): Use it.
3463
3464         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
3465
3466         * message.el (message-forward-make-body): Correctly copy
3467         forward-buffer.
3468
3469         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
3470
3471 2002-02-04  Simon Josefsson  <jas@extundo.com>
3472
3473         * gnus-art.el (gnus-article-followup-with-original): Mark with
3474         force, prevent errors when following up from article buffer.
3475         (gnus-article-reply-with-original): Ditto.
3476
3477         * binhex.el (binhex-decoder-switches): Fix doc.  From
3478         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
3479
3480 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
3481
3482         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
3483         highlight-citation after emphasize.
3484
3485 2002-02-04  Simon Josefsson  <jas@extundo.com>
3486
3487         * nnfolder.el (nnfolder-open-marks):
3488
3489         * nnml.el (nnml-open-marks): Message when done.  From David
3490         Edmondson <dme@sun.com>.
3491
3492 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
3493
3494         * imap.el (imap-anonymous-auth): Fix typo.
3495         From: Steinar Bang <sb@dod.no>
3496
3497         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
3498         save-excursion.
3499         (gnus-cache-braid-heads): Ditto.
3500
3501         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
3502         line, because there are extra articles in the overview buffer.
3503
3504         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
3505
3506         * message.el (message-forward-rmail-make-body): Directly use
3507         rmail-msg-restore-non-pruned-header to avoid calling
3508         vertical-motion.
3509
3510 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
3511
3512         * gnus-cache.el (gnus-summary-insert-cached-articles):
3513         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
3514
3515         * gnus-group.el (gnus-group-mark-article-read): Nreverse
3516         gnus-newsgroups-unselected.
3517
3518         * gnus-agent.el (gnus-summary-set-agent-mark): Use
3519         gnus-add-to-sorted-list.
3520
3521         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
3522         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
3523         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
3524         (gnus-update-read-articles): UNREAD is sorted.
3525         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
3526         (gnus-newsgroup-marked, gnus-newsgroup-cached)
3527         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
3528         (gnus-newsgroup-dormant): Require sorted.
3529
3530         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
3531         directories.
3532         (gnus-dired-print): New function.
3533
3534         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
3535         ps-despool.
3536
3537 2002-02-02  Simon Josefsson  <jas@extundo.com>
3538
3539         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
3540
3541 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
3542
3543         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
3544         t. This makes gnus-agent customizable without putting
3545         gnus-agentize into .gnus.
3546
3547         * gnus.el (gnus-agent): Make it customizable.
3548
3549         * gnus-dired.el: New file.
3550         From Benjamin Rutt <brutt@bloomington.in.us>
3551
3552         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
3553         if no article.
3554         (gnus-cache-possibly-remove-article): Ditto.
3555         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
3556
3557 2002-02-01  Simon Josefsson  <jas@extundo.com>
3558
3559         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
3560
3561 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3562
3563         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
3564         (mm-setup-w3m): Don't bind keys listed in the above.
3565
3566 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3567
3568         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
3569         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
3570         is non-nil; bind `w3m-force-redisplay' with nil.
3571
3572         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3573
3574         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
3575
3576 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
3577
3578         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
3579         use mail-header-unfold-field.
3580
3581         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
3582         gnus-summary-limit.
3583
3584         * gnus-range.el (gnus-add-to-sorted-list): New function.
3585         * gnus-sum.el (gnus-mark-article-as-read): Use it.
3586         (gnus-mark-article-as-unread): Ditto.
3587         (gnus-summary-mark-article-as-unread): Ditto.
3588         (gnus-build-get-header): Ditto.
3589         (gnus-summary-prepare-threads): Ditto.
3590         (gnus-summary-insert-pseudos): Ditto.
3591         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
3592         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
3593         (gnus-summary-insert-old-articles): Ditto.
3594
3595         * gnus-msg.el (gnus-posting-styles): Add new format of header.
3596         (gnus-configure-posting-styles): Support the new format.
3597
3598         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
3599         edebug-form-spec to (sexp body).
3600         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
3601
3602         * message.el (message-reply-headers): Add doc.
3603
3604 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
3605
3606         * gnus-group.el (gnus-group-delete-group): Nix the entry in
3607         gnus-cache-active-hashtb.
3608
3609         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
3610         (gnus-agent-summary-fetch-group): Use it.
3611
3612         * gnus-msg.el (gnus-debug-files): New variable.
3613         (gnus-debug-exclude-variables): New variable.
3614         (gnus-debug): Use them.
3615
3616         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
3617
3618 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
3619
3620         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
3621         (message-mode-syntax-table): Move back the previous position.
3622
3623         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
3624
3625         * gnus-agent.el (gnus-agent-retrieve-headers): Use
3626         gnus-sorted-difference.
3627
3628         * nnsoup.el (nnsoup-request-expire-articles): Use
3629         gnus-sorted-difference.
3630
3631         * nnheader.el: Autoload gnus-sorted-difference.
3632
3633         * nnfolder.el (nnfolder-request-expire-articles): Use
3634         gnus-sorted-difference.
3635
3636         * gnus-cache.el (gnus-cache-retrieve-headers): Use
3637         gnus-sorted-difference.
3638
3639         * gnus-range.el: Autoload cookies.
3640         (gnus-sorted-difference): New function.
3641         (gnus-sorted-ndifference): New function.
3642         (gnus-sorted-nintersection): Rename from
3643         gnus-set-sorted-intersection.
3644         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
3645         (gnus-list-range-difference): Rename from
3646         gnus-inverse-list-range-intersection.
3647         (gnus-inverse-list-range-intersection): Use defalias.
3648
3649         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
3650         gnus-sorted-ndifference, and gnus-sorted-nintersection.
3651         (gnus-articles-to-read): Use gnus-sorted-difference.
3652         (gnus-summary-limit-mark-excluded-as-read): Use
3653         gnus-sorted-intersection and gnus-sorted-ndifference.
3654         (gnus-list-of-read-articles): Use gnus-list-range-difference.
3655         (gnus-summary-insert-articles): Use gnus-sorted-difference.
3656
3657         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
3658
3659 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3660
3661         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
3662         property to the buffer for using emacs-w3m command keys.
3663
3664         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
3665         option.
3666
3667         * mm-view.el (mm-w3m-mode-map): New variable.
3668         (mm-w3m-mode-command-alist): New variable.
3669         (mm-w3m-minor-mode): Removed.
3670         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
3671         (mm-inline-text-html-render-with-w3m): Add keymap property to the
3672         buffer for using emacs-w3m command keys.
3673
3674 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
3675
3676         * message.el (message-mode-syntax-table): Move forward.
3677         (message-cite-prefix-regexp): Auto detect non word constituents.
3678         (message-cite-prefix-regexp): Don't use with-syntax-table.
3679
3680         * gnus-sum.el (gnus-summary-update-info): Use
3681         gnus-list-range-intersection.
3682
3683         * gnus-agent.el (gnus-agent-fetch-headers): Use
3684         gnus-list-range-intersection.
3685
3686         * gnus-range.el (gnus-range-normalize): Use correct predicate.
3687         (gnus-list-range-intersection): Use it.
3688         (gnus-inverse-list-range-intersection): Ditto.
3689         (gnus-sorted-intersection): Add doc.
3690         (gnus-set-sorted-intersection): Add doc.
3691         (gnus-sorted-union): New function.
3692         (gnus-set-sorted-union): New function.
3693
3694         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
3695         (gnus-inverse-list-range-intersection): Ditto.
3696
3697 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
3698
3699         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
3700
3701         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
3702         and permit `:' and `\' in order to handle full Windows pathnames.
3703         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
3704         technically not correct per standard, but seems to have common use.
3705
3706 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
3707
3708         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
3709         replacing numbers.
3710
3711 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
3712
3713         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
3714
3715         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
3716         Don't split when the window is small, e.g. when a small *BBDB*
3717         window is the lowest one.
3718
3719         * gnus-agent.el (gnus-agent-retrieve-headers): Use
3720         nnheader-find-nov-line to speed up. Use nreverse, because it is
3721         sorted. Use nnheader-insert-nov-file.
3722
3723 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3724
3725         * mm-decode.el (mm-inline-text-html-with-images): New user option.
3726
3727         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
3728         of `w3m-display-inline-images' with the value of
3729         `mm-inline-text-html-with-images'.
3730         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
3731
3732         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3733
3734 2002-01-27  Richard M. Stallman  <rms@gnu.org>
3735
3736         * time-date.el: Add autoload cookies.  Many doc fixes.
3737         (time-add): New function.
3738         (time-subtract): Renamed from subtract-time.
3739         (subtract-time): New alias for time-subtract.
3740
3741 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3742
3743         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
3744         emacs-w3m in doc-string.
3745
3746         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
3747         `w3m-current-buffer'.
3748
3749 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3750
3751         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
3752
3753         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
3754         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
3755         (mm-w3m-cid-retrieve): New function.
3756         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
3757
3758 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
3759
3760         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
3761
3762 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3763
3764         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
3765
3766 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3767
3768         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
3769         32K.
3770
3771         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
3772
3773         * nnmail.el (nnmail-article-group): Decode headers before running
3774         split rules over them.
3775         (nnmail-mail-splitting-charset): New variable.
3776
3777         * smiley.el: Replaced with smiley-ems.el.
3778
3779 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3780
3781         * mm-url.el (mm-url-predefined-programs): Add w3m.
3782         (mm-url-program): Ditto.
3783
3784 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3785
3786         * nnml.el (nnml-use-compressed-files): New variable.
3787         (nnml-filenames-are-evil): Removed.
3788         (nnml-current-group-article-to-file-alist): Don't use.
3789         (nnml-update-file-alist): Inhibit.
3790         (nnml-article-to-file): Use new var.
3791
3792 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3793
3794         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
3795
3796         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
3797
3798 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3799
3800         * gnus-agent.el (gnus-agent-load-alist): Use new caching
3801         function.
3802
3803         * gnus-util.el (gnus-cache-file-contents): New function.
3804
3805         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
3806         (gnus-agent-load-alist): Use it.
3807
3808         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
3809
3810         * nnheader.el (nnheader-insert-nov-file): New function.
3811
3812         * gnus-util.el (gnus-parse-without-error): Correct the loop.
3813
3814         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
3815         there are no references.
3816         (gnus-extract-message-id-from-in-reply-to): New function.
3817         (gnus-nov-parse-line): Use in-reply-to if there are no
3818         references.
3819
3820 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3821
3822         * nnagent.el (nnagent-retrieve-headers): Use new macro.
3823
3824         * gnus-util.el (gnus-parse-without-error): New macro.
3825
3826 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
3827
3828         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
3829         (gnus-article-wash-function): use locate-library to decide which
3830         to use.
3831
3832 2002-01-25  Simon Josefsson  <jas@extundo.com>
3833
3834         * pop3.el (pop3-munge-message-separator): Work if no date.
3835         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
3836
3837 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3838
3839         * gnus-agent.el (gnus-agent-save-alist): Fix.
3840
3841         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
3842         mistake.  Reinstated lost code.
3843
3844 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
3845
3846         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
3847         one exists in the case of an encrypted message with an internal
3848         signature.
3849
3850 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3851
3852         * gnus-agent.el (gnus-agent-save-alist): Optimized.
3853
3854 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3855
3856         * dgnushack.el: Commented out the experimental code.
3857
3858 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3859
3860         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
3861         error.
3862
3863         * gnus.el (gnus-server-to-method): Made into subst.
3864         (gnus-server-method-cache): New variable.
3865         (gnus-server-to-method): Use it.
3866         (gnus-group-method-cache): New variable.
3867         (gnus-find-method-for-group-1): Renamed.
3868         (gnus-find-method-for-group): New function.
3869         (gnus-group-method-cache): Removed.
3870
3871         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
3872         function.
3873
3874         * gnus-range.el (gnus-members-of-range): New function.
3875         (gnus-list-range-intersection): Renamed.
3876         (gnus-inverse-list-range-intersection): New function.
3877
3878         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
3879
3880         * nnagent.el (nnagent-retrieve-headers): New implementation.
3881
3882         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
3883         implementation.
3884
3885 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3886
3887         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
3888         `w3m-meta-content-type-charset-regexp'.
3889
3890         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
3891         charset-encoded html contents.
3892
3893 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
3894
3895         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
3896         an empty file.
3897
3898         * nnweb.el (url): Ignore errors when request url.
3899
3900         * nnrss.el: Clean up the comments.
3901
3902 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3903
3904         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
3905
3906         * mm-decode.el (mm-inline-text-html-renderer): New user option.
3907         (mm-inline-media-tests): Test whether the value of
3908         `mm-inline-text-html-renderer' is a function for text/html.
3909
3910         * mm-view.el (mm-inline-text-html-render-with-w3): New function
3911         separated from `mm-inline-text'.
3912         (mm-w3m-minor-mode): New variable.
3913         (mm-w3m-setup): New variable.
3914         (mm-setup-w3m): New function.
3915         (mm-inline-text-html-render-with-w3m): New function.
3916         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
3917         text/html.
3918
3919 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
3920
3921         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
3922
3923 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3924
3925         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
3926         and `gnus-xmas-completing-read'.
3927
3928 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3929
3930         * nneething.el (nneething-message-id-number): Abolished.
3931         (nneething-encode-file-name): Not encode numerical characters.
3932         (nneething-make-head): `nneething-message-id-number' is not
3933         used to generate message IDs.
3934
3935 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3936
3937         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
3938         characters.
3939
3940 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3941
3942         * gnus-xmas.el (gnus-xmas-completing-read): New function.
3943         (gnus-xmas-redefine): Redefine conditionally.
3944
3945 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
3946
3947         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
3948         tag.
3949
3950 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
3951
3952         * message.el (message-font-lock-keywords): Added the secure tag.
3953         * mml-sec.el: Added functions to generate/modify/remove the secure
3954         tag while in message mode.
3955         * mml-sec.el (mml-secure-message): New.
3956         * mml-sec.el (mml-unsecure-message): New.
3957         * mml-sec.el (mml-secure-message-sign-smime): New.
3958         * mml-sec.el (mml-secure-message-sign-pgp): New.
3959         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
3960         * mml-sec.el (mml-secure-message-encrypt-smime): New.
3961         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
3962         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
3963         * mml.el (mml-parse-1): Added code to recognise the secure tag and
3964         convert it to either a part or multipart depending on if there are
3965         other parts in the message.
3966         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
3967         to use the secure tag, rather than the part tag.
3968         * mml.el (mml-preview): Added a save-excursion to keep cursor
3969         position after doing an MML preview.
3970
3971 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3972
3973         * nnheader.el (nnheader-parse-overview-file): New function.
3974         (nnheader-write-overview-file): New function.
3975
3976 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3977
3978         * gnus.el (gnus-group-fast-parameter): Check better if expansion
3979         in wanted.
3980
3981         * nnweb.el (nnweb-type-definition): Clean up.
3982
3983 2002-01-21  Alastair Burt  <burt@dfki.de>
3984         Trivial patch.
3985
3986         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
3987         buffer exists before jumping to it.
3988
3989 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3990
3991         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
3992         function.
3993         (article-wash-html): Use it.
3994         (gnus-article-wash-function): New variable.
3995         (gnus-article-wash-html-with-w3m): New function.
3996
3997 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
3998
3999         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
4000         XEmacs.
4001
4002 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
4003
4004         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
4005         command line.
4006
4007 2002-01-21  Simon Josefsson  <jas@extundo.com>
4008
4009         * canlock.el (base64-encode-string): Autoload it from base64.
4010         (canlock-make-cancel-key): Base64 encode unibyte string.
4011
4012 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4013
4014         * nnfolder.el (nnfolder-request-accept-article): Unfold
4015         x-from-line.
4016         (nnfolder-request-replace-article): Ditto.
4017
4018 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
4019
4020         * gnus-group.el (gnus-group-best-unread-group): Use the right
4021         positioning function.
4022
4023 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4024
4025         * smiley-ems.el (smiley-region): Use new function.
4026         (smiley-update-cache): Use general image functions.
4027         (smiley-region): Use general functions.
4028
4029         * gnus-util.el (gnus-graphic-display-p): New function.
4030
4031         * nnmail.el (nnmail-article-group): Allow outputting traces of
4032         non-strings.
4033
4034         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
4035         (nndoc-exim-bounce-type-p): New function.
4036
4037         * message.el (message-dont-send): Doc fix.
4038
4039         * gnus-util.el (gnus-completing-read): Remove
4040         inherit-input-method.
4041
4042         * gnus-art.el (gnus-treat-smiley): Doc fix.
4043
4044         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
4045         articles.
4046
4047 2002-01-19  Simon Josefsson  <jas@extundo.com>
4048
4049         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
4050         (imap-kerberos4-open): Ditto.
4051         (imap-open): Set port correctly, don't set auth.
4052
4053 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4054
4055         * gnus.el (gnus-version-number): Bump version number.
4056
4057 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4058
4059         * gnus.el: Oort Gnus v0.05 is released.
4060
4061 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4062
4063         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
4064         exists.
4065
4066         * gnus-spec.el (gnus-string-width-function): New function.
4067         (gnus-tilde-cut-form): Use it.
4068         (gnus-tilde-max-form): Ditto.
4069         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
4070         (gnus-substring-function): Use it.
4071         (gnus-tilde-cut-form): Ditto.
4072         (gnus-substring-function): New function.
4073
4074         * message.el (message-check-news-header-syntax): New message.
4075
4076         * gnus.el (gnus-slave-no-server): Doc fix.
4077
4078         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
4079
4080 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4081
4082         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
4083         `seen' if it looks like (seen NUM1 . NUM2).  It should be
4084         (seen (NUM1 . NUM2)).
4085
4086 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4087
4088         * gnus-topic.el (gnus-topic-catchup-articles): Update article
4089         number in closed topics.
4090
4091 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
4092
4093         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
4094         functions.
4095
4096 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4097
4098         * gnus.el (gnus-group-find-parameter): Clean up.
4099
4100         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
4101         articles.
4102
4103         * gnus-util.el (gnus-completing-read-with-default): Renamed.
4104
4105         * nnmail.el (nnmail-article-group): Clean up.
4106
4107 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
4108
4109         * gnus-agent.el (gnus-category-name): Intern the category name.
4110
4111 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4112
4113         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
4114
4115         * gnus-util.el (gnus-completing-read): New function.
4116
4117 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
4118
4119         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
4120
4121         * smiley-ems.el (smiley-region): Register smiley.
4122         (smiley-toggle-buffer): Rewrite the function.
4123         (smiley-active): Removed.
4124
4125 2002-01-19  Simon Josefsson  <jas@extundo.com>
4126
4127         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
4128         Jesper Harder <harder@ifa.au.dk>.
4129
4130 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4131
4132         * gnus-art.el (gnus-request-article-this-buffer): Call
4133         `nneething-get-file-name' to extract the file name from the
4134         message id.
4135
4136         * nneething.el (nneething-encode-file-name): New function.
4137         (nneething-decode-file-name): Ditto.
4138         (nneething-get-file-name): Ditto.
4139         (nneething-make-head): Encode the file name and encapsulate it
4140         into the field of the message id.
4141
4142 2002-01-18  Simon Josefsson  <jas@extundo.com>
4143
4144         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
4145         stored in .marks.
4146
4147         * nnfolder.el (nnfolder-request-update-info): Ditto.
4148
4149 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4150
4151         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
4152
4153 2002-01-18  Simon Josefsson  <jas@extundo.com>
4154
4155         * imap.el (imap-starttls-p): Don't check for binary.
4156         (imap-gssapi-auth-p): Ditto.
4157         (imap-kerberos4-auth-p): Ditto.
4158         (imap-open): Change logic.  Iterate through all possible streams,
4159         instead of bailing out after first failure.  Move authenticator
4160         decision to `imap-authenticate'.
4161         (imap-authenticate): Change logic, now finds the authenticator to
4162         use, was previously in `imap-open'.
4163         (imap-open): Return nil on failure.
4164         (imap-open): Setup temp buffer correctly.
4165         (imap-open): Return buffer only on success.
4166         (imap-interactive-login, imap-interactive-login): Tell the user
4167         which stream/authenticator is used for the queried
4168         username/password.
4169         (imap-open, imap-authenticate): Set variables.
4170         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
4171         (imap-open): Don't assume how `with-temp-buffer' is implemented.
4172
4173 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4174
4175         * gnus-fun.el (gnus-grab-cam-x-face): New function.
4176
4177 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4178
4179         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
4180
4181 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4182
4183         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
4184         (gnus-agent-group-mode-map): Bind it to "Jo".
4185         (gnus-agent-group-make-menu-bar): Add it into menu bar.
4186
4187 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
4188
4189         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
4190         (gnus-summary-mail-toolbar): Add mail article deletion button.
4191
4192         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
4193         false positives for lines of "^^^^".
4194
4195         * gnus-picon.el (gnus-picon-find-face): faces database is all
4196         lowercase.
4197
4198 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4199
4200         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
4201         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
4202         duplications.
4203         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
4204
4205 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4206
4207         * gnus-sum.el (gnus-summary-initial-limit): Inline
4208         gnus-summary-limit-children.
4209         (gnus-summary-initial-limit): Don't limit if
4210         gnus-newsgroup-display is nil.
4211         (gnus-summary-initial-limit): No, don't.
4212
4213         * gnus-util.el
4214         (gnus-put-text-property-excluding-characters-with-faces): Inline
4215         gnus-put-text-property.
4216
4217         * gnus-spec.el (gnus-default-format-specs): New variable.
4218
4219         * gnus-start.el (gnus-read-newsrc-file): Don't clear
4220         gnus-format-specs.
4221         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
4222
4223         * gnus-spec.el (gnus-update-format-specifications): Really check
4224         the Gnus version of the .newsrc.eld file.
4225         (gnus-format-specs): Save the new default summary format.
4226
4227         * gnus-util.el (gnus-parent-id): Check whether references is empty
4228         before splitting.
4229
4230         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
4231         functions.
4232         (gnus-gather-threads-by-references): Inline
4233         `gnus-split-references'.
4234
4235         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
4236         default value of gnus-summary-line-format-spec.
4237
4238 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4239
4240         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
4241         message.
4242         (nnslashdot-request-list): Ditto.
4243         (nnslashdot-sid-strip): Removed.
4244
4245 2002-01-15  Simon Josefsson  <jas@extundo.com>
4246
4247         * nnimap.el (nnimap-close-asynchronous): Enable.
4248         (nnimap-close-group): Expunge.
4249
4250 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4251
4252         * gnus-util.el (gnus-user-date-format-alist): Typo.
4253         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
4254
4255 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4256
4257         * nneething.el (nneething-request-article): Set
4258         `nnmail-file-coding-system' to `binary' locally, in order to read
4259         files without any conversion.
4260
4261 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4262
4263         * gnus-agent.el (gnus-agent-retrieve-headers): Use
4264         nnheader-file-coding-system and nnmail-active-file-coding-system.
4265         (gnus-agent-regenerate-group): Ditto.
4266         (gnus-agent-regenerate): Ditto.
4267         (gnus-agent-write-active): Ditto.
4268         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
4269
4270 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
4271
4272         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
4273         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
4274
4275 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
4276
4277         * gnus.el: We don't need gnus-article-show-all-headers.
4278
4279         * gnus-art.el (article-show-all, gnus-article-show-all-header):
4280         Ditto.
4281
4282         * gnus-sum.el (gnus-summary-select-article): Don't call
4283         show-all-headers, because hidden headers are not hidden text any
4284         more.
4285
4286 2002-01-13  Simon Josefsson  <jas@extundo.com>
4287
4288         * message.el (message-newline-and-reformat): Use `newline' instead
4289         of inserting \n, so that the newline is marked as hard.
4290
4291         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
4292         From Jesper Harder <harder@ifa.au.dk>.
4293
4294 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
4295
4296         * imap.el (imap-close): Keep going if quit.
4297
4298         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
4299         nntp-server-buffer.
4300
4301 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4302
4303         * mm-view.el (mm-display-inline-fontify): Require font-lock to
4304         avoid unbinding shadowed variables.
4305
4306         * gnus-art.el (gnus-picon-databases): Moved here.
4307         (gnus-picons-installed-p): Moved here.
4308         (gnus-article-reply-with-original): Use `mark'.
4309
4310         * gnus.el (gnus-picon): Moved here and renamed.
4311
4312         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
4313         installed.
4314         (gnus-treat-mail-picon): Ditto.
4315         (gnus-treat-newsgroups-picon): Ditto.
4316
4317         * gnus-picon.el (gnus-picons-installed-p): New function.
4318
4319 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
4320
4321         * gnus-agent.el (gnus-agent-go-online): Fix doc.
4322
4323 2002-01-12  Simon Josefsson  <jas@extundo.com>
4324
4325         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
4326         (nnimap-before-find-minmax-bugworkaround): Use it.
4327         (nnimap-find-minmax-uid): Don't reselect current mailbox.
4328         (nnimap-dont-close): New variable.
4329         (nnimap-close-group): Use it.
4330
4331 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4332
4333         * gnus-art.el (gnus-article-reply-with-original): Use
4334         `mark-active'.
4335
4336         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
4337
4338         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
4339         (gnus-score-advanced): Clean up.
4340         (gnus-score-advanced): Accept a multiple of the score.
4341
4342 2002-01-12  Simon Josefsson  <jas@extundo.com>
4343
4344         * flow-fill.el (fill-flowed-display-column)
4345         (fill-flowed-encode-columnq): New variables.  Suggested by
4346         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
4347         (fill-flowed-encode, fill-flowed): Use them.
4348
4349         * message.el (message-send-news, message-send-mail): Use
4350         m-b-s-n-p-e-h-n.
4351
4352         * mml.el (autoload): Autoload fill-flowed-encode.
4353         (mml-buffer-substring-no-properties-except-hard-newlines): New
4354         function.
4355         (mml-read-part): Use it.
4356         (mml-generate-mime-1): Encode format=flowed if appropriate.
4357         (mml-insert-mime-headers): Insert format=flowed.
4358
4359         * flow-fill.el (fill-flowed-encode): New function.
4360         (fill-flowed): Bind fill-column to window width.
4361
4362 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4363
4364         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
4365         it exists.
4366         (gnus-summary-setup-buffer): Wake up dead summary buffers.
4367         (gnus-summary-buffer-name): Don't return the dead name after all.
4368         (gnus-summary-setup-buffer): Kill the dead buffer.
4369
4370         * gnus-art.el (gnus-article-followup-with-original): Store the
4371         value of the mark before deactivating it.
4372
4373 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4374
4375         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
4376         From: Karl Kleinpaste <karl@charcoal.com>
4377
4378         * gnus-art.el (article-display-x-face): Ditto.
4379         (gnus-article-reply-with-original): Use gnus-region-active-p.
4380         (gnus-article-followup-with-original): Ditto.
4381
4382         * gnus-sum.el (gnus-summary-read-group-1): Don't select
4383         downloadable article either.
4384
4385 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4386
4387         * gnus-art.el (article-display-x-face): Insert From:.
4388
4389         * gnus-sum.el (gnus-summary-move-article): Don't draw the
4390         article. Bind gnus-display-mime-function and
4391         gnus-article-prepare-hook.
4392
4393         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
4394         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
4395         gnus-agent-possibly-synchronize-flags to the last.
4396         (gnus-agent-go-online): New function. New variable.
4397
4398 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4399
4400         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
4401         (gnus-agent-regenerate): Ditto.
4402
4403 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4404
4405         * message.el (message-ignored-news-headers)
4406         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
4407         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
4408
4409         * gnus.el (gnus-gethash-safe): New macro.
4410
4411         * gnus-agent.el (gnus-agent-regenerate-history): New function.
4412         (gnus-agent-regenerate): Show messages.
4413
4414 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4415
4416         * gnus-agent.el (gnus-agent-regenerate-group): New function.
4417         (gnus-agent-regenerate): New function.
4418         (gnus-agent-save-alist): Sort.
4419         (gnus-agent-copy-nov-line): Test eobp.
4420         (gnus-agent-retrieve-headers): Erase buffer.
4421
4422 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
4423
4424         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
4425         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
4426
4427         * gnus.el (gnus-agent-covered-methods): Move here.
4428         (gnus-online): New function.
4429         (gnus-agent-method-p): Move here.
4430
4431         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
4432         nil. Remove articles-alist.
4433
4434         * gnus-start.el (gnus-get-unread-articles): Check online.
4435         (gnus-groups-to-gnus-format): Ditto.
4436         (gnus-active-to-gnus-format): Ditto.
4437
4438         * gnus-agent.el (gnus-agent-get-function): Use it.
4439         (gnus-agent-get-undownloaded-list): Ditto.
4440         (gnus-agent-fetch-session): Only fetch online methods.
4441
4442         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
4443         (gnus-server-mode-map): Ditto.
4444         (gnus-server-offline-face): New face.
4445         (gnus-server-offline-face): New variable.
4446         (gnus-server-font-lock-keywords): Add offline.
4447         (gnus-server-insert-server-line): Ditto.
4448         (gnus-server-offline-server): New function.
4449
4450         * gnus-int.el (gnus-open-server): Turn to offline.
4451         (gnus-server-unopen-status): New variable.
4452
4453 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
4454
4455         * nnkiboze.el (nnkiboze-request-article): Use
4456         gnus-agent-request-article.
4457
4458         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
4459         function. Insert undownloaded NOV.
4460
4461         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
4462         (gnus-agent-request-article): New function.
4463
4464         * gnus.el (gnus-agent-cache): New variable.
4465
4466         * gnus-int.el (gnus-retrieve-headers): Use
4467         gnus-agent-retrieve-headers.
4468         (gnus-request-head): Use gnus-agent-request-article.
4469         (gnus-request-body): Ditto.
4470
4471         * gnus-art.el (gnus-request-article-this-buffer): Use
4472         gnus-agent-request-article.
4473
4474         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
4475         article if it is undownloaded.
4476
4477 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4478
4479         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
4480
4481 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4482
4483         * canlock.el (canlock-string-as-unibyte): New macro.
4484         (canlock-sha1-with-openssl): Return a unibyte string.
4485         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
4486
4487 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
4488
4489         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
4490
4491 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4492
4493         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
4494         application/x-emacs-lisp.
4495
4496         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
4497
4498         * nntp.el (nntp-request-article): Add group parameter.
4499         (nntp-request-head): Ditto.
4500         (nntp-find-group-and-number): Add parameter group. Figure out
4501         number if the status line doesn't give (e.g. quimby.gnus.org).
4502
4503 2002-01-08  Simon Josefsson  <jas@extundo.com>
4504
4505         * mml.el (mml-generate-mime-1): Set recipient correctly.
4506
4507 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4508
4509         * message.el (message-read-from-minibuffer): Add parameter
4510         initial-contents.
4511         * gnus-msg.el (gnus-summary-resend-message): Use it.
4512
4513         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
4514         behavior of quit-config.
4515
4516         * message.el (message-make-from): Don't quote fullname.
4517         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
4518
4519         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
4520         From: <andre@slamdunknetworks.com>
4521
4522 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
4523
4524         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
4525
4526         * gnus-art.el (gnus-header-button-alist): Handle mailto.
4527
4528         * mml.el (mml-preview): Bind gnus-original-article-buffer because
4529         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
4530         because bbdb may use it.
4531
4532 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4533
4534         * nneething.el (nneething-request-article): When a non-text file
4535         is converted to an article, its data is encoded in base64.  Call
4536         `nneething-make-head' with options to specify MIME types.
4537         (nneething-make-head): Add optional arguments to specify MIME
4538         types.
4539
4540 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4541
4542         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
4543         header if there is not.
4544
4545         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
4546
4547         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
4548         (gnus-inews-mark-gcc-as-read): Obsolete variable.
4549         (gnus-inews-do-gcc): Use them.
4550
4551         * gnus-group.el (gnus-group-mark-article-read): Put holes into
4552         gnus-newsgroup-unselected.
4553
4554 2002-01-06  Simon Josefsson  <jas@extundo.com>
4555
4556         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
4557         condition-case, not ignore-errors.
4558
4559 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4560
4561         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
4562         gnus-fetch-old-headers.
4563
4564         * gnus-art.el (article-display-x-face): Use the current buffer
4565         unless `W f'. Otherwise, X-Face may be shown in the header of a
4566         forwarded part.
4567         (gnus-treatment-function-alist): Treat xface before hiding
4568         headers.
4569
4570 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4571
4572         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
4573         parameters.
4574
4575 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4576
4577         * mm-util.el (mm-multibyte-p): Define conditionally when load.
4578         (mm-guess-charset): New function.
4579         (mm-charset-after): Use it.
4580         (mm-detect-coding-region): New function.
4581         (mm-detect-mime-charset-region): New function.
4582
4583         * gnus-sum.el (gnus-summary-show-article): Use
4584         mm-detect-coding-region.
4585
4586 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4587
4588         * message.el (message-make-fqdn): Be less violent.
4589
4590         * gnus.el (gnus-logo-color-style): Compute custom form
4591         automatically.
4592
4593         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
4594         score file of the parent to the document group.
4595
4596         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
4597         parameters parameter.
4598
4599         * gnus-score.el (gnus-score-load-file): Clean up.
4600
4601 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4602
4603         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
4604         From: Damien Wyart <damien.wyart@free.fr>
4605
4606         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
4607
4608 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
4609
4610         * gnus-sum.el (gnus-select-group-hook): Typo.
4611
4612         * rfc2047.el (rfc2047-decode-string): Return immediately if there
4613         is no quoted-printable-encoded STRING.
4614         From: Jesper Harder <harder@ifa.au.dk>
4615
4616         (rfc2047-decode-string): Decode it.
4617
4618 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4619
4620         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
4621
4622 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
4623         Trivial patch.
4624
4625         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
4626         buffer to get rid of junk line.
4627
4628 2002-01-05  Simon Josefsson  <jas@extundo.com>
4629
4630         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
4631         C-o.
4632         (message-mode-map): Bind message-insert-or-toggle-importance to
4633         C-c C-u.
4634         (message-mode-map): Bind message-disposition-notification-to to
4635         C-c M-n.
4636         (message-mode-menu): Add m-d-n-t.
4637         (message-mode-field-menu): Add m-goto-from.
4638         (message-mode): Doc fix.
4639         (message-goto-from): New function.
4640         (message-insert-disposition-notification-to): New function.
4641         (message-tool-bar-map): Add receipt button.
4642
4643 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4644
4645         * gnus-sum.el (gnus-thread-latest-date): New function.
4646         (gnus-thread-sort-by-most-recent-number): Renamed.
4647         (gnus-thread-sort-functions): Doc fix.
4648         (gnus-select-group-hook): Don't use setq on a hook.
4649         (gnus-thread-latest-date): Use date, not number
4650
4651         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
4652         (gnus-agent-expire): Allow regexp of expire-days.
4653
4654         * gnus-art.el (gnus-article-reply-with-original): Deactivate
4655         region.
4656         (gnus-article-followup-with-original): Ditto.
4657
4658         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
4659
4660         * gnus-art.el (gnus-mime-display-alternative): Use
4661         gnus-local-map-property.
4662         (gnus-mime-display-alternative): Ditto.
4663         (gnus-insert-mime-security-button): Ditto.
4664         (gnus-insert-next-page-button): Ditto.
4665         (gnus-button-prev-page): Take optional args.
4666         (gnus-insert-prev-page-button): widget-convert.
4667
4668         * gnus-util.el (gnus-local-map-property): New function.
4669
4670         * gnus-art.el (gnus-prev-page-map): Use parent map.
4671         (gnus-next-page-map): Ditto.
4672
4673         * gnus-spec.el (gnus-parse-format): Clean up.
4674         (gnus-parse-format): Do complex formatting for %=.
4675
4676         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
4677         "X-Face: " to the data in the built-in scenario.
4678
4679         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
4680         (gnus-correct-pad-form): Renamed.
4681         (gnus-tilde-max-form): Clean up.
4682         (gnus-pad-form): Use gnus-use-correct-string-widths.
4683
4684         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
4685         support if that is available.
4686
4687         * gnus-sum.el (gnus-thread-highest-number): New function.
4688         (gnus-thread-sort-by-most-recent-thread): New function.
4689         (gnus-thread-sort-functions): Doc fix.
4690
4691 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
4692
4693         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
4694         all cases.
4695         (gnus-summary-mode): Enable it in all cases.
4696         (gnus-summary-display-article): Ditto.
4697         (gnus-summary-edit-article): Ditto.
4698
4699         * gnus-ems.el (gnus-put-image): Really return glyph.
4700
4701         * gnus-art.el (gnus-article-x-face-command): Fix :type.
4702         (gnus-treat-smiley): Don't take "P" in the interactive form.
4703
4704 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4705
4706         * compface.el (uncompface): XEmacs and Emacs have differing
4707         capabilities.
4708
4709         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
4710
4711         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
4712         (gnus-article-xface-ring-size): Removed.
4713         (gnus-article-display-xface): Removed.
4714         (gnus-remove-image): Cleaned up.
4715
4716         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
4717         (gnus-xmas-create-image): Take pbm files.
4718         (gnus-x-face): Removed.
4719         (gnus-xmas-article-display-xface): Removed.
4720
4721         * gnus-fun.el (gnus-display-x-face-in-from): Bind
4722         default-enable-multibyte-characters.
4723
4724         * compface.el (uncompface): Doc fix.
4725
4726         * gnus-art.el (gnus-article-x-face-command): Use
4727         gnus-display-x-face-in-from.
4728
4729         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
4730
4731         * gnus-ems.el (gnus-put-image): Return the image.
4732
4733         * gnus-fun.el (gnus-display-x-face-in-from): New function.
4734         (gnus-x-face): Moved here.
4735
4736 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
4737
4738         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
4739         invisible if string is nil.
4740         (gnus-xmas-article-display-xface): Use it.
4741
4742         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
4743         property when string is nil.
4744         (gnus-article-display-xface): Use it.
4745
4746 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4747
4748         * gnus-art.el (article-display-x-face): Check whether valid grey
4749         face was returned.
4750         (article-display-x-face): Place image in the right spot.
4751
4752         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
4753         stderr.
4754         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
4755
4756 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4757
4758         * gnus-xmas.el (gnus-xmas-create-image): Take optional
4759         parameters.
4760         (gnus-xmas-put-image): Allow non-strings to be passed.
4761
4762         * gnus-art.el (article-display-x-face): Use optional parameters.
4763
4764         * gnus-ems.el (gnus-create-image): Take optional parameters.
4765
4766         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
4767
4768         * compface.el (compface-xbm-p): Removed.
4769
4770         * gnus-ems.el (gnus-article-compface-xbm): Removed.
4771         (gnus-article-display-xface): Use compface.
4772
4773         * compface.el: New file.
4774
4775         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
4776         (gnus-convert-image-to-x-face-command): Ditto.
4777         (gnus-random-x-face): Quote argument.
4778         (gnus-x-face-from-file): Ditto.
4779
4780 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
4781
4782         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
4783         the expire-group parameter once per article rather than once
4784         per group; bind `nnmaildir-article-file-name' and `article'
4785         for convenience.  Leave article alone when expire-group
4786         specifies the current group.
4787         (nnmaildir--update-nov): be more concurrency-friendly with
4788         temp file names.
4789
4790 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4791
4792         * gnus-start.el (gnus-read-init-file): Cleaned up.
4793
4794 2002-01-03  Dave Love  <d.love@dl.ac.uk>
4795
4796         * gnus-start.el (gnus-startup-file-coding-system): Removed.
4797         (gnus-read-init-file): Don't use it.
4798
4799 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4800
4801         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
4802
4803 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4804
4805         * gnus-start.el (gnus-read-init-file): Don't force coding system
4806         for ~/.gnus.  From Dave Love <fx@gnu.org>.
4807
4808 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
4809
4810         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
4811         * nnspool.el (nnspool-request-post): Ditto.
4812
4813         * mm-util.el (mm-use-find-coding-systems-region): New variable.
4814         (mm-find-mime-charset-region): Use it.
4815
4816 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
4817
4818         * gnus.el (gnus-summary-line-format): Added :link.
4819         * gnus-topic.el (gnus-topic-line-format): Ditto.
4820         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
4821         * gnus-srvr.el (gnus-server-line-format): Ditto.
4822         * gnus-group.el (gnus-group-line-format): Ditto.
4823
4824         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
4825         :keys, it works on both Emacsen.
4826
4827 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
4828
4829         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
4830
4831 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4832
4833         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
4834
4835 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
4836
4837         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
4838         very wide reply.
4839
4840 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4841
4842         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
4843         (gnus-picon-cache): New variable.
4844         (gnus-picon-transform-newsgroups): Cache stuff.
4845
4846         * gnus-art.el (gnus-article-reply-with-original): New command.
4847         (gnus-article-followup-with-original): New command.
4848
4849         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
4850         END parameters.
4851         (gnus-summary-followup): Take a list of list of articles.
4852         (gnus-inews-yank-articles): Allow lists of article/regions.
4853
4854         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
4855         longer the usual commands.
4856
4857         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
4858         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
4859         shell-command-on-region.
4860
4861 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4862
4863         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
4864           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
4865
4866 2002-01-03  Steve Youngs  <youngs@xemacs.org>
4867
4868         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
4869         understand ':keys', wrap it in an featurep 'xemacs.
4870
4871 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4872
4873         * gnus-ems.el (gnus-article-display-xface): Show xface in the
4874         order of headers (Actually, it is called in a reversed order). Add
4875         'gnus-image-text-deletable property.
4876         (gnus-remove-image): Remove text with such a property.
4877
4878         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
4879         gnus-put-image.
4880
4881         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
4882         with ", "
4883
4884 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4885
4886         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
4887
4888         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
4889         (article-display-x-face): Display grey X-Faces.
4890
4891         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
4892         (gnus-convert-gray-x-face-to-ppm): Ditto.
4893         (gnus-convert-image-to-gray-x-face): Ditto.
4894
4895         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
4896         gnus-summary-show-raw-article.
4897
4898 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4899
4900         Display picons in XEmacs without showing text.
4901
4902         * gnus-xmas.el (gnus-xmas-create-image): Don't use
4903         mm-create-image-xemacs to create xbm glyph, because it deletes
4904         temporary files.
4905         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
4906         (gnus-xmas-remove-image): Make text visible, remove glyph.
4907
4908         * gnus-picon.el (gnus-picon-transform-newsgroups)
4909         (gnus-picon-transform-address): Insert spec backward, due to the
4910         incompatibility of gnus-xmas-put-image.
4911
4912 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4913
4914         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
4915
4916 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4917
4918         * gnus.el: Doc fix.
4919
4920         * gnus-art.el: Doc fix.
4921
4922         * gnus-agent.el: Doc fix.
4923
4924 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4925
4926         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
4927
4928 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
4929
4930         * nnmaildir.el (nnmaildir--update-nov): automatically parse
4931         NOV data out of the message again if nnmail-extra-headers has
4932         changed.
4933
4934 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4935
4936         * gnus-fun.el: New file.
4937         (gnus-convert-image-to-x-face-command): New variable.
4938         (gnus-insert-x-face): New function.
4939         (gnus-random-x-face): Renamed.
4940         (gnus-x-face-from-file): Renamed.
4941
4942         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
4943         "_".
4944         (gnus-body-boundary-delimiter): Typo fix.
4945
4946 2002-01-02  Simon Josefsson  <jas@extundo.com>
4947
4948         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
4949         (gnus-body-boundary-delimiter): Fix type.
4950
4951 2002-01-01  Simon Josefsson  <jas@extundo.com>
4952
4953         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
4954         (gnus-treat-emphasize, gnus-treat-strip-cr)
4955         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
4956         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
4957         (gnus-treat-fill-article, gnus-treat-hide-citation)
4958         (gnus-treat-hide-citation-maybe)
4959         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
4960         (gnus-treat-strip-pem, gnus-treat-strip-banner)
4961         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
4962         (gnus-treat-date-ut, gnus-treat-date-local)
4963         (gnus-treat-date-english, gnus-treat-date-lapsed)
4964         (gnus-treat-date-original, gnus-treat-date-iso8601)
4965         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
4966         (gnus-treat-strip-trailing-blank-lines)
4967         (gnus-treat-strip-leading-blank-lines)
4968         (gnus-treat-strip-multiple-blank-lines)
4969         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
4970         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
4971         (gnus-treat-display-xface, gnus-treat-display-smileys)
4972         (gnus-treat-from-picon, gnus-treat-mail-picon)
4973         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
4974         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
4975         (gnus-treat-play-sounds, gnus-treat-translate)
4976         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
4977
4978         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
4979         (gnus-article-treat-body-boundary): Use it.
4980
4981         * message.el (message-mode): Fix doc.
4982         (message-mode-menu): Fix names.
4983
4984 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4985
4986         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
4987         articles.
4988
4989         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
4990         (gnus-picon-transform-address): Search for unknown faces as well.
4991         (gnus-picon-find-face): Don't search "news" for MISC.
4992         (gnus-picon-user-directories): Changed default back to exclude
4993         "unknown".
4994
4995         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
4996
4997         * gnus-picon.el (gnus-picon-find-face): Search through all
4998         databases.
4999         (gnus-picon-find-face): New implementation.
5000
5001         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
5002         keystroke.
5003         (gnus-topic-goto-next-topic): Ditto.
5004
5005         * gnus.el (gnus-summary-line-format): Changed default.
5006
5007         * nnmail.el (nnmail-extra-headers): Change default.
5008
5009         * gnus-sum.el (gnus-extra-headers): Change default.
5010
5011         * message.el (message-news-other-window): Changed "news" to
5012         "posting".
5013         (message-news-other-frame): Ditto.
5014         (message-do-send-housekeeping): Ditto.
5015
5016         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
5017         function.
5018         (gnus-article-unread-p): New function.
5019         (gnus-article-unseen-p): New function.
5020         (gnus-dead-summary-mode-map): Typo.
5021
5022         * gnus-util.el (gnus-make-predicate): New function.
5023         (gnus-make-predicate-1): New function.
5024
5025         * gnus-sum.el: New function.
5026         (gnus-map-articles): New function.
5027
5028         * gnus-art.el (gnus-treat-fold-headers): New variable.
5029         (gnus-article-treat-fold-headers): New command and keystroke.
5030
5031         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
5032         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
5033
5034 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5035
5036         * message.el (message-fcc-externalize-attachments): New variable.
5037         (message-do-fcc): Use it.
5038
5039         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
5040         (gnus-inews-do-gcc): Use it.
5041
5042         * mml.el (mml-tweak-sexp-alist): New variable.
5043         (mml-externalize-attachments): New variable.
5044         (mml-tweak-part): Use mml-tweak-sexp-alist.
5045         (mml-tweak-externalize-attachments): New function.
5046
5047 2002-01-01  Steve Youngs  <youngs@xemacs.org>
5048
5049         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
5050         'set-glyph-face' so x-face back/foreground can be set.
5051
5052 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
5053
5054         * message.el (message-fix-before-sending): Fix a typo.
5055
5056 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5057
5058         * gnus-art.el (gnus-treat-smiley): Renamed command.
5059         (gnus-article-remove-images): New command and keystroke.
5060
5061         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
5062
5063         * smiley-ems.el (gnus-smiley-display): Removed.
5064
5065         * gnus.el (gnus-version-number): Update version.
5066
5067         * message.el (message-text-with-property): Renamed and moved
5068         here.
5069         (message-fix-before-sending): Highlight invisible text and place
5070         point there.
5071
5072 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5073
5074         * gnus.el: Oort Gnus v0.04 is released.
5075
5076 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5077
5078         * gnus-delay.el (gnus-delay-send-queue): Renamed.
5079
5080         * gnus-art.el (gnus-ignored-headers): More headers,
5081
5082         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
5083         of `scan-error', since XEmacs doesn't seem to support that.
5084
5085 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5086
5087         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
5088         arg.
5089         (gnus-summary-best-unread-subject): Ditto.
5090         (gnus-summary-best-unread-subject): No, don't.
5091         (gnus-summary-better-unread-subject): New command.
5092
5093         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
5094
5095         * lpath.el ((featurep 'xemacs)): fbind url function.
5096
5097         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
5098         buffer.
5099         (gnus-xmas-remove-image): Implementation that does something.
5100         (gnus-xmas-article-display-xface): Mark images properly.
5101
5102         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
5103
5104 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
5105
5106         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
5107
5108 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5109
5110         * gnus-group.el (gnus-group-line-format): Added %O to the default
5111         value.
5112
5113         * gnus-util.el (gnus-text-with-property): The smallest point is
5114         point-min.
5115
5116         * smiley-ems.el (smiley-region): Return images.
5117         (gnus-smiley-display): Allow toggling.
5118         (smiley-region): Use text properties, not overlays.
5119
5120         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
5121         implemented yet.
5122
5123         * smiley-ems.el (smiley-update-cache): Check for valid types.
5124
5125         * gnus-art.el (gnus-with-article-buffer): New macro.
5126
5127         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
5128         strings as well as the glyphs.
5129         (gnus-picon-transform-address): Ditto.
5130         (gnus-picon-insert-glyph): Ditto.
5131         (gnus-picon-transform-newsgroups): Toggle.
5132         (gnus-picon-transform-address): Toggle.
5133
5134         * gnus-ems.el (gnus-remove-image): New function.
5135         (gnus-put-image): Take an optional string.
5136
5137         * gnus-util.el (gnus-text-with-property): New function.
5138
5139         * gnus-art.el (gnus-delete-images): New function.
5140
5141         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
5142
5143         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
5144         (gnus-article-wash-status): Use it.
5145         (gnus-signature-toggle): Clean up.
5146         (gnus-add-wash-status): New function.
5147         (gnus-delete-wash-status): New function.
5148         (gnus-article-hide-text-type): Use them throughout.
5149         (gnus-add-image): New function.
5150
5151         * gnus-ems.el (gnus-article-display-xface): Use new interface.
5152
5153         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
5154         interface.
5155
5156         * gnus-art.el (article-display-x-face): Cleaned up.
5157
5158         * rfc2047.el (rfc2047-field-value): New function.
5159
5160         * mail-parse.el (mail-header-field-value): New alias.
5161
5162         * gnus-art.el (gnus-mime-print-part): Fix typos.
5163
5164         * smiley-ems.el (gnus-smiley-file-types): New variable.
5165         (smiley-update-cache): Use it.
5166         (smiley-regexp-alist): Suffix-less smiley names.
5167         (smiley-regexp-alist): Added more smileys.
5168
5169         * gnus-sum.el (gnus-print-buffer): Made into own function.
5170         (gnus-summary-print-article): Use it.
5171
5172         * mailcap.el (mailcap-mime-info): Actually return the bit that we
5173         looked for when REQUEST is a string.
5174
5175         * gnus-art.el (gnus-mime-button-commands): Add printing
5176         keystroke.
5177         (gnus-mime-copy-part): Doc fix.
5178         (gnus-mime-print-part): New command.
5179
5180 2001-12-31  Simon Josefsson  <jas@extundo.com>
5181
5182         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
5183         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
5184
5185 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5186
5187         * gnus-picon.el (gnus-treat-from-picon): Autoload.
5188         (picon): Fix doc.
5189
5190         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
5191         longer exists. Remove those codes.
5192         * gnus.el (gnus-use-picons): Ditto.
5193
5194 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5195
5196         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
5197         infloop.
5198
5199         * gnus-sum.el (t): New `W D' map.
5200
5201         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
5202         (gnus-article-treat-body-boundary): Clean up.
5203         (gnus-body-boundary-face): Removed.
5204         (gnus-article-goto-header): Moved here.
5205         (gnus-article-goto-header): Allow better regexps.
5206         (gnus-article-treat-fold-newsgroups): New command.
5207
5208         * gnus-sum.el (gnus-summary-move-article): We have to select an
5209         article to give `gnus-read-move-group-name' an opportunity to
5210         suggest an appropriate default.
5211
5212         * rfc2047.el (rfc2047-fold-line): New function.
5213         (rfc2047-unfold-line): Ditto.
5214         (rfc2047-fold-region): Don't fold just after the header name.
5215
5216         * mail-parse.el (mail-header-fold-line): New alias.
5217         (mail-header-unfold-line): Ditto.
5218
5219         * gnus-art.el (gnus-body-boundary-face): Renamed.
5220         (gnus-article-treat-body-boundary): Use it.
5221         (gnus-article-treat-body-boundary): Use an invisible header and a
5222         line of underline characters.
5223
5224 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5225
5226         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
5227
5228         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
5229         (gnus-picon-split-address): New function.
5230         (gnus-picon-find-face): Use it.
5231         (gnus-picon-transform-address): Use it. Set first to t for each
5232         address.
5233
5234         * gnus-art.el (gnus-with-article-headers): Move to here. Define
5235         the macro then use it.
5236         (gnus-treatment-function-alist): Treat picons earlier.
5237
5238 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5239
5240         * gnus-art.el (gnus-body-separator-face): New variable.
5241         (gnus-article-treat-body-boundary): Use a blank, colored line.
5242
5243         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
5244         well.
5245
5246         * gnus-art.el (gnus-treat-body-boundary): New variable.
5247         (gnus-article-treat-unfold-headers): Use helper macro.
5248         (gnus-article-treat-body-boundary): New command.
5249
5250         * gnus.el (gnus-logo-color-style): Change the default color.
5251         (gnus-splash-face): Gray, gray.
5252
5253         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
5254         colors.
5255
5256         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
5257         (gnus-logo-color-style): Ditto.
5258         (gnus-logo-colors): Ditto.
5259
5260         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
5261
5262         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
5263
5264         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
5265         (gnus-picon-transform-newsgroups): New function.
5266
5267         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
5268         string.
5269
5270         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
5271
5272         * gnus-art.el (gnus-treat-cc-picon): New variable.
5273         (gnus-treat-mail-picon): Renamed.
5274
5275         * gnus-picon.el: New implementation.
5276         (gnus-picon-find-face): Renamed.
5277         (gnus-treat-from-picon): Use it.
5278         (gnus-picon-transform-address): Renamed.
5279         (gnus-treat-from-picon): Use it.
5280         (gnus-picon-create-glyph): Renamed.
5281         (gnus-picon-transform-address): Use it.
5282         (gnus-treat-cc-picon): New command.
5283
5284         * mm-decode.el (mm-create-image-xemacs): Separated out into
5285         function.
5286         (mm-get-image): Use it.
5287
5288         * gnus-art.el (gnus-treat-display-picons): Simplify.
5289         (gnus-treat-from-picon): Renamed.
5290
5291         * gnus-ems.el (gnus-create-image): New function.
5292         (gnus-put-image): New function.
5293
5294         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
5295         (gnus-with-article-headers): New macro.
5296         (gnus-article-goto-header): New function.
5297
5298         * gnus-xmas.el (gnus-image-type-available-p): New function.
5299
5300         * gnus-ems.el (gnus-image-type-available-p): New function.
5301
5302 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5303
5304         * nnrss.el (nnrss-check-group): Find the correct tag, because
5305         xml.el is changed.
5306
5307 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5308
5309         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
5310         lines are shorter than the window width.
5311         (gnus-ignored-headers): More headers.
5312
5313 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5314
5315         * gnus-art.el (gnus-treat-unfold-lines): New variable.
5316         (gnus-treat-unfold-headers): Renamed.
5317         (gnus-article-treat-unfold-headers): New command and keystroke.
5318
5319         * rfc2047.el (rfc2047-encode-message-header): Clean up.
5320
5321         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
5322
5323 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
5324
5325         * sha1-el.el (sha1-use-external): New variable.
5326         (sha1-region): Use it.
5327         (sha1-string): Ditto.
5328
5329         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
5330         * gnus-picon.el: Less warnings when compile.
5331
5332 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5333
5334         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
5335         alias.
5336         (gnus-picons-database): Default to list.
5337         (gnus-picons-lookup-internal): Use it.
5338
5339         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
5340         to "bogus".
5341
5342         * gnus-win.el (gnus-configure-windows-hook): New hook.
5343
5344 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
5345
5346         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
5347
5348 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5349
5350         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
5351         lists.
5352         (gnus-select-newsgroup): Don't append; push.
5353         (gnus-adjust-marked-articles): Remove obsolete ranges from
5354         `seen'.
5355         (gnus-update-marks): Clean up.
5356         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
5357
5358 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
5359
5360         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
5361
5362 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5363
5364         * gnus-sum.el (gnus-auto-select-subject): New variable.
5365         (gnus-summary-best-unread-subject): New function.
5366         (gnus-summary-best-unread-article): Use it.
5367         (gnus-summary-first-unseen-subject): New function and command.
5368
5369         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
5370         other treatments.
5371
5372         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
5373         function.
5374
5375         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
5376         from the list of hidden types.
5377
5378         * mm-view.el (mm-inline-text): Ditto.
5379         (mm-inline-text): Ditto.
5380         (mm-w3-prepare-buffer): Ditto.
5381
5382         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
5383
5384 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5385
5386         * gnus-art.el (gnus-ignored-headers): Added more headers.
5387
5388 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
5389
5390         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
5391         once.
5392
5393 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5394
5395         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
5396
5397 2001-12-28  Simon Josefsson  <jas@extundo.com>
5398
5399         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
5400         Jesper Harder <harder@ifa.au.dk>.
5401
5402 2001-12-27  Simon Josefsson  <jas@extundo.com>
5403
5404         * gnus-sum.el (gnus-select-newsgroup): Make
5405         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
5406         contain all articles (instead of none) when no seen marks have
5407         been set for the group.
5408         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
5409         instead, it seems to result in shorter ranges.
5410
5411 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5412
5413         * mm-util.el (mm-iso-8859-x-to-15-region): Use
5414         insert-before-markers.
5415         From Jesper Harder <harder@ifa.au.dk>
5416
5417 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
5418
5419         * nnmaildir.el (nnmaildir-save-mail): create the destination
5420         groups if they do not exist.
5421
5422 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5423
5424         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
5425
5426 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5427
5428         * gnus-group.el (gnus-group-read-ephemeral-group): Call
5429         gnus-group-real-name.
5430
5431         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
5432         (gnus-newsgroup-variables): Ditto.
5433
5434         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
5435         return it.
5436
5437 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
5438
5439         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
5440         * nnmaildir.el (top-level): Add commentary.
5441         (nnmaildir-version): Indicate that nnmaildir is now a standard
5442         part of Gnus, not separately released.
5443
5444 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5445
5446         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
5447         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
5448         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
5449         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
5450
5451 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5452
5453         * nnmaildir.el: Copyright changes. Require cl only at compile time.
5454
5455 2001-12-20  Simon Josefsson  <jas@extundo.com>
5456
5457         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
5458         ZHU <zsh@cs.rochester.edu>.
5459         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
5460         Brian P Templeton <bpt@tunes.org>.
5461
5462 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5463
5464         * nnmaildir.el: New file.
5465         From Paul Jarc <prj@po.cwru.edu>.
5466
5467 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5468
5469         * nndoc.el (nndoc-type-alist): Move forward to the end.
5470
5471 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5472
5473         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
5474         `dolist'.
5475
5476 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5477
5478         * gnus-win.el (gnus-frames-on-display-list): New function.
5479         (gnus-get-buffer-window): Use it.
5480
5481 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5482
5483         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
5484
5485 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5486
5487         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
5488
5489 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5490            From Harald Meland <Harald.Meland@usit.uio.no>
5491
5492         * gnus-win.el (gnus-get-buffer-window): New function.
5493         (gnus-all-windows-visible-p): Use it.
5494
5495         * gnus-util.el (gnus-horizontal-recenter)
5496         (gnus-horizontal-recenter, gnus-horizontal-recenter)
5497         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
5498
5499         * gnus-score.el (gnus-score-insert-help): Use it.
5500
5501         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
5502         (gnus-generate-tree, gnus-highlight-selected-tree)
5503         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
5504         it.
5505
5506         * gnus-art.el (gnus-article-set-window-start)
5507         (gnus-mm-display-part, gnus-request-article-this-buffer)
5508         (gnus-button-next-page, gnus-button-prev-page)
5509         (gnus-article-button-next-page, gnus-article-button-prev-page):
5510         Use it.
5511
5512 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
5513
5514         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
5515         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
5516         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
5517
5518 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5519
5520         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
5521         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
5522         * mml1991.el, nnultimate.el: Add `coding'.
5523
5524 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
5525
5526         * ChangeLog: changed coding to buffer-file-coding-system
5527         * ChangeLog.1: same
5528         * nnwfm.el: same
5529         * gnus-smiley.el: same
5530         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
5531         * gnus-delay.el: same
5532         * gnus-spec.el: same
5533         * message.el: same
5534         * mml1991.el: same
5535         * nnultimate.el: same
5536
5537 2001-12-16  Simon Josefsson  <jas@extundo.com>
5538         Inspired by code by Dirk Meyer <dischi@tzi.de>.
5539
5540         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
5541         (gnus-summary-save-map): Add muttprint.
5542         (gnus-summary-make-menu-bar): Ditto.
5543         (gnus-summary-muttprint): New function.
5544
5545         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
5546
5547 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5548
5549         * uudecode.el (uudecode-decode-region-internal): Speedup by using
5550         temporary list instead of buffer.
5551
5552         * mm-url.el (executable-find): autoload.
5553
5554 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
5555
5556         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
5557         to variable, follow doc-string conventions).
5558
5559 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
5560
5561         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
5562         subscribe-level
5563         * gnus-topic.el (gnus-subscribe-topics): use it.
5564
5565 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5566
5567         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
5568         messages. (A small patch with indentation)
5569         From Sean Neakums <sneakums@zork.net>.
5570
5571         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
5572         nil after shooting down the gnus-original-article-buffer.
5573
5574 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5575
5576         * uudecode.el (uudecode-use-external): New variable.
5577         (uudecode-decode-region): Automatically detect external program.
5578
5579         * binhex.el (binhex-use-external): New variable.
5580         (binhex-decode-region-internal): New function.
5581         (binhex-decode-region): Automatically detect external program.
5582
5583         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
5584         Use them.
5585
5586 2001-12-12  Simon Josefsson  <jas@extundo.com>
5587
5588         * nnvirtual.el (nnvirtual-always-rescan)
5589         (nnvirtual-component-regexp): Fix doc.
5590
5591         * nnoo.el (defvoo): Add doc to defvoo variables.
5592
5593         * nnml.el (nnml-directory, nnml-active-file)
5594         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
5595         (nnml-marks-is-evil, nnml-filenames-are-evil)
5596         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
5597
5598         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
5599         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
5600         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
5601         `error'.
5602
5603         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
5604         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
5605
5606         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
5607         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
5608         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
5609         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
5610
5611         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
5612         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
5613
5614         * imap.el, nnimap.el: Fix indentation.
5615
5616         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
5617
5618 2001-12-12  Didier Verna  <didier@xemacs.org>
5619
5620         * gnus-msg.el (gnus-group-news): New function.
5621         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
5622         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
5623         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
5624         for it.
5625         * gnus-msg.el (gnus-summary-news-other-window): New function.
5626         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
5627         bind it to `i'.
5628         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
5629         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
5630         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
5631         for it (called with a prefix).
5632         * gnus-msg.el (gnus-configure-posting-styles): add an optional
5633         group-name argument.
5634         * gnus-msg.el (gnus-setup-message): use it.
5635
5636 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5637
5638         * gnus-sum.el (gnus-summary-show-article): Fix doc.
5639
5640 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5641
5642         * mml.el (mime-to-mml): Remove Content-Disposition too.
5643
5644 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5645
5646         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
5647         * gnus-group.el (gnus-group-name-decode): Decode unibyte
5648         strings only.
5649         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
5650
5651 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
5652
5653         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
5654         (nnmail-fancy-expiry-target): Use it.
5655         Suggestions from Simon Josefsson <jas@extundo.com>.
5656
5657 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5658
5659         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
5660
5661 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5662
5663         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
5664
5665         * gnus-util.el (gnus-url-unhex-string): Move here.
5666
5667 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5668
5669         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
5670         mm-url-decode-entities-nbsp.
5671
5672         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
5673         * webmail.el, nnwfm.el: Use mm-url.
5674
5675         * mm-url.el (mm-url-fetch-form): Move from nnweb.
5676         (mm-url-remove-markup): Move from nnweb.
5677         (mm-url-fetch-simple): Move from webmail.
5678
5679         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
5680
5681 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5682
5683         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
5684         (gnus-summary-print-article): Use it.
5685
5686         * gnus-util.el (gnus-replace-in-string): Typo.
5687
5688 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5689
5690         * nnweb.el (nnweb-replace-in-string): Removed.
5691
5692         * gnus-util.el (gnus-replace-in-string): New function.
5693         (gnus-mode-string-quote): Use it.
5694
5695         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
5696         * nnwfm.el (nnwfm-create-mapping): Ditto.
5697
5698 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5699
5700         * dgnushack.el (dgnushack-compile): nnrss.el and
5701         nnslashdot.el don't depend on nnweb, url, w3.
5702
5703         * nnrss.el: Use mm-url.
5704
5705 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5706
5707         * mm-url.el (mm-url-insert-file-contents): Support file:.
5708
5709 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5710
5711         * mm-view.el: Lower case for the description line. Sync from the
5712         Emacs CVS.
5713
5714 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5715
5716         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
5717         From:  Stefan Monnier  <monnier@cs.yale.edu>
5718
5719 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5720
5721         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
5722
5723 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5724
5725         * mm-url.el: Require executable.
5726         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
5727
5728 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5729
5730         * pop3.el (pop3-munge-message-separator): Only use valid date.
5731         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
5732
5733         * Makefile.in: gnus-load.elc may not be generated.
5734
5735 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5736
5737         * mm-url.el: New file.
5738         * nnslashdot.el: Use it.
5739         * mm-extern.el (mm-extern-url): Use it.
5740
5741 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5742
5743         * gnus-sum.el (gnus-summary-save-article): Nix
5744         gnus-display-mime-function and gnus-article-prepare-hook.
5745
5746         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
5747         the beginning of lines.
5748         (gnus-complex-form-to-spec): Ditto.
5749
5750 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5751
5752         * message.el (message-make-mft): Fix the m-s-a-file regexp.
5753         From Paul Jarc <prj@po.cwru.edu>.
5754
5755 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5756
5757         * message.el: New variable message-subscribed-address-file;
5758         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
5759
5760 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5761
5762         * message.el (message-tab-body-function): Set to nil.
5763         (message-tab): Use text-mode-map or global-map.
5764         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
5765
5766 2001-11-30  Simon Josefsson  <jas@extundo.com>
5767
5768         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
5769         instead of gnus-union, for speed.  Suggested by Christoph Conrad
5770         <christoph.conrad@gmx.de>.
5771         (gnus-agent-fetch-group-1): Add verbose message.
5772
5773 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5774
5775         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
5776         of integers.
5777
5778 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5779
5780         * message.el (message-newgroups-header-regexp)
5781         (message-completion-alist, message-tab-body-function): Use
5782         defcustom rather than defvar.
5783         (message-tab): Mention `message-tab-body-function' in doc.
5784         Suggested by Karl Eichwalder.
5785
5786 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5787
5788         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
5789
5790 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5791
5792         * nnheader.el (nnheader-find-nov-line): Don't use macro
5793         gnus-delete-line.
5794
5795         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
5796         (gnus-group-name-charset): Ditto.
5797
5798         * gnus-util.el (gnus-buffer-live-p): Ditto.
5799
5800 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5801
5802         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
5803         open parenthesis in doc.
5804         (sieve-manage-authenticator-alist): Typo in doc.
5805         * imap.el (imap-authenticator-alist): Typo in doc.
5806         (imap-stream-alist): Backslash.
5807
5808         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
5809           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
5810
5811 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5812
5813         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
5814
5815         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
5816
5817         * gnus-msg.el (gnus-configure-posting-styles): use
5818         make-local-hook. Add LOCAL for add-hook.
5819
5820 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
5821
5822         * message.el (message-mode): Use `make-local-hook' unless
5823         obsolete.
5824         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
5825
5826 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5827
5828         * canlock.el: Remove sha1.el and base64.el stuff.
5829
5830 2001-11-26  Didier Verna  <didier@xemacs.org>
5831
5832         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
5833         if needed.
5834
5835 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5836
5837         * message.el (message-tamago-not-in-use-p): New function.
5838         (message-strip-forbidden-properties): Use it.
5839
5840 2001-11-26  Didier Verna  <didier@xemacs.org>
5841
5842         * gnus-start.el (gnus-check-first-time-used): only check for
5843         existence of .el[d] files.
5844
5845 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5846
5847         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
5848
5849         * message.el (message-setup-1): Clean up mc-*.
5850
5851 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5852
5853         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
5854         * gnus-score.el (gnus-score-find-bnews): Use it.
5855
5856         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
5857         (gnus-summary-limit-to-author): Ditto.
5858         (gnus-summary-limit-to-extra): Ditto.
5859         (gnus-summary-find-matching): Support not-matching argument.
5860
5861 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5862
5863         * message.el (message-wash-subject): Use `insert' rather than
5864         `insert-string', which is deprecated.
5865
5866 2001-11-24  Simon Josefsson  <jas@extundo.com>
5867
5868         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
5869         message. (Gnus does not "default" to using 8bit for the message,
5870         it default to use 8bit encoding and the user-supplied CTE
5871         value. Calling this behaviour "treating it as 8bit" is perhaps
5872         better.)
5873
5874         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
5875         (compare mm-charset-to-coding-system).
5876
5877 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5878
5879         * canlock.el (canlock-sha1-with-openssl): Use unibyte
5880         buffer. Correctly decode hex.
5881
5882 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5883
5884         * gnus-agent.el (gnus-category-insert-line): Convert category
5885         names to strings.
5886
5887 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5888
5889         * message.el (sha1): eval-and-compile.
5890
5891 2001-11-20  Simon Josefsson  <jas@extundo.com>
5892
5893         * message.el (message-allow-no-recipients): New variable.
5894         (message-send): Use it, customize the prompting when posting to
5895         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
5896
5897 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5898
5899         * mm-util.el (mm-coding-system-priorities): New variable.
5900         (mm-sort-coding-systems-predicate): New function.
5901         (mm-find-mime-charset-region): Resort coding systems if needed.
5902         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
5903
5904 2001-11-20  Didier Verna  <didier@xemacs.org>
5905
5906         * gnus-group.el (gnus-group-make-help-group): new optional
5907         argument to control the error behavior.
5908         * gnus-start.el (gnus-check-first-time-used): use it to avoid
5909         erroring.
5910
5911 2001-11-19  Simon Josefsson  <jas@extundo.com>
5912
5913         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
5914         instead of C-c C-u.  Suggested by Per Abrahamsen
5915         <abraham@dina.kvl.dk>.
5916
5917 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5918
5919         * nnfolder.el (nnfolder-read-folder): Use group instead of
5920         nnfolder-current-group.
5921         Suggested by Lorentey Karoly <lorentey@elte.hu>.
5922
5923 2001-11-17  Simon Josefsson  <jas@extundo.com>
5924
5925         * message.el (message-send): Ask user if Fcc/Gcc should be
5926         performed when no other sender was specified.
5927         Suggested by prj@po.cwru.edu (Paul Jarc).
5928
5929 2001-11-17  Simon Josefsson  <jas@extundo.com>
5930
5931         * message.el (message-mode, message-mode-map): Use C-c C-u for
5932         Importance: instead of C-c C-p (used by SC).
5933
5934 2001-11-16  Simon Josefsson  <jas@extundo.com>
5935
5936         * message.el (message-insert-importance-high)
5937         (message-insert-importance-low): Save point.
5938
5939         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
5940         value.
5941
5942 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
5943
5944         * message.el (message-strip-special-text-properties): New option.
5945         (message-strip-forbidden-properties): Obey it.
5946
5947 2001-11-14  Sam Steingold  <sds@gnu.org>
5948
5949         * gnus-score.el: Fixed some doc strings to properly quote symbols.
5950
5951 2001-11-15  Simon Josefsson  <jas@extundo.com>
5952
5953         Support "Importance:" header in Message.
5954
5955         * message.el (message-mode-map): Bind C-c C-p to
5956         `message-insert-or-toggle-importance'
5957         (message-mode-menu): Add message-insert-importance-{high,low}.
5958         (message-insert-importance-high, message-insert-importance-low)
5959         (message-insert-or-toggle-importance): New functions.
5960         (message-tool-bar-map): Add {un,}important.
5961         (message-mode): Doc fix.
5962
5963 2001-11-15  Simon Josefsson  <jas@extundo.com>
5964
5965         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
5966
5967         * mml.el (mml-menu): Fix toolbar tooltip.
5968
5969 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5970
5971         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
5972         * nnml.el (nnml-save-marks): Ditto.
5973
5974         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
5975
5976 2001-11-15  Simon Josefsson  <jas@extundo.com>
5977
5978         * nnml.el (nnml-save-marks):
5979         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
5980         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
5981
5982 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
5983
5984         * gnus-art.el (gnus-article-wash-status-strings): Use
5985         `copy-sequence', not `copy-seq'.
5986
5987 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
5988
5989         * gnus-art.el (gnus-article-wash-status-strings): New constant.
5990         (gnus-gnus-article-wash-status-entry): New function.
5991         (gnus-article-wash-status): Use it.
5992
5993 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5994
5995         * mml1991.el: Add coding header.
5996
5997 2001-11-12  Simon Josefsson  <jas@extundo.com>
5998
5999         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
6000         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
6001         `mml1991-sign' and `mml1991-encrypt'.
6002         (mml1991-encrypt, mml1991-sign): New glue functions.
6003         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
6004
6005         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
6006         (mml-menu): Add PGP to menu.
6007
6008         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
6009         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
6010         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
6011         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
6012
6013         * mml2015.el: Mention RFC 3156.
6014
6015         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
6016
6017 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6018
6019         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
6020
6021         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
6022           From <Michael.Cook@cisco.com>
6023
6024 2001-11-11  Simon Josefsson  <jas@extundo.com>
6025
6026         * message.el (top-level): Autoload sha1.
6027         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
6028         canlock, no need to require two different hash algs).  Suggested
6029         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
6030
6031 2001-11-09  Simon Josefsson  <jas@extundo.com>
6032
6033         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
6034         <Pavel@Janik.cz>.
6035
6036 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6037
6038         * message.el (message-point-in-header-p): New function.
6039         (message-do-auto-fill): Use it.
6040         (message-beginning-of-line): New function.  Goes to beginning of
6041         header value (i.e., end of header name), or to beginning of line
6042         if already at beginning of value.  Behaves like
6043         `beginning-of-line' when in message body.
6044         (message-mode-map): Bind it.
6045
6046 2001-11-08  Simon Josefsson  <jas@extundo.com>
6047
6048         * gnus-msg.el (gnus-posting-styles): Add doc.
6049
6050 2001-11-07  Simon Josefsson  <jas@extundo.com>
6051
6052         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
6053
6054         * sieve-mode.el (sieve-control-commands-face)
6055         (sieve-control-commands-face, sieve-action-commands-face)
6056         (sieve-test-commands-face, sieve-tagged-arguments-face): New
6057         faces.
6058         (sieve-font-lock-keywords): Use them.
6059         (sieve-mode): Only set font-lock-defaults in emacs.
6060
6061         * gnus-art.el (gnus-default-article-saver): Add
6062         gnus-summary-save-body-in-file.
6063         (gnus-summary-write-to-file): Fix doc.
6064
6065 2001-11-07  Simon Josefsson  <jas@extundo.com>
6066
6067         * gnus-art.el (gnus-treat-highlight-signature): Add cross
6068         reference to the correct chapter in the manual.
6069
6070         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
6071         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
6072
6073 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6074
6075         * mml.el (mml-preview): Bind mail-header-separator.
6076
6077 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6078
6079         * message.el: Always require canlock.
6080         (message-ignored-supersedes-headers): Include Cancel-Lock and
6081         Cancel-Key.
6082         (message-insert-canlock): Don't require canlock.
6083         (message-cancel-news): Don't check whether canlock is available.
6084         (message-supersede): Support cancel-locks.
6085
6086         * gnus-art.el: Don't autoload canlock.
6087
6088 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6089
6090         * mail-source.el (mail-source-fetch-imap): ASYNC param.
6091         From: <andre@slamdunknetworks.com>
6092
6093 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6094
6095         * many files: Fix copyright lines.
6096
6097 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6098
6099         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
6100         Suggested by Dave Love  <fx@gnu.org>.
6101
6102 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6103
6104         * message.el (message-kill-buffer): Remove auto-save file after
6105         confirm.
6106
6107         * message.el (message-send-mail): Call message-generate-headers
6108         once.  Suggested by Matt Armstrong <matt@lickey.com>.
6109
6110         * gnus-topic.el (gnus-topic-rename): Initial-input.
6111         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
6112
6113 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
6114
6115         * message.el (message-forbidden-properties): New constant.
6116         (message-strip-forbidden-properties): New function.
6117         (message-mode): Activate it.
6118
6119 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6120
6121         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
6122         (mm-hack-charsets): Fix doc.
6123
6124 2001-11-02  Simon Josefsson  <jas@extundo.com>
6125
6126         * gnus-int.el (gnus-check-server): Message "...done" when done.
6127
6128         * imap.el (imap-close): Don't message (imap-send-command-wait
6129         returns if the connection is dropped).
6130         (imap-wait-for-tag): Nix out message only when necessary.
6131
6132         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
6133         for non-crossposting.
6134         (gnus-sieve-crosspost): Default to t to be consistent with other
6135         parts of Gnus.
6136
6137 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6138
6139         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
6140         (mm-iso-8859-x-to-15-table): Ditto.
6141         (mm-iso-8859-x-to-15-region): Ditto.
6142         (mm-find-mime-charset-region): Ditto.
6143
6144 2001-11-01  Simon Josefsson  <jas@extundo.com>
6145
6146         * nnimap.el (nnimap-close-asynchronous): New variable.
6147         (nnimap-close-group): Use it.
6148         (nnimap-expunge): Don't use it.
6149
6150         * imap.el (imap-callbacks): New variable.
6151         (imap-remassoc): Copied from `gnus-remassoc'.
6152         (imap-add-callback): New function.
6153         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
6154         behaviour.
6155         (imap-parse-response): Call the callback.
6156
6157         * message.el (message-insert-canlock): New variable.
6158         (message-canlock-generate, message-canlock-password)
6159         (message-insert-canlock): New functions.
6160         (message-send-news): Call `message-insert-canlock'.
6161         (top-level): Require canlock when compiling.
6162         (message-insert-canlock): Require canlock before we need it.
6163
6164 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6165
6166         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
6167
6168 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6169
6170         * dgnushack.el (dgnushack-make-load): A workaround for
6171         custom-add-loads bug in some versions of XEmacs.
6172
6173 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6174
6175         * mm-util.el (mm-charset-synonym-alist): Revert (some).
6176
6177 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6178
6179         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
6180         (mm-hack-charsets): New variable.
6181         (mm-iso-8859-15-compatible): New variable.
6182         (mm-iso-8859-x-to-15-table): New variable.
6183         (mm-find-mime-charset-region): Add parameter hack-charsets.
6184
6185         * mm-bodies.el (mm-encode-body): Use it.
6186         * mml.el (mml-parse-1): Ditto.
6187
6188 2001-11-01  Simon Josefsson  <jas@extundo.com>
6189
6190         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
6191
6192 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6193
6194         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
6195         is nil.
6196
6197 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6198
6199         * smiley-ems.el (smiley-update-cache): Auto detect file type.
6200
6201         * message.el (message-forward-rmail-make-body): Use
6202         save-window-excursion.
6203         (message-encode-message-body): Search with noerror.
6204         (message-setup-1): Convert compose-mail send-actions to
6205         message-send-actions.
6206
6207 2001-11-01  Simon Josefsson  <jas@extundo.com>
6208
6209         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
6210         <yamaoka@jpl.org>.
6211
6212 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6213
6214         * sieve-manage.el (sieve-string-bytes): No complain.
6215
6216 2001-11-01  Simon Josefsson  <jas@extundo.com>
6217
6218         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
6219         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
6220         has autoload cookies, so no `require' should be necessary.)
6221
6222         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
6223         files.
6224
6225 2001-10-31  Simon Josefsson  <jas@extundo.com>
6226
6227         * gnus-cus.el (gnus-group-parameters): Support integer `display'
6228         parameter.
6229
6230         * gnus-sum.el (gnus-select-newsgroup): If group parameter
6231         `display' is a number (and C-u wasn't used to enter group), only
6232         fetch that number of articles.
6233
6234 2001-10-31  Matt Armstrong  <matt@lickey.com>
6235
6236         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
6237         not-subscribed -> subscribed.
6238
6239 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6240         From: Josh Huber <huber@alum.wpi.edu>
6241
6242         * message.el (message-subscribed-address-functions): New variable.
6243         (message-subscribed-addresses): New variable.
6244         (message-subscribed-regexps): New variable.
6245         (message-goto-mail-followup-to): New function.
6246         (message-send-mail): Add Mail-Followup-To.
6247         (message-make-mft): New function.
6248
6249         * gnus.el (gnus-find-subscribed-addresses): New function.
6250
6251 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6252
6253         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
6254         (mail-source-fetch-pop): Ditto.
6255         (mail-source-check-pop): Ditto.
6256
6257         * gnus-start.el (gnus-read-init-file): Ditto.
6258         (gnus-activate-group): Ditto.
6259         (gnus-read-newsrc-el-file): Ditto.
6260
6261 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6262
6263         * message.el (message-get-reply-headers): Make sure there is ", ".
6264
6265         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
6266         mm-coding-system-p. Don't correct it only in XEmacs.
6267         (mm-charset-to-coding-system): Use mm-coding-system-p and
6268         mm-get-coding-system-list.
6269         (mm-emacs-mule, mm-mule4-p): New variables.
6270         (mm-enable-multibyte, mm-disable-multibyte,
6271         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
6272         mm-with-unibyte-current-buffer,
6273         mm-with-unibyte-current-buffer-mule4): Use them.
6274         (mm-find-mime-charset-region): Treat iso-2022-jp.
6275
6276         From  Dave Love  <fx@gnu.org>:
6277
6278         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
6279         construction.
6280         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
6281         entries conditional on not having a coding system defined for
6282         them.
6283         (mm-mule-charset-to-mime-charset): Use
6284         find-coding-systems-for-charsets if defined.
6285         (mm-charset-to-coding-system): Don't use
6286         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
6287         later.  Add last resort search of coding systems.
6288         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
6289         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
6290         Mule 4.
6291         (mm-find-mime-charset-region): Re-write.
6292         (mm-with-unibyte-current-buffer): Restore buffer as well as
6293         multibyteness.
6294
6295 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6296
6297         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
6298         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
6299         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
6300
6301 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6302
6303         * gnus-art.el (article-display-x-face): Nix buffer-read-only
6304         again.
6305
6306         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
6307
6308 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6309
6310         * gnus-spec.el (gnus-parse-simple-format): Use
6311           buffer-substring-no-properties.
6312
6313 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6314
6315         * gnus-art.el (article-verify-cancel-lock): New function.
6316
6317         * nnheader.el (nntp-process-response): New variable.
6318         (nnheader-init-server-buffer): Make `nntp-process-response'
6319         buffer-local in `nntp-server-buffer'.
6320
6321         * nntp.el (nntp-prepare-post-hook): New hook.
6322         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
6323         (nntp-async-trigger): Ditto.
6324         (nntp-request-post): Insert a server's ID if there's no Message-ID
6325         header; run `nntp-prepare-post-hook'.
6326
6327 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6328
6329         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
6330         instead.
6331
6332         * message.el (message-forward-subject-author-subject): Don't use
6333         message-news-p, which widens the buffer.
6334         (message-forward-make-body): New function.
6335         (message-forward): Use it.
6336         (message-insinuate-rmail): New function.
6337         (message-forward-rmail-make-body): New function.
6338
6339 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6340
6341         * mm-extern.el (mm-extern): Provide it.
6342
6343         * mm-partial.el (mm-partial): Provide it.
6344
6345 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6346
6347         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
6348
6349 2001-10-29  Simon Josefsson  <jas@extundo.com>
6350
6351         * mml.el (mml-preview): Bind message-this-is-news if it is
6352         news. From Jesper Harder <harder@myrealbox.com>.
6353
6354 2001-10-28  Simon Josefsson  <jas@extundo.com>
6355
6356         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
6357
6358 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
6359
6360         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
6361         ironic smilies.
6362
6363 2001-10-27  Simon Josefsson  <jas@extundo.com>
6364
6365         * message.el (message-indent-citation): Don't add trailing
6366         whitespace when citing text.
6367
6368         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
6369         <harder@ifa.au.dk>.
6370
6371 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6372
6373         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
6374         not available.
6375         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
6376         (nnweb-type-definition): Add google as alias of dejanews.
6377         (nnweb-google-parse-1): Forward 1 line.
6378
6379 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6380
6381         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
6382         variable `message-forward-ignored-headers'.
6383
6384 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
6385
6386         * gnus.el (gnus-expand-group-parameter): New function.
6387         (gnus-expand-group-parameters): Call it.
6388         (gnus-group-fast-parameter): New function.
6389         (gnus-group-find-parameter): Call it.
6390
6391 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
6392
6393         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
6394         vector (it didn't before because of a bug).
6395         * gnus-msg.el (gnus-post-news): Use header vector directly, if
6396         available.  Before it converted it to an article number.
6397
6398         This makes followup to news articles with negative numbers in
6399         nnvirtual groups use news instead of mail.
6400
6401 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
6402
6403         * gnus.el (post-method): Use `native' instead of `nil'.
6404
6405         * gnus-msg.el (gnus-post-method): Ditto.
6406
6407 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
6408
6409         * gnus.el (gnus-define-group-parameter): Grammar fix.
6410
6411 2001-10-22  Simon Josefsson  <jas@extundo.com>
6412
6413         * gnus-msg.el (gnus-extended-version): Include
6414         system-configuration.
6415         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
6416
6417 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
6418
6419         * gnus.el (post-method): Customization fix: `native' is not a
6420         valid value.
6421         * gnus-msg.el (gnus-post-method): Doc and customization fix:
6422         `native' is not a valid value.
6423
6424 2001-10-21  Simon Josefsson  <jas@extundo.com>
6425
6426         * nnimap.el (nnimap): Defgroup
6427         (nnimap-strict-function, nnimap-strict-function-match): New
6428         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
6429         (nnimap-split-crosspost, nnimap-split-inbox)
6430         (nnimap-split-rule, nnimap-split-predicate)
6431         (nnimap-split-predicate): Defcustom.
6432         (nnimap-split-inbox, nnimap-expunge-search-string)
6433         (nnimap-importantize-dormant): Remove "*" from doc.
6434
6435 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6436
6437         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
6438         not supplied via prefix arg.  From Lisp, make arg mandatory.
6439         Suggested by Frank Schmitt.
6440
6441 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
6442
6443         * message.el (message-do-auto-fill): Avoid calling
6444         'rfc822-goto-eoh'.
6445
6446 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6447         From Paul Jarc <prj@po.cwru.edu>.
6448
6449         * message.el (message-get-reply-headers): Restructure the logic
6450         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
6451
6452 2001-10-20  Simon Josefsson  <jas@extundo.com>
6453
6454         * message.el (message-cancel-news): Support cancel-locks.
6455         Suggested by Per Abrahamsson.
6456
6457         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
6458         conses.  From David Z Maze <dmaze@MIT.EDU>.
6459
6460         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
6461
6462 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
6463
6464         * mm-decode.el (mm-default-directory): Fix customize type.
6465
6466         * message.el (message-setup-fill-variables): Kludge to use
6467         normal-auto-fill-function even if auto fill is already activated.
6468
6469 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
6470
6471         * message.el (message-do-auto-fill): New version that does not
6472         rely on text properties, by Simon Josefsson <jas@extundo.com>.
6473         (message-setup-1): Removed the `message-field' property.
6474
6475         * gnus-draft.el (gnus-draft-edit-message): Removed the
6476         `message-field' property.
6477
6478 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
6479
6480         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
6481         `message-field'.  The `field' property has a special significance in
6482         Emacs 21.
6483
6484         * message.el (message-send, message-setup-1): Ditto.
6485
6486 2001-10-18  Simon Josefsson  <jas@extundo.com>
6487
6488         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
6489         when undoing.
6490
6491 2001-10-18  Simon Josefsson  <jas@extundo.com>
6492         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
6493
6494         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
6495         (gnus-summary-make-menu-bar): Ditto.
6496
6497 2001-10-17  Simon Josefsson  <jas@extundo.com>
6498
6499         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
6500         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
6501
6502 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6503
6504         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
6505         * gnus-util.el (gnus-user-date): New function.
6506         From Frank Schmitt <usenet@Frank-Schmitt.net>.
6507
6508 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
6509
6510         * message.el (message-check-news-header-syntax): Special case
6511         nnvirtual groups.
6512
6513         * gnus-sum.el (gnus-summary-respool-default-method): Changed
6514         customize type to `symbol'.
6515
6516 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6517
6518         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
6519         %&foo;.
6520         (gnus-parse-simple-format): Support user extended spec too.
6521         %u&foo; invokes gnus-user-format-function-foo.
6522
6523 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6524
6525         * nnml.el (nnml-request-expire-articles): Make sure it is back to
6526         the server.
6527         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
6528         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6529         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
6530         * nndiary.el (nndiary-request-expire-articles): Ditto.
6531         (nndiary-schedule): Defsubst it before use it.
6532         (nndiary-error): eval-and-compile.
6533
6534 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
6535
6536         * gnus-msg.el (gnus-post-method): Changed two instances of
6537         `active' to `current' and one `null' to `not'.
6538
6539 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6540         From Katsumi Yamaoka <yamaoka@jpl.org>.
6541
6542         * message.el (message-setup-fill-variables): Use
6543         `normal-auto-fill-function' instead of `auto-fill-function'.
6544
6545 2001-10-16  Simon Josefsson  <jas@extundo.com>
6546
6547         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
6548         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
6549         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
6550
6551 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6552         Patch by Oliver Scholz <oscholz@my.gnus.org>.
6553
6554         * gnus-draft.el (gnus-draft-edit-message): Add text property
6555         `field' with value `header' to message headers.
6556         * message.el (message-setup-1): Really add text property to all of
6557         the header, not just part of it.
6558
6559 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6560
6561         * gnus-group.el (gnus-group-sort-by-server): Use it.
6562
6563         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
6564
6565         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
6566         and keystroke.
6567
6568 2001-10-14  Simon Josefsson  <jas@extundo.com>
6569
6570         * dig.el: Doc fix.
6571
6572         * smime.el: Doc fix.
6573
6574         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
6575         charset magic from message.el.
6576
6577 2001-10-12  Simon Josefsson  <jas@extundo.com>
6578         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
6579
6580         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
6581         'cite from g-a-wash-types.
6582         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
6583         (gnus-article-hide-citation): Fix.
6584
6585         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
6586         character.
6587         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
6588
6589         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
6590         definition.
6591         (gnus-signature-toggle): Toggle `s' mode line character.
6592
6593         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
6594         doing stuff that clears it.
6595
6596 2001-10-12  Simon Josefsson  <jas@extundo.com>
6597
6598         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
6599         From Eric Marsden <emarsden@laas.fr>.
6600
6601 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6602
6603         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
6604         (autoload): Add some autoloads.
6605
6606 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6607         Suggested by Oliver Scholz <epameinondas@gmx.de>.
6608
6609         * message.el (message-do-auto-fill): New function.  Like
6610         `do-auto-fill' but don't fill when in the message header.
6611         (message-setup-1): Put a text property on the message header.
6612         (message-setup-fill-variables): Use `message-do-auto-fill'.
6613
6614 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6615
6616         * message.el (message-send-mail-partially): Insert an empty line
6617         first, because of the change of message-make-lines.
6618
6619 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
6620
6621         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
6622         iso-8859-15, make it an alias for iso-8859-1.
6623
6624 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6625
6626         * message.el (message-send-news): Don't modify the value of
6627         `message-syntax-checks' if it is not a list (possibly it is
6628         `dont-check-for-anything-just-trust-me').
6629
6630 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6631
6632         * gnus-group.el (gnus-group-name-charset-group-alist): Use
6633         `find-coding-system' for XEmacs to check whether the coding-system
6634         `utf-8' is available.
6635
6636 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6637
6638         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
6639
6640 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
6641
6642         * message.el (message-send-news): Oops, missed case with no
6643         "Followup-To" header...
6644
6645 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
6646
6647         * message.el (message-send-news): Allow
6648         `gnus-group-name-charset-group-alist' to affect encoding of the
6649         "Newsgroups" and "Followup-To" headers.
6650
6651 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6652
6653         * Makefile.in (install-el): Depend on gnus-load.el.
6654
6655 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6656
6657         * Makefile.in (install-el): Use -f.
6658         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
6659
6660 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
6661
6662         * message.el (message-send-news): Don't encode Followups-To when
6663         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
6664
6665         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
6666         header.
6667
6668         * gnus-art.el (article-decode-group-name): Also decode
6669         "Followup-To".
6670
6671         * rfc2047.el (rfc2047-encode-message-header): Encode without
6672         asking for null methods.
6673
6674         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
6675         default charset for newsgroup names in accordance with USEFOR.
6676
6677         * gnus-group.el (gnus-group-name-charset-method-alist,
6678         gnus-group-name-charset-group-alist): Removed "*" from doc
6679         strings, "*" should not be used for complex variables.
6680
6681 2001-10-06  Simon Josefsson  <jas@extundo.com>
6682
6683         Support UTF-8 group names better.
6684
6685         * message.el (message-check-news-header-syntax): Encode group
6686         names before comparison.
6687
6688         * gnus-msg.el (gnus-copy-article-buffer): Run all
6689         `gnus-article-decode-hook's except `article-decode-charset'
6690         instead of hardcoding call to one of them.
6691
6692         * gnus-art.el (gnus-article-decode-hook): Add
6693         `article-decode-group-name'.
6694         (article-decode-group-name): New function, use `g-d-n'.
6695
6696         * gnus-group.el (gnus-group-insert-group-line): Decode
6697         gnus-tmp-group using `g-d-n'.
6698
6699         * gnus-util.el (gnus-decode-newsgroups): New function.
6700
6701 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
6702
6703         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
6704         `gnus-group-name-charset-group-alist'.
6705
6706 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6707
6708         * Makefile.in: Install el in install. Add uninstall.
6709
6710 2001-10-05  Simon Josefsson  <jas@extundo.com>
6711
6712         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
6713
6714         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
6715
6716         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
6717         empty folders.
6718
6719         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
6720         limiting if read-all (C-u RET) was used.
6721
6722 2001-10-04  Simon Josefsson  <jas@extundo.com>
6723
6724         * mail-source.el (mail-source-movemail-program): New variable.
6725         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
6726         <thutt@thutt.vmware.com>.
6727
6728 2001-10-03  Simon Josefsson  <jas@extundo.com>
6729
6730         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
6731         (gnus-summary-line-format-alist): Fix param.
6732
6733 2001-10-02  Simon Josefsson  <jas@extundo.com>
6734
6735         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
6736         don't go through `nnimap-request-expire-articles' to delete the
6737         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
6738
6739 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6740
6741         * gnus-agent.el (gnus-agent-write-active): The min in the
6742         agent/active may be larger than that in the server/active.
6743
6744 2001-10-01  Simon Josefsson  <jas@extundo.com>
6745
6746         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
6747         is IMAP4rev1.
6748
6749         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
6750
6751         * nnfolder.el: Ditto.
6752
6753 2001-09-30  Dan Christensen  <jdc@uwo.ca>
6754
6755         * gnus-sum.el (gnus-summary-extract-address-component): New function.
6756         (gnus-summary-from-or-to-or-newsgroups): Optimize.
6757
6758 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6759
6760         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
6761         (message-mode-menu): Menu item for same.
6762
6763         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
6764         delayed articles.
6765
6766         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
6767         nndraft:delayed does not exist.
6768         (gnus-delay-initialize): Don't set up keymap, that's done from
6769         message.el now.
6770         (gnus-delay, gnus-delay-group, gnus-delay-header)
6771         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
6772
6773 2001-09-29  Simon Josefsson  <jas@extundo.com>
6774
6775         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
6776         utf-8, not eight-bit-control.
6777
6778         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
6779         (imap-log, imap-debug): Custom.
6780         (imap-log-buffer, imap-debug-buffer): New constants.
6781         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
6782         (imap-network-open, imap-shell-open, imap-starttls-open)
6783         (imap-send-command-1, imap-send-command, imap-arrival-filter)
6784         (imap-debug): Use imap-*-buffer.
6785
6786         * nndoc.el (nndoc-article-type): Add mailman.
6787         (nndoc-type-alist): Ditto.
6788         (nndoc-mailman-type-p): New function.
6789
6790 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6791
6792         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
6793         gnus-art.el.
6794
6795 2001-09-27  Simon Josefsson  <jas@extundo.com>
6796
6797         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
6798         (gnus-topic-catchup-articles): New function. Suggested by Robin
6799         S. Socha <robin-dated-1001857693.185e29@socha.net>.
6800
6801 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6802         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
6803
6804         * gnus-ems.el (gnus-article-display-xface): Insert xface after
6805         previous ones.
6806
6807 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6808         From Daiki Ueno  <ueno@unixuser.org>
6809
6810         * gnus-sum.el (gnus-summary-show-article): The arglist of
6811         detect-coding-region is incompatible.
6812
6813 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6814         From Katsuhiro Hermit Endo <hermit@koka-in.org>
6815
6816         * gnus-group.el (gnus-group-delete-group): Typo.
6817
6818 2001-09-26  Simon Josefsson  <jas@extundo.com>
6819
6820         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
6821
6822         * nnimap.el (nnimap-expiry-target): Use temp buffer.
6823
6824 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6825
6826         * gnus-cus.el (gnus-group-parameters): Display as sexp.
6827
6828 2001-09-22  Simon Josefsson  <jas@extundo.com>
6829
6830         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
6831
6832         * nnfolder.el (nnfolder-open-marks): Ditto.
6833
6834         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
6835         (gnus-update-marks): Use it.
6836         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
6837         hardcoded list.
6838
6839         * gnus.el (gnus-article-special-mark-lists): Add killed.
6840         (gnus-article-unpropagated-mark-lists): New constant.
6841
6842 2001-09-22  Simon Josefsson  <jas@extundo.com>
6843
6844         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
6845         custom option.
6846
6847 2001-09-23  Simon Josefsson  <jas@extundo.com>
6848
6849         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
6850
6851 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6852
6853         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
6854
6855 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
6856
6857         * gnus-group.el (gnus-group-sort-function): Fix customize type to
6858         accept lists of functions.
6859
6860 2001-09-20  Simon Josefsson  <jas@extundo.com>
6861
6862         * gnus-group.el (gnus-group-catchup): Update expire marks in
6863         backend.  Also, if ALL also set expire marks on tick/dormant.
6864
6865 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6866
6867         * message.el (message-tab-body-function): New variable.
6868         * message.el (message-tab): Use it.
6869
6870 2001-09-19  Sam Steingold  <sds@gnu.org>
6871
6872         * gnus-win.el (gnus-buffer-configuration): Respect
6873         `gnus-bug-create-help-buffer'.
6874
6875 2001-09-18  Simon Josefsson  <jas@extundo.com>
6876
6877         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
6878         (gnus-parse-simple-format): Re-revert.
6879
6880 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
6881         Trivial patch.
6882
6883         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
6884         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
6885
6886 2001-09-18  Simon Josefsson  <jas@extundo.com>
6887
6888         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
6889         signed.
6890         (gnus-parse-simple-format): Don't use it.
6891
6892 2001-09-17  Miles Bader  <miles@gnu.org>
6893
6894         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
6895         error querying a backend abort the whole process.
6896
6897 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6898
6899         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
6900         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
6901
6902 2001-09-17  Didier Verna  <didier@xemacs.org>
6903
6904         * nndiary.el: version 0.2-b14.
6905         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
6906         compatibility problem with XEmacs 21.1.
6907
6908 2001-09-15  Simon Josefsson  <jas@extundo.com>
6909
6910         * gnus-group.el (gnus-group-line-format): Document %c.
6911
6912         * nnml.el (nnml-parse-head): Handle CRLF files.
6913         (nnml-generate-nov-file): Ditto.
6914         (nnml-retrieve-headers): Ditto.
6915
6916 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
6917
6918         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
6919
6920 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
6921
6922         * gnus-spec.el (gnus-correct-substring): Still stopped one
6923         character before we wanted (never included last character).
6924         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
6925         add missing "," (once per function)
6926
6927 2001-09-14  Simon Josefsson  <jas@extundo.com>
6928
6929         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
6930         (otherwise e.g. gnus-agentize in .gnus overrides the customized
6931         default before gnus-group is loaded and the variable set.)
6932
6933         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
6934         killed or unsent marks.
6935
6936         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
6937         isn't an article to set it on (e.g. when you `a' in a group).
6938
6939 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6940
6941         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
6942         can read e-mails from Microsoft Outlook users not using ISO
6943         8859-2 character set.
6944
6945 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6946
6947         * gnus-diary.el: Minor modifications to avoid warnings.
6948         (gnus-summary-misc-menu): defvar.
6949         (gnus-diary-check-message): Use gnus-point-at-eol.
6950         (gnus-diary-kill-entire-line): eval-and-compile.
6951
6952 2001-09-12  Didier Verna  <didier@xemacs.org>
6953
6954         * nndiary.el: new version (0.2-b13).
6955         * nndiary.el (nndiary-mail-sources): doc update.
6956         * nndiary.el (nndiary-split-methods): ditto.
6957         * nndiary.el (nndiary-request-accept-article-hooks): New.
6958         * nndiary.el (nndiary-request-accept-article): use it, check
6959         message validity.
6960         * nndiary.el (nndiary-get-new-mail): changed default to nil.
6961         * nndiary.el (nndiary-schedule): fix bug (misplaced
6962         condition-case): it didn't return nil on error.
6963         * gnus-diary.el: new version.
6964         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
6965         * gnus-diary.el (gnus-diary-header-value-history): New.
6966         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
6967         * gnus-diary.el (gnus-diary-add-header): New.
6968         * gnus-diary.el (gnus-diary-check-message): New.
6969         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
6970         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
6971
6972 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6973
6974         * gnus-sum.el (gnus-select-newsgroup): Make
6975         `gnus-current-select-method' buffer-local.
6976
6977         * gnus-art.el (gnus-request-article-this-buffer): Refer
6978         `gnus-current-select-method' in the current summary buffer.
6979
6980 2001-09-10  Simon Josefsson  <jas@extundo.com>
6981         From Daniel Pittman <daniel@rimspace.net>
6982
6983         * gnus-spec.el (gnus-correct-pad-form): Fix.
6984
6985 2001-09-09  Simon Josefsson  <jas@extundo.com>
6986
6987         * mm-decode.el (mm-inline-media-tests): Add
6988         application/x-emacs-lisp.
6989         (mm-attachment-override-types): Add
6990         application/{x-,}pkcs7-signature.
6991
6992         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
6993         (gnus-server-line-format, gnus-server-mode-line-format)
6994         (gnus-server-browse-in-group-buffer): Customize.
6995
6996 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6997
6998         * nnml.el (nnml-marks-changed-p): Typo.
6999         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
7000         (nnml-marks-changed-p): Use gnus-gethash.
7001         (nnml-marks-modtime): Use gnus-make-hashtable.
7002
7003         * nnfolder.el (nnfolder-marks-changed-p): Typo.
7004         (nnfolder-request-expire-articles, nnfolder-save-marks)
7005         (nnfolder-open-marks): Typo.
7006         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
7007         (nnfolder-marks-changed-p): Use gnus-gethash.
7008         (nnfolder-marks-modtime): Use gnus-make-hashtable.
7009
7010 2001-09-08  Simon Josefsson  <jas@extundo.com>
7011
7012         * nnfolder.el (nnfolder-marks-modtime): New variable.
7013         (nnfolder-marks-changed-p): New function.
7014         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
7015         (nnfolder-request-update-info): Don't update if marks didn't change.
7016
7017         * nnml.el (nnml-marks-modtime): New variable.
7018         (nnml-marks-changed-p): New function.
7019         (nnml-save-marks, nnml-open-marks): Save modtime.
7020         (nnml-request-update-info): Don't update if marks didn't change.
7021
7022         * gnus-agent.el (gnus-agent-any-covered-gcc)
7023         (gnus-agent-add-server, gnus-agent-remove-server): Use
7024         gnus-agent-method-p.
7025
7026         * gnus-art.el (gnus-buttonized-mime-types): New variable.
7027         (gnus-unbuttonized-mime-type-p): Use it.
7028
7029         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
7030         fetch group.
7031
7032 2001-09-08  Simon Josefsson  <jas@extundo.com>
7033         From Daniel Pittman <daniel@rimspace.net>
7034
7035         * gnus-spec.el (gnus-correct-pad-form): New function.
7036         (gnus-parse-simple-format): Use it.
7037
7038 2001-09-07  Simon Josefsson  <jas@extundo.com>
7039
7040         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
7041         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
7042         Putnam <reader@newsguy.com>.
7043         (gnus-group-sort-selected-groups): Touch dribble file.
7044
7045 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
7046
7047         * nnml.el (nnml-filenames-are-evil): New variable.
7048         (nnml-article-to-file-alist): Rename to ...
7049         (nnml-current-group-article-to-file-alist): ... this.
7050         Respect `nnml-filenames-are-evil'.
7051         (nnml-active-number): Update.
7052         (nnml-update-file-alist): Update.
7053         (nnml-request-article): Use nnheader-article-to-file-alist.
7054         (nnml-request-rename-group): Likewise.
7055
7056 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7057
7058         * gnus-sum.el (gnus-summary-insert-line): Fix.
7059
7060 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
7061
7062         * gnus-sum.el: Bind g-s-t-s to "W g".
7063         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
7064         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
7065         display of graphical smilies.
7066
7067 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7068
7069         * gnus-start.el (gnus-setup-news): A typo.
7070         From Bill White <billw@wolfram.com>.
7071
7072 2001-09-06  Simon Josefsson  <jas@extundo.com>
7073
7074         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
7075         and unseen marks.
7076
7077 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7078
7079         * nnmail.el (nnmail-split-fancy): Document `junk'.
7080
7081 2001-09-04  Simon Josefsson  <jas@extundo.com>
7082
7083         * imap.el (imap-search): Don't error if server is broken.
7084
7085 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
7086
7087         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
7088         searching for an article that isn't in the mbox.
7089
7090 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7091
7092         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
7093         right, and get all the comments.
7094
7095 2001-09-02  Simon Josefsson  <jas@extundo.com>
7096         Suggested by Dan Christensen <jdc+news@uwo.ca>
7097
7098         * nnfolder.el (nnfolder-request-update-info): Fix message.
7099
7100         * nnml.el (nnml-request-update-info): Ditto.
7101
7102 2001-09-01  Simon Josefsson  <jas@extundo.com>
7103
7104         * nnml.el (nnml-request-expire-articles): Also bind
7105         `nnml-current-group' and `nnml-article-file-alist' when using
7106         expiry-target. (Otherwise nnml will be in a inconsistent internal
7107         state causing all kind of problems.)
7108         (nnml-request-expire-articles): If `nnml-article-to-file' or
7109         `file-attributes' failes, return article as un-expirable instead
7110         of treating it as expired.
7111
7112 2001-08-31  Sam Steingold  <sds@gnu.org>
7113
7114         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
7115         typo: `exmine' --> `examine'.
7116
7117 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7118
7119         * nndoc.el (nndoc-forward-type-p): It is not a digest.
7120
7121 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7122
7123         * nnml.el (nnml-check-directory-twice): Remove.
7124         (nnml-retrieve-headers): Ditto.
7125         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
7126
7127 2001-08-30  Andrew Innes  <andrewi@gnu.org>
7128
7129         * nnheader.el (nnheader-directory-files-is-safe): No need to read
7130         directory twice on Windows, or on GNU Emacs-21.
7131
7132 2001-08-30  Andrew Innes  <andrewi@gnu.org>
7133
7134         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
7135         (nnml-request-rename-group): Ditto.
7136         (nnml-active-number): Ditto.
7137         (nnml-request-create-group): Use nnml-directory-articles.
7138         (nnml-request-expire-articles): Use nnml-directory-articles, which
7139         gets list from nov database if available.
7140         (nnml-get-nov-buffer): New function.
7141         (nnml-open-nov): Use it.
7142         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
7143         gets alist from nov database if available.
7144         (nnml-directory-articles): New function.
7145         (nnml-article-to-file-alist): New function.
7146
7147 2001-08-30  Andrew Innes  <andrewi@gnu.org>
7148
7149         * mm-decode.el (mm-display-external): Use `name' as filename, if
7150         `filename' attribute is not present.
7151
7152 2001-08-30  Andrew Innes  <andrewi@gnu.org>
7153
7154         * mail-source.el (mail-source-flash): New defcustom.
7155         (mail-source-new-mail-p): Ring visible bell if appropriate.
7156         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
7157         timer is cleared even if mail check signals an error.
7158
7159 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7160
7161         * gnus-sum.el (gnus-summary-move-article): Only update marks of
7162         type 'list.
7163
7164 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7165
7166         * flow-fill.el (fill-flowed): eol might be point-max.
7167
7168 2001-08-27  Simon Josefsson  <jas@extundo.com>
7169
7170         * nnml.el (nnml-request-update-info): Fix message.
7171         (nnml-open-marks): Ditto.
7172
7173         * nnfolder.el (nnfolder-request-update-info):
7174         (nnfolder-open-marks): Fix message.
7175
7176 2001-08-25  Simon Josefsson  <jas@extundo.com>
7177
7178         * nnfolder.el (nnfolder-save-marks): Don't create directory named
7179         after group in ~/.
7180
7181 2001-08-25  Simon Josefsson  <jas@extundo.com>
7182         From Andreas Jaeger  <aj@suse.de>
7183
7184         * nnfolder.el (nnfolder-open-marks): Fix typo.
7185         * nnml.el (nnml-open-marks): Likewise.
7186
7187 2001-08-25  Simon Josefsson  <jas@extundo.com>
7188
7189         Make nnfolder groups self-contained as far as marks are concerned.
7190
7191         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
7192         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
7193         (nnfolder-open-server): Make marks directory.
7194         (nnfolder-request-delete-group): Delete marks file.
7195         (nnfolder-request-delete-group): Check of nov/marks file exist
7196         before deleting.
7197         (nnfolder-request-rename-group): Rename marks file.
7198         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
7199         (nnfolder-request-set-mark, nnfolder-request-update-info)
7200         (nnfolder-group-marks-pathname, nnfolder-save-marks)
7201         (nnfolder-open-marks): New functions.
7202         (top-level): Require gnus.
7203
7204 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7205
7206         * nnweb.el (nnweb-type-definition): Use google raw file.
7207         (nnweb-google-parse-1): Ditto.
7208         (nnweb-google-identity): Ditto.
7209         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
7210         (nnweb-altavista-wash-article): Ditto.
7211         (nnweb-request-article): Remove nnweb-decode-entities.
7212
7213         * nnml.el: Require 'gnus.
7214
7215 2001-08-25  Simon Josefsson  <jas@extundo.com>
7216
7217         * nnml.el (nnml-marks-is-evil): Add doc.
7218
7219 2001-08-25  Simon Josefsson  <jas@extundo.com>
7220
7221         * nnml.el (nnml-save-marks): Wrap saving marks in a
7222         condition-case, to allow user to start Gnus if saving marks failed
7223         for some reason.
7224
7225 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7226
7227         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
7228
7229         * gnus-group.el (gnus-update-group-mark-positions): Bind
7230         gnus-group-update-hook to nil.
7231
7232 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7233
7234         * mml.el (mml-generate-mime-1): Force as multibyte string.
7235
7236 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7237
7238         * gnus-sum.el (gnus-summary-insert-line)
7239         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
7240         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
7241
7242         * gnus-spec.el (gnus-correct-substring): Take optional END.
7243
7244         * nnrss.el (nnrss-request-article): Remove \n.
7245         (nnrss-retrieve-headers): Lines number is -1.
7246
7247 2001-08-24  Simon Josefsson  <jas@extundo.com>
7248
7249         * gnus-group.el (gnus-info-clear-data): Call
7250         nnfoo-request-set-mark to propagate marks.  Fix bug:
7251         `gnus-group-update-line' doesn't update read range unless we call
7252         `gnus-get-unread-articles-in-group' first.
7253
7254         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
7255         to server.
7256
7257 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7258
7259         * gnus-util.el (gnus-create-info-command): Return an interactive
7260         function.
7261
7262 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7263         From Katsumi Yamaoka <yamaoka@jpl.org>
7264
7265         * gnus-spec.el (gnus-parse-complex-format): Use equal.
7266
7267 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7268
7269         * gnus-sum.el (gnus-select-newsgroup): Use it.
7270
7271         * gnus-util.el (gnus-not-ignore): New function.
7272
7273         * lpath.el (featurep): Don't fbind char-int.
7274
7275         * gnus-util.el (gnus-create-info-command): New function.
7276
7277         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
7278         right node.
7279
7280         * gnus-sum.el (gnus-select-newsgroup): Clean up.
7281         (gnus-summary-limit-children): Use 'identity instead of `all'.
7282         (gnus-summary-limit-to-display-predicate): New command and
7283         keystroke.
7284
7285 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7286
7287         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
7288
7289         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
7290
7291 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7292
7293         * gnus-spec.el: Add the Gnus version.
7294         (gnus-update-format-specifications): If the Gnus version changes,
7295         nix out the format spec cache.
7296
7297         * gnus.el (gnus-continuum-version): Made into a command and
7298         optionalize the VERSION.
7299
7300         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
7301         the start of the lines.
7302
7303 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7304
7305         * gnus.el (gnus-visual-p): Define function before use of
7306         function.
7307
7308 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7309
7310         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
7311         (gnus-article-mark-to-type): New function.
7312         (gnus-update-missing-marks): Only update marks of type 'list.
7313
7314         * gnus.el (gnus-article-special-mark-lists): New variable.
7315
7316 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7317
7318         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
7319         (gnus-select-newsgroup): Still use 'all.
7320         (gnus-summary-initial-limit): Comparing with 'all.
7321
7322 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7323
7324         * gnus-start.el (gnus-activate-group): If dont-check, don't update
7325         active.
7326
7327 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7328
7329         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
7330         nnslashdot-*-retrieve-headers.
7331         (nnslashdot-request-article): Fix for slashcode 2.2.
7332         (nnslashdot-make-tuple): New function.
7333         (nnslashdot-read-groups): Use it.
7334
7335 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7336
7337         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
7338         list.
7339
7340         * gnus-sum.el (gnus-summary-move-article): Don't select article.
7341
7342 2001-08-20  Simon Josefsson  <jas@extundo.com>
7343
7344         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
7345         opened, error instead of continuing (and exploding later).
7346
7347 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7348
7349         * gnus.el (gnus-expand-group-parameters): Return the parameter
7350         list.
7351
7352         * gnus-sum.el (gnus-summary-show-article): Doc fix.
7353         (gnus-summary-show-article): Guess at charset if required.
7354
7355         * gnus-spec.el (gnus-correct-substring): Stopped one character
7356         before we wanted.
7357
7358 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7359
7360         * earcon.el (earcon-auto-play): Remove unused option.
7361
7362 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7363
7364         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
7365         message down in levels, since it happens very fast.
7366
7367         * smiley-ems.el (smiley-update-cache): Respect the symbol version
7368         of smiley-regexp-alist.
7369
7370         * mm-view.el (mm-inline-text): Ignore vcard errors.
7371
7372         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
7373
7374         * gnus-score.el (gnus-all-score-files): Use append instead of
7375         nconc.
7376
7377         * gnus.el (gnus-splash-face): Doc fix.
7378
7379         * mm-decode.el (mm-mailcap-command): Use
7380         mm-path-name-rewrite-functions.
7381         (mm-path-name-rewrite-functions): New variable.
7382
7383         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
7384         (gnus-complex-form-to-spec): Insert tab.
7385         (gnus-spec-tab): New function.
7386
7387         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
7388         entering the group.
7389
7390         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
7391         the positional spec.
7392         (gnus-parse-complex-format): React to %C.
7393
7394         * gnus-ems.el (gnus-char-width): Moved here.
7395
7396         * gnus-sum.el (gnus-select-newsgroup): Set
7397         gnus-newsgroup-articles.
7398         (gnus-unseen-mark): New variable.
7399         (gnus-newsgroup-unseen): Ditto.
7400         (gnus-newsgroup-seen): Ditto.
7401         (gnus-adjust-marked-articles): Use them.
7402         (gnus-update-marks): Use them.
7403         (gnus-summary-update-secondary-mark): Display.
7404         (gnus-summary-prepare-threads): Display.
7405
7406         * gnus-msg.el (gnus-inews-group-method): Use and return the
7407         method, not the server.
7408
7409 2001-08-19  Simon Josefsson  <jas@extundo.com>
7410
7411         * gnus-srvr.el (gnus-server-agent-face): New.
7412         (gnus-server-agent-face): New.
7413         (gnus-server-mode): Turn on font-lock-mode.
7414
7415         * gnus.el (gnus-server-visual): Add defgroup.
7416
7417 2001-08-19  Simon Josefsson  <jas@extundo.com>
7418         From Joe Casadonte <jcasadonte@northbound-train.com>
7419
7420         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
7421         gnus-server-denied-face): New.
7422         (gnus-server-opened-face, gnus-server-closed-face,
7423         gnus-server-denied-face): New.
7424         (gnus-server-font-lock-keywords): Add.
7425
7426 2001-08-19  Simon Josefsson  <jas@extundo.com>
7427
7428         * nnml.el (nnml-request-set-mark): Return nil.
7429         (nnml-save-marks): Use nnml-possibly-create-directory.
7430         (nnml-open-marks): Only work in temp buffer when inserting/reading
7431         .marks file.
7432
7433 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7434
7435         * gnus.el (gnus-expand-group-parameters): Fix.
7436
7437         * gnus-spec.el (gnus-char-width): New function.
7438         (gnus-correct-substring, gnus-correct-length): Use it.
7439
7440         * message.el (message-required-mail-headers): Fix doc.
7441
7442 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7443
7444         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
7445
7446         * mm-decode.el (mm-save-part-to-file): Insert the handle.
7447
7448 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7449
7450         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
7451         slashdot 2.2 (not fully fixed yet).
7452         (nnslashdot-request-article): Ditto.
7453
7454 2001-08-18  Simon Josefsson  <jas@extundo.com>
7455
7456         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
7457         nnimap.
7458
7459         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
7460         gnus-util.
7461         (nnimap-request-update-info-internal): Use new functions.
7462
7463         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
7464         new functions.
7465
7466 2001-08-18  Simon Josefsson  <jas@extundo.com>
7467
7468         Make nnml groups self-contained as far as marks are concerned.
7469
7470         * nnml.el (nnml-request-delete-group): Delete marks file.
7471         (nnml-request-rename-group): Move marks file.
7472         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
7473         variables.
7474         (nnml-request-set-mark, nnml-request-update-info): New server
7475         functions.
7476         (nnml-save-marks, nnml-open-marks): New functions.
7477
7478 2001-08-18  Simon Josefsson  <jas@extundo.com>
7479
7480         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
7481         `set' when setting marks.
7482
7483 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7484
7485         * gnus.el (gnus-info-find-node): Take an argument.
7486
7487         * gnus-art.el (gnus-button-handle-info): New function.
7488         (gnus-url-unhex-string): Replace "+" with " ".
7489
7490 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7491
7492         * message.el (message-check-news-header-syntax): Check bad From.
7493
7494 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7495
7496         * gnus-spec.el (gnus-correct-length): New function.
7497         (gnus-correct-substring): New function.
7498         (gnus-tilde-max-form): Use it.
7499
7500 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
7501
7502         * nnmh.el: Docstring changes as below.
7503
7504         * nnml.el: Docstring changes as below.
7505
7506         * nnbabyl.el: Docstring changes as below.
7507
7508         * nnmbox.el: Docstring changes as below.
7509
7510         * nnfolder.el: Added docstrings identifying each virtual server
7511         parameter.
7512
7513 2001-08-18  Simon Josefsson  <jas@extundo.com>
7514
7515         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
7516
7517 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
7518
7519         * message.el: rename "Abort Message" to "Postpone Message".
7520         Remove "Attach file as MIME" from Message menu, it's already in
7521         the MIME menu.
7522
7523 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7524
7525         * smime.el (smime-point-at-eol): eval-and-compile.
7526         (smime-make-temp-file): New function.
7527         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
7528         Use it.
7529
7530 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7531
7532         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
7533         (gnus-agent-summary-fetch-group): New command and keystroke.
7534
7535         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
7536         (gnus-mime-display-security): Make it respect
7537         gnus-unbuttonized-mime-type-p.
7538
7539         * gnus-sum.el (gnus-articles-to-read): Comments.
7540         (gnus-article-marked-p): New function.
7541         (gnus-summary-display-make-predicate): New function.
7542         (gnus-select-newsgroup): Use them.
7543
7544         * mm-decode.el (mm-save-part-to-file): Made it not error.
7545
7546 2001-08-17  Simon Josefsson  <jas@extundo.com>
7547
7548         * imap.el (imap-wait-for-tag): If process-status isn't open or
7549         run, return nil instead of sit-for looping.
7550
7551 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7552
7553         * lpath.el (featurep): fbind xml-parse-region.
7554
7555         * gnus.el (gnus-message-archive-method): Default to "archive".
7556         (gnus-message-archive-method): Doc fix.
7557         (gnus-parameters-get-parameter): Cleaned up.
7558         (gnus-expand-group-parameter): New function.
7559
7560         * gnus-start.el (gnus-setup-news): Push the archive server only
7561         the server list.
7562
7563         * mml.el (mml-menu): Changed name to "Attachments".
7564
7565         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
7566         when there is something to detroy.
7567
7568 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7569
7570         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
7571         nil.
7572
7573 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7574
7575         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
7576         which specifies a time today or tomorrow.
7577
7578 2001-08-15  Simon Josefsson  <jas@extundo.com>
7579         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
7580
7581         * gnus-agent.el (gnus-agent-make-mode-line-string)
7582         (gnus-agent-toggle-plugged): Use new API.
7583
7584 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7585
7586         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
7587         deadline has expired.
7588
7589 2001-08-12  Simon Josefsson  <jas@extundo.com>
7590         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
7591
7592         Support `recent' mark indicating newly arrived messages (to
7593         separate from old but unread messages).
7594
7595         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
7596         `nnmail-split-history' if recent is > 0.
7597         (nnimap-request-update-info-internal): Update `recent' marks.
7598         (nnimap-request-set-mark): Never set `recent' marks.
7599         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
7600         recent.
7601
7602         * gnus-sum.el (gnus-recent-mark): New mark.
7603         (gnus-newsgroup-recent): New variable.
7604         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
7605         (gnus-summary-prepare-threads): Mark recent articles.
7606         (gnus-summary-add-mark): Support recent.
7607         (gnus-summary-update-secondary-mark): Support recent.
7608
7609         * gnus.el (gnus-article-mark-lists): Add recent.
7610
7611 2001-08-12  Simon Josefsson  <jas@extundo.com>
7612
7613         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
7614         whether successful decoding took place.  Add doc.
7615
7616 2001-08-12  Simon Josefsson  <jas@extundo.com>
7617         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
7618
7619         * gnus.el (gnus-summary-line-format, gnus-parameters):
7620         * gnus-gl.el (gnus-summary-grouplens-line-format):
7621         * gnus-salt.el (gnus-summary-pick-line-format):
7622         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
7623
7624 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
7625         Committed by Kai Gro\e,b_\e(Bjohann.
7626
7627         * gnus-score.el (gnus-score-string): Fix `match' regexp
7628         for `extra' header case.
7629
7630 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7631
7632         * nnmbox.el (nnmbox-read-mbox): No warning.
7633
7634 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7635
7636         * nndoc.el (nndoc-article-type): Fix doc.
7637         (nndoc-generate-article-function): New variable.
7638         (nndoc-dissection-function): New variable.
7639         (nndoc-type-alist): Add oe-dbx.
7640         (nndoc-oe-dbx-type-p): New function.
7641         (nndoc-oe-dbx-dissection): New function.
7642         (nndoc-oe-dbx-generate-article): New function.
7643
7644 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7645
7646         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
7647         whether deadline has been reached.  Patch from Dan Nicolaescu
7648         <dann@godzilla.ics.uci.edu>.
7649
7650 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7651
7652         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
7653         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
7654         <rintaman@cs.Helsinki.FI>.
7655
7656         * mail-source.el (mail-source-movemail): The error buffer is
7657         modified, but nothing in it.
7658
7659 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7660
7661         * message.el (message-bogus-system-names): New variable.
7662         (message-make-fqdn): Use it.
7663
7664 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7665
7666         * nndraft.el (nndraft-request-group): Use
7667         nndraft-auto-save-file-name.
7668
7669 2001-08-09  Simon Josefsson  <jas@extundo.com>
7670
7671         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
7672         Don't ask whether to decrypt.  Just leave result in buffer (don't
7673         call mm).
7674
7675         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
7676         parts as well.
7677         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
7678         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
7679
7680 2001-08-09  Simon Josefsson  <jas@extundo.com>
7681
7682         * mm-decode.el (mm-insert-part): Return decoding success status.
7683         (mm-save-part-to-file): Error if decoding failed.
7684
7685 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7686
7687         * message.el (message-tab): Use indent-relative.
7688         (message-mode): Don't bind indent-line-function to indent-relative.
7689
7690 2001-08-09  Simon Josefsson  <jas@extundo.com>
7691
7692         * message.el (message-get-reply-headers): Fix string. Suggested by
7693         Christoph Conrad <cc@cli.de>.
7694
7695 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7696
7697         * message.el (message-tab): Use the current value of
7698         indent-line-function.
7699         (message-mode): Bind indent-line-function to indent-relative.
7700
7701 2001-08-08  Simon Josefsson  <jas@extundo.com>
7702
7703         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
7704         whether `imtest' is installed.
7705
7706 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
7707         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
7708
7709         * gnus-sum.el (gnus-summary-show-article): Call
7710         gnus-summary-update-secondary-secondary-mark.
7711         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
7712         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
7713
7714 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7715
7716         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
7717
7718         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
7719
7720         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
7721         <gerd@gnu.org>.
7722
7723         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
7724
7725         * gnus-util.el (gnus-output-to-rmail): Ditto.
7726         (gnus-output-to-mail): Ditto.
7727
7728         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
7729
7730 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
7731
7732         * message.el (message-indent-citation): Use
7733         `message-yank-cited-prefix' for empty lines.
7734
7735 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
7736
7737         * message.el (message-indent-citation): Quote only lines starting
7738         with ">" using `message-yank-cited-prefix'.
7739
7740 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
7741         Trivial patch.
7742
7743         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
7744         gnus-cache-fully-p.
7745
7746 2001-08-04  Simon Josefsson  <jas@extundo.com>
7747
7748         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
7749         file if it doesn't exist (by calling gnus-cache-read-active).
7750
7751 2001-08-04  Simon Josefsson  <jas@extundo.com>
7752
7753         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
7754         (gnus-cache-passively-or-fully-p): Removed.
7755         (gnus-cache-fully-p): Fix it.
7756
7757         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
7758
7759 2001-08-04  Simon Josefsson  <jas@extundo.com>
7760
7761         * gnus-cache.el (gnus-cache-fully-p)
7762         (gnus-cache-passively-or-fully-p): New functions.
7763         (gnus-cache-possibly-enter-article): Cosmetic change, use
7764         `g-c-p-o-f-p'.
7765         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
7766         was bogus (`g-c-p-a-a' does not change active info, just change
7767         the functions parameters).
7768         (gnus-cache-possibly-remove-articles-1): Make sure articles are
7769         not removed in groups that match `gnus-uncacheable-groups'.
7770
7771         Reported and modifications based on discussions with Nuutti
7772         Kotivuori <nuutti.kotivuori@smarttrust.com>.
7773
7774 2001-08-04  Simon Josefsson  <jas@extundo.com>
7775         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
7776
7777         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
7778         calls `gnus-cache-update-active' if bounds has been extended.
7779
7780 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7781
7782         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
7783         before remove.
7784         (gnus-mime-security-show-details): Ditto.
7785
7786 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7787
7788         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
7789         syntax.  Protect string-match against nil string and regexp.
7790
7791 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7792
7793         * mm-util.el (mm-find-charset-region): Remove control-1.
7794
7795 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7796
7797         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
7798
7799 2001-08-04  Simon Josefsson  <jas@extundo.com>
7800
7801         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
7802         buffer.  Delete MIME-Version header.
7803
7804 2001-08-03  Simon Josefsson  <jas@extundo.com>
7805
7806         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
7807         that is entered does not necessarily have the highest article
7808         number in the group, so use `gnus-cache-possibly-alter-active'
7809         instead of `gnus-cache-update-active'.
7810
7811 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7812
7813         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
7814
7815 2001-08-03  Simon Josefsson  <jas@extundo.com>
7816
7817         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
7818         menu.
7819
7820 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7821
7822         * gnus.el (post-method): New group parameter.  It also provides
7823         the user option `gnus-post-method-alist' and the internal function
7824         `gnus-parameter-post-method'.
7825
7826         * gnus-msg.el (gnus-post-method): Bind the value of
7827         `gnus-post-method' to the group parameter if it is defined.
7828
7829 2001-08-02  Simon Josefsson  <jas@extundo.com>
7830
7831         * smime.el (smime-extra-arguments): Removed.
7832         (smime-call-openssl-region): Don't use it.
7833
7834 2001-08-02  Simon Josefsson  <jas@extundo.com>
7835
7836         * smime.el (smime-sign-region): Handle stderr.
7837         (smime-encrypt-region): Ditto.
7838
7839         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
7840         match the ASN.1 length bytes.
7841         (mm-pkcs7-enveloped-magic): Ditto.
7842         (mm-view-pkcs7-get-type): Don't regexp quote.
7843
7844 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7845         From Andreas Fuchs <asf@void.at>
7846
7847         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
7848
7849 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7850
7851         * gnus-art.el (gnus-header-button-alist): References regexp.
7852
7853 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
7854
7855         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
7856         already fboundp.  Add INTERACTIVE arg to autoload form.
7857
7858 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7859
7860         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
7861
7862         * nnmail.el (nnmail-cache-open): Ditto.
7863
7864 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7865
7866         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
7867
7868 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7869
7870         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
7871
7872 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7873         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7874
7875         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
7876         (gnus-agent-toggle-plugged): Use it.
7877
7878 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
7879
7880         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
7881         (gnus-ding-file-coding-system): New variable.
7882         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
7883         (gnus-slave-save-newsrc): Use it.
7884
7885 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7886
7887         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
7888         syntax.
7889
7890 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7891         Originally from Andreas Fuchs <asf@void.at>
7892
7893         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
7894         (mml2015-gpg-pretty-print-fpr): New function.
7895         (mml2015-gpg-extract-signature-details): More details, rename from
7896         `m-g-e-from'.
7897         (mml2015-gpg-verify): Use them.
7898         (mml2015-gpg-clear-verify): Use them.
7899
7900 2001-07-31  Simon Josefsson  <jas@extundo.com>
7901
7902         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
7903         buffer when done.
7904
7905 2001-07-30  Simon Josefsson  <jas@extundo.com>
7906
7907         * smime.el (smime-call-openssl-region): Revert previous change,
7908         just pass on buf to `call-process-region'.
7909         (smime-verify-region): Doc fix.  Don't message stuff.  Use
7910         `smime-new-details-buffer'.  Inserts error messages into buffer.
7911         (smime-noverify-region): Ditto.
7912         (smime-decrypt-region): Ditto.  Handles stderr separately.
7913         (smime-verify-buffer, smime-noverify-buffer)
7914         (smime-decrypt-buffer): Doc fix.
7915         (smime-new-details-buffer): New function.
7916         (smime-pkcs7-region, smime-pkcs7-certificates-region)
7917         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
7918         (smime-sign-region, smime-encrypt-region): Don't use
7919         `insert-buffer'.
7920
7921         * mml-smime.el (mml-smime-verify): Fix security button strings.
7922
7923 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7924
7925         * gnus-art.el (gnus-mime-save-part-and-strip): Save
7926         gnus-article-mime-handles.
7927
7928 2001-07-29  Simon Josefsson  <jas@extundo.com>
7929
7930         * mail-source.el (top-level): Require message for message-directory.
7931         (mail-source-directory): Change default to message-directory.
7932
7933         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
7934         (smime-certificate-directory, smime-openssl-program)
7935         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
7936         (smime-extra-arguments): New variable.
7937         (smime-dns-server): Fix customize group.
7938         (smime-call-openssl-region): Use `smime-extra-arguments'.
7939
7940 2001-07-29  Simon Josefsson  <jas@extundo.com>
7941         From Vladimir Volovich <vvv@vsu.ru>
7942
7943         * smime.el (smime-call-openssl-region): Ignore stderr.
7944
7945 2001-07-29  Simon Josefsson  <jas@extundo.com>
7946         From Christoph Conrad <christoph.conrad@gmx.de>
7947
7948         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
7949         file.
7950
7951 2001-07-29  Simon Josefsson  <jas@extundo.com>
7952
7953         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
7954
7955         Support S/MIME decryption.
7956
7957         * mm-decode.el (mm-inline-media-tests):
7958         (mm-inlined-types):
7959         (mm-automatic-display):
7960         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
7961
7962         * mm-view.el (mm-pkcs7-signed-magic):
7963         (mm-pkcs7-enveloped-magic): New variables.
7964         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
7965         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
7966         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
7967         PKCS#7 blobs.
7968
7969         * smime.el (smime-decrypt-region): Expand keyfile.
7970
7971 2001-07-29  Simon Josefsson  <jas@extundo.com>
7972
7973         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
7974         `ssl.el' variables.
7975
7976         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
7977         but line instead of narrowing to it, because `nnmail-parse-active'
7978         calls widen.  Thanks to Christoph Conrad
7979         <christoph.conrad@gmx.de>.
7980
7981 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7982
7983         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
7984         for %B spec.
7985
7986         * gnus-sum.el (gnus-summary-prepare-threads): If
7987         gnus-sum-thread-tree-root is nil, use subject instead.
7988         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
7989         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
7990         (gnus-sum-thread-tree-leaf-with-other)
7991         (gnus-sum-thread-tree-single-leaf): Documentation.
7992         (gnus-sum-thread-tree-single-indent): Allow nil.
7993
7994 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7995
7996         * message.el (message-fill-paragraph): Do nothing if the user
7997         wants filladapt-mode.
7998
7999 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8000
8001         * mm-decode.el (mm-image-type-from-buffer): New function.
8002         (mm-get-image): Use it.
8003
8004 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8005
8006         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
8007
8008         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
8009         mm-display-parts too.
8010
8011 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8012
8013         * nnfolder.el (nnfolder-request-accept-article): Bind
8014         nntp-server-buffer.
8015
8016         * nnmail.el (nnmail-parse-active): Read from buffer instead of
8017         nntp-server-buffer.
8018
8019 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8020
8021         * message.el (message-check-news-header-syntax): Use
8022         message-post-method.
8023         (message-send-news): Bind message-post-method.
8024
8025 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8026
8027         * mml.el (mml-tweak-type-alist): New variable.
8028         (mml-tweak-function-alist): New variable.
8029         (mml-tweak-part): New function.
8030         (mml-generate-mime-1): Use it.
8031
8032 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8033
8034         * nnfolder.el (nnfolder-request-accept-article): Replace
8035         nnfolder-request-list.
8036
8037 2001-07-27  Simon Josefsson  <jas@extundo.com>
8038
8039         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
8040         nnoo-change-server failed to do it.
8041
8042 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8043
8044         * gnus.el (gnus-parameters): Make it customizable.
8045
8046 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8047
8048         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
8049
8050         * message.el (message-set-auto-save-file-name): More
8051         poor-system-types.
8052
8053         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
8054
8055         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
8056         supports +.
8057
8058 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8059
8060         * mm-decode.el (mm-readable-p): New function.
8061         (mm-inline-media-tests): Fix the default testers.
8062
8063 2001-07-26  Simon Josefsson  <jas@extundo.com>
8064
8065         * nnimap.el (nnimap-version): Bump version number.
8066
8067 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8068         From Steven E. Harris <seh@speakeasy.org>
8069
8070         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
8071         in M$Windows too.
8072
8073 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8074
8075         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
8076
8077 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8078
8079         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
8080
8081         * mm-decode.el (mm-get-image): Guess then use the type.
8082
8083         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
8084
8085 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
8086
8087         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
8088         display (%B) for threads if threading is off.
8089
8090 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8091         From Henrik Enberg <henrik@enberg.org>
8092
8093         * gnus-msg.el: Customization patch.
8094
8095 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
8096
8097         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
8098         variable.
8099         (nnmail-split-fancy-with-parent): Ignore certain groups.
8100
8101 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8102
8103         * gnus-util.el (gnus-byte-compile): New function.
8104         (gnus-use-byte-compile): New variable.
8105         (gnus-make-sort-function): Use it.
8106
8107         * nnmail.el (nnmail-get-new-mail): Use it.
8108
8109         * gnus-agent.el (gnus-category-make-function): Simple function or
8110         compiled function.
8111         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
8112
8113         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
8114         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
8115         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
8116
8117         * message.el (message-check-news-header-syntax): Remove quote.
8118
8119 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8120
8121         * message.el (message-use-mail-followup-to): `t' is not a
8122         documented value.
8123
8124 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8125
8126         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
8127
8128 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8129
8130         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
8131         there are long lines.
8132
8133 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8134
8135         * dgnushack.el (copy-list): New compiler macro.
8136
8137 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8138
8139         * message.el (message-bounce): If no Return-Path, the whole
8140         content is considered as the original message.
8141
8142         * nnml.el (nnml-check-directory-twice): New variable.
8143         (nnml-article-to-file): Use it.
8144         (nnml-retrieve-headers): Hack it.
8145
8146 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8147
8148         * gnus-win.el (gnus-buffer-configuration): New configure.
8149
8150         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
8151         not alive.
8152
8153         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
8154         (mm-display-external): Use display-term configure.
8155
8156 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8157
8158         * gnus-delay.el (gnus-delay-default-hour): New variable.
8159         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
8160
8161 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8162         From Karl Kleinpaste <karl@charcoal.com>
8163
8164         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
8165         (gnus-summary-prepare-threads): Ditto.
8166
8167         * gnus.el (gnus-summary-line-format): Add %B.
8168
8169 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8170
8171         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
8172
8173         * mm-util.el (mm-string-as-multibyte): New function.
8174
8175         * nnmh.el (nnmh-request-list-1): Encode, not decode!
8176
8177 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8178
8179         * mm-util.el (mm-universal-coding-system): New variable.
8180
8181         * gnus-start.el (gnus-startup-file-coding-system): Use it.
8182
8183         * score-mode.el (score-mode-coding-system): Use it.
8184
8185 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8186
8187         * gnus-start.el (gnus-setup-news): Call
8188         `gnus-check-bogus-newsgroups' just after the native server is
8189         opened.
8190
8191 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8192
8193         * nnmail.el (nnmail-do-request-post): Util function to be used by
8194         `nnchoke-request-post' for all nnmail-derived backends.
8195
8196         * nnml.el (nnml-request-post): Use it.
8197
8198         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
8199         backend, for it groks nnml-request-post.
8200
8201         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
8202         Treat `mail-post' backends like `mail' backends, not like `news'
8203         backends.
8204
8205 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8206
8207         * gnus-msg.el (gnus-setup-message): make-local-hook.
8208
8209 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8210
8211         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
8212         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
8213         <karl@charcoal.com>, slightly changed by Kai.
8214
8215         * message.el (message-check-news-header-syntax): When checking
8216         whether the groups exist, check the right server based on
8217         `gnus-post-method'.
8218
8219 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8220
8221         * gnus-delay.el: New file.
8222
8223 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8224
8225         * mm-util.el (mm-read-coding-system): Take two arguments.
8226
8227         * gnus-sum.el (gnus-summary-show-article): Use
8228         mm-read-coding-system.
8229
8230         * gnus-art.el (article-de-quoted-unreadable):
8231         (article-de-base64-unreadable, article-wash-html):
8232         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
8233
8234 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8235
8236         * nnml.el (nnml-request-post): New function.  Can be used for
8237         annotations in nnml groups.
8238
8239 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8240
8241         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
8242         command.
8243
8244         * gnus-start.el (gnus-find-new-newsgroups): Use
8245         `message-make-date' instead of `current-time-string'.
8246         (gnus-ask-server-for-new-groups): Ditto.
8247         (gnus-check-first-time-used): Ditto.
8248
8249 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8250
8251         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
8252
8253 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
8254
8255         * message.el (message-shorten-references): Change `maxcount' and
8256         `cut' to obey USEFOR draft 5.
8257
8258 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
8259
8260         * gnus-sum.el (gnus-summary-display-arrow): New variable.
8261         (gnus-summary-set-article-display-arrow): New function.
8262         (gnus-summary-goto-subject): Use it.
8263
8264 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8265
8266         * gnus-sum.el (gnus-summary-import-article): Insert date if
8267         doesn't exist.
8268
8269 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8270
8271         * mml.el (mml-content-type-parameters): New variable.
8272         (mml-content-disposition-parameters): New variable.
8273         (mml-insert-mime-headers): Use them.
8274         (mml-parse-1): Accept charset.
8275
8276 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8277
8278         * gnus-group.el (gnus-group-select-group): Doc fix.
8279
8280         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
8281
8282 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8283
8284         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
8285         to handle `define-derived-mode'.
8286
8287 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8288         From:  Stefan Monnier  <monnier@cs.yale.edu>
8289
8290         * message.el (message-mode): Use define-derived-mode.
8291         (message-tab): message-completion-alist.
8292
8293         * imap.el (imap-interactive-login): Use make-local-variable.
8294         (imap-open): Ditto.
8295         (imap-authenticate): Ditto.
8296
8297         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
8298
8299         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
8300
8301 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8302
8303         * message.el (message-citation-line-function): Refer to
8304         gnus-cite-attribution-suffix.
8305
8306 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8307
8308         * gnus-art.el,...: Error convention changes.
8309
8310 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8311
8312         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
8313
8314 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8315
8316         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
8317         (nnrss-read-server-data): Ditto.
8318
8319 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8320
8321         * gnus-setup.el (gnus-use-installed-gnus): Typo.
8322         * Cleanup files.
8323         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
8324
8325 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8326
8327         * gnus.el (gnus-summary-line-format): Add %o.
8328
8329         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
8330         unless shell outputs something.
8331
8332 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8333
8334         * gnus-art.el (gnus-boring-article-headers): Better doc.
8335         (article-hide-headers): Better regexp.
8336         Suggested by Matt Swift <swift@alum.mit.edu>.
8337
8338         * nnheader.el (nnheader-max-head-length): Better doc.
8339         (nnheader-header-value): Skip spaces.
8340         (nnheader-parse-head): Remove space.
8341         Suggested by Matt Swift <swift@alum.mit.edu>.
8342
8343         * gnus-sum.el (gnus-summary-show-raw-article): New function.
8344         (gnus-get-newsgroup-headers): Remove space.
8345
8346 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8347
8348         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
8349         (gnus-summary-reply): Use it.
8350         (gnus-summary-reply-broken-reply-to): New function.
8351         (gnus-msg-force-broken-reply-to): New function.
8352
8353         * mm-view.el (mm-inline-text): Showing as text/plain when error.
8354
8355 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8356
8357         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
8358
8359 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8360
8361         * mm-decode.el (mm-external-terminal-program): New variable.
8362         (mm-display-external): Use it. Use term to display when no
8363         window-system.
8364
8365 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
8366
8367         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
8368         Browse->Next entries to Browse->Prev
8369
8370 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8371
8372         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
8373
8374 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8375
8376         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
8377         for the default encoding.
8378
8379         * nnrss.el (nnrss-url-field): New field.
8380         (nnrss-request-article): Add newsgroups.
8381
8382         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
8383
8384 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8385
8386         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
8387
8388         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
8389         (gnus-draft-setup): Remove backlog.
8390
8391 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8392
8393         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
8394         Cleanup.
8395
8396 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8397
8398         * gnus-msg.el (gnus-bug): Erase buffer.
8399
8400         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
8401
8402 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8403
8404         * mm-decode.el (mm-attachment-override-p): Fix typo.
8405
8406 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
8407
8408         * gnus-kill.el (gnus-execute): Work with the extra headers.
8409         * gnus-sum.el (gnus-summary-execute-command): Ditto.
8410
8411 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8412
8413         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
8414         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
8415
8416         * message.el (message-send-mail-real-function): New variable.
8417         (message-send-mail-partially, message-send-mail):
8418
8419         * nngateway.el (nngateway-request-post): Use it.
8420
8421         * gnus-agent.el (gnus-agentize): Use it.
8422
8423         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
8424         (nnsoup-revert-variables): Use it.
8425
8426 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
8427
8428         * mm-decode.el (mm-inline-media-tests): Default to displaying as
8429         text/plain if the type doesn't match any other media types.
8430         (mm-inlined-types): Doc fix.
8431         (mm-display-inline): Revert previous change (now handled by a
8432         default type in `mm-inline-media-tests'.
8433         (mm-inlinable-p): Revive.
8434         (mm-display-part): Call `mm-inlinable-p'.
8435         (mm-attachment-override-p): Ditto.
8436         (mm-inlined-p): Doc fix.
8437
8438         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
8439         well as `mm-inlined-p'.
8440
8441 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8442
8443         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
8444         (nntp-send-command-and-decode): Use gnus-point-at-bol.
8445
8446 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8447         From  Paul Jarc <prj@po.cwru.edu>
8448
8449         * message.el (message-use-mail-followup-to): New variable.
8450         (message-get-reply-headers): Use it.
8451
8452 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
8453
8454         * nnheader.el (nnheader-init-server-buffer): Make sure the
8455         *nntpd* buffer is made multibyte instead of a random buffer.
8456
8457 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8458
8459         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
8460         when it returns headers.
8461
8462 2001-07-07  Simon Josefsson  <jas@extundo.com>
8463
8464         * rfc2047.el (rfc2047-encode-message-header): Skip header when
8465         trying to fold. Thanks to Colin Walters
8466         <walters@cis.ohio-state.edu>
8467
8468 2001-07-06  Simon Josefsson  <jas@extundo.com>
8469
8470         * imap.el (imap-parse-address-list, imap-parse-flag-list)
8471         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
8472         Add information in `assert's.
8473
8474         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
8475         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
8476         and `nnimap-group-overview-filename', should handle all
8477         change-of-uidvalidity related issues.  But there may be other
8478         problems.)
8479
8480 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
8481
8482         * rfc2047.el (rfc2047-encode-message-header): Don't include the
8483         header name when folding.
8484
8485 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
8486
8487         * mm-decode.el (mm-inlined-types): Document relationship with
8488         `mm-inline-media-tests'.
8489         (mm-display-inline): Default to displaying as plain text if no
8490         inlining handler is available.
8491         (mm-inlinable-p): Remove.
8492         (mm-inlined-p): Don't call `mm-inlinable-p'.
8493         (mm-automatic-display-p): Ditto.
8494         (mm-attachment-override-p): Ditto.
8495
8496 2001-07-04  Simon Josefsson  <jas@extundo.com>
8497
8498         * nnimap.el (nnimap-importantize-dormant): New variable.
8499         (nnimap-request-update-info-internal): Use it.
8500         (nnimap-request-set-mark): Ditto.
8501
8502 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
8503
8504         * nntp.el (nntp-send-command): don't pass a buffer argument to
8505         `point'. Only XEmacs accepts this.
8506         * nntp.el (nntp-send-command-nodelete): ditto.
8507         * nntp.el (nntp-send-command-and-decode): ditto.
8508
8509 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
8510
8511         * nntp.el (nntp-open-connection-function): doc update.
8512         * nntp.el (nntp-pre-command): New.
8513         * nntp.el (nntp-via-rlogin-command): New.
8514         * nntp.el (nntp-via-telnet-command): New.
8515         * nntp.el (nntp-via-telnet-switches): New.
8516         * nntp.el (nntp-via-user-name): New.
8517         * nntp.el (nntp-via-user-password): New.
8518         * nntp.el (nntp-via-address): New.
8519         * nntp.el (nntp-via-envuser): New.
8520         * nntp.el (nntp-via-shell-prompt): New.
8521         * nntp.el (nntp-open-telnet-stream): New.
8522         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
8523         * nntp.el (nntp-open-via-telnet-and-telnet): New.
8524         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
8525         * nntp.el (nntp-send-command): ditto.
8526         * nntp.el (nntp-send-command-nodelete): ditto.
8527         * nntp.el (nntp-send-command-and-decode): ditto.
8528
8529 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
8530         Trivial patch.
8531
8532         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
8533         `when'.
8534
8535 2001-07-03  Simon Josefsson  <jas@extundo.com>
8536         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
8537
8538         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
8539
8540 2001-07-03  Simon Josefsson  <jas@extundo.com>
8541
8542         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
8543         remove it (workaround XEmacs `fill-region' bug).
8544
8545 2001-07-01  Simon Josefsson  <jas@extundo.com>
8546
8547         * nnimap.el (nnimap-date-days-ago): Defeat locale.
8548
8549 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8550
8551         * mml2015.el (mml2015-format-error): New function.
8552         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
8553         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
8554         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
8555
8556 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8557
8558         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
8559         Suggested by Christoph Conrad <C.Conrad@cli.de>.
8560
8561         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
8562         group variables.
8563
8564 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8565
8566         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
8567
8568         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
8569         (nnrss-save-group-data): Ditto.
8570
8571         * gnus-agent.el (gnus-agent-save-alist): Ditto.
8572
8573 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8574
8575         * message.el (message-do-send-housekeeping): Narrow to headers.
8576
8577 2001-06-24  Simon Josefsson  <jas@extundo.com>
8578
8579         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
8580         insertion when breaking lines looked for " \t" instead of "[ \t]".
8581         (rfc2047-encode-message-header): Fold lines even if
8582         no QP encoding is done.
8583
8584 2001-06-23  Simon Josefsson  <jas@extundo.com>
8585         From Samuel Tardieu <sam@inf.enst.fr>
8586
8587         * smime.el (smime-keys): Support additional certificates.
8588         (smime-make-certfiles): New function.
8589         (smime-sign-region): Use previous variables.
8590         (smime-get-certfiles): New function.
8591         (smime-sign-buffer): Use it.
8592         (smime-verify-region): Support both CAfile and CApath.
8593
8594 2001-06-23  Simon Josefsson  <jas@extundo.com>
8595
8596         * smime.el (smime-decrypt-region): Perhaps work.
8597
8598 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8599
8600         * gnus-msg.el (gnus-copy-article-buffer): Typo.
8601
8602 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
8603
8604         * mm-decode.el (mm-save-part): Rewrite file name.
8605         (mm-file-name-rewrite-functions): New variable.
8606         (mm-file-name-delete-whitespace): New function.
8607         (mm-file-name-trim-whitespace): New function.
8608         (mm-file-name-collapse-whitespace): New function.
8609         (mm-file-name-replace-whitespace): New variable and function.
8610
8611 2001-06-22  Simon Josefsson  <jas@extundo.com>
8612
8613         * message.el (message-make-date): Workaround locale for weekdays.
8614
8615 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8616
8617         * message.el (message-goto-body): Return nil if not found. (revert!)
8618
8619 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8620         From Fremlin <chief@bandits.org>
8621
8622         * message.el (message-goto-body): Some messages have no header.
8623
8624         * gnus-msg.el (gnus-copy-article-buffer): Use it.
8625
8626 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
8627
8628         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
8629
8630 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8631
8632         * message.el (message-make-date): Add week day.
8633         Suggested by Jason R. Mastaler <jason@mastaler.com>.
8634
8635 2001-06-19  Simon Josefsson  <jas@extundo.com>
8636
8637         * message.el (message-yank-prefix): Doc fix.
8638         (message-yank-cited-prefix): Ditto.
8639         (message-delete-not-region): Keep citation prefix on first line,
8640         if possible and appropriate.
8641
8642 2001-06-19  Simon Josefsson  <jas@extundo.com>
8643
8644         * imap.el (imap-process-connection-type): New variable.
8645         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
8646         recent `imtest's work completely (no line length issues), while
8647         making making old `imtest's unusable.  Thanks to NAGY Andras
8648         <nagya@inf.elte.hu> for his work.
8649
8650 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
8651
8652         * imap.el (imap-ssl-program): Add -quiet to shut up
8653         OpenSSL/SSLeay's internal debug talk.
8654
8655 2001-06-19  Matt Armstrong  <matt@lickey.com>
8656
8657         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
8658         server.
8659
8660 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8661
8662         * nnmail.el (nnmail-article-buffer): New variable.
8663         (nnmail-split-incoming): Use it.
8664
8665 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
8666
8667         * qp.el (quoted-printable-decode-region): If called interactively,
8668         use coding-system-for-read.
8669
8670 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8671
8672         * message.el (message-check-news-header-syntax): Check Reply-To.
8673
8674 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8675
8676         * mml.el (mml-parse-1): Use message options.
8677
8678         * message.el (message-do-fcc): Don't do anything if there is no
8679         FCC.
8680
8681 2001-06-16  Simon Josefsson  <jas@extundo.com>
8682
8683         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
8684         (nnimap-expunge-search-string): New variable.
8685         (nnimap-request-expire-articles): Use it.
8686
8687 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8688
8689         * message.el (message-send-mail-with-qmail): wrong exit status is
8690         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
8691
8692 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8693
8694         * gnus-art.el (article-strip-multiple-blank-lines): Use
8695         delete-region instead of replace-match.
8696
8697 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8698
8699         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
8700         (nnweb-google-wash-article): Ditto.
8701
8702 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
8703
8704         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
8705
8706 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8707
8708         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
8709         specs.
8710
8711 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8712
8713         * gnus.el (gnus-email-address): Move it here.
8714
8715         * gnus-art.el (article-de-quoted-unreadable): Read charset if
8716         requested.
8717         (article-de-base64-unreadable): Ditto.
8718         (article-wash-html): Ditto.
8719
8720 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8721
8722         * message.el (message-options-set-recipient): Don't add ", "
8723         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
8724
8725 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8726
8727         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
8728
8729 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8730
8731         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
8732         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
8733
8734         * nnrss.el (nnrss-node-text): Node might be nil.
8735
8736 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8737
8738         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
8739         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
8740
8741         * nnrss.el (nnrss-group-alist): More items.
8742
8743 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8744
8745         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
8746
8747 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
8748         Trivial patch from Dale Hagglund  <rdh@best.com>
8749
8750         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
8751         restrict clauses.
8752
8753 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8754
8755         From Benjamin Rutt <brutt+news@bloomington.in.us>
8756
8757         * message.el (message-wide-reply-confirm-recipients): New variable.
8758
8759 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8760         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
8761
8762         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
8763         fix so it works with XEmacs.
8764
8765 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8766
8767         * nnrss.el (nnrss-retrieve-headers): Support description as extra
8768         headers.
8769
8770 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8771
8772         * nnrss.el: Fix a few bugs.
8773
8774 2001-06-05  Simon Josefsson  <jas@extundo.com>
8775
8776         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
8777         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
8778
8779 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
8780
8781         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
8782         binary so that we don't transmit ISO 2022 garbage to the process.
8783         This is needed under XEmacs.
8784
8785 2001-06-03  Simon Josefsson  <simon@josefsson.org>
8786
8787         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
8788         autoloaded incorrectly below because ssl-program-* is bound.)
8789         Thanks to Amos Gouaux for report.
8790
8791 2001-06-02  Simon Josefsson  <simon@josefsson.org>
8792
8793         * imap.el (imap-kerberos4-open):
8794         (imap-gssapi-open):
8795         (imap-ssl-open):
8796         (imap-network-open):
8797         (imap-shell-open):
8798         (imap-starttls-open): Set buffer to workaround spurious
8799         `accept-process-output' buffer changes.  Thanks to Mats Lidell
8800         <Mats.Lidell@contactor.se> for report and partial patch and Jake
8801         Colman <colman@ppllc.com> for report.
8802
8803 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8804
8805         * gnus-sum.el (gnus-summary-catchup): New argument.
8806         (gnus-summary-catchup-from-here): New function.
8807
8808 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8809
8810         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
8811         back, then insert glyph.  (Before, the glyph was inserted first,
8812         then the newline.)  This works around a behavior in XEmacs where
8813         it is not possible to insert a character after a glyph which is at
8814         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
8815
8816 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8817
8818         From Jaap-Henk Hoepman (jhh@xs4all.nl).
8819
8820         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
8821         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
8822         mm-destroy-postponed-undisplay-list): New functions.
8823         (mm-display-external): Use them.
8824
8825 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8826
8827         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
8828         `default-low' when evaluating `gnus-summary-highlight'.
8829         From Raja R Harinath <harinath@cs.umn.edu>.
8830
8831 2001-05-27  Simon Josefsson  <simon@josefsson.org>
8832
8833         * message.el (message-yank-cited-prefix): New variable.
8834         (message-indent-citation): Use it.
8835
8836         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
8837         as details.
8838         (mml2015-mailcrypt-clear-verify): Ditto.
8839
8840 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8841         From Nevin Kapur <nevin@jhu.edu>.
8842
8843         * gnus-sum.el (gnus-summary-default-high-score,
8844         gnus-summary-default-low-score): New variables.
8845         (gnus-summary-highlight): Use them.
8846
8847 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
8848
8849         * message.el (message-mail): pass the 'send-actions argument to
8850         `message-setup'.
8851
8852 2001-05-16  Simon Josefsson  <simon@josefsson.org>
8853         From Raymond Scholz <ray-2001@zonix.de>
8854
8855         * gnus-art.el (gnus-mime-view-part-as-charset):
8856         (gnus-mime-internalize-part): Doc fixes.
8857
8858 2001-05-11  Simon Josefsson  <simon@josefsson.org>
8859
8860         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
8861         status lines without any text ("^215$").
8862
8863 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8864
8865         * nnrss.el (nnrss-check-group): Reverse.
8866
8867 2001-05-07  Simon Josefsson  <simon@josefsson.org>
8868
8869         * message.el (message-get-reply-headers):
8870         (message-followup): Fix typo, suggested by David Green
8871         <dgreen@uab.edu>
8872
8873 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8874
8875         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
8876
8877         * nnrss.el (nnrss-open-server): Read server data when it is called.
8878         (nnrss-request-expire-articles): Fix.
8879
8880 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8881
8882         * message.el (message-do-send-housekeeping): mail-abbrevs may
8883         rename buffer behind Gnus.
8884
8885 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8886
8887         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
8888         (nnrss-group-alist): Add more resources.
8889         (nnrss-check-group): Ignore errors.
8890
8891 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8892
8893         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
8894
8895         * nnslashdot.el (nnslashdot-request-list): Add time.
8896         (nnslashdot-request-expire-articles): New function.
8897
8898         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
8899         secondary methods too.
8900
8901 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8902
8903         * message.el (message-use-followup-to): Set default value to t.
8904
8905 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
8906
8907         * message.el (message-dont-reply-to-names): Fix documentation.
8908         (message-get-reply-headers): Use Mail-Followup-To only for wide
8909         replies.
8910
8911 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8912
8913         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
8914         correctly.
8915         (nnrss-check-group): Use time.
8916
8917 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8918
8919         * gnus.el: Oort Gnus v0.03 is released.
8920
8921 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8922
8923         * nnultimate.el (nnultimate-topic-article-to-article): Use the
8924         group.
8925
8926 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8927
8928         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
8929
8930 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8931
8932         * nnultimate.el (nnultimate-retrieve-headers): Return all
8933         available headers.
8934
8935         * gnus-sum.el (gnus-read-all-available-headers): New variable.
8936         (gnus-get-newsgroup-headers-xover): Use it.
8937
8938 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8939
8940         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
8941
8942 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8943
8944         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
8945
8946 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8947
8948         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
8949         disable it.
8950
8951         * gnus.el (gnus-info-nodes): Remove a few The's.
8952
8953 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8954
8955         * mail-source.el (mail-source-movemail): Call-process may return a
8956         signal description string.
8957
8958         * gnus-start.el (gnus-read-newsrc-el-file):
8959         gnus-newsrc-file-version may be nil.
8960
8961         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
8962         Suggested by Michael Sperber [Mr. Preprocessor]
8963         <sperber@informatik.uni-tuebingen.de>.
8964
8965 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
8966
8967         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
8968
8969 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
8970
8971         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
8972         fontify HANDLE.
8973
8974 2001-04-18  Simon Josefsson  <simon@josefsson.org>
8975
8976         * smime.el (smime-ask-passphrase): Rework to return value.
8977         (smime-sign-region): Rework to bind value and use it.
8978         (smime-decrypt-region): Ditto.
8979
8980 2001-04-18  Simon Josefsson  <simon@josefsson.org>
8981         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
8982
8983         * smime.el (smime-ask-passphrase): New function.
8984         (smime-sign-region): Use it.
8985         (smime-encrypt-cipher): New variable.
8986         (smime-decrypt-region): Ditto.
8987
8988 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
8989         Committed by Simon Josefsson  <simon@josefsson.org>
8990
8991         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
8992         the log.
8993
8994 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8995
8996         * gnus.el: Oort Gnus v0.02 is released.
8997
8998 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
8999
9000         * gnus.el: Oort Gnus v0.01 is released.
9001
9002 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9003
9004         * gnus-sum.el (gnus-summary-highlight): Highlight read
9005         undownloaded articles as read articles.
9006
9007         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
9008         (gnus-agent-get-undownloaded-list): Mark all undownloaded
9009         articles, even read ones, as such.
9010
9011         * gnus-sum.el (gnus-summary-find-matching): Clean up.
9012         (gnus-find-matching-articles): New function.
9013         (gnus-summary-limit-include-matching-articles): New command.
9014         (gnus-summary-limit-include-thread): Include articles that have
9015         matching subjects.
9016         (gnus-offer-save-summaries): Clean up.
9017
9018 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9019
9020         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
9021
9022 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9023         From Jason Merrill <jason_merrill@redhat.com>
9024
9025         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
9026
9027 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
9028         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9029
9030         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
9031         newsgroup names when the original article is a news message.
9032
9033 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9034
9035         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
9036         supported. Suggest by Jim Meyering <jim@meyering.net>.
9037
9038 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
9039         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
9040
9041         * nnmail.el (nnmail-split-it): Added check for .* at the end of
9042         regexp in nnmail-split-fancy.
9043
9044 2001-04-10  Simon Josefsson  <simon@josefsson.org>
9045
9046         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
9047
9048 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
9049
9050         * message.el (message-send-mail): Improve the interaction with the
9051         user.
9052
9053 2001-04-10  Simon Josefsson  <simon@josefsson.org>
9054
9055         * imap.el (imap-message-copy): Work around buggy servers that
9056         doesn't send TRYCREATE tags.
9057
9058 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
9059
9060         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
9061
9062 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9063
9064         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
9065         date.
9066
9067 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9068
9069         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
9070         lives.
9071
9072 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9073
9074         * gnus-art.el (gnus-parse-news-url): New function.
9075         (gnus-button-handle-news): New function.
9076         (gnus-button-alist): Point to new functions.
9077
9078         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
9079
9080         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
9081         gnus-format-specs.
9082
9083         * message.el (message-check-news-header-syntax): Question even
9084         when Gnus doesn't know the group names.
9085         (message-send-news): Clean up.
9086
9087         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
9088         exited on purpose without saving.
9089
9090         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
9091
9092 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9093
9094         * gnus-score.el (gnus-score-orphans): Clean up.
9095
9096         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
9097
9098         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
9099         later.
9100
9101         * gnus-start.el (gnus-close-all-servers): Find the right items to
9102         close.
9103
9104         * qp.el (quoted-printable-decode-region): Just message
9105         malformation; don't quit.
9106
9107 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9108         From Gerd Moellmann <gerd@gnu.org>.
9109
9110         * gnus.el (gnus-interactive): A typo.
9111
9112 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
9113         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9114
9115         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
9116         `assq-delete-all', if that function exists; otherwise use the old
9117         definition. Documentation changed to match the one in
9118         `assq-delete-all'.
9119
9120 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9121
9122         * gnus-start.el (gnus-close-all-servers): New function.
9123
9124         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
9125         (gnus-server-remove-denials): Clean up.
9126
9127         * gnus-sum.el (gnus-summary-sort-by-original): New command and
9128         keystroke.
9129
9130 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9131
9132         * message.el (message-send-news): Message where we are sending.
9133         (message-send-mail): Ditto.
9134
9135         * gnus.el (gnus-server-string): New function.
9136
9137         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
9138
9139         * mm-decode.el (mm-default-directory): Customized.
9140         (mm-tmp-directory): Ditto.
9141
9142         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
9143         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
9144         or Chars.
9145         (gnus-summary-line-format-alist): ?l is now a string.
9146         (gnus-summary-prepare-threads): Output ? for unknown lines.
9147         (gnus-summary-insert-line): Ditto.
9148         (gnus-summary-print-article): Unbalanced parentheses.
9149
9150         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
9151         out whether new stuff has arrived.
9152
9153 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
9154
9155         * gnus-sum.el: Let printing work on ttys on Emacs.
9156
9157 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9158
9159         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
9160         when forcing news.
9161
9162         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
9163         command.
9164
9165 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
9166
9167         * message.el (message-set-auto-save-file-name): Don't use
9168         asterisks under nt.
9169
9170 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9171
9172         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
9173         lists of articles.
9174
9175         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
9176
9177         * gnus-msg.el (gnus-put-message): Clean up.
9178         (gnus-summary-reply): Mark all replied-to articles as replied to.
9179         (gnus-inews-add-send-actions): Also mark as forwarded.
9180         (gnus-summary-mail-forward): Mark as forwarded.
9181
9182         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
9183         of articles.
9184         (gnus-summary-mark-article-as-forwarded): Ditto.
9185
9186         * gnus-msg.el (gnus-summary-resend-message): Mark article as
9187         forwarded.
9188         (gnus-summary-mail-forward): Clean up.
9189
9190         * gnus.el (gnus-article-mark-lists): Added forward.
9191
9192         * gnus-sum.el (gnus-forwarded-mark): New variable.
9193         (gnus-summary-prepare-threads): Use it.
9194         (gnus-summary-update-secondary-mark): Ditto.
9195         (gnus-newsgroup-forwarded): New variable.
9196
9197 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9198
9199         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
9200         (gnus-summary-very-wide-reply): New command and keystroke.
9201         (gnus-summary-very-wide-reply-with-original): Ditto.
9202
9203         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
9204         (gnus-score-adaptive): Use it.
9205
9206         * gnus-start.el (gnus-get-unread-articles): Clean up.
9207
9208 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9209
9210         * nnultimate.el (nnultimate-retrieve-headers): Work for other
9211         boards.
9212
9213 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
9214
9215         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
9216         * gnus-start.el (gnus-subscribe-newsgroup): use it.
9217
9218 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9219
9220         * nnultimate.el (nnultimate-retrieve-headers): Understand
9221         long-form month names.
9222
9223 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9224
9225         * gnus-sum.el (gnus-summary-show-all-headers):
9226         gnus-article-show-all-headers is broken. Use
9227         gnus-summary-toggle-header instead.
9228
9229         * mml2015.el (mml2015-gpg-extract-from): No error.
9230
9231 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9232         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
9233
9234         * mml2015.el (mml2015-gpg-extract-from): New function.
9235         (mml2015-gpg-verify): Use it.
9236         (mml2015-gpg-clear-verify): Use it.
9237
9238 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9239
9240         * message.el (message-setup-fill-variables): Use
9241         fill-paragraph-function.
9242         (message-fill-paragraph): Take an argument.
9243         (message-newline-and-reformat): Take another argument.
9244
9245 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9246
9247         * message.el (rmail-output): It is in rmailout.el not rmail.el.
9248
9249 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9250
9251         * message.el (message-forward): local-variable-p takes an extra
9252         argument in XEmacs.
9253
9254 2001-03-16  Simon Josefsson  <simon@josefsson.org>
9255
9256         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
9257         `nnimap-use-nov-p' (it really tested the negative).
9258         (nnimap-retrieve-headers): Use it.
9259
9260 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9261
9262         * message.el (message-generate-headers-first): Update doc.
9263
9264 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
9265         Trivial patch.
9266
9267         * gnus.el (gnus-summary-line-format): Typo.
9268
9269 2001-03-11  Simon Josefsson  <simon@josefsson.org>
9270
9271         * mailcap.el (mailcap-mime-data): Add application/sieve.
9272         (mailcap-mime-extensions): Add .siv, .xls.
9273
9274 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9275         From Christoph Conrad <christoph.conrad@gmx.de>
9276
9277         * gnus-score.el (gnus-summary-lower-thread): Typo.
9278
9279 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9280
9281         * message.el (message-forward-decoded-p): New variable.
9282         (message-forward-subject-author-subject): Use it.
9283         (message-make-forward-subject): Use it.
9284         (message-forward): Use it.
9285
9286         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
9287
9288         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
9289         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
9290
9291 ;;Has been fixed -- zsh.
9292 ;;2001-03-05  Dave Love  <fx@gnu.org>
9293 ;;
9294 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
9295 ;;      Move it after definition of mm-coding-system-p.
9296 ;;
9297 2001-03-01  Dave Love  <fx@gnu.org>
9298
9299         * mm-util.el (mm-inhibit-file-name-handlers): Add
9300         image-file-handler.
9301
9302 2001-02-11  Dave Love  <fx@gnu.org>
9303
9304         * message.el (message-signature-file): Fix doc, :type.
9305
9306 2001-02-08  Dave Love  <fx@gnu.org>
9307
9308         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
9309         (message-posting-charset): Defvar when compiling again.
9310         (rfc2047-encodable-p): Require message.
9311
9312         * gnus-sum.el (gnus-alter-articles-to-read-function):
9313         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
9314
9315 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9316
9317         * nnrss.el: New file.
9318
9319 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
9320         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9321
9322         * rfc2047.el (rfc2047-unfold-region): Fix arg of
9323         `skip-chars-forward'.
9324
9325 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9326
9327         * nndraft.el (nndraft-request-group): Restore auto save files if
9328         the original files do not exist.
9329
9330 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9331
9332         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
9333         SCORE paths.
9334
9335         * mm-decode.el (mm-dissect-buffer): Call
9336         mail-extract-address-components only if necessary.
9337
9338 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9339
9340         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
9341         directory part.
9342         (gnus-score-search-global-directories): Use file-directory-p.
9343
9344         * gnus-score.el (gnus-score-score-files-1): Use
9345         gnus-kill-files-directory.
9346         From Adrian Aichner <adrian@xemacs.org>.
9347
9348 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9349
9350         * gnus.el (charset): Move here from gnus-sum.el.
9351
9352 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9353
9354         * mml.el (mml-preview): Disable local map.
9355
9356         * gnus-sum.el (gnus-summary-make-menu-bar): Make
9357         gnus-article-post-menu here.
9358
9359         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
9360         if it has not been made.
9361
9362 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9363
9364         * gnus-art.el (gnus-article-describe-key): Map key to event.
9365         (gnus-article-describe-key-briefly): Ditto
9366
9367 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9368
9369         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
9370
9371 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9372         From Katsumi Yamaoka <yamaoka@jpl.org>.
9373
9374         * dgnushack.el (coerce, merge, subseq): defmacro.
9375
9376 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9377
9378         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
9379         A fake defalias in nndraft.el results a not-activated bug in
9380         uncompiled versions.
9381
9382 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
9383         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9384
9385         * gnus-util.el (gnus-split-references): Handle malformed References:.
9386
9387 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9388
9389         * gnus-art.el (gnus-article-mime-part-status): 1 part.
9390
9391 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9392         From NAGY Andras <nagya@inf.elte.hu>.
9393
9394         * gnus.el (gnus-parameters): Typo.
9395
9396 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9397
9398         * gnus.el (gnus-read-method): Remove redundancy.
9399
9400 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9401
9402         * nnslashdot.el (nnslashdot-backslash-url): New variable.
9403         (nnslashdot-request-list): Use it.
9404
9405 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9406
9407         * nnml.el (nnml-generate-active-info): Fix the case when there is
9408         no file.
9409
9410         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
9411         (gnus-summary-create-article): New function.
9412
9413         * gnus-group.el (gnus-group-mark-article-read): New function.
9414
9415         * gnus-msg.el (gnus-inews-do-gcc): Use it.
9416
9417         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
9418
9419 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9420
9421         * gnus-art.el (gnus-article-edit-done): Don't use
9422         gnus-article-edit-exit.
9423         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
9424
9425         * gnus.el (gnus-parameters): New variable.
9426         Suggested by NAGY Andras <nagya@inf.elte.hu>.
9427         (gnus-parameters-get-parameter): New function.
9428         (gnus-group-find-parameter): Use it.
9429
9430 2001-02-23  Simon Josefsson  <simon@josefsson.org>
9431
9432         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
9433         change of default value to `current'.
9434
9435 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9436
9437         * nneething.el (nneething-get-head): Insert unreadable file too.
9438
9439 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9440
9441         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
9442
9443         * webmail.el (webmail-type-definition): Deja is bought by google.
9444
9445 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9446
9447         * gnus-sum.el (gnus-fetch-headers): New function.
9448         (gnus-select-newsgroup): Use it.
9449         (gnus-summary-insert-articles): New function.
9450         (gnus-summary-insert-old-articles): New function.
9451         (gnus-summary-insert-new-articles): New function.
9452
9453         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
9454         (gnus-group-list-active): Ditto.
9455         * gnus-sum.el (gnus-set-mode-line): Ditto.
9456         (gnus-summary-read-group-1): Ditto.
9457
9458 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9459
9460         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
9461         current topic.
9462
9463 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9464
9465         * smiley.el (gnus-smiley-display): Don't do widening.
9466
9467         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
9468         within body.
9469
9470         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
9471
9472         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
9473         New variable.
9474         (gnus-mime-display-multipart-related-as-mixed): New variable.
9475         (gnus-mime-display-part): Use them.
9476
9477 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9478
9479         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
9480         something special.
9481
9482 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9483
9484         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
9485         (nnweb-request-article): Call reference if exists.
9486         (nnweb-type-definition): Dejanews is bought by google.com.
9487         Beta!
9488
9489 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9490
9491         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
9492
9493 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9494
9495         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
9496         gnus-article-sort-functions.
9497         (gnus-article-sort-functions): Doc fix.  Refer to
9498         gnus-thread-sort-functions.
9499
9500 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9501         From Paul Jarc <prj@po.cwru.edu>.
9502
9503         * message.el (message-get-reply-headers): More fixes.
9504
9505 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
9506         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9507
9508         * message.el (message-get-reply-headers): Fix bug with
9509         Mail-Followup-To/to-address interaction.
9510
9511 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9512
9513         * gnus-msg.el (gnus-configure-posting-styles): Match header in
9514         gnus-article-copy.
9515
9516 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9517
9518         * message.el (message-do-send-housekeeping): Rename to a better
9519         name.
9520
9521 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9522
9523         * message.el (message-cancel-news): Check article first, then ask
9524         yes or no.
9525
9526 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9527
9528         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
9529
9530 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9531
9532         * gnus-range.el (gnus-range-normalize): New function.
9533
9534 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
9535
9536         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
9537
9538 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9539
9540         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
9541
9542         * nnagent.el (nnagent-request-regenerate): New function.
9543
9544         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
9545
9546         * nnml.el (nnml-generate-nov-databases): Accept argument
9547         server. Don't open server if it is opened.
9548         (nnml-request-regenerate): Use it. Change to deffoo.
9549
9550 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9551         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9552
9553         * gnus.el (gnus-define-group-parameter): Fix.
9554
9555 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9556
9557         * gnus.el (gnus-define-group-parameter): Improved.
9558
9559         * gnus-sum.el (charset): Define parameter.
9560         (ignored-charsets): Ditto.
9561         (gnus-summary-setup-default-charset): Use them.
9562
9563         * gnus-start.el (gnus-read-descriptions-file): Use them.
9564
9565         * gnus-cus.el (gnus-group-parameters): Remove them.
9566
9567 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9568
9569         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
9570
9571 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9572
9573         * gnus-sum.el (gnus-summary-read-group-1): Remove
9574         gnus-summary-set-local-parameters.
9575         (gnus-summary-setup-buffer): Put it here.
9576
9577 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9578
9579         * gnus.el (to-address): Define parameter.
9580         (to-list): Ditto.
9581         * gnus-art.el (article-hide-boring-headers): Use them.
9582         * gnus-msg.el (gnus-post-news): Ditto.
9583         * gnus-cus.el (gnus-group-parameters): Remove them.
9584
9585 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9586
9587         * gnus-draft.el (gnus-draft-reminder): New function.
9588
9589         * gnus-art.el (gnus-sender-save-name): New function.
9590
9591 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9592
9593         * mm-util.el (mm-mime-charset): Error message.
9594
9595 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9596
9597         * message.el (message-check-news-body-syntax): Don't check mml lines.
9598
9599 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9600
9601         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
9602         subscribe.
9603
9604         * gnus-start.el (gnus-call-subscribe-functions): New function.
9605         (gnus-find-new-newsgroups): Use it.
9606         (gnus-ask-server-for-new-groups): Use it.
9607         (gnus-check-first-time-used): Use it.
9608         (gnus-subscribe-newsgroup-method): Grok a list of functions.
9609         (gnus-subscribe-options-newsgroup-method): Ditto.
9610         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
9611         return .
9612
9613 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9614
9615         * gnus-cus.el (gnus-score-customize): Doc fix.
9616
9617 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
9618
9619         * dgnushack.el (my-getenv): Typo.
9620
9621 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9622
9623         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
9624
9625 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9626
9627         * gnus-group.el (gnus-group-suspend): Offer save summaries.
9628
9629         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
9630         (gnus-treatment-function-alist): Use it.
9631         (article-remove-leading-whitespace): New function.
9632         (gnus-article-make-menu-bar): Use it.
9633
9634         * gnus-sum.el (gnus-summary-wash-empty-map): Add
9635         remove-leading-whitespace.
9636         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
9637         because of conflict.
9638
9639 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9640
9641         * Makefile.in: Hack generating gnus-load.el.
9642         * dgnushack.el: Ditto.
9643         * gnus-load.el: Remove it.
9644
9645 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9646
9647         * dgnushack.el : Add URLDIR.
9648
9649         * Makefile.in (EMACS_COMP): Ditto.
9650
9651 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9652
9653         * gnus-cus.el (gnus-score-customize): Error on no score file.
9654
9655 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9656
9657         * mm-decode.el (mm-merge-handles): New function.
9658
9659         * mm-view.el (mm-inline-message): Use it.
9660         (mm-view-message): Ditto.
9661
9662         * mm-partial.el (mm-inline-partial): Ditto.
9663
9664         * mm-extern.el (mm-inline-external-body): Ditto.
9665
9666         * gnus-art.el (gnus-mime-view-part): Ditto.
9667         (gnus-mime-view-part-as-type): Ditto.
9668         (gnus-mime-save-part-and-strip): Prevent users to strip in some
9669         cases.
9670
9671 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9672
9673         * message.el (message-cancel-news): Allow to shoot foot.
9674         (message-supersede): Ditto.
9675
9676 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
9677         Trivial patch.
9678
9679         * gnus-sum.el (gnus-simplify-subject-re): Use
9680         message-subject-re-regexp.
9681
9682 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9683
9684         * nnmail.el (nnmail-expiry-target-group): Bind
9685         nnmail-cache-accepted-message-ids to nil.
9686
9687         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
9688         coding system.
9689
9690 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9691
9692         * qp.el (quoted-printable-encode-region): Make sure characters are
9693         between 00 and FF.  Don't check charset.
9694
9695         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
9696         in Emacs 20.
9697         * rfc2047.el (rfc2047-q-encode-region): Ditto.
9698
9699 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9700
9701         * message.el (message-make-forward-subject): Argument decoded.
9702         (message-forward): Use it when digest.
9703
9704         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
9705         buffer.
9706
9707 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9708
9709         * message.el (message-generate-headers-first): Doc fix.
9710
9711 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9712
9713         * gnus-art.el (article-make-date-line): Error proof.
9714
9715 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9716
9717         * gnus-group.el (gnus-group-listing-limit): New variable.
9718         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
9719
9720         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
9721
9722 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9723
9724         * message.el (message-newline-and-reformat): Special case for
9725         breaking at BOL.
9726
9727 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
9728
9729         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
9730         message/rfc822.
9731
9732 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9733
9734         * message.el (message-encode-message-body): Don't insert
9735         Content-Type if it is inside a mail.
9736
9737 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9738
9739         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
9740         gnus-article-commands-menu.
9741
9742         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
9743         in Emacs.
9744
9745         * gnus-start.el (gnus-read-descriptions-file): Use
9746         gnus-group-name-charset and gnus-group-charset-alist.
9747
9748 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9749
9750         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
9751         active region.
9752
9753         * gnus-start.el (gnus-group-change-level): Remove from both
9754         gnus-zombie-list and gnus-killed-list.
9755
9756 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9757
9758         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
9759         gnus-subscribe-topics.
9760
9761         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
9762
9763 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9764
9765         * gnus-art.el (gnus-article-make-menu-bar): Make
9766         gnus-article-post-menu.
9767
9768         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
9769
9770         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
9771
9772         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
9773
9774         * message.el (message-mode-menu): Ditto.
9775
9776         * gnus-art.el (defvar): eval-when-compile.
9777
9778 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9779
9780         * gnus-agent.el (gnus-agentize): Fix doc.
9781
9782 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
9783
9784         * mml.el (mml-preview): Bind `q'.
9785
9786 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9787
9788         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
9789
9790 2001-01-31  Dave Love  <fx@gnu.org>
9791
9792         * mm-util.el (mm-mime-mule-charset-alist)
9793         (mm-find-mime-charset-region): Consider mule-utf-8.
9794
9795 2001-01-31  Dave Love  <fx@gnu.org>
9796
9797         * gnus-art.el (gnus-article-x-face-command)
9798         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
9799         :version.
9800
9801 2001-01-26  Dave Love  <fx@gnu.org>
9802
9803         * mm-util.el (mm-multibyte-string-p): New.
9804
9805 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
9806 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
9807 ;;      string-as-multibyte on class.  Clarify line-folding.
9808         (quoted-printable-encode-string): Make temp buffer inherit
9809         string's multibyteness.
9810
9811 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
9812
9813         * nnheader.el (toplevel): Don't require `gnus-util' at
9814         compile-time; this creates a circular dependency, and prevents
9815         a bootstrap.
9816
9817 2001-01-22  Andreas Schwab  <schwab@suse.de>
9818
9819         * nnheader.el (gnus-delete-line): Autoload it as a macro.
9820
9821 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9822
9823         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
9824
9825         * gnus-art.el (article-hide-list-identifiers): Ditto.
9826
9827         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
9828
9829 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9830
9831         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
9832
9833         * gnus-art.el (article-hide-list-identifiers): Similar.
9834
9835 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
9836
9837         * nnmail.el (nnmail-remove-list-identifiers): Improved.
9838
9839 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9840
9841         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
9842
9843 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9844
9845         * gnus-util.el (gnus-string-equal): New function.
9846
9847         * gnus-art.el (article-hide-boring-headers): Use it.
9848
9849 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
9850
9851         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
9852
9853 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9854
9855         * gnus-msg.el (gnus-msg-mail): Support switch-action.
9856
9857 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9858
9859         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
9860         command if there is not last-saver.
9861
9862 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9863
9864         * nntp.el (nntp-open-connection): 201 is possible.
9865
9866 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9867
9868         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
9869         (rfc2047-charset-encoding-alist): Add big5.
9870
9871 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9872
9873         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
9874         (gnus-agent-remove-server): Ditto.
9875         (autoload): gnus-server-update-server.
9876
9877         * gnus-srvr.el (gnus-server-line-format): Add %a.
9878         (gnus-server-line-format-alist): Add gnus-tmp-agent.
9879         (gnus-server-insert-server-line): Use it.
9880
9881 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9882
9883         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
9884         GB2312 and Big5.
9885
9886 2001-01-24  Simon Josefsson  <sj@extundo.com>
9887
9888         * mail-source.el (mail-sources): Add :program specifier to IMAP
9889         mail source.
9890         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
9891
9892 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9893
9894         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
9895
9896 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9897
9898         * nntp.el (nntp-wait-for): Return the success code.
9899         (nntp-open-connection): Use it.
9900
9901 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9902
9903         * gnus-int.el (gnus-check-server): Allow breaking the opening.
9904
9905 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9906
9907         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
9908
9909 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9910
9911         * gnus-sum.el (gnus-summary-print-article): Take one prefix
9912         argument. Allow to print several articles in one file.
9913
9914 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9915
9916         * webmail.el (webmail-type-definition): netaddress changes.
9917
9918 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9919
9920         * gnus.el: Fix copyright. Remove trailing spaces.
9921
9922         * message.el (message-forward): Use mule4.
9923
9924 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9925
9926         * mm-util.el (mm-string-as-unibyte): New function.
9927
9928         * message.el (message-forward): Use it.
9929
9930 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9931
9932         * message.el (message-cite-original-without-signature): Don't peel
9933         off the blank line.
9934         (message-get-reply-headers): Add Cc if it is not in follow-to.
9935
9936 2001-01-20  Simon Josefsson  <sj@extundo.com>
9937
9938         * mm-decode.el (mm-handle-multipart-from): Add.
9939         (mm-dissect-buffer): Save From: header value.
9940         (mm-security-from): Remove.
9941         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
9942
9943         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
9944         instead of `mml-security-from'.  Protect null from value.
9945
9946 2001-01-20  Simon Josefsson  <sj@extundo.com>
9947
9948         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
9949         application/vnd.ms-excel attachments.
9950
9951 2001-01-19  Simon Josefsson  <sj@extundo.com>
9952
9953         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
9954
9955 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9956
9957         * message.el (message-ignored-mail-headers): Ditto.
9958
9959 2001-01-19  Simon Josefsson  <sj@extundo.com>
9960
9961         * message.el (message-ignored-news-headers): Only search beginning
9962         of line.
9963
9964 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
9965         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
9966
9967         * message.el (message-send-mail): Content-Type may not be there.
9968
9969 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9970
9971         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
9972         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
9973
9974         * gnus-art.el (article-display-x-face): Insert X-Face if there is
9975         not.
9976
9977 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9978
9979         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
9980         non-native groups.
9981
9982 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9983
9984         * message.el (message-yank-original): Understand
9985         universal-argument.
9986
9987 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9988
9989         * gnus-art.el (gnus-boring-article-headers): Add to-address.
9990         (article-hide-boring-headers): Ditto.
9991
9992         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
9993
9994 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9995
9996         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
9997         one.
9998
9999 2001-01-16  Simon Josefsson  <simon@josefsson.org>
10000
10001         * message.el (message-make-in-reply-to): Add comment to message-id
10002         (old syntax, see 2000-08-02 change).
10003
10004 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10005
10006         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
10007         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
10008         (gnus-button-reply): Ditto.
10009
10010 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10011
10012         * gnus-art.el (article-display-x-face): Fix.
10013
10014 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10015
10016         * gnus-art.el (article-display-x-face): Use
10017         gnus-original-article-buffer.
10018
10019 2001-01-15  Jack Twilley  <jmt@tbe.net>
10020
10021         * message.el (message-add-header): Move to point-max.
10022
10023 2001-01-15  Simon Josefsson  <simon@josefsson.org>
10024
10025         * smime.el (smime-CA-directory, smime-CA-file): Change default to
10026         nil, improve documentation.
10027         (smime-certificate-directory): Comment out false hints (until it
10028         is implemented).
10029
10030         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
10031         there aren't any keys.
10032         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
10033         verify certificate.  Default is changed to only check integrity.
10034         Improved security status texts.  If a certificate doesn't contain
10035         a email address, don't fail.
10036
10037         * smime.el (smime-noverify-region):
10038         (smime-noverify-buffer): New functions.  Verifies integrity only.
10039
10040 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10041
10042         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
10043
10044 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10045
10046         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
10047         (gnus-remove-some-windows): Ditto.
10048
10049 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10050
10051         * gnus-art.el (article-make-date-line): 11th.
10052
10053 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10054
10055         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
10056         (mml2015-gpg-sign): Ditto.
10057
10058 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10059
10060         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
10061         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
10062
10063 2001-01-08  Dave Love  <fx@gnu.org>
10064
10065         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
10066         single character.
10067
10068         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
10069
10070         * message.el: Doc and message fixes.
10071         (message-send-rename-function)
10072         (message-make-forward-subject-function)
10073         (message-send-mail-function, message-reply-to-function)
10074         (message-wide-reply-to-function, message-followup-to-function)
10075         (message-distribution-function, message-auto-save-directory): Fix
10076         :type.
10077
10078         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
10079         proceeding after warnings.  Amend multipart warning message.
10080
10081 2001-01-04  Dave Love  <fx@gnu.org>
10082
10083         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
10084         compiling.
10085         (gnus-make-directory): Require nnmail.
10086
10087         * mm-decode.el (mm-inline-media-tests): Add
10088         image/x-portable-bitmap.
10089         (mm-get-image): Grok pbm.
10090
10091 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
10092
10093         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
10094
10095 2001-01-09  Didier Verna  <didier@xemacs.org>
10096
10097         * dgnushack.el (dgnushack-compile): give a dummy value to
10098         `gnus-xmas-glyph-directory' for the time of compilation.
10099         * gnus-agent.el: moved some XEmacs specific hook add-ons from
10100         `gnus-xmas-[re]define' to avoid loosing user custom settings.
10101         * gnus-art.el: ditto.
10102         * gnus-group.el: ditto.
10103         * gnus-salt.el: ditto.
10104         * gnus-sum.el: ditto.
10105         * gnus-topic.el: ditto.
10106         * gnus-xmas.el (gnus-xmas-define): see above.
10107         * gnus-xmas.el (gnus-xmas-redefine): see above.
10108         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
10109         non-continuable error when the directory can't be found.
10110
10111 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10112
10113         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
10114         handle.
10115         * gnus-art.el (gnus-mime-view-part): Copy it.
10116         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
10117
10118 2001-01-09  Michael Downes  <mjd@ams.org>
10119
10120         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
10121
10122 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10123
10124         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
10125         orig-file. Use ',source.
10126
10127 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10128
10129         * gnus-xmas.el (gnus-xmas-modeline-glyph):
10130         (gnus-xmas-group-startup-message):
10131         Detect gnus-xmas-glyph-directory when it is nil.
10132
10133 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10134
10135         * pop3.el (pop3-get-message-count): Andrew Innes
10136         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
10137
10138 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10139
10140         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
10141
10142         * time-date.el (time-to-number-of-days): New function.
10143
10144 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
10145         Trivial patch.
10146
10147         * nnslashdot.el (nnslashdot-request-list): Always get the right
10148         sid.
10149
10150 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10151
10152         * message.el (message-minibuffer-local-map): New keymap.
10153         (message-read-from-minibuffer): Use it.
10154         * gnus-msg.el (gnus-summary-resend-message): Use it
10155
10156 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10157
10158         * gnus-start.el (gnus-display-time-event-handler): New function.
10159         (gnus-after-getting-new-news-hook): Use it.
10160
10161 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10162
10163         * message.el (message-ignored-mail-headers): Add draft header.
10164
10165 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10166
10167         * gnus-sum.el (gnus-summary-expire-articles): Don't save
10168         excursion.
10169
10170         * nnslashdot.el (nnslashdot-request-list): Get the right year.
10171
10172 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
10173         A revoked patch.
10174
10175         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
10176
10177 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10178
10179         * qp.el (quoted-printable-decode-region): Don't backward-char.
10180
10181 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10182
10183         * gnus-draft.el: Mark articles as replied.
10184
10185         * gnus-sum.el (gnus-summary-add-mark): New function.
10186
10187         * gnus-group.el (gnus-add-mark): New function.
10188
10189         * gnus-sum.el (gnus-summary-buffer-name): New function.
10190         (gnus-summary-setup-buffer): Use it.
10191
10192         * gnus-draft.el: Set things up with the right post method and
10193         stuff.
10194
10195         * message.el (message-ignored-news-headers): Remove X-Draft-From.
10196
10197         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
10198
10199         * gnus.el (gnus-draft-meta-information-header): New variable.
10200
10201 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10202
10203         * gnus-art.el (gnus-treatment-function-alist): Move the date
10204         functions before the header sorting functions.
10205
10206         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
10207
10208         * dgnushack.el (dgnushack-compile): Message whether there is w3.
10209         Don't (push "/usr/share/emacs/site-lisp" load-path).
10210
10211         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
10212         to empty fill prefixes.
10213
10214 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10215
10216         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
10217         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
10218
10219 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10220
10221         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
10222
10223         * nnml.el (autoload): Move to nnheader.el.
10224
10225         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
10226         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
10227         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
10228         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
10229
10230 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10231
10232         * gnus-art.el (article-make-date-line): Get the hours right.
10233         (gnus-ignored-headers): More hiding.
10234
10235         * nnmail.el (nnmail-expiry-wait): Not an integer.
10236
10237         * message.el (message-goto-body): Only expand abbrev when called
10238         interactively.
10239         (message-make-lines): Use it.
10240
10241 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10242
10243         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
10244
10245 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10246
10247         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
10248         include the expunged articles.
10249
10250         * gnus-group.el (gnus-group-sort-by-server): New function.
10251
10252         * gnus.el (gnus-method-to-server-name): New function.
10253         (gnus-group-prefixed-name): Use it.
10254
10255         * gnus-group.el (gnus-group-sort-function): Doc fix.
10256         (gnus-group-sort-groups-by-server): New command.
10257
10258 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10259
10260         * gnus-art.el (gnus-treat-date-english): New variable.
10261         (article-date-english): New command.
10262         (gnus-english-month-names): New variable.
10263         (article-make-date-line): Do 'english.
10264
10265         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
10266         after the fill prefix.
10267
10268         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
10269         score...".
10270
10271         * gnus-art.el (gnus-ignored-headers): Hide more headers.
10272
10273         * message.el (message-mode-map): Bind comment-region.
10274
10275         * gnus-art.el (gnus-mime-display-part): Let w3 display
10276         multipart/related.
10277
10278         * mm-bodies.el (mm-long-lines-p): New function.
10279         (mm-body-encoding): Use it.
10280         (mm-body-encoding): Encode articles with lines longer than 1000
10281         characters.
10282
10283 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10284
10285         * mm-util.el (mm-enable-multibyte): Use
10286         default-enable-multibyte-characters.
10287         (mm-enable-multibyte-mule4): Ditto.
10288         (mm-disable-multibyte): Test XEmacs.
10289         (mm-disable-multibyte-mule4): Ditto.
10290         (mm-with-unibyte-current-buffer): Simplified.
10291         (mm-with-unibyte-current-buffer-mule4): Ditto.
10292
10293 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10294
10295         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
10296
10297         * nnheader.el (nnheader-string-as-multibyte): New alias.
10298
10299         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
10300
10301         * gnus-uu.el (gnus-message-process-mark): New function.
10302         (gnus-uu-mark-by-regexp): Use it.
10303         (gnus-new-processable): New function.
10304
10305 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
10306          Trivial patch.
10307
10308         * gnus-sum.el (gnus-no-mark): New variable.
10309
10310 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10311
10312         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
10313         backslashes.
10314
10315 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10316
10317         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
10318         definition.
10319
10320 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10321
10322         * dgnushack.el (dgnushack-compile): elc is in the current directory.
10323
10324         * qp.el (quoted-printable-encode-region): Don't check multibyte in
10325         XEmacs.
10326
10327 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
10328         Trivial patch.
10329
10330         * mml.el (mml-read-tag): Save tag location.
10331
10332 2000-12-25  Simon Josefsson  <simon@josefsson.org>
10333
10334         * starttls.el: Sync with Emacs 21.
10335
10336 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10337
10338         * message.el (message-mail): Support yank-action.
10339
10340         * message.el (message-setup): Revoke the last change.
10341
10342 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10343
10344         * message.el (message-setup): Use cons. Suggested by Johan Vromans
10345         <jvromans@squirrel.nl>.
10346
10347 2000-12-24  Simon Josefsson  <sj@extundo.com>
10348
10349         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
10350         mailing list junk at end of part.
10351
10352 2000-12-23  Simon Josefsson  <sj@extundo.com>
10353
10354         * nnimap.el (nnimap-expiry-target): New function.
10355         (nnimap-request-expire-articles): Use it.
10356
10357 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10358
10359         * gnus.el (gnus-group-parameters-more): New variable.
10360         * gnus-cus.el (gnus-group-customize): Use it.
10361
10362         * gnus.el (gnus-define-group-parameter): New macro.
10363         (auto-expire): Use it
10364         (total-expire): Use it.
10365         * gnus-art.el (banner): Use it.
10366
10367         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
10368         <ljz@asfast.com>.
10369
10370 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10371
10372         * gnus-topic.el (gnus-topic-create-topic): Use list.
10373
10374         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
10375         before binding gnus-default-article-saver.
10376
10377         * gnus-sum.el (gnus-summary-save-article):
10378         (gnus-summary-pipe-output):
10379         (gnus-summary-save-article-mail):
10380         (gnus-summary-save-article-rmail):
10381         (gnus-summary-save-article-file):
10382         (gnus-summary-write-article-file):
10383         (gnus-summary-save-article-body-file): Ditto.
10384
10385         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
10386
10387 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10388
10389         * gnus-art.el (gnus-mime-security-button-map):
10390         (gnus-mime-button-map): Add parent.
10391
10392 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10393
10394         * messagexmas.el (message-xmas-redefine): New function.
10395
10396         * message.el: Use it.
10397
10398         * gnus-art.el (gnus-article-check-hidden-text): Return t.
10399
10400         * gnus-util.el (gnus-remove-text-properties-when): Return t.
10401
10402 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10403
10404         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
10405         malformatted messages.
10406
10407 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10408
10409         * mm-util.el (mm-image-load-path): New function.
10410
10411         * gnus-group.el (gnus-group-make-tool-bar): Use it.
10412
10413         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
10414
10415         * message.el (message-tool-bar-map): Use it.
10416
10417         * Makefile.in (install-el): New rule.
10418
10419 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10420
10421         * gnus-art.el (article-treat-dumbquotes): Quote \.
10422
10423 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10424
10425         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
10426         Emacs 20 runs on a terminal.
10427
10428 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10429
10430         * gnus-msg.el (gnus-bug): Revert to save-excursion.
10431
10432         * mml.el (gnus-add-minor-mode): Autoload.
10433
10434         * message.el (message-forward): Save-restriction.
10435
10436 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10437
10438         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
10439         Paul Stevenson <p.stevenson@surrey.ac.uk>
10440
10441 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10442
10443         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
10444
10445         * mml.el (gnus-ems): Don't require.
10446
10447         * gnus.el (gnus-decode-rfc1522): Removed.
10448         (gnus-set-text-properties): Define.
10449
10450 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10451
10452         * gnus-art.el (gnus-mime-*): handle may be nil.
10453
10454         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
10455
10456         * gnus.el (gnus-group-remove-excess-properties): Not defined
10457         in gnus-xmas.
10458
10459 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10460
10461         * message.el (message-mail-user-agent): Add :version.
10462
10463 2000-12-21  Miles Bader  <miles@gnu.org>
10464
10465         * message.el (message-mode): Set `comment-start' to the  yank prefix.
10466
10467 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10468
10469         * message.el (message-mail-user-agent): New variable.
10470         (message-setup): Renamed to message-setup-1. Support
10471         mail-user-agent.
10472         (message-mail-user-agent): New function.
10473         (message-mail): Use it.
10474         (message-reply): Use it.
10475         (message-resend): Use it.
10476         (message-mail-other-window): Use it.
10477         (message-mail-other-frame): Use it.
10478
10479         * gnus-msg.el (gnus-bug): Support mail-user-agent.
10480
10481 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10482
10483         * message.el (message-tool-bar-map): Simplify.
10484         (message-narrow-to-head-1): New function.
10485         (message-narrow-to-head): Use it.
10486         (message-reply): Ditto.
10487         (message-cancel-news): Ditto.
10488         (message-supersede): Ditto.
10489         (message-make-forward-subject): Ditto.
10490         (message-bounce): Ditto.
10491
10492 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10493
10494         * uudecode.el (uudecode-decode-region-external): make-temp-file
10495         may not be defined.
10496
10497         * binhex.el (defalias): eval-and-compile.
10498
10499         * message.el (message-tool-bar-map): New function.
10500         (message-mode): Use it.
10501
10502 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10503
10504         * nntp.el (nntp-find-connection): Remove the entry.
10505         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
10506
10507 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10508
10509         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
10510
10511         * message.el (message-forward): Copy buffer in unibyte mode.
10512
10513 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10514
10515         * message.el (message-make-forward-subject): Don't widen. Decode.
10516         (message-forward): Don't decode subject.
10517
10518 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
10519
10520         * qp.el (quoted-printable-encode-region): Upcase QP.
10521
10522 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10523
10524         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
10525         mail-extract-a-c instead. Don't depend on Gnus.
10526
10527         * mml.el (gnus-ems): Require it.
10528
10529         * gnus-msg.el (gnus-summary-mail-forward):
10530
10531         * message.el (message-forward):  Move mime-to-mml here.
10532
10533 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10534
10535         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
10536         * gnus-art.el (gnus-insert-mime-button): Simplify.
10537         (gnus-mime-display-alternative): Ditto.
10538         (gnus-insert-mime-security-button): Ditto.
10539
10540 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10541
10542         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
10543         text-property-not-all doesn't return nil when start=mark(end).
10544         (gnus-remove-text-properties-when): Ditto.
10545
10546 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10547
10548         * gnus-start.el (gnus-group-change-level): Remove group from
10549         gnus-active-hashtb if real killed.
10550
10551 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10552
10553         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
10554         (gnus-mime-display-alternative): Ditto.
10555         (gnus-insert-mime-security-button): Ditto.
10556
10557 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10558
10559         * gnus-start.el (gnus-group-change-level): Don't add it into
10560         killed-list if it was killed.
10561
10562 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10563
10564         * nnmbox.el (nnmbox-file-coding-system): Use binary.
10565         (nnmbox-active-file-coding-system): Ditto.
10566
10567         * gnus-cus.el (gnus-group-parameters): Add posting-style.
10568
10569 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10570
10571         * gnus.el (gnus-version):
10572         (gnus-version-number): Set to Oort Gnus 0.01.
10573
10574         * gnus-art.el (gnus-mime-security-button-map):
10575         (gnus-insert-mime-security-button): Fix for Emacs21.
10576
10577 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10578
10579         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
10580         easymenu, because XEmacs doesn't understand :help.
10581
10582         * mm-uu.el: Require binhex.
10583
10584 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10585
10586         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
10587
10588 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
10589
10590         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
10591
10592 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
10593
10594         * *.xpm, *.pbm: Convert icons icons to size 24x24.
10595
10596 2000-12-18  Dave Love  <fx@gnu.org>
10597
10598         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
10599         (unused).
10600
10601 2000-12-13  Miles Bader  <miles@gnu.org>
10602
10603         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
10604         to t, so that we don't get stuck while trying to smilefy
10605         intangible text.
10606
10607 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
10608
10609         * smiley-ems.el (smiley-regexp-alist): Make regexps match
10610         at the end of the buffer.
10611         (smiley-region): In the loop, move to the end of the submatch
10612         matching the smiley instead of using the end of the match
10613         of the whole regexp.
10614
10615 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
10616
10617         * message.el (message-mode): Doc fix.
10618
10619 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
10620
10621         * smiley-ems.el (smiley-region): Doc fix.
10622
10623 2000-12-11  Miles Bader  <miles@gnu.org>
10624
10625         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
10626         bottom line visible, check to see if it's partially obscured, and
10627         if so, either scroll one more line to make it fully visible, or
10628         revert to showing the second line from the top.
10629
10630 2000-12-07  Dave Love  <fx@gnu.org>
10631
10632         * mailcap.el (mailcap-download-directory)
10633         * gnus-audio.el (gnus-audio-directory)
10634         * smiley-ems.el (smiley-data-directory): Fix :type.
10635
10636 2000-11-30  Dave Love  <fx@gnu.org>
10637
10638         * message.el (message-auto-save-directory): Use
10639         file-name-as-directory.
10640         (message-set-auto-save-file-name): Create
10641         message-auto-save-directory if necessary.
10642         (message-replace-chars-in-string): Removed -- unused.
10643         (message-mail-alias-type): Customize.
10644         (message-headers): Remove duplicate defgroup.
10645
10646 2000-11-29  Dave Love  <fx@gnu.org>
10647
10648         * qp.el (quoted-printable-decode-region): Use error, not message
10649         to report malformed text (like base64).  Amend message.
10650
10651 2000-11-29  Miles Bader  <miles@gnu.org>
10652
10653         * message.el (message-header-lines): Fontify tag.
10654
10655 2000-11-27  Dave Love  <fx@gnu.org>
10656
10657         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
10658         compiler warning.
10659
10660 ;2000-11-26  Dave Love  <fx@gnu.org>
10661 ;
10662 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
10663 ;
10664 2000-11-23  Dave Love  <fx@gnu.org>
10665
10666         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
10667
10668         * mm-uu.el (uudecode): Require.
10669         (uudecode-decode-region, uudecode-decode-region-external): Don't
10670         autoload.
10671         (mm-uu-copy-to-buffer): Doc fix.
10672         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
10673         type fix.
10674
10675         * mailcap.el: Doc fixes.
10676         (mailcap-mime-data): Various adjustments.
10677         (mailcap): New group.
10678         (mailcap-download-directory): Customize.
10679         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
10680         (mailcap-temporary-directory): Deleted (unused).
10681         (mailcap-unescape-mime-test): Simplify slightly.
10682         (mailcap-viewer-passes-test): Use functionp.
10683         (mailcap-command-p): Aliased to executable-find.
10684
10685         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
10686         default-enable-multibyte-characters is nil.
10687
10688 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
10689
10690         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
10691
10692 2000-11-21  Dave Love  <fx@gnu.org>
10693
10694         * gnus-art.el (gnus-mime-button-map): Don't inherit from
10695         gnus-article-mode-map.
10696 ;       (gnus-mime-button-menu): Use mouse-set-point.
10697         (gnus-insert-mime-button, gnus-mime-display-alternative)
10698         (gnus-mime-display-alternative): Don't use local-map property.
10699
10700 2000-11-17  Dave Love  <fx@gnu.org>
10701
10702         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
10703         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
10704         and make-temp-file.
10705         (uudecode-decode-region): Doc fix.
10706
10707 2000-11-14  Dave Love  <fx@gnu.org>
10708
10709         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
10710         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
10711         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
10712         New files, derived from the XPMs.
10713
10714 2000-11-10  Dave Love  <fx@gnu.org>
10715
10716         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
10717         (gnus-agent-lib-file, gnus-agent-load-alist)
10718         (gnus-agent-save-alist, gnus-agent-article-name): Use
10719         expand-file-name.
10720
10721         * gnus-group.el (gnus-group-name-charset-method-alist): Add
10722         :version.
10723         (nnkiboze-score-file): Defvar when compiling.
10724
10725         * gnus-start.el (gnus-read-newsrc-file): Add :version.
10726
10727         * gnus-art.el (gnus-article-banner-alist)
10728         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
10729         (gnus-article-date-lapsed-new-header)
10730         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
10731         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
10732         (gnus-treat-strip-headers-in-body)
10733         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
10734         (gnus-treat-translate): Add :version.
10735         (gnus-article-mime-part-function): Fix defcustom.
10736
10737         * nnmail.el (nnmail-expiry-target)
10738         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
10739         (nnmail-split-header-length-limit): Add :version.
10740
10741         * gnus-sum.el (gnus-auto-expirable-marks)
10742         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
10743         (gnus-extra-headers, gnus-ignored-from-addresses)
10744         (gnus-newsgroup-ignored-charsets)
10745         (gnus-group-highlight-words-alist)
10746         (gnus-summary-show-article-charset-alist): Add :version.
10747
10748         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
10749         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
10750         files, converted from the XPMs.
10751
10752         * gnus-cache.el (gnus-cache-active-file): Don't use
10753         file-name-as-directory on directory.
10754         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
10755         use file-name-as-directory on directory.
10756
10757         * time-date.el (timezone-make-date-arpa-standard): Autoload.
10758         (date-to-time): Use it.
10759
10760 ;       * message.el (message-mode) <adaptive-fill-regexp>:
10761 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
10762 ;       (message-newline-and-reformat): Likewise.
10763         (message-forward-as-mime, message-forward-ignored-headers)
10764         (message-buffer-naming-style, message-default-charset)
10765         (message-dont-reply-to-names, message-send-mail-partially-limit):
10766         Add :version.
10767
10768         * mm-util.el: Doc fixes.
10769         (mm-mime-charset): Don't use the raw result of
10770         mm-preferred-coding-system.
10771         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
10772         (mm-with-unibyte): Simplify.
10773
10774         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
10775         concat.
10776
10777         * pop3.el (pop3-version): Deleted.
10778         (pop3-make-date): New function, avoiding message-make-date.
10779         (pop3-munge-message-separator): Use it.
10780
10781 2000-11-09  Dave Love  <fx@gnu.org>
10782
10783         * gnus-group.el (gnus-group-make-directory-group)
10784         (gnus-group-fetch-faq): Use expand-file-name.
10785         (gnus-group-fetch-faq): Simplify completing-read form.
10786
10787         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
10788         test for Mule.
10789
10790         * message.el (tool-bar-map): Defvar when compiling.
10791
10792         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
10793         (gnus-tm-lisp-directory): Deleted.
10794         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
10795         (featurep 'xemacs).
10796         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
10797         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
10798         version numbers from file names.
10799
10800 2000-11-08  Dave Love  <fx@gnu.org>
10801
10802         * mm-view.el: Use featurep for XEmacs test.
10803         (mm-inline-message): Test for `remove-specifier'; don't use
10804         condition-case.
10805
10806         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
10807
10808         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
10809         (gnus-score-find-bnews): Don't concat "".
10810
10811         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
10812         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
10813         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
10814         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
10815
10816         * gnus-sum.el: Put some defvars in eval-when-compile.
10817         (gnus-summary-mode-hook): Add :options.
10818         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
10819         (gnus-summary-tool-bar-map): New variable.
10820         (gnus-summary-make-tool-bar): New function.
10821         (gnus-summary-mode): Put kill-all-local-variables first.
10822
10823         * gnus-group.el (gnus-group-toolbar-map): New variable.
10824         (gnus-group-make-tool-bar): Rewritten.
10825         (gnus-group-mode): Put kill-all-local-variables first.
10826
10827         * rfc2047.el: Require gnus-util.
10828
10829         * nnml.el (gnus-sorted-intersection): Autoload.
10830
10831         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
10832         Put some defvars in eval-when-compile.
10833         (gnus-intersection, gnus-sorted-complement):  Autoload.
10834
10835         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
10836
10837         * mm-encode.el (mm-body-7-or-8): Autoload.
10838
10839         * mm-decode.el (mm-insert-inline): Autoload.
10840
10841         * mml.el:
10842         * message.el: Put some defvars in eval-when-compile.
10843
10844         * gnus-msg.el: Put some defvars in eval-when-compile.
10845         (gnus-msg-mail): Move after gnus-setup-message.
10846
10847         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
10848
10849 2000-11-07  Dave Love  <fx@gnu.org>
10850
10851         * gnus-util.el (nnheader): Don't require message (recursive
10852         autoload).
10853
10854         * uudecode.el: Avoid compiler warnings.
10855
10856         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
10857         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
10858
10859 2000-11-06  Dave Love  <fx@gnu.org>
10860
10861         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
10862
10863         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
10864         (uudecode-char-int): New alias, replacing char-int.
10865         (uudecode-decode-region): Don't call buffer-disable-undo.
10866
10867 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
10868 ;       (mm-uu-configure-list): Doc fix.
10869 ;
10870 ;       * earcon.el (running-xemacs): Don't define.
10871 ;
10872 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
10873 ;
10874 ;       * message.el (message-font-lock-keywords): Match a final newline
10875 ;       to help font-lock's multiline support.
10876 ;
10877 2000-11-03  Dave Love  <fx@gnu.org>
10878
10879         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
10880
10881         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
10882         name.
10883
10884         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
10885         <banner>: Fix custom type, doc.
10886
10887         * mm-decode.el (mm-display-external): Space-prefix temp buffer
10888         name.  Don't disable undo explicitly.
10889
10890 ;2000-11-02  Dave Love  <fx@gnu.org>
10891 ;
10892 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
10893 ;       cite-prefix.
10894
10895 2000-11-01  Dave Love  <fx@gnu.org>
10896
10897         * rfc2047.el (base64): Require unconditionally.
10898         (message-posting-charset): Defvar when compiling.
10899         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
10900         message.
10901
10902         * gnus-sum.el (nnoo): Require.
10903         (mm-uu-dissect): Autoload.
10904
10905         * mml.el (mml-parse-1): Clarify message.
10906         (mml-minibuffer-read-type): Use mailcap-mime-types.
10907
10908 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
10909
10910         * mml.el: Fix a typo in the requiring of CL.
10911
10912 2000-11-01  Dave Love  <fx@gnu.org>
10913
10914         * utf7.el: Require cl when compiling.
10915
10916         * binhex.el: Use (featurep 'xemacs).
10917         (binhex-char-int): New alias, replacing char-int.  Change callers.
10918         (binhex-decode-region): Simplify work buffer code.
10919         (binhex-decode-region-external): Use expand-file-name, not concat.
10920
10921 2000-10-30  Dave Love  <fx@gnu.org>
10922
10923         * gnus-art.el: Fix 2000-10-27 change properly.
10924
10925 2000-10-28  Miles Bader  <miles@gnu.org>
10926
10927         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
10928
10929 2000-10-27  Dave Love  <fx@gnu.org>
10930
10931         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
10932         strings.
10933         (gnus-group-make-tool-bar): New function.
10934         (gnus-group-mode): Use it.
10935
10936         * message.el (message-mode-menu): Add some :help strings.
10937         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
10938         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
10939
10940         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
10941         * describe-group.xpm, get-news.xpm, kill-group.xpm:
10942         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
10943
10944         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
10945         display-graphic-p here.
10946
10947 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
10948
10949         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
10950         of the `gnus-xemacs' variable, as the latter has been removed.
10951         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
10952         * gnus-art.el (gnus-treat-display-xface)
10953         (gnus-treat-display-smileys, gnus-treat-display-picons)
10954         (gnus-article-read-summary-keys): Likewise.
10955
10956 2000-10-26  Dave Love  <fx@gnu.org>
10957
10958         (defvar): Use rmail-spool-directory unconditionally.
10959
10960 2000-10-18  Dave Love  <fx@gnu.org>
10961
10962         * mm-bodies.el (mm-uu-decode-function)
10963         (mm-uu-binhex-decode-function): Defvar when compiling.
10964
10965         * gnus-nocem.el (gnus-nocem-issuers): Update.
10966         (gnus-nocem-check-from): New option.
10967         (gnus-nocem-scan-groups): Use it.
10968         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
10969         (gnus-nocem-check-article-limit): Add :version.
10970
10971 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
10972
10973         * ietf-drums.el (mm-util): Require CL when compiling.
10974
10975 2000-10-15  Dave Love  <fx@gnu.org>
10976
10977         * qp.el: Require mm-util.
10978
10979 2000-10-13  Dave Love  <fx@gnu.org>
10980
10981         * qp.el (quoted-printable-decode-region): Avoid invalid
10982         coding-systems.
10983
10984 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
10985
10986         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
10987         to a recursive load.
10988
10989 2000-10-12  Dave Love  <fx@gnu.org>
10990
10991         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
10992
10993         * gnus.el (gnus-group-startup-message): Check for PBM image.
10994
10995 2000-10-09  Dave Love  <fx@gnu.org>
10996
10997         * mail-source.el (mail-source-fetch-imap): Bind
10998         default-enable-multibyte-characters rather than using
10999         mm-disable-multibyte.
11000
11001 2000-10-05  Dave Love  <fx@gnu.org>
11002
11003         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
11004         Autoload.
11005         (quoted-printable-decode-region):  Rename arg which confused
11006         charset with coding-system.  Don't use nonascii-insert-offset.
11007         Coding-system encode the region initially.  Don't recognize `=='
11008         as valid QP.  Coding-system decode the region finally.
11009         (quoted-printable-decode-string): Rename arg which confused
11010         charset with coding-system.
11011
11012         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
11013         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
11014         mm-encode-coding-region.
11015         (mm-decode-body, mm-decode-string): Rename variables which
11016         confused charset with coding-system.
11017         (binhex-decode-region): Don't autoload.
11018         (mm-body-encoding): Require message.
11019         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
11020         cond branches.
11021
11022         * gnus-art.el (article-de-quoted-unreadable)
11023         (article-de-base64-unreadable): Fold search case
11024         rather than downcasing string.  Apply mm-charset-to-coding-system
11025         to arg of quoted-printable-decode-region.
11026
11027 2000-10-04  Dave Love  <fx@gnu.org>
11028
11029         * gnus-ems.el: Don't turn off compiler warnings in local vars.
11030         Require ring when compiling.
11031         (gnus-article-compface-xbm): New variable.
11032
11033 2000-10-04  Dave Love  <fx@gnu.org>
11034
11035         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
11036         pbm images.
11037
11038         * frown.pbm, smile.pbm, wry.pbm: New files.
11039
11040         * frown.xbm, smile.xbm, wry.xbm: Deleted.
11041
11042 2000-10-03  Dave Love  <fx@gnu.org>
11043
11044         * mail-source.el (mail-sources): Revert to nil.
11045
11046         * nnmail (nnmail-spool-file): Revert to `((file))'.
11047
11048         * qp.el: Don't require mm-util.
11049         (quoted-printable-decode-region): Rewritten.
11050         (quoted-printable-decode-string, quoted-printable-encode-region):
11051         Doc fix.
11052         (quoted-printable-encode-region): Barf on multibyte characters.
11053         Maybe make the class multibyte.  Upcase chars, not formatted
11054         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
11055         (quoted-printable-encode-string): Don't use
11056         mm-with-unibyte-buffer.
11057
11058 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
11059
11060         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
11061
11062 2000-09-21  Dave Love  <fx@gnu.org>
11063
11064         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
11065         (for Emacs 20).  Tidy somewhat.
11066
11067 2000-09-21  Dave Love  <fx@gnu.org>
11068
11069         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
11070         image processing.  Rationalize logic somewhat.
11071
11072 2000-09-20  Dave Love  <fx@gnu.org>
11073
11074         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
11075         specifically.
11076
11077         * gnus.el (gnus-version-number): Avoid some redundant
11078         autoloads.
11079
11080 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
11081
11082         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
11083         to XBM; we always have PBM support.
11084
11085 2000-09-14  Dave Love  <fx@gnu.org>
11086
11087         * gnus.el (gnus-charset):
11088         * mm-decode.el (mime-display):
11089         * imap.el (imap) <defgroup>: Add :version.
11090
11091 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
11092
11093         * parse-time.el: Fix author's mail address.
11094
11095         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
11096         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
11097         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
11098         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
11099         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
11100         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
11101         * rfc2231.el, uudecode.el: Fix copyright notice.
11102
11103         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
11104         require `w3' at load-time only if not running in batch mode.
11105
11106 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11107
11108         * gnus.el: Before merge with Emacs21.
11109
11110 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
11111
11112         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
11113
11114 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
11115
11116         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
11117         to avoid conflict with the standard `back-to-indentation'
11118         binding.
11119
11120 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11121
11122         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
11123
11124         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
11125         (mm-disable-multibyte-mule4): Ditto.
11126         (mm-with-unibyte-current-buffer-mule4): Ditto.
11127
11128 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11129
11130         * pop3.el (pop3-movemail): Use binary.
11131         (pop3-movemail-file-coding-system): Removed.
11132
11133 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11134
11135         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
11136
11137 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11138
11139         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
11140         exists.
11141
11142 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11143
11144         * gnus-msg.el (gnus-post-method): Use backend name when the
11145         address is "".
11146
11147 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11148
11149         * gnus-art.el (article-verify-x-pgp-sig): Don't test
11150         mm-verify-option.
11151         (gnus-treat-x-pgp-sig): Default value.
11152         (gnus-ignored-headers): Redundant.
11153
11154 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11155
11156         * gnus-win.el (gnus-configure-frame): Save selected window.
11157
11158 2000-02-15  Andrew Innes  <andrewi@gnu.org>
11159
11160         * nnmbox.el: Require gnus-range.
11161         (nnmbox-group-building-active-articles): New variable.
11162         (nnmbox-group-active-articles): New variable; this is a cache of
11163         all active articles by group and number.
11164         (nnmbox-in-header-p): New function.
11165         (nnmbox-find-article): New function.
11166         (nnmbox-record-active-article): New function.
11167         (nnmbox-record-deleted-article): New function.
11168         (nnmbox-is-article-active-p): New function.
11169         (nnmbox-retrieve-headers): Use nnmbox-find-article.
11170         (nnmbox-request-article): Ditto.  Also supply extra arg to
11171         nnmbox-article-group-number.
11172         (nnmbox-request-expire-articles): Ditto.
11173         (nnmbox-request-move-article): Ditto.
11174         (nnmbox-request-replace-article): Ditto.
11175         (nnmbox-request-rename-group): Rename group entry in active
11176         article cache.
11177         (nnmbox-delete-mail): Update active article cache, unless article
11178         is being replaced.
11179         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
11180         than partially duplicating it.
11181         (nnmbox-article-group-number): Add extra `this-line' arg, to
11182         handle articles belonging to multiple groups.
11183         (nnmbox-save-mail): Update active article cache.
11184         (nnmbox-read-mbox): Build active article cache when loading mbox.
11185         Also do some repair work, if we find articles that are missing the
11186         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
11187         reconstruct these from Xref info.
11188
11189 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11190
11191         * mail-source.el (mail-source-report-new-mail): Use
11192         nnheader-run-at-time.
11193
11194 2000-02-15  Andrew Innes  <andrewi@gnu.org>
11195
11196         * mail-source.el (mail-source-fetch-pop): Clear pop password when
11197         an error is thrown, and then rethrow the error.
11198         (mail-source-check-pop): Ditto.
11199         (mail-source-start-idle-timer): Prevent multiple pop checks
11200         running if the check takes a long time.
11201
11202 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11203
11204         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
11205         succeed.
11206
11207 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11208
11209         * gnus-win.el (gnus-configure-windows): Make sure
11210         nntp-server-buffer is live.
11211         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
11212
11213 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
11214
11215         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
11216
11217 2000-12-04  Andreas Jaeger  <aj@suse.de>
11218
11219         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
11220
11221 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11222
11223         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
11224
11225 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
11226         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
11227
11228         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
11229
11230 2000-12-01  Simon Josefsson  <sj@extundo.com>
11231
11232         * mml-smime.el (mml-smime-verify): Fix address parsing.
11233
11234 2000-12-01  Simon Josefsson  <sj@extundo.com>
11235
11236         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
11237         more than one certificate inside PKCS#7 blob.  Better security
11238         information (clamed / actual sender, openssl output, certificates
11239         inside message).
11240
11241         * smime.el (smime-verify-region): Output to /dev/null.
11242         (smime-buffer-as-string-region): Don't parse empty lines.
11243
11244 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11245
11246         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
11247         ?d and ?D.
11248         (gnus-mime-security-show-details-inline): New variable.
11249         (gnus-mime-security-show-details): Use them.
11250         (gnus-insert-mime-security-button): Ditto.
11251
11252         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
11253         Suggest by Michael Duggan (md5i@cs.cmu.edu).
11254         (mml2015-gpg-clear-verify): Ditto.
11255         (mml2015-gpg-decrypt-1): Ditto.
11256         (mml2015-use): Prefer 'gpg.
11257
11258 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11259
11260         * gnus-util.el (gnus-add-text-properties-when): New function.
11261         (gnus-remove-text-properties-when): Ditto.
11262
11263         * gnus-cite.el (gnus-article-hide-citation): Use them.
11264         (gnus-article-toggle-cited-text): Use them.
11265
11266         * gnus-art.el (gnus-signature-toggle): Use them.
11267         (gnus-article-show-hidden-text): Ditto.
11268         (gnus-article-hide-text): Ditto.
11269
11270 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11271
11272         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
11273
11274 2000-11-30  Simon Josefsson  <sj@extundo.com>
11275
11276         * smime.el (smime-point-at-eol): New alias.
11277         (smime-buffer-as-string-region): Use it.
11278
11279 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11280
11281         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
11282
11283 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11284
11285         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
11286
11287         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
11288
11289         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
11290
11291 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11292
11293         * nnmh.el (nnmh-request-expire-articles): Implemented
11294         expiry-target for nnmh backend.
11295
11296 2000-11-30  Simon Josefsson  <sj@extundo.com>
11297
11298         * mm-decode.el (mm-security-from): New variable.
11299         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
11300
11301         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
11302         than `from'.
11303
11304 2000-11-30  Simon Josefsson  <sj@extundo.com>
11305
11306         * mml-smime.el (mml-smime-verify): Verify that certificate mail
11307         address match sender address.
11308
11309         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
11310
11311         * smime.el (smime-verify-region): Don't copy buffer.
11312         (smime-decrypt-buffer): Use expand-file-name on keyfile.
11313         (smime-pkcs7-region): New function.
11314         (smime-pkcs7-certificates-region): Ditto.
11315         (smime-pkcs7-email-region): Ditto.
11316         (smime-buffer-as-string-region): Ditto.
11317
11318         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
11319         buffer.
11320
11321 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
11322
11323         * smime.el (smime-decrypt-region): Fix keyfile argument.
11324
11325 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11326
11327         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
11328
11329 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11330
11331         * message.el (message-shoot-gnksa-feet): New variable.
11332         (message-gnksa-enable-p): New function.
11333         (message-send): Use it.
11334         (message-check-news-body-syntax): Ditto.
11335
11336 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11337
11338         * message.el (message-make-message-id): Remove the redundancy.
11339
11340 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11341
11342         * message.el (message-setup): Discourage using mc-install-*-mode.
11343
11344         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
11345
11346 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11347
11348         * gnus-cite.el (gnus-cite-parse): Guess citation length.
11349
11350 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11351
11352         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
11353
11354 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11355
11356         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
11357
11358 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11359
11360         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
11361         insert-buffer-substring.
11362
11363         * message.el (message-send-mail): Use buffer-substring-no-properties.
11364         (message-send-news): Ditto.
11365
11366 2000-11-22  David Edmondson  <dme@dme.org>
11367
11368         * imap.el (imap-wait-for-tag): Message read info.
11369
11370 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11371
11372         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
11373         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
11374         (mml2015-gpg-encrypt): Ditto.
11375
11376 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11377
11378         * mm-decode.el (mm-verify-option): Default value.
11379
11380         * mml-sec.el (mml-secure-part): Error message.
11381
11382 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11383
11384         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
11385
11386 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11387
11388         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
11389
11390 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11391
11392         * gnus-art.el (gnus-article-describe-key): Use prompt.
11393         (gnus-article-describe-key-briefly): Ditto.
11394
11395 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11396
11397         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
11398
11399 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11400
11401         * gnus-art.el (gnus-article-describe-key): New function.
11402         (gnus-article-describe-key-briefly): New function.
11403
11404 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11405
11406         * mm-decode.el (mm-decrypt-option): Doc typo.
11407
11408         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
11409         return a number.
11410
11411 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11412
11413         * message.el (message-newline-and-reformat): Typo.
11414
11415 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11416
11417         * gnus-art.el (article-verify-x-pgp-sig): Check whether
11418         original-article-buffer exists.
11419
11420         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
11421         (rfc2047-header-encoding-alist): Addresses are different from text.
11422         (rfc2047-encode-message-header): Ditto.
11423         (rfc2047-dissect-region): Extra parameter.
11424         (rfc2047-encode-region): Ditto.
11425         (rfc2047-encode-string): Ditto.
11426
11427 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11428
11429         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
11430         (mm-uu-pgp-encrypted-extract): Use it.
11431         (mm-uu-pgp-signed-extract-1): New function.
11432         (mm-uu-pgp-signed-extract): Use it.
11433
11434         * gnus-art.el (gnus-mime-display-security): New function.
11435         (gnus-mime-display-part): Use it.
11436         (gnus-mime-security-verify-or-decrypt): New function.
11437         (gnus-mime-security-press-button): New function.
11438         (gnus-insert-mime-security-button): Use it.
11439
11440         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
11441         (mm-find-raw-part-by-type): Ditto.
11442         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
11443         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
11444         (mm-destroy-parts): Kill nested multibyte buffer.
11445
11446         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
11447         (mml2015-gpg-verify): Ditto.
11448
11449 2000-11-18  Simon Josefsson  <sj@extundo.com>
11450
11451         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
11452         (mml2015-function-alist): Use it.
11453
11454         * mml-sec.el (mml-sign-alist): Update names.
11455         (mml-encrypt-alist): Ditto.
11456         (mml-secure-part-smime-sign): Moved to mml-smime.el
11457         as `mml-smime-sign-query'.
11458         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
11459         `mml-smime-get-file-cert'.
11460         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
11461         `mml-smime-get-dns-cert'.
11462         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
11463         `mml-smime-encrypt-query'.
11464         (mml-smime-sign-buffer): Use mml-smime-sign.
11465         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
11466
11467         * mml-smime.el (mml-smime-sign): New function.
11468         (mml-smime-encrypt):
11469         (mml-smime-sign-query):
11470         (mml-smime-get-file-cert):
11471         (mml-smime-get-dns-cert):
11472         (mml-smime-encrypt-query): Moved from mml-sec.el.
11473
11474 2000-11-16  Simon Josefsson  <sj@extundo.com>
11475
11476         * mml2015.el (mml2015-gpg-clear-verify): New function.
11477         (mml2015-function-alist): Add it.
11478
11479 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
11480
11481         * message.el (message-setup-fill-variables): Use
11482         message-cite-prefix-regexp.
11483         (message-newline-and-reformat): Check the end of citation, leading
11484         WSP, break in the cite prefix.
11485         (message-fill-paragraph): New function.
11486
11487 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
11488
11489         * lpath.el: Shut up.
11490
11491 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
11492
11493         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
11494         raw 8-bit in headers in dk.* newsgroups.
11495
11496 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
11497
11498         * message.el (message-newline-and-reformat): Match extra WSPs.
11499
11500 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
11501
11502         * mml.el (mml-generate-mime-1): Ignore ascii.
11503
11504 2000-11-16 Justin Sheehy  <justin@iago.org>
11505
11506         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
11507
11508 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11509
11510         * message.el (message-cite-prefix-regexp): Prefix should not end
11511         at space.
11512
11513 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
11514
11515         * message.el (message-mode-syntax-table): Add - as a word
11516         constituent as in articles.
11517         (message-setup-fill-variables): Add -_. as supercite-style prefix.
11518         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
11519         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
11520
11521 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
11522
11523         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
11524
11525 2000-11-12  David Edmondson  <dme@dme.org>
11526
11527         * message.el (message-font-lock-keywords): use
11528         message-cite-prefix-regexp.
11529
11530 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11531
11532         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
11533         Stein Arild Str\e,Ax\e(Bmme.
11534         (gnus-group-jump-to-group): Use it.
11535         (gnus-group-jump-to-group-prompt): Customize.
11536
11537 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
11538
11539         * mailcap.el (mailcap-possible-viewers): Match the entire string.
11540
11541 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
11542
11543         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
11544         incompatible.
11545         (mml2015-mailcrypt-sign): Ditto.
11546
11547 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
11548
11549         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
11550         group is open.
11551
11552 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
11553
11554         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
11555         nnvirtual articles.
11556         (gnus-backlog-request-article): Don't request nnvirtual articles.
11557
11558 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
11559
11560         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
11561         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
11562
11563 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
11564
11565         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
11566         * mml.el (mml-generate-mime-1): Use charset attribute.
11567         * mm-bodies.el (mm-encode-body): Add parameter charset.
11568         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
11569
11570 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
11571
11572         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
11573         (mml2015-mailcrypt-clear-decrypt): Ditto.
11574         (mml2015-mailcrypt-verify): Ditto.
11575         (mml2015-mailcrypt-clear-verify): Ditto.
11576         (mml2015-gpg-verify): Ditto.
11577
11578 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
11579
11580         * smime.el (smime-openssl-program): Test the existence of openssl.
11581         * mml-smime.el: Require mm-decode.
11582         (mml-smime-verify-test): New function.
11583         * mm-decode.el (mm-verify-function-alist): Use it.
11584
11585 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
11586
11587         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
11588         anyway.
11589
11590 2000-11-13  Simon Josefsson  <sj@extundo.com>
11591
11592         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
11593         verification doesn't work.
11594
11595 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
11596
11597         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
11598         (gnus-inews-do-gcc): Use it.
11599
11600 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
11601
11602         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
11603         leading space.
11604         * mm-extern.el (mm-inline-external-body): Report error when no
11605         access-type.
11606
11607 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
11608
11609         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
11610
11611 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
11612
11613         * gnus-art.el (gnus-mime-button-menu): Use select-window.
11614
11615 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
11616
11617         * gnus-art.el (gnus-mime-display-part): Display multipart/related
11618         as multipart/mixed.
11619
11620 2000-11-12  David Edmondson  <dme@dme.org>
11621
11622         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
11623         and replace `.' with `\w' to allow for different syntax tables
11624         (from Vladimir Volovich).
11625         * message.el (message-newline-and-reformat): use
11626         `message-cite-prefix-regexp'.
11627         * gnus-cite.el (gnus-supercite-regexp): use
11628         `message-cite-prefix-regexp'.
11629         * gnus-cite.el (gnus-cite-parse): use
11630         `message-cite-prefix-regexp'.
11631
11632 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
11633
11634         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
11635         PGP SIGNATURE.  Escape leading "-"'s.
11636         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
11637
11638 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
11639
11640         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
11641
11642 2000-11-11  Simon Josefsson  <sj@extundo.com>
11643
11644         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
11645
11646         * smime.el (smime-details-buffer): New variable.
11647         (smime-sign-region):
11648         (smime-encrypt-region):
11649         (smime-verify-region):
11650         (smime-decrypt-region): Copy OpenSSL output to the buffer.
11651
11652         * mml-smime.el (mml-smime-verify): Support security info.
11653
11654 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
11655
11656         * mm-decode.el (mm-verify-option): Set default to nil.
11657         (mm-decrypt-option): Ditto.
11658         * gnus-art.el (article-verify-x-pgp-sig): New function.
11659
11660 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
11661
11662         * gnus-art.el (gnus-mime-display-alternative): Show button if no
11663         preferred part.
11664
11665 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11666
11667         * gnus-sum.el (gnus-move-split-methods): Say that
11668         `gnus-split-methods' uses file names, whereas this uses group
11669         names.  (Report from Nevin Kapur)
11670
11671 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
11672
11673         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
11674
11675 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
11676
11677         * nnheader.el (nnheader-directory-files-is-safe): New variable.
11678         (nnheader-directory-articles): Use it.
11679         (nnheader-article-to-file-alist): Ditto.
11680
11681 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
11682
11683         * rfc2047.el (rfc2047-pad-base64): New function.
11684         (rfc2047-decode): Use it.
11685
11686 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
11687
11688         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
11689         select method.
11690
11691 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
11692
11693         * mml2015.el (mml2015-gpg-decrypt-1):
11694         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
11695
11696 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
11697
11698         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
11699
11700 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
11701
11702         * pop3.el (pop3-munge-message-separator): A message may have an
11703         empty body.
11704
11705 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
11706
11707         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
11708         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
11709         (mm-uu-pgp-signed-extract): Use coding-system.
11710
11711 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
11712
11713         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
11714         (gnus-insert-mime-security-button): New function.
11715         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
11716         * mml2015.el:  Add security info when verify or decrypt.
11717         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
11718         (mm-uu-pgp-encrypted-extract): Ditto.
11719
11720 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
11721
11722         * mm-decode.el (mm-display-parts): New function.
11723         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
11724
11725 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11726
11727         * gnus-mlspl.el: Documentation tweaks.
11728
11729 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
11730
11731         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
11732         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
11733         argument.
11734
11735 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
11736
11737         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
11738
11739 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
11740
11741         * gnus-art.el (gnus-article-encrypt): New function.
11742         (gnus-article-encrypt-protocol-alist): New variable.
11743         (gnus-article-encrypt-protocol): New variable.
11744         * mml2015.el (mml2015-self-encrypt): New function.
11745         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
11746
11747 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
11748
11749         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
11750         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
11751         let mailcap do it.
11752         * mml2015.el: Remove snarf code.
11753         * mm-decode.el: Remove snarf code.
11754
11755 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
11756
11757         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
11758         (mml-insert-mime): Understand gnus-decoded.
11759         (mime-to-mml): New parameter handles.
11760         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
11761         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
11762
11763 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
11764
11765         * mm-decode.el (mime-security): New group.
11766         (mm-verify-function-alist): Add test function.
11767         (mm-decrypt-function-alist): Ditto.
11768         (mm-snarf-option): Set default value as nil.
11769         (mm-find-part-by-type): Recursive parameter.
11770         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
11771         * mml2015.el: Support draft-ietf-openpgp-multsig.
11772
11773 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
11774
11775         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
11776         (gnus-article-view-part-as-charset): New function.
11777
11778 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
11779
11780         * mm-decode.el (mm-verify-option): Default value.
11781         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
11782
11783 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
11784
11785         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
11786
11787 2000-11-05  Simon Josefsson  <sj@extundo.com>
11788
11789         * mml-smime.el (mml-smime-verify): Work in original multipart
11790         buffert.
11791
11792         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
11793         (mm-handle-multipart-ctl-parameter): Ditto.
11794         (mm-alist-to-plist): New function.
11795         (mm-dissect-buffer): Store CTL parameters and copy original buffer
11796         for multiparts.
11797         (mm-destroy-parts): Destroy multipart buffert.
11798         (mm-remove-part): Ditto.
11799
11800         * mml-smime.el (mml-smime-sign): Not used.
11801         (mml-smime-encrypt): Ditto.
11802
11803         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
11804
11805         Verify S/MIME signature support.
11806
11807         * mm-decode.el (mm-inline-media-tests): Add
11808         application/{x-,}pkcs7-signature.
11809         (mm-inlined-types): Ditto.
11810         (mm-automatic-display): Ditto.
11811         (mm-verify-function-alist): Ditto.  Add name of method.
11812         (mm-decrypt-function-alist): Add name of method.
11813         (mm-find-part-by-type): Add documentation.
11814         (mm-possibly-verify-or-decrypt): Use new format of
11815         mm-{verify,decrypt}-function-alist.  Use method names.
11816
11817         * mml-smime.el (mml-smime-verify): New function.
11818
11819 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
11820
11821         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
11822
11823 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
11824
11825         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
11826         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
11827         * mm-decode.el (mm-snarf-option): New variable.
11828
11829 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
11830
11831         * mm-util.el (mm-subst-char-in-string): New function.
11832         (mm-replace-chars-in-string): Use it.
11833         * message.el (message-replace-chars-in-string): Use it.
11834         * nnheader.el (nnheader-replace-chars-in-string): Use it.
11835         * gnus-mh.el (mh-lib-progs): Shut up.
11836
11837 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
11838
11839         * base64.el, md5.el: Moved to contrib directory.
11840
11841 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
11842
11843         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
11844         the last article when search.
11845
11846 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
11847
11848         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
11849         * nnmail.el (nnmail-pathname-coding-system): Ditto.
11850
11851 2000-09-29  David Edmondson  <dme@thus.net>
11852
11853         * message.el (message-newline-and-reformat): Typo.
11854
11855 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
11856
11857         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
11858
11859 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
11860
11861         * nntp.el (nntp-decode-text): Delete bogus status lines.
11862
11863 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
11864
11865         * message.el (message-font-lock-keywords): Match a final newline
11866         to help font-lock's multiline support.
11867
11868 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
11869
11870         * nnoo.el (nnoo-set): New function.
11871
11872 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
11873
11874         * gpg.el, gpg-ring.el: Moved to contrib directory.
11875
11876 2000-11-04  Simon Josefsson  <sj@extundo.com>
11877
11878         * nnimap.el (nnimap-split-inbox): Typo.
11879
11880 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
11881
11882         * gnus-msg.el (gnus-msg-mail): Move it backwards.
11883
11884 2000-11-03  Simon Josefsson  <sj@extundo.com>
11885
11886         * rfc2231.el (rfc2231-parse-qp-string): New function.
11887         (require): rfc2047.
11888
11889         * mail-parse.el (mail-header-parse-content-type):
11890         (mail-header-parse-content-disposition): Support invalid QP
11891         encoded strings, by using `rfc2231-parse-qp-string'.
11892
11893 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
11894
11895         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
11896         (rfc2231-decode-encoded-string): Typo "> X 1".
11897         (rfc2231-encode-string): Insert the name of charset.
11898         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
11899
11900 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
11901
11902         * mm-decode.el (mm-save-part): Return the filename.
11903         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
11904         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
11905         (gnus-mime-action-alist): Use it.
11906         (gnus-mime-button-commands): Use it.
11907         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
11908         (mm-inline-external-body): unwind-protect.
11909
11910 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
11911
11912         * gnus-art.el (gnus-insert-mime-button): Show url.
11913
11914 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
11915
11916         * mml.el (mml-generate-mime-1): Support external url.
11917         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
11918
11919 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
11920
11921         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
11922         * mm-decode.el (mm-display-external): Ditto.
11923         * mm-extern.el: New file.
11924         * mm-decode.el (mm-inline-media-tests): Hook it up.
11925         (mm-inlined-types): Inline message/external-body.
11926
11927 2000-11-02  Simon Josefsson  <sj@extundo.com>
11928
11929         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
11930
11931         * message.el (message-get-reply-headers): Better handling when
11932         Mail-Followup-To is very large.
11933
11934 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
11935
11936         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
11937         * gnus-art.el (gnus-article-edit-done):
11938         * gnus-sum.el (gnus-summary-edit-article-done): Move line
11939         counting code here.
11940         * gnus-msg.el (gnus-setup-message): Remove a hack.
11941
11942 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
11943
11944         * gnus-sum.el (gnus-newsgroup-variables): New variable.
11945         (gnus-summary-mode): Make them local variables.
11946         (gnus-set-global-variables): Globalize them.
11947         (gnus-summary-exit): Kill them.
11948
11949 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
11950
11951         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
11952         word.
11953
11954 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
11955
11956         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
11957         gnus-article-wash-types.
11958         * gnus-art.el (gnus-article-wash-status): Use them.
11959
11960 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
11961
11962         * mml.el (mml-read-tag): Remove spaces and LF.
11963
11964 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
11965
11966         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
11967         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
11968
11969 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
11970
11971         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
11972
11973 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
11974
11975         * gnus-sum.el (gnus-article-charset): New variable.
11976         (gnus-summary-display-article): Set it.
11977         * gnus-msg.el (gnus-copy-article-buffer): Use it.
11978         * gnus-art.el (gnus-article-mode): Make it local variable.
11979
11980 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11981
11982         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
11983
11984 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11985
11986         * nnwfm.el: New file.
11987
11988         * nnweb.el (nnweb-replace-in-string): New function.
11989
11990 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
11991
11992         * mml2015.el: Wrap gpg.el.
11993         * gpg.el (gpg-verify): The last argument of apply is a list.
11994         (gpg-encrypt): Add passphrase as a parameter.
11995
11996 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
11997
11998         * gpg.el: New file.
11999         * gpg-ring.el: New file.
12000
12001 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
12002
12003         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
12004
12005 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12006
12007         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
12008         double-quote characters.
12009         (gnus-summary-prepare-threads): Ditto.
12010
12011 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
12012
12013         * gnus-art.el (gnus-mime-display-single): Forward line -1.
12014         * mml.el (mml-read-tag): Don't skip the leading space.
12015         * lpath.el (font-lock-set-defaults): Shut up.
12016
12017 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
12018
12019         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
12020
12021 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
12022
12023         * qp.el (quoted-printable-encode-region): Replace leading - when
12024         ultra safe.
12025         * mml.el (mml-generate-mime-postprocess-function): Removed.
12026         (mml-postprocess-alist): Removed.
12027         (mml-generate-mime-1): Use ultra-safe when sign.
12028         * mml2015.el (mml2015-fix-micalg): Uppercase.
12029         (mml2015-verify): Insert LF.
12030         (mml2015-mailcrypt-sign): Downcase; search backward.
12031
12032 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12033
12034         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
12035         restrictive.
12036         (nnultimate-table-regexp): New variable.
12037         (nnultimate-forum-table-p): Use it.
12038
12039 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
12040         Trivial patch.
12041
12042         * gnus-sum.el (gnus-summary-expire-articles): Save point.
12043
12044 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
12045
12046         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
12047         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
12048
12049 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
12050
12051         * mml2015.el: Shut up.
12052
12053 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
12054
12055         * gnus.el (gnus-server-browse-hashtb): Removed.
12056         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
12057         (gnus-group-insert-group-line-info): Use simplified method.
12058         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
12059
12060 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
12061
12062         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
12063         moved here.
12064         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
12065         * gnus-group.el (gnus-group-prepare-flat): Use it.
12066         * gnus-topic.el (gnus-group-prepare-topics): Use it.
12067
12068 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
12069
12070         * mml.el (mml-mode): Show menu in XEmacs.
12071
12072 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
12073
12074         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
12075         (gnus-server-read-server-in-server-buffer): New function.
12076         (gnus-browse-foreign-server): Browse in group buffer.
12077         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
12078         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
12079         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
12080         * gnus.el (gnus-server-browse-hashtb): New variable.
12081
12082 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
12083
12084         * nnfolder.el (nnfolder-open-nov): Use group.
12085
12086 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
12087
12088         * nnfolder.el: Add NOV. Set version to 2.0.
12089         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
12090
12091 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
12092
12093         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
12094
12095 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
12096
12097         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
12098         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
12099
12100 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
12101
12102         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
12103
12104 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
12105
12106         * mm-decode.el (mm-verify-function-alist): New variable.
12107         (mm-verify-option): New variable.
12108         (mm-decrypt-function-alist): Ditto.
12109         (mm-decrypt-option): Ditto.
12110         (mm-find-raw-part-by-type): New function.
12111         (mm-possibly-verify-or-decrypt): New function.
12112         (mm-dissect-multipart): Use it.
12113         * mml2015.el (mml2015-fix-micalg): New function.
12114         (mml2015-decrypt): Use new interface.
12115         (mml2015-verify):  Use new interface.
12116         (mml2015-setup): Make it bogus.
12117
12118 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
12119
12120         * mml.el (mml-generate-mime-postprocess-function): Set to
12121         mml-postprocess.
12122         (autoload): Autoload mml2015 and mml-smime.
12123         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
12124         * mml2015.el (mml2015-encrypt): New function.
12125         (mml2015-sign): New function.
12126         (mml2015-encrypt-function): New variable.
12127         (mml2015-sign-function): New variable.
12128         (mml2015-mailcrypt-encrypt): Use message-recipients.
12129         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
12130         * mml-smime.el (mml-smime-setup): Ditto.
12131
12132 2000-10-28  Simon Josefsson  <sj@extundo.com>
12133
12134         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
12135         Communigate Pro 3.3.1 server.
12136
12137         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
12138         in buffers.
12139         (mml-secure-dns-server): Removed.
12140         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
12141         write certificates to files.
12142
12143         * smime.el (smime-dns-server): New variable.
12144         (smime-mail-to-domain):
12145         (smime-cert-by-dns): New functions.
12146
12147         * dig.el: New file.
12148
12149 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
12150
12151         * message.el (message-options): New variable.
12152         (message-options-set-recipient): New function.
12153         (message-send): Use them.
12154         * gnus-int.el (gnus-request-replace-article): Use them.
12155         (gnus-request-accept-article): Ditto.
12156         * mml.el (mml-preview): Use them.
12157         * gnus-sum.el (gnus-summary-edit-article): Use them.
12158
12159         * message.el (message-options-get): New function.
12160         (message-options-get): New function.
12161         * rfc2047.el (rfc2047-encode-message-header): Use them.
12162         * mm-bodies.el (mm-encode-body): Use them.
12163
12164 2000-10-28  Simon Josefsson  <sj@extundo.com>
12165
12166         * nnimap.el (nnimap-retrieve-which-headers):
12167         (nnimap-request-article-part): Quote message-id.
12168
12169         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
12170         (smime-CA-file): New variable.
12171         (smime-call-openssl-region): Don't error.
12172         (smime-sign-region): Return result value.
12173         (smime-encrypt-region): Ditto.
12174         (smime-verify-region): New function.
12175         (smime-decrypt-region): Ditto.
12176         (smime-verify-buffer): Ditto.
12177         (smime-decrypt-buffer): Ditto.
12178
12179         * mml.el: Require mml-sec.
12180         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
12181         (mml-mode-map): Add "sign" and "encrypt" maps.
12182         (mml-menu): Add security menu.
12183         (mml-preview): Use generate-new-buffer.
12184
12185         * mml-sec.el: New file.
12186
12187 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
12188
12189         * mm-decode.el (mm-find-part-by-type): Move it here.
12190         * mml.el (mml-postprocess): Move it here.
12191         (mml-postprocess-alist): Move it here. Merge them.
12192
12193 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
12194
12195         * rfc2047.el (rfc2047-encode-message-header): Make sure no
12196         unencoded stuff in the header.
12197
12198 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
12199
12200         * gnus-group.el (gnus-group-listed-groups): New variable.
12201         (gnus-group-list-option): New variable.
12202         (gnus-group-list-limit-map): New keymap.
12203         (gnus-group-list-flush-map): New keymap.
12204         (gnus-group-list-plus-map): New keymap.
12205         (gnus-group-prepare-logic): New function.
12206         (gnus-group-prepare-flat): Merge with
12207         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
12208         (gnus-group-prepare-flat-list-dead): Ditto.
12209         (gnus-group-list-matching): Use gnus-group-prepare-function.
12210         (gnus-group-list-dormant): Ditto.
12211         (gnus-group-list-cached): Ditto.
12212         (gnus-group-listed-groups): New function.
12213         (gnus-group-list-limit): New function.
12214         (gnus-group-list-flush): New function.
12215         (gnus-group-list-plus): New function.
12216         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
12217         (gnus-topic-prepare-topic): Ditto.
12218
12219 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
12220
12221         * message.el (message-insert-to, message-get-reply-headers):
12222         (message-reply, message-followup): Mail-{Followup,Reply}-To.
12223
12224 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
12225
12226         * mml2015.el: New file.
12227         * smime.el: New file.
12228         * mml-smime.el: New file.
12229
12230 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
12231
12232         * ChangeLog: Moved to ChangeLog.1.
12233
12234     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
12235   Copying and distribution of this file, with or without modification,
12236   are permitted provided the copyright notice and this notice are preserved.
12237
12238 ;; Local Variables:
12239 ;; coding: iso-2022-7bit
12240 ;; End: