598d048b45d9f7522cdb40753a9db40377123292
[gnus] / lisp / ChangeLog
1 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
4         start. 
5         (gnus-agent-check-overview-buffer): Remove negative article
6         numbers. 
7
8         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
9         (nnmail-cache-ignore-groups): Doc fix.
10
11         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
12         (nnimap-debug-buffer): New variable.
13         (nnimap-debug): Use it.
14
15 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
16
17         * gnus.el (gnus-summary-high-uncached-face): New color scheme. 
18
19 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20
21         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
22         they aren't already sorted.
23
24 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
25
26         * message.el (message-mode-menu): Add ellipses to menu items
27         expecting user interaction.
28         (message-mode-field-menu): do.
29
30 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
31
32         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
33         it isn't used any more.
34
35 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
36
37         * binhex.el (binhex-decoder-program): Fix docstring.
38
39 2002-12-21  Kai Gro\81ßjohann  <kai.grossjohann@uni-duisburg.de>
40
41         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
42         special chars if the mailcap file uses single quotes around %s.
43         From Laurent Martelli <laurent@bearteam.org>.   
44
45 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
46
47         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
48         return the info object.
49
50 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
51
52         * gnus-int.el (gnus-request-update-info): Artificially add
53         (1 . (1- min)) to the read range, in case the backend doesn't
54         store marks for nonexistent articles.
55
56 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
57
58         * binhex.el (binhex-insert-char): Eval-and-compile.
59
60 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
61
62         * lpath.el: Add tool-bar-local-item-from-menu.
63
64         * message.el (message-tool-bar-local-item-from-menu): New function.
65         (message-tool-bar-map): Use it.
66
67 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
68
69         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
70
71         * gnus-art.el (gnus-article-header-rank): Last header in
72         gnus-sorted-header-list should have higher rank than non-members.
73
74 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
75
76         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
77         covered methods.
78
79 2002-12-12  Kai Gro\81ßjohann  <kai.grossjohann@uni-duisburg.de>
80
81         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
82         eval-when-compile.  Suggested by Kevin Greiner.
83
84 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
85
86         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
87         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
88         even though no headers may have been fetched
89         (gnus-agent-fetch-group-1, and perhaps others, require this
90         behavior).
91         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
92         server buffer is constrained by gnus-agent-max-fetch-size.
93         Multiple chunks in the same group may perform arbitrarily large
94         updates.
95
96 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
97
98         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
99         gnus-summary-update-download-mark to update the article in the
100         summary.
101
102 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
103
104         * gnus.el (gnus-summary-high-uncached-face,
105         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
106         New faces.
107
108         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
109         added this on 2002-11-23 but it just wasn't working out as
110         intended.  The idea isn't entirely dead, three new faces
111         gnus-summary-*-uncached-face are being added to gnus.el to provide
112         the basis for an improved implementation.
113         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
114         proper file to open is lib/servers.
115         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
116         (i.e. removing the article from gnus-newsgroup-downloadable) will
117         now restore the article's default mark rather than simply setting
118         no mark.
119         (gnus-agent-get-undownloaded-list): Corrected documentation.
120         Added code to set new summary local variable,
121         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
122         a temporary list.  No longer sets gnus-newsgroup-downloadable.
123         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
124         up to date.  Call new gnus-summary-update-download-mark to keep
125         summary buffer up-to-date.
126         (gnus-agent-fetch-selected-article): Keep
127         gnus-newsgroup-undownloaded up to date.
128         (gnus-agent-fetch-articles): Return list of articles that were
129         successfully fetched.
130         (gnus-agent-check-overview-buffer): No more thingatpt.
131         (gnus-agent-expire): No longer deletes NOV entries of unread
132         articles.
133         (gnus-agent-unread-articles): New function.
134         (gnus-agent-regenerate-group): The article number must be
135         terminated by a tab character.  Added more messages to report
136         repairs.  Inhibit quits while writing changes so it is now safe
137         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
138         downloaded to 1) resolve the unbound references and 2) avoid
139         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
140
141         * gnus-art.el (gnus-article-prepare): The agent
142         downloaded/undownloaded mark is no longer stored as the article's
143         mark.
144
145         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
146         gnus-summary-highlight may use it.  Added downloaded as
147         gnus-summary-highlight was using it.
148
149         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
150         the download mark now follows Kai's +/- convention.
151         (gnus-downloaded-mark): Added ?+ mark.
152         (gnus-summary-highlight): Added rules to select
153         gnus-summary-high-uncached-face,
154         gnus-summary-normal-uncached-face, and
155         gnus-summary-low-uncached-face.  Removed the
156         gnus-agent-downloaded-article-face.
157         (gnus-summary-line-format-alist): Implemented the download flag
158         format (?O) as named in the manual.  This implementation displays
159         either gnus-undownloaded-mark, gnus-downloaded-mark, or
160         gnus-no-mark.
161         (gnus-newsgroup-agentized): New local variable that identifies
162         which groups are agentized.  While the agent is now on by default,
163         you don't have to agentize every server that you use.
164         (gnus-update-summary-mark-positions): Completed support for the
165         download type of mark.
166         (gnus-summary-insert-line): Added undownloaded to the parameters.
167         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
168         reference by the gnus-summary-line-format-spec.
169
170         * nntp.el (nntp-with-open-group): This macro handles dropped or
171         broken connections by opening a new connection and repeating the
172         failed command.
173         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
174         XOVER commands preceeding the active articles with the nov entry
175         of the first available article.  When gnus connected to such a
176         server, the unexpected nov entry would result in duplicate lines
177         in the agent's overview file.  This patch fixes the duplicate
178         lines problem and improves performance by skipping over all
179         articles IDs that preceed the first nov entry in the server's
180         reply.
181
182 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
183
184         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
185         (gnus-summary-highlight): Use it instead of `downloaded'.
186         (gnus-summary-highlight-line): Ditto.
187
188         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
189
190 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
191
192         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
193
194         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
195         calls.
196
197         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
198         downloaded variable if we're in an uncovered group.
199
200         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
201         font to soemthing less noticeable.
202         (gnus-agent-group-covered-p): New function.
203
204 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
205
206         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
207         Because of an unknown bug, the group buffer is saved in .overview
208         file.
209
210 2002-12-09  Kai Gro\81ßjohann  <kai.grossjohann@uni-duisburg.de>
211
212         * nntp.el (nntp-send-command): Braino in last commit.  Replace
213         `and' with `or'.
214
215 2002-12-08  Kai Gro\81ßjohann  <kai.grossjohann@uni-duisburg.de>
216
217         * nntp.el (nntp-send-command): Assume that echo does not happen
218         when nntp-open-connection-function is nntp-open-network-stream.
219         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
220
221 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
222
223         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
224
225 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
226
227         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
228         nntp-server-buffer if we aren't going to write to it.
229
230 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
231         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
232
233         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
234
235 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
236
237         * rfc2047.el (rfc2047-decode-region): Remove newlines between
238         decoded words.
239
240 2002-12-03  Kai Gro\81ßjohann  <kai.grossjohann@uni-duisburg.de>
241
242         * gnus.el (fboundp): After loading mm-util, make sure it was the
243         right one.
244
245 2002-11-29  Kai Gro\81ßjohann  <kai.grossjohann@uni-duisburg.de>
246
247         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
248         gnus-sum.  Made into a user option.
249
250         * gnus-sum.el (gnus-simplify-ignored-prefixes)
251         (gnus-summary-mark-article-as-unread)
252
253 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
254
255         * time-date.el (date-to-time): Typo.
256
257         * parse-time.el: Typo.
258
259         * nnsoup.el (nnsoup-retrieve-headers): Typo.
260
261         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
262
263         * nnimap.el:
264         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
265
266         * mm-encode.el (mm-safer-encoding): Typo.
267
268         * messcompat.el: Typo.
269
270         * message.el (message-face-alist): Typo.
271
272         * imap.el (imap-interactive-login, imap-open): Typos.
273
274         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
275
276         * gnus.el: Typo.
277
278         * gnus-win.el (gnus-configure-frame): Typo.
279
280         * gnus-util.el (gnus-atomic-progn-assign): Typo.
281
282         * gnus-topic.el (gnus-topic-sort-topics): Typo.
283
284         * gnus-sum.el (gnus-summary-article-number)
285         (gnus-summary-read-group-1, gnus-summary-mark-article)
286         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
287
288         * gnus-mule.el (gnus-mule-add-group): Typo.
289
290         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
291
292         * gnus-group.el (gnus-group-fetch-faq): Typo.
293
294         * gnus-art.el (gnus-decode-header-methods): Typo.
295
296         * flow-fill.el: Typo.
297
298 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
299
300         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
301
302 2002-11-29  Kai Gro\81ßjohann  <kai.grossjohann@uni-duisburg.de>
303
304         * gnus-sum.el (gnus-simplify-ignored-prefixes)
305         (gnus-summary-mark-article-as-unread)
306         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
307         Reformatting to avoid long lines.
308         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
309
310 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
311
312         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
313         be accessed through `mail-header-number'.
314
315 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
316
317         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
318         compressed range to gnus-summary-insert-articles.
319
320 2002-11-26  Kevin Ryde <user42@zip.com.au>
321
322         * gnus-art.el (gnus-mime-copy-part): Look for filename
323         parameter under content-disposition, not content-type.
324
325         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
326         (gnus-summary-reselect-current-group): Use it.
327
328 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
329
330         * gnus-agent.el (gnus-agent-uncached-articles): if
331         gnus-agent-load-alist fails, return ARTICLES.
332
333         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
334
335 2002-11-26  Kai Gro\81ßjohann  <kai.grossjohann@uni-duisburg.de>
336
337         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
338         superfluous function call.
339         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
340         Add warning to docstring.
341
342 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
343
344         * gnus-agent.el: Autoload number-at-point instead.
345         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
346
347 2002-11-26  Kai Gro\81ßjohann  <kai.grossjohann@uni-duisburg.de>
348
349         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
350         require thingatpt (for number-at-point) and protect against
351         deactivate-mark being unbound (on XEmacs).
352
353 2002-11-25  Kai Gro\81ßjohann  <kai.grossjohann@uni-duisburg.de>
354
355         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
356         print message on entry.
357
358         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
359
360         * gnus-range.el (gnus-range-difference): New function.
361         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
362
363 2002-11-24  Kai Gro\81ßjohann  <kai.grossjohann@uni-duisburg.de>
364
365         * gnus-sum.el (gnus-summary-insert-old-articles): Use
366         gnus-remove-from-range instead of gnus-range-difference which
367         doesn't exist.
368
369 2002-11-23  Kai Gro\81ßjohann  <kai.grossjohann@uni-duisburg.de>
370         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
371
372         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
373         used for showing which articles have been downloaded.
374         (gnus-agent-article-alist): Format change.  Add documentation.
375         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
376         process-marked articles.
377         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
378         in the series are individually fetched to minimize lose of
379         content due to an error/quit.
380         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
381         gnus-message instead of message.
382         (gnus-agent-read-servers): Use file lib/methods instead of
383         lib/servers.  TODO: Why?
384         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
385         (gnus-agent-get-undownloaded-list): Remove articles that appear to
386         come from the agent.  This means that they are not downloaded.
387         (gnus-agent-fetch-selected-article): Don't use history.
388         (gnus-agent-save-history, gnus-agent-enter-history)
389         (gnus-agent-article-in-history-p, gnus-agent-history-path):
390         Removed function; history is not used anymore.
391         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
392         (gnus-agent-crosspost): Started rewrite then realized that a typo
393         in gnus-agent-fetch-articles ensures that this function is never
394         called.  This will need to be fixed later.
395         (gnus-agent-check-overview-buffer): Some sanity checks on the
396         agent overview buffer.  This is a safety net used during
397         development.
398         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
399         changed, write a number to the file indicating this.
400         (gnus-agent-fetch-headers): Rewrite to respect
401         gnus-agent-consider-all-articles without relying on the
402         `.fetched' files.  Make it fast.
403         (gnus-agent-braid-nov): Change resulting from
404         gnus-agent-fetch-headers change.
405         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
406         `.fetched' files.
407         (gnus-agent-read-agentview): New function, used by
408         gnus-agent-load-alist.
409         (gnus-agent-load-fetched-headers): Remove.
410         (gnus-agent-save-alist): Rewrite to accomodate new format.
411         (gnus-agent-fetch-group-1): Make sure list of articles is in the
412         same order as in gnus-newsgroup-headers.
413         (gnus-agent-expire): Document and implement extra args ARTICLES,
414         GROUP, FORCE.  Do not restrict usage.
415         (gnus-agent-uncached-articles): New function.
416         (gnus-agent-retrieve-headers): Use it.
417         (gnus-agent-regenerate-group): No longer needs to be called from
418         gnus-agent-regenerate.  Individual groups may be regenerated. The
419         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
420         The article fetch dates are validated in the article alist.  The
421         article alist is pruned of entries that do not reference existing
422         NOV entries.  All changes are computed then applied with
423         inhibit-quit bound to t.  As a result, it is now safe to quit out of
424         regeneration.  The optional clean parameter has been replaced with
425         an optional reread parameter.  Clean is no longer necessary as
426         regeneration gets the appropriate setting from
427         gnus-agent-consider-all-articles.  The new reread parameter will
428         result in fetched, or all, articles being marked as unread.
429         (gnus-agent-regenerate): Removed code to regenerate the history
430         file as it is no longer used.
431
432         * gnus-start.el (gnus-make-ascending-articles-unread): New
433         function, for efficient mass-marking.
434
435         * gnus-sum.el (gnus-summary-highlight): Use new face for
436         downloaded articles.
437         (gnus-article-mark): Prefer to indicate read/unread status over
438         downloaded status.
439         (gnus-summary-highlight-line-0): New function, maybe rehighlights
440         line.
441         (gnus-summary-highlight-line): Use new face for downloaded
442         articles.
443         (gnus-summary-insert-old-articles): Improved performance by
444         replacing the initial LIST of older articles with a compressed
445         RANGE of older articles.  Some servers appear to lie about
446         their active range so the original list could contain millions
447         of article numbers.  The range is not expanded into a list
448         until the optional ALL parameter has been applied.
449
450 2002-11-18  Kai Gro\81ßjohann  <kai.grossjohann@uni-duisburg.de>
451
452         * gnus-agent.el (gnus-category-mode): Typo in doc string.
453
454 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
455
456         * spam.el:
457         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
458
459         * spam.el: added `M s t' and `M s x' key mappings
460
461 2002-11-20  Simon Josefsson  <jas@extundo.com>
462
463         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
464
465 2002-11-19  Simon Josefsson  <jas@extundo.com>
466
467         * gnus-sum.el (gnus-summary-morse-message): Load
468         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
469         (unmorse-region): Autoload it instead.
470
471 2002-11-18  Simon Josefsson  <jas@extundo.com>
472
473         * gnus-sum.el (gnus-summary-morse-message): New function.
474         (gnus-summary-wash-map): Bind to `W m'.
475         (gnus-summary-make-menu-bar): Add.
476
477         * nnimap.el (nnimap-request-expire-articles): Compress sequence
478         before storing \Deleted mark on expired articles.
479
480 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
481         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
482
483         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
484         parens in column 0.
485
486 2002-11-17  Juanma Barranquero  <lektu@terra.es>
487
488         * nnweb.el (nnweb-google-create-mapping): Fix typo.
489
490         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
491
492         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
493
494 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
495
496         * message.el (message-set-auto-save-file-name): Use
497         make-directory, to avoid the dependence on gnus-util.
498
499 2002-11-16  Simon Josefsson  <jas@extundo.com>
500
501         * nnimap.el (nnimap-callback-callback-function):
502         (nnimap-callback-buffer): Removed, these cannot be global but must
503         be embedded into the callback.
504         (nnimap-make-callback): New.  Embedd article number, callback and
505         buffer in function.
506         (nnimap-callback, nnimap-request-article-part): Update.
507
508 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
509
510         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
511
512 2002-11-13  Kai Gro\81ßjohann  <kai.grossjohann@uni-duisburg.de>
513
514         * gnus.el (gnus-summary-line-format): Document %C.
515
516 2002-11-11  Simon Josefsson  <jas@extundo.com>
517
518         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
519         output when called interactively.
520
521 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
522
523         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
524
525         * message.el (message-draft-coding-system): Improve comment; use
526         mm-auto-save-coding-system for the default value.
527
528         * nndraft.el (nndraft-request-article): Revert to the state before
529         2002-10-29; regexp-quote mail-header-separator.
530
531 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
532
533         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
534         allow editing of drafts from an nnvirtual group.
535
536 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
537
538         * nndraft.el (nndraft-request-article): Replace emacs-mule with
539         mm-auto-save-coding-system.
540
541         * message.el (message-draft-coding-system): Default to
542         iso-2022-7bit.
543
544         * mm-util.el (mm-auto-save-coding-system): Undo last change to
545         restore the default value to emacs-mule or escape-quoted.
546
547 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
548
549         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
550         a delayed or a queued article as well as a draft.
551
552         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
553         delayed or a queued article in the raw format; treat a delayed
554         article as a raw article as well as a draft.
555         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
556         for the delayed group.
557
558         * nndraft.el (nndraft-request-article): Ignore auto save files for
559         a delayed or a queued article; don't bother to decode a queued
560         article; don't bind nnmail-file-coding-system for a queued article.
561
562         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
563         and the queue group.
564
565 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
566
567         * gnus-group.el (gnus-group-delete-group):
568         gnus-cache-active-hashtb might be void.
569
570 2002-11-02  Simon Josefsson  <jas@extundo.com>
571
572         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
573         setting of the default user ID.  From Raymond Scholz
574         <ray-2002@zonix.de>.
575
576 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
577
578         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
579         charset.
580
581 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
582         From Alex Schroeder <alex@emacswiki.org>
583         * spam-stat.el (spam-stat-process-directory): add dir to message
584         (spam-stat-reduce-size): No longer remove words
585         with values close to 0.5, because the default value is 0.2.
586
587 2002-10-31  Kai Gro\81ßjohann  <kai.grossjohann@uni-duisburg.de>
588
589         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
590         documentation.
591
592 2002-10-28  Kai Gro\81ßjohann  <kai.grossjohann@uni-duisburg.de>
593
594         * gnus-agent.el (gnus-agent-fetched-headers)
595         (gnus-agent-load-fetched-headers)
596         (gnus-agent-save-fetched-headers): Remove variable and two
597         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
598         works better.
599         (gnus-agent-fetch-headers): New implementation from Kevin
600         Greiner.  Uses gnus-agent-article-alist to store information
601         about fetched messages which aren't on the server anymore.  The
602         trick is to return a list of considered messages to the caller,
603         but to only fetch those which haven't been fetched yet.
604
605 2002-10-30  Simon Josefsson  <jas@extundo.com>
606
607         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
608
609         * pgg.el (pgg-passphrase-cache-expiry): Removed.
610
611 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
612
613         * mm-view.el (mm-w3m-local-map-property): Make it work with older
614         versions of emacs-w3m than 1.3.3.
615
616         * lpath.el: Bind w3m-minor-mode-map.
617
618         * mm-view.el (mm-w3m-mode-command-alist)
619         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
620         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
621         (mm-setup-w3m): Simplified.
622         (mm-w3m-local-map-property): New function.
623         (mm-inline-text-html-render-with-w3m): Use it.
624
625         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
626         mm-w3m-local-map-property.
627
628 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
629
630         * mm-util.el (mm-auto-save-coding-system): Default to
631         iso-2022-7bit.
632
633         * nndraft.el (nndraft-request-article): Decode an article using
634         the coding-system emacs-mule if it seems to have been saved using
635         emacs-mule.
636         (nndraft-request-replace-article): Use message-draft-coding-system
637         instead of mm-auto-save-coding-system for the draft or delayed
638         group.
639
640 2002-10-28  Josh  <huber@alum.wpi.edu>
641
642         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
643         functions.
644
645 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
646         From mah@everybody.org (Mark A. Hershberger).
647
648         * mm-url.el (mm-url-insert-file-contents): Make it return the same
649         type values ("url" size) regardless of the values of
650         mm-url-use-external.
651
652 2002-10-26  Kai Gro\81ßjohann  <kai.grossjohann@uni-duisburg.de>
653
654         * nnimap.el (nnimap-request-article-part): Try harder to show
655         group name in debugging message.
656
657 2002-10-25  Kai Gro\81ßjohann  <kai.grossjohann@uni-duisburg.de>
658
659         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
660         directory if it doesn't exist.
661         (gnus-agent-fetch-headers): Remove old cruft that tried to
662         abstain from downloading articles more than once if
663         gnus-agent-consider-all-articles was true.  This is now done
664         properly via the .fetched files.
665
666 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
667
668         * nndraft.el (nndraft-request-article): Treat delayed articles
669         like drafts.
670
671 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
672
673         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
674
675 2002-10-24  Kai Gro\81ßjohann  <kai.grossjohann@uni-duisburg.de>
676
677         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
678         Remove unused optional arg DIR and corresponding code.
679
680         * nnimap.el (nnimap-request-article-part): Include group name in
681         debugging output.
682
683 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
684
685         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
686
687 2002-10-23  Kai Gro\81ßjohann  <kai.grossjohann@uni-duisburg.de>
688
689         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
690         contains range of headers that have been fetched by the agent
691         already.  Compare gnus-agent-article-alist.
692         (gnus-agent-file-header-cache): Like
693         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
694         (gnus-agent-fetch-headers): Improve comment.  Revert to old
695         seen/recent logic.
696         Remember which headers have been fetched before and don't fetch
697         them again the next time round.
698         (gnus-agent-load-fetched-headers)
699         (gnus-agent-save-fetched-headers): New functions, for remembering
700         which headers have been fetched before.
701
702 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
703
704         * lpath.el: Remove useless bindings.
705
706 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
707
708         * gnus-sum.el (gnus-summary-execute-command): Disable visual
709         features while searching.
710
711 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
712
713         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
714
715 2002-10-22  Simon Josefsson  <jas@extundo.com>
716
717         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
718         (pgg-snarf-keys): Add.
719
720 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
721
722         * lpath.el: Fbind bbdb-records.
723
724         * spam.el: Don't autoload bbdb-records.
725
726 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
727
728         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
729         prevent inf-loop.
730
731 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
732
733         * nnslashdot.el: Removed some test lines.
734         More test.
735
736 2002-10-21  Kai Gro\81ßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
737
738         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
739         are known to be downloaded already.
740
741 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
742
743         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
744         (mm-text-html-washer-alist): Ditto.
745
746 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
747
748         * nnheader.el (nnheader-remove-body): Fix an error of detecting
749         boundary between headers and body.
750         * nnml.el (nnml-parse-head): Ditto.
751
752 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
753
754         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
755         entries.
756
757         * gnus-group.el (gnus-fetch-group): Allow an optional
758         specification of the articles to select.
759
760         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
761
762 2002-10-20  Kai Gro\81ßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
763
764         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
765         headers from the group, update variable `articles' to contain
766         only those numbers where headers exist.  (When fetching all
767         articles in a group, Gnus creates lots of numbers where there is
768         no articles.)
769
770 2002-10-20  Steve Youngs  <youngs@xemacs.org>
771
772         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
773         doesn't have the 'alist custom type, use cons cells instead.
774         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
775         (pgg-parse-hash-algorithm-alist): Ditto.
776         (pgg-parse-compression-algorithm-alist): Ditto.
777         (pgg-parse-signature-type-alist): Ditto.
778
779         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
780
781         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
782
783         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
784
785 2002-10-19  Simon Josefsson  <jas@extundo.com>
786
787         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
788         buffer.
789
790 2002-10-18  Kai Gro\81ßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
791
792         * gnus-spec.el (gnus-make-format-preserve-properties)
793         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
794         properties also on XEmacs.  `gnus-xmas-format' is like format but
795         preserves text properties on XEmacs (though it only understands
796         simple format specs).  The variable
797         `gnus-make-format-preserve-properties' controls whether the
798         function is used, and is checked in `gnus-parse-simple-format'.
799         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
800
801         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
802         output.
803         (gnus-agent-consider-all-articles): New variable.
804         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
805         (gnus-agent-fetch-headers): Depending on
806         gnus-agent-consider-all-articles, maybe get all articles.
807         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
808         `read'.
809         (gnus-predicate-imples-unread): New function.
810         (gnus-agent-fetch-headers): Optimize to call
811         gnus-list-of-unread-articles if that is sufficient.
812         Check unseen and recent instead of seen and recent.
813         (gnus-agent-fetch-headers): Abstain from calling
814         gnus-list-range-intersection if range (a . b) would have (> a b).
815
816 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
817
818         * message.el (message-send-mail): Make it possible to perform
819         edebug-defun.
820
821 2002-10-18  Simon Josefsson  <jas@extundo.com>
822
823         * gnus-art.el (gnus-button-man-handler): Change default to
824         `manual-entry' (defined in both emacsen).
825         (gnus-button-man-handler): Remove emacsen difference and use
826         `manual-entry'.
827
828 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
829
830         * spam.el: Wrap autoload settings for bbdb-records,
831         executable-find and ifile-spam-filter with eval-and-compile.
832         (spam-display-buffer-contents): Remove.
833         (spam-bogofilter-score): Merge spam-display-buffer-contents.
834
835 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
836
837         * spam.el (spam-display-buffer-contents): New function.
838         (spam-bogofilter-score): use spam-display-buffer-contents, patch
839         from Katsumi Yamaoka <yamaoka@jpl.org>.
840
841 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
842
843         * nnheader.el (nnheader-parse-naked-head): New function.
844         (nnheader-parse-head): Use the above function, in order to handle
845         continuation lines properly.
846         (nnheader-remove-body): New function.
847         (nnheader-remove-cr-followed-by-lf): New function.
848         (nnheader-ms-strip-cr): Use the above function.
849
850         * gnus-agent.el (gnus-agent-regenerate-group): Call
851         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
852         `nnheader-parse-head'.
853         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
854
855         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
856         continuation lines by itself; call `nnheader-parse-naked-head'
857         instead of `nnheader-parse-head'.
858         * nndiary.el (nndiary-parse-head): Ditto.
859         * nnfolder.el (nnfolder-parse-head): Ditto.
860         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
861         * nnmaildir.el (nnmaildir--update-nov): Ditto.
862         * nnml.el (nnml-parse-head): Ditto.
863
864 2002-10-17  Steve Youngs  <youngs@xemacs.org>
865
866         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
867         XEmacs, default to it if featurep 'xemacs.
868
869 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
870
871         * spam-stat.el: Check for the existence of hash functions instead
872         of the Emacs version to decide whether to load cl.  Suggested by
873         Kai Gro\81ßjohann.
874
875 2002-10-15  Kai Gro\81ßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
876
877         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
878         if it isn't open yet.
879
880 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
881
882         * gnus-group.el: Require mm-url only when compiling.
883         (gnus-group-fetch-charter): Require mm-url.
884
885         * spam-stat.el: Require cl for the functions gethash,
886         hash-table-count, make-hash-table and mapc for Emacs 20.
887         (puthash): Alias to cl-puthash for Emacs 20.
888         (with-syntax-table): New macro for Emacs 20.
889
890 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
891
892         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
893
894 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
895
896         * spam.el (spam-check-ifile): added ifile as a spam checking
897         backend, and spam-use-ifle as the variable to toggle that check.
898
899 2002-10-12  Simon Josefsson  <jas@extundo.com>
900
901         * message.el (message-beginning-of-line): New variable.
902         (message-beginning-of-line): Use it.
903
904 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
905
906         * spam.el: more compilation fixes for BBDB
907
908         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
909         (spam-stat-reduce-size): Interactive.
910         (spam-stat-reset): New function.
911         (spam-stat-save): Interactive.
912
913 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
914
915         * gnus.el: Autoload gnus-delay-initialize.
916
917         * message.el: Autoload gnus-delay-article.
918
919 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
920
921         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
922         text property in Emacs.
923
924 2002-10-11  Simon Josefsson  <jas@extundo.com>
925
926         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
927         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
928
929         * mml1991.el (mml1991-pgg-sign): Remove CR.
930
931 2002-10-10  Simon Josefsson  <jas@extundo.com>
932
933         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
934         decrypt failed.
935         (mml2015-trust-boundaries-alist): Removed.
936         (mml2015-gpg-extract-signature-details): Don't use it.
937         (mml2015-unabbrev-trust-alist): New.
938         (mml2015-gpg-extract-signature-details): Use it.
939
940 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
941
942         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
943         BBDB installed
944
945         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
946         statistical analysis of spam in Lisp only
947
948 2002-10-10  Simon Josefsson  <jas@extundo.com>
949
950         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
951         auth, selected or examine state.
952
953         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
954         buffer and error buffer depending on type of information.
955
956         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
957         --status-fd stuff even if gpg.el is not used (revert earlier
958         change).
959         (mml2015-pgg-{clear-,}verify): Store both output and errors as
960         gnus details.
961         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
962         buffer.
963
964         * pgg.el (pgg-verify-region): Use it.
965
966         * pgg-def.el (pgg-query-keyserver): New variable.
967
968         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
969         key-identifier in packet.  Is this a good idea?
970
971         * mml.el (mml-mode-map): Add security commands that operates on
972         MIME parts.
973         (mml-menu): And menu items for them.
974
975         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
976
977         * mml.el (mml-parse-1): Support sender in #secure tags.
978
979         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
980         defined.
981
982         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
983         (mml-pgp-encrypt-buffer): Support combined signing.
984
985         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
986         (mml1991-gpg-encrypt): Ditto.
987         (mml1991-pgg-encrypt): Ditto.
988         (mml1991-encrypt): Pass sign parameter.
989
990         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
991         (mml-signencrypt-style): Mention the variable.
992
993 2002-10-09  Simon Josefsson  <jas@extundo.com>
994
995         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
996         pgg-gpg-user-id.
997
998         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
999         (pgg-fetch-key-function): Nil if w3 is not installed.
1000
1001 2002-10-08  Kai Gro\81ßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1002
1003         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
1004         gnus-agent-current-history.
1005
1006 2002-10-06  Simon Josefsson  <jas@extundo.com>
1007
1008         * imap.el (imap-parse-status): Don't use read to read token.
1009
1010 2002-10-05  Kai Gro\81ßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1011
1012         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
1013         for methods not covered by the agent, and when unplugged.
1014
1015 2002-10-05  Simon Josefsson  <jas@extundo.com>
1016
1017         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
1018         signing.
1019
1020         * gnus-agent.el (gnus-agent-read-servers): If getting method from
1021         a named server fails, ignore the server.
1022
1023         * mml1991.el (mml1991-pgg-sign): Do QP.
1024
1025         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
1026         work.
1027
1028 2002-10-04  Simon Josefsson  <jas@extundo.com>
1029
1030         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
1031
1032         * pgg-pgp.el (pgg-pgp-verify-region): Inline
1033         binary-write-decoded-region from MEL.
1034
1035         * pgg.el (pgg-encrypt-region): Support sign.
1036
1037         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
1038
1039         * mml2015.el (mml2015-pgg-encrypt): Ditto.
1040
1041         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
1042         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
1043         branch where PGG was taken from in the ChangeLog entries below.
1044
1045 2002-10-01  Simon Josefsson  <jas@extundo.com>
1046
1047         * pgg-pgp.el: Don't require mel.  Don't use luna.
1048         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
1049         (pgg-pgp-process-region): Use expand-file-name instead of concat.
1050         (pgg-pgp-process-region): Don't use binary-funcall.
1051
1052         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
1053
1054         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
1055         instead of concat.
1056
1057         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
1058
1059 2002-09-29  Simon Josefsson  <jas@extundo.com>
1060
1061         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
1062         compile warnings.
1063
1064         * pgg.el (pgg-decrypt-region): Don't parse packet.
1065
1066         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
1067
1068 2002-09-29  Daiki Ueno <ueno@unixuser.org>
1069
1070         * pgg.el: Remove dependency on calist.el.
1071
1072 2002-09-28  Simon Josefsson  <jas@extundo.com>
1073
1074         * pgg.el (pgg-temporary-file-directory): New variable.
1075         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
1076
1077         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
1078         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
1079
1080         * pgg-parse.el (pgg-char-int): Defalias.
1081         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
1082         (pgg-read-bytes, pgg-read-body): Use it.
1083         (pgg-decode-packets): Don't use MEL, use base64-*.
1084         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
1085         (pgg-string-as-unibyte): Defalias.
1086         (pgg-parse-armor-region): Use it.
1087
1088         * pgg-gpg.el (pgg-gpg-process-region): Use
1089         pgg-temporary-file-directory.
1090
1091         * luna.el: Don't def-edebug.
1092
1093         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
1094         binary-write-decoded-region from MEL.
1095
1096         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
1097
1098         * alist.el, calist.el: Don't require product/APEL.
1099
1100         * pgg-parse.el (top-level): Remove dependency on static.el,
1101         pccl.el, mel.el.
1102         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
1103         `define-ccl-program' is boundp, instead of using broken.
1104
1105 2002-10-01  Simon Josefsson  <jas@extundo.com>
1106
1107         * message.el (message-required-mail-headers): Remove Lines:.
1108
1109 2002-10-03  Kai Gro\81ßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1110         From Jesper Harder.
1111
1112         * gnus-group.el (gnus-group-fetch-charter,
1113         gnus-group-fetch-control): Prompt for group if given a prefix
1114         argument.
1115         * gnus-sum.el (t): Add gnus-group-fetch-charter and
1116         gnus-group-fetch-control to summary key map and menu.
1117
1118
1119 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
1120
1121         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
1122         number when there are no articles.
1123
1124 2002-10-03  Kai Gro\81ßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1125
1126         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
1127         arg ALL means to fetch all articles, not only downloadable ones.
1128         (gnus-agent-fetch-selected-article): New function for
1129         gnus-select-article-hook or gnus-mark-article-hook.
1130
1131 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1132         From Peter von der Ahe <nospam2159@daimi.au.dk>.
1133
1134         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
1135         raw-text.
1136
1137 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
1138
1139         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\81çois
1140         Pinard).
1141         Major revamp of the code, documentation is in comments in the file
1142         for now.
1143
1144 2002-09-30  Simon Josefsson  <jas@extundo.com>
1145
1146         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
1147         buffer seem to be needed?
1148
1149 2002-09-29  Simon Josefsson  <jas@extundo.com>
1150
1151         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
1152         compile warnings.
1153
1154         * mml1991.el (mml1991-function-alist): Add pgg.
1155         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
1156         (mml1991-pgg-encrypt): Fix recipients querying.
1157
1158 2002-09-28  Simon Josefsson  <jas@extundo.com>
1159
1160         * mml2015.el (autoload): Autoload correct files.  Trivial patch
1161         from dme@dme.org.
1162         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
1163         handle is returned.
1164
1165 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1166
1167         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1168         Protect against non-existent of `nnimap-mailbox-info'.
1169
1170 2002-09-27  Simon Josefsson  <jas@extundo.com>
1171
1172         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
1173         (gnus-setup-news-hook): Use it.
1174         (gnus-after-getting-new-news-hook): Ditto.
1175
1176         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
1177
1178 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1179         From Mats Lidell <matsl@contactor.se>.
1180
1181         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
1182
1183 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1184
1185         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
1186         the part to decode encoded words, use raw words instead of decoded
1187         words.
1188
1189 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
1190
1191         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
1192
1193         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
1194         (mm-setup-w3m): Use it.
1195
1196 2002-09-27  Simon Josefsson  <jas@extundo.com>
1197
1198         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
1199         article buffers.
1200
1201         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
1202         it just in case.
1203         (nnimap-update-unseen): New function; update unseen count in
1204         `n-m-info'.
1205         (nnimap-close-group): Call it.
1206
1207         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
1208         (gnus-after-getting-new-news-hook): Ditto.
1209
1210         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
1211         message into verboselevel 9.  Change slow mail check message.
1212         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
1213         (nnimap-fixup-unread-after-getting-new-news): New function, to be
1214         used as a hook after getting new mail.
1215
1216 2002-09-26  Simon Josefsson  <jas@extundo.com>
1217
1218         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
1219         SELECT/EXAMINE is first unseen article, not number of unseen
1220         articles.  Make them distinct by renaming the former to
1221         `first-unseen' instead of `unseen'.
1222
1223         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
1224         too.
1225         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
1226         changed.
1227         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
1228
1229         * gnus-int.el (gnus-server-unopen-status): Defcustom.
1230
1231         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
1232         better.
1233
1234         * mml2015.el (mml2015-pgg-decrypt): Only add security information
1235         if dissecting resulting buffer actually had any information.
1236
1237 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1238
1239         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
1240         because the function `string<' allows symbols.
1241
1242         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
1243
1244 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
1245
1246         * message.el (message-forward-make-body): Revert an early change
1247         because 8-bit utf-8 emails.
1248
1249 2002-09-25  Bj\81örn Torkelsson  <torkel@acc.umu.se>
1250
1251         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
1252         links to Info)
1253         * gnus-art.el (gnus-treat-highlight-signature):
1254         * gnus-art.el (gnus-treat-buttonize):
1255         * gnus-art.el (gnus-treat-buttonize-head):
1256         * gnus-art.el (gnus-treat-emphasize):
1257         * gnus-art.el (gnus-treat-strip-cr):
1258         * gnus-art.el (gnus-treat-unsplit-urls):
1259         * gnus-art.el (gnus-treat-leading-whitespace):
1260         * gnus-art.el (gnus-treat-hide-headers):
1261         * gnus-art.el (gnus-treat-hide-boring-headers):
1262         * gnus-art.el (gnus-treat-hide-signature):
1263         * gnus-art.el (gnus-treat-fill-article):
1264         * gnus-art.el (gnus-treat-hide-citation):
1265         * gnus-art.el (gnus-treat-hide-citation-maybe):
1266         * gnus-art.el (gnus-treat-strip-list-identifiers):
1267         * gnus-art.el (gnus-treat-strip-pgp):
1268         * gnus-art.el (gnus-treat-strip-pem):
1269         * gnus-art.el (gnus-treat-strip-banner):
1270         * gnus-art.el (gnus-treat-highlight-headers):
1271         * gnus-art.el (gnus-treat-highlight-citation):
1272         * gnus-art.el (gnus-treat-date-ut):
1273         * gnus-art.el (gnus-treat-date-local):
1274         * gnus-art.el (gnus-treat-date-english):
1275         * gnus-art.el (gnus-treat-date-lapsed):
1276         * gnus-art.el (gnus-treat-date-original):
1277         * gnus-art.el (gnus-treat-date-iso8601):
1278         * gnus-art.el (gnus-treat-date-user-defined):
1279         * gnus-art.el (gnus-treat-strip-headers-in-body):
1280         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
1281         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
1282         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
1283         * gnus-art.el (gnus-treat-unfold-headers):
1284         * gnus-art.el (gnus-treat-fold-headers):
1285         * gnus-art.el (gnus-treat-fold-newsgroups):
1286         * gnus-art.el (gnus-treat-overstrike):
1287         * gnus-art.el (gnus-treat-display-xface):
1288         * gnus-art.el (gnus-treat-display-smileys):
1289         * gnus-art.el (gnus-treat-from-picon):
1290         * gnus-art.el (gnus-treat-mail-picon):
1291         * gnus-art.el (gnus-treat-newsgroups-picon):
1292         * gnus-art.el (gnus-treat-body-boundary):
1293         * gnus-art.el (gnus-treat-capitalize-sentences):
1294         * gnus-art.el (gnus-treat-fill-long-lines):
1295         * gnus-art.el (gnus-treat-play-sounds):
1296         * gnus-art.el (gnus-treat-translate):
1297         * gnus-art.el (gnus-treat-x-pgp-sig):
1298         * gnus-art.el (gnus-mime-button-line-format):
1299         * gnus-art.el (gnus-button-man-level):
1300         * gnus-art.el (gnus-button-emacs-level):
1301         * gnus-cus.el (gnus-group-parameters):
1302         * gnus-gl.el (bbb-build-mid-scores-alist):
1303         * gnus-group.el (gnus-group-line-format):
1304         * gnus-mlspl.el (gnus-group-split-setup):
1305         * gnus-mlspl.el (gnus-group-split):
1306         * gnus-msg.el (gnus-mailing-list-groups):
1307         * gnus-msg.el (gnus-posting-styles):
1308         * gnus-nocem.el (gnus-nocem-issuers):
1309         * gnus-score.el (gnus-score-regexp-bad-p):
1310         * gnus-srvr.el (gnus-server-line-format):
1311         * gnus-topic.el (gnus-topic-line-format):
1312         * gnus.el (gnus-summary-line-format):
1313         * mail-source.el (mail-sources):
1314         * message.el (message-subscribed-address-file):
1315         * nnmail.el (nnmail-split-fancy):
1316
1317 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
1318
1319         * mail-source.el(mail-source-run-script): use `functionp' to test
1320         whether the argument `script' is in fact a function.
1321         (mail-sources): adjust the defcustom to allow users to specify a
1322         function or a string as the value of the `:prescript' and
1323         `:postscript' arguments of the `file' and `pop3' mail sources.
1324
1325 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
1326
1327         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
1328         number when article 1 does not exist.
1329
1330 2002-09-25  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1331
1332         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
1333         apropos if apropos-variable does not exist.
1334         (gnus-button-guessed-mid-regexp)
1335         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
1336         regexes.  From Reiner Steib.
1337         (gnus-button-handle-describe-function)
1338         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
1339         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
1340         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
1341
1342 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
1343         Trivial patch.
1344
1345         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
1346         the file.
1347
1348 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
1349
1350         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
1351
1352 2002-09-24  Simon Josefsson  <jas@extundo.com>
1353
1354         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
1355         (mml2015-use): Prefer PGG if installed.
1356         (mml2015-function-alist): Add PGG wrappers.
1357         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
1358         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
1359         prefix, make regexp optionally skip it.
1360         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
1361         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
1362         (mml2015-pgg-encrypt): New functions.
1363         (defvar, autoload): Prevent byte-compile warnings.
1364
1365 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1366         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
1367
1368         * gnus-art.el (article-strip-banner): Check for the existence of
1369         from header.
1370
1371 2002-09-23  Kai Gro\8eßjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
1372
1373         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
1374         (gnus-button-alist): Improved regexp for
1375         gnus-button-handle-mid-or-mail (false positives), fixed
1376         gnus-button-handle-man entries.
1377         From Reiner Steib.
1378
1379 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
1380         From Josh Huber.
1381
1382         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
1383         nnmail-extra-headers is non-nil.
1384
1385 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
1386
1387         * nnmaildir.el: Store article numbers persistently.  General
1388         revision.
1389         (nnmaildir-request-expire-articles): handle 'immediate and 'never
1390         for nnmail-expiry-wait; delete instead of moving if 'force is
1391         given.
1392
1393 2002-09-23  Simon Josefsson  <jas@extundo.com>
1394         Trivial fix from beaker@iavmb.pl (Krzysztof J\82êdruczyk).
1395
1396         * smime.el (smime-sign-buffer): Get key and extra certs.
1397         (smime-get-key-with-certs-by-email): Utility function.
1398
1399 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
1400         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
1401
1402         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
1403         article exists.
1404
1405 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
1406
1407         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
1408
1409 2002-09-20  Kai Gro\8eßjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
1410         From Reiner Steib.
1411
1412         * gnus-art.el (gnus-button-handle-custom,
1413         gnus-button-handle-mid-or-mail,
1414         gnus-button-handle-describe-{function,variable,key},
1415         gnus-button-handle-apropos{,command,variable}): New functions.
1416         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
1417         gnus-button-{man,emacs,mail}-level): New variables.
1418         (gnus-button-alist): Use the above to buttonize emacs and mail
1419         related links.
1420
1421 2002-09-18  Juanma Barranquero  <lektu@terra.es>
1422
1423         * gnus-int.el (gnus-status-message): Fix spacing.
1424
1425         * imap.el (imap-continuation): Fix typos.
1426
1427 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
1428
1429         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
1430
1431         * gnus-art.el (gnus-article-reply-with-original): Correct
1432         with-current-buffer scope.
1433
1434         * message.el (message-completion-alist): Add Reply-To, From, etc.
1435
1436 2002-09-18  Simon Josefsson  <jas@extundo.com>
1437
1438         * nnimap.el (nnimap-request-expire-articles): Make flag setting
1439         conditional.  From Nevin Kapur <nevin@jhu.edu>.
1440
1441 2002-09-17  Simon Josefsson  <jas@extundo.com>
1442
1443         * nnimap.el (nnimap-expiry-target): Don't search for which
1444         articles exists here.
1445         (nnimap-request-expire-articles): Do it here instead.  Only expire
1446         when articles are found.  Suggested by Nevin Kapur
1447         <nevin@jhu.edu>.
1448
1449 2002-09-17  Kai Gro\81ßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1450         From Reiner Steib <reiner.steib@gmx.de>.
1451
1452         * message.el (message-strip-subject-trailing-was)
1453         (message-change-subject, message-add-archive-header)
1454         (message-xpost-fup2-header, message-xpost-insert-note)
1455         (message-xpost-fup2, message-reduce-to-to-cc): New functions
1456         adopted from message-utils.el.  Add functions to the keymap, mode
1457         describtion and menu.
1458         (message-change-subject,message-xpost-fup2): Signal error if
1459         current header is empty.
1460         (message-xpost-insert-note): Changed insert position.
1461         (message-archive-note): Ensure to insert note in message body (not
1462         in head).
1463         (message-archive-header, message-archive-note)
1464         (message-xpost-default, message-xpost-note, message-fup2-note)
1465         (message-xpost-note-function): New variables adopted from
1466         message-utils.el.  Changed some doc-strings.
1467         (message-mark-insert-{begin,end}): Rename from
1468         message-{begin,end}-inserted-text-mark (message-utils.el), changed
1469         values.
1470         (message-subject-trailing-was-query)
1471         (message-subject-trailing-was-ask-regexp)
1472         (message-subject-trailing-was-regexp): New variables.
1473         (message-to-list-only): Added doc-string and menu entry.
1474
1475         * message-utils.el: Removed.  Functions are now in message.el.
1476
1477 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
1478
1479         * gnus-art.el (gnus-article-reply-with-original,
1480         gnus-article-followup-with-original): Switch to
1481         gnus-summary-buffer before reply/followup.
1482
1483 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
1484
1485         * gnus-sum.el (gnus-summary-toggle-header): The article window may
1486         not exist. Toggle it anyway.
1487
1488 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
1489
1490         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
1491
1492         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
1493         Trivial patch from Urban Engberg <ue@ccieurope.com>.
1494
1495         * rfc2047.el (message-posting-charset): Defvar it.
1496         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
1497         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
1498
1499         * mail-source.el (mail-source-fetch): Hide password.
1500
1501         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
1502
1503 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1504         From John Paul Wallington <jpw@shootybangbang.com>.
1505
1506         * gnus.el (gnus-visual, gnus-meta): Fix typo.
1507
1508 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1509
1510         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
1511
1512 2002-09-11  Simon Josefsson  <jas@extundo.com>
1513
1514         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
1515         (nnimap-split-rule): Doc fix.
1516         (nnimap-request-expire-articles): Cleanup code.
1517
1518 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1519         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
1520
1521         * gnus-art.el (gnus-article-address-banner-alist): New option.
1522         (article-strip-banner): Refer the above option to split banners of
1523         free mail servers, when no group parameter is specified.
1524
1525 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1526
1527         * nntp.el (nntp-wait-for-string): Check for a process in the
1528         current buffer instead of `nntp-server-buffer'.
1529
1530 2002-09-09  Simon Josefsson  <jas@extundo.com>
1531
1532         * gnus-art.el (gnus-button-man-handler): New variable.
1533         (gnus-button-alist): Use g-b-handle-man.
1534         (gnus-button-handle-man): New, call g-b-man-handler.
1535
1536 2002-09-08  Simon Josefsson  <jas@extundo.com>
1537
1538         * gnus-art.el (gnus-button-alist): Buttonize man page links.
1539
1540 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1541
1542         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
1543
1544 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1545
1546         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
1547
1548         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
1549         keystroke.
1550
1551         * gnus-srvr.el (gnus-browse-describe-group): New command and
1552         keystroke.
1553
1554 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1555
1556         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
1557         value for gnus-decoration property.
1558
1559 2002-09-06  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1560
1561         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
1562         string) as group name in case we have a CRLF in the file.
1563
1564 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
1565
1566         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
1567         group.
1568         (rfc1843-decode-hzp): do.
1569         (rfc1843-newsgroups-regexp): do.
1570
1571 2002-09-04  Simon Josefsson  <jas@extundo.com>
1572
1573         * message.el (message-canlock-generate): Make sure sha1 doesn't
1574         call external programs.
1575
1576 2002-09-03  Simon Josefsson  <jas@extundo.com>
1577
1578         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
1579
1580         * gnus-agent.el (gnus-agent-batch): Add doc.
1581
1582 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
1583
1584         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
1585         check for signed and encrypted parts.
1586         * mml.el (mml-parse-1): Correct small typo which preventing
1587         setting recipients in a secure tag.
1588
1589 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1590
1591         * mm-util.el (mm-coding-system-priorities): Default to a list of
1592         iso-2022-jp and others for the Japanese environment.
1593
1594 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1595
1596         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
1597         invalid display names.
1598
1599 2002-08-30  Simon Josefsson  <jas@extundo.com>
1600
1601         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
1602         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
1603
1604 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
1605
1606         * gnus.el (gnus-group-charter-alist): New option.
1607         (gnus-group-fetch-control-use-browse-url): New option.
1608
1609         * gnus-group.el (gnus-group-fetch-charter): New function.
1610         (gnus-group-fetch-control): New function.
1611         Add them to the keymap and menu. Require mm-url.
1612
1613 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1614
1615         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
1616         From Alex Schroeder <alex@emacswiki.org>.
1617
1618 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
1619
1620         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
1621         items expecting user interaction.
1622
1623         * gnus-topic.el (gnus-topic-make-menu-bar): do.
1624
1625         * gnus-sum.el (gnus-summary-make-menu-bar): do.
1626
1627         * gnus-srvr.el (gnus-server-make-menu-bar): do.
1628
1629         * mml.el (mml-menu): do.
1630
1631 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1632
1633         * mail-source.el (mail-source-touch-pop): New function.
1634
1635         * message.el (message-smtpmail-send-it): New function.
1636         (message-send-mail-function): Add it for a candidate.
1637
1638 2002-08-27  Simon Josefsson  <jas@extundo.com>
1639
1640         * gnus-msg.el (posting-charset-alist): Use
1641         gnus-define-group-parameter instead of defcustom.
1642         (gnus-put-message): Handle SPC in GCC.
1643         (gnus-inews-insert-gcc): Ditto.
1644         (gnus-inews-insert-archive-gcc): Ditto.
1645
1646 2002-08-26  Simon Josefsson  <jas@extundo.com>
1647
1648         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
1649         (gnus-agentize): Auto agentize all nntp and nnimap groups.
1650         (gnus-agent-possibly-save-gcc): Autoload.
1651         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
1652
1653 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1654
1655         * gnus.el (gnus-other-frame-function): New user option.
1656         (gnus-other-frame): Use it; add a doc-string; make it work with
1657         the gnuclient program.
1658
1659         * gnus-util.el (gnus-frame-or-window-display-name): New function.
1660
1661         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
1662         `device-connection' and `dfw-device'.
1663
1664 2002-08-22  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1665
1666         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
1667         positives, make it stricter.  From Jochen Hein (trivial change).
1668
1669 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1670
1671         * gnus.el (gnus-other-frame): Trivial fix.
1672
1673 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1674
1675         * gnus.el (gnus-other-frame-parameters): New user option.
1676         (gnus-other-frame-object): New variable.
1677         (gnus-other-frame): Make it search for existing Gnus frame; don't
1678         read new news; delete frame on exit.
1679
1680         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
1681
1682         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
1683
1684 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1685         From \92¾®\92´Ø \92µÈ\92§ (KOSEKI Yoshinori) <kose@meadowy.org>.
1686
1687         * message.el (message-set-auto-save-file-name): Add support for
1688         the Cygwin Emacs; the system-type is `cygwin'.
1689         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
1690
1691 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
1692
1693         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
1694
1695         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
1696         avoid arithmetic errors.
1697
1698 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1699
1700         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
1701
1702 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1703
1704         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
1705         (message-ignored-resent-headers): Add envelope From.
1706
1707 2002-08-18  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1708
1709         * gnus.el (gnus-summary-line-format): Document %k specifier.
1710
1711 2002-08-17  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1712
1713         * gnus-sum.el (gnus-summary-line-message-size): New function.
1714         (gnus-summary-line-format-alist): Use it.
1715
1716 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1717
1718         * gnus-art.el (article-make-date-line): Refer to the value for
1719         `gnus-article-time-format' in the summary buffer.
1720
1721         * message.el (message-cite-prefix-regexp): Exclude ":" and "\81»".
1722
1723 2002-08-14  Simon Josefsson  <jas@extundo.com>
1724
1725         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
1726         quoting.
1727         (gnus-button-alist): Fix doc.
1728         (gnus-header-button-alist): Use ' not ` for default value quoting.
1729         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
1730         rationale similar to 2002-05-01 change.
1731         (gnus-article-add-buttons-to-head): Evaluate expression.
1732
1733         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
1734
1735 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1736
1737         * message.el (message-font-lock-keywords): Refer to the value for
1738         `message-cite-prefix-regexp' dynamically.
1739
1740 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1741
1742         * gnus-art.el (gnus-decode-header-methods): Doc fix.
1743
1744 2002-08-12  Simon Josefsson  <jas@extundo.com>
1745
1746         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
1747         (imap-shell-open): Skip initial junk before IMAP greeting.
1748
1749 2002-08-11  Simon Josefsson  <jas@extundo.com>
1750
1751         * message-utils.el (message-xpost-default,
1752         message-xpost-fup2-header, message-xpost-fup2): Fixed
1753         Typos.  Trivial changes from Reiner Steib
1754         <4uce.02.r.steib@gmx.net>.
1755
1756 2002-08-09  Simon Josefsson  <jas@extundo.com>
1757
1758         * message.el (message-canlock-password): Set
1759         canlock-password-for-verify to newly generated canlock-password.
1760         When Emacs is restarted, Custom makes sure this is set, but during
1761         the same session we must set it manually.
1762
1763 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
1764
1765         * yenc.el: New file.
1766
1767         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
1768         (mm-uu-type-alist): Add yenc.
1769         (mm-uu-yenc-filename): New function.
1770         (mm-uu-yenc-extract): New function.
1771
1772         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
1773
1774 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
1775
1776         * dgnushack.el (merge): Don't use coerce.
1777
1778 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
1779
1780         * mailcap.el (mailcap-mime-data): Test window-system rather than
1781         mm-device-type.
1782         (mailcap-mime-data): Call xdvi and gv with "-safer".
1783
1784         * mm-util.el: Don't define mm-device-type.
1785
1786 2002-08-05  Simon Josefsson  <jas@extundo.com>
1787
1788         * mm-util.el (mm-coding-system-priorities): coding-system type not
1789         supported everywhere.
1790
1791 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1792
1793         * gnus.el (gnus-version-number): Bumped version number.
1794
1795 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1796
1797         * gnus.el: Oort Gnus v0.07 is released.
1798
1799 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1800
1801         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
1802         (gnus-article-sort-functions): Doc fix.
1803         (t): New keystroke.
1804         (gnus-article-sort-by-random): New function.
1805         (gnus-thread-sort-by-random): New function.
1806
1807 2002-08-02  Simon Josefsson  <jas@extundo.com>
1808
1809         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
1810         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
1811
1812 2002-07-31  Danny Siu  <dsiu@adobe.com>
1813
1814         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
1815         when splitting malformed messages without message-id
1816
1817 2002-07-28  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1818         From Niklas Morberg <niklas.morberg@axis.com>.
1819
1820         * nnweb.el (nnweb-type, nnweb-type-definition)
1821         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
1822         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
1823         functionality.
1824         * nnweb.el: Removed old non-functioning search engines.
1825
1826 2002-07-27  Simon Josefsson  <jas@extundo.com>
1827
1828         * message.el (message-forward-make-body): Don't use
1829         `message-forward-ignored-headers' when doing a "raw" followup (it
1830         is important to preserve e.g. CTE).
1831
1832         * flow-fill.el (fill-flowed): Disable filladapt-mode.
1833
1834         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
1835         regexp-quote, Cyrus Sieve is fixed.
1836
1837         * sieve-manage.el (sieve-manage-deletescript): New function.
1838
1839         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
1840         (sieve-manage-mode): Fix menubar.
1841         (sieve-activate): Change some messages.
1842         (sieve-deactivate-all): New function.
1843         (sieve-deactivate): New alias.
1844         (sieve-remove): New function.
1845         (sieve-help): Fix help.
1846         All suggested by Ned Ludd.
1847
1848 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1849
1850         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
1851         (mm-w3m-safe-url-regexp): New user option.
1852
1853         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
1854         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
1855
1856 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
1857
1858         * gnus-sum.el (gnus-summary-delete-article): Force
1859         nnmail-expiry-target to 'delete, so that absolute deletion
1860         happens when absolute deletion is requested.
1861
1862 2002-07-21  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1863         From Nevin Kapur <nevin@jhu.edu>.
1864
1865         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
1866         headers as empty headers.
1867
1868 2002-07-21  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1869         From Jochen Hein <jochen@jochen.org>.
1870
1871         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
1872         correct typo.
1873         (gnus-emphasis-strikethru): New face.
1874
1875 2002-07-20  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1876         From Jason Merrill <jason@redhat.com>.
1877
1878         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
1879         entire file for each of a sequence of missing articles.
1880
1881         * gnus-salt.el (gnus-binary-display-article): Respect an existing
1882         value for gnus-view-pseudos.
1883
1884         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
1885         avoid nreverse.
1886
1887 2002-07-14  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1888         From Ted Zlatanov <teodor.zlatanov@divine.com>.
1889
1890         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
1891         (gnus-summary-mode-line-format-alist): Add %h for number of
1892         spams.
1893         (gnus-newsgroup-spam-marked): New variable.
1894         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
1895         (gnus-article-read-p, gnus-article-mark)
1896         (gnus-set-global-variables, gnus-set-global-variables)
1897         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
1898         (gnus-summary-mark-article-as-unread)
1899         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
1900         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
1901         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
1902
1903 2002-07-10  Simon Josefsson  <jas@extundo.com>
1904
1905         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
1906         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
1907
1908 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
1909
1910         * gnus-sum.el (gnus-summary-delete-article): Respect group
1911         parameters while expiring.
1912
1913 2002-07-08  Simon Josefsson  <jas@extundo.com>
1914
1915         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
1916         Enberg.
1917
1918 2002-07-08  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1919
1920         * gnus-art.el (article-unsplit-urls): Only display MIME when this
1921         function is called interactively.  From Niklas Morberg.
1922
1923 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
1924
1925         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
1926         cdaar to cdar and car.
1927
1928         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
1929         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
1930
1931 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1932
1933         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
1934         don't break a narrowed article.
1935
1936         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
1937         (nntp-open-via-rlogin-and-telnet): Ditto.
1938
1939 2002-07-02  Didier Verna  <didier@xemacs.org>
1940
1941         * nnmail.el (nnmail-split-methods): fix custom type.
1942
1943 2002-07-02  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1944
1945         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
1946         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
1947
1948 2002-07-01  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1949
1950         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
1951         (gnus-summary-resend-message): Use it.
1952
1953 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1954
1955         * nntp.el (nntp-via-rlogin-command-switches): New variable.
1956         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
1957
1958 2002-06-28  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1959
1960         * message.el (message-font-lock-keywords): Don't fontify
1961         headers in the message body, only in the header.
1962         (message-font-lock-make-header-matcher): New function, used by
1963         message-font-lock-keywords.
1964         From Katsumi Yamaoka <yamaoka@jpl.org>.
1965
1966 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1967
1968         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
1969
1970 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1971
1972         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
1973
1974 2002-06-26  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1975
1976         * message.el (message-font-lock-keywords): Revert 2002-06-22
1977         change.
1978
1979 2002-06-24  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1980
1981         * message.el (message-font-lock-keywords): Put colon in header
1982         name match.
1983
1984 2002-06-22  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1985
1986         * message.el (message-font-lock-keywords): Don't use header faces
1987         in the body.  Thanks to Stefan Monnier for the hint on the
1988         implementation.
1989
1990 2002-05-09  Miles Bader  <miles@gnu.org>
1991
1992         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
1993         (gnus-article-hide-citation): Respect it.
1994
1995 2002-04-12  Juanma Barranquero  <lektu@terra.es>
1996
1997         * pop3.el (pop3-open-server): Fix typo.
1998
1999 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
2000
2001         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
2002         instead of push to ignore duplicate to-(list|address) values.
2003         * nnmail.el (nnmail-cache-ignore-groups): New.
2004         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
2005
2006 2002-06-18  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2007
2008         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
2009         before sending.  Suggested by Jan Rychter.
2010
2011 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2012
2013         * dgnushack.el (remove): New compiler macro.
2014         (last, coerce, subseq): Remove compiler macros for those built-in
2015         or unused functions.
2016
2017 2002-06-17  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2018
2019         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
2020         sure to write byte-compiled versions of gnus-*-format-alist to
2021         .newsrc.eld.  From Simon Josefsson.
2022
2023 2002-06-16  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2024
2025         * gnus-agent.el (gnus-agent-read-servers)
2026         (gnus-agent-write-servers): Put server name (string like
2027         "nnchoke:frumple") in the file instead of a server specification
2028         (Lisp expression like (nnchoke "frumple" ...parameters...)).
2029         From Bj\81ørn Mork <bmork@dod.no>.
2030
2031 2002-06-16  Simon Josefsson  <jas@extundo.com>
2032
2033         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
2034         Reiner Steib <4uce.02.r.steib@gmx.net>.
2035
2036 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
2037
2038         * nnheader.el (nnheader-file-name-translation-alist): Set the
2039         default value for MS Windows systems.
2040
2041         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
2042
2043 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2044
2045         * message.el (message-beginning-of-line): Keep the region active
2046         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
2047
2048 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
2049
2050         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
2051         * gnus-msg.el (gnus-summary-reply): Ditto.
2052         * gnus-msg.el (gnus-summary-handle-replysign): New.
2053
2054 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2055
2056         * message.el (message-send-mail-with-sendmail): Kill errbuf even
2057         if sending failed.
2058
2059 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
2060
2061         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
2062         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
2063         to sign while encrypting.
2064
2065 2002-06-11  Simon Josefsson  <jas@extundo.com>
2066
2067         * gnus-int.el (gnus-request-move-article): Agent expire article if
2068         successfuly moved.
2069
2070         * nnweb.el (nnweb-google-create-mapping): Honors the value of
2071         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
2072
2073 2002-06-10  Simon Josefsson  <jas@extundo.com>
2074
2075         * gnus-int.el (gnus-request-expire-articles): Fix last change?
2076
2077 2002-06-09  Simon Josefsson  <jas@extundo.com>
2078
2079         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
2080
2081         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
2082
2083 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2084
2085         * flow-fill.el (fill-flowed): Ignore errors.
2086
2087 2002-06-06  Simon Josefsson  <jas@extundo.com>
2088
2089         * message.el (message-send-mail-with-sendmail): Improve error message.
2090
2091 2002-06-06  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2092
2093         * message.el (message-interactive): Change default from nil to t.
2094         Better to be safe than to be fast.
2095
2096 2002-06-05  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2097
2098         * message.el (message-send-mail-with-sendmail): Check return value
2099         from call-process-region.
2100
2101 2002-06-04  Simon Josefsson  <jas@extundo.com>
2102
2103         * gnus-msg.el (gnus-group-mail, gnus-group-news)
2104         (gnus-group-post-news, gnus-summary-mail-other-window)
2105         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
2106         gnus-article-copy to nil, thereby inhibiting the `header' posting
2107         style match to use data from last viewed article.
2108         Suggested by Hrvoje Niksic.
2109
2110 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2111
2112         * spam.el (spam-point-at-eol): New alias.
2113         (spam-parse-whitelist): Use it.
2114
2115 2002-06-03  Simon Josefsson  <jas@extundo.com>
2116
2117         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
2118         (nnmail-article-group): Use it.
2119
2120 2002-05-30  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2121
2122         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
2123         so that code reading them won't be surprised.  From Jesper Harder
2124         <harder@ifa.au.dk>.
2125
2126 2002-05-29  Simon Josefsson  <jas@extundo.com>
2127
2128         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
2129         articles.
2130
2131         * gnus.el (gnus-agent-cache): Doc fix.
2132         (gnus-agent): Change default to t.
2133
2134         * gnus-agent.el (gnus-agent-expire): Make it accept optional
2135         ARTICLES, GROUP and FORCE parameters.
2136
2137 2002-05-28  Simon Josefsson  <jas@extundo.com>
2138
2139         * gnus-group.el (gnus-group-line-format): Doc fix.
2140
2141 2002-05-28  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2142
2143         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
2144         original article before yanking.  From Jesper Harder
2145         <harder@ifa.au.dk>.
2146
2147 2002-05-26  Simon Josefsson  <jas@extundo.com>
2148
2149         * gnus-sum.el (gnus-summary-menu-split): New function.
2150         (gnus-summary-make-menu-bar): Split charset submenu.
2151         (gnus-summary-menu-maxlen): New variable.
2152         (gnus-summary-menu-split): Use it.
2153
2154 2002-05-25  Simon Josefsson  <jas@extundo.com>
2155
2156         * mml.el (mml-preview): Generate some headers.
2157
2158         * gnus.el (gnus-large-newsgroup): Fix :type.
2159
2160         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
2161         Agent cache NOV's by default now).
2162         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
2163
2164 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
2165
2166         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
2167         call to gnus-parent-id when we check for References loops.
2168         (gnus-summary-prepare-threads): Avoid simplifying every Subject
2169         twice by saving the simplified subject string in simp-subject.
2170
2171 2002-05-23  Simon Josefsson  <jas@extundo.com>
2172
2173         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
2174         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
2175
2176         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
2177         Niklas Morberg <niklas.morberg@axis.com>.
2178
2179 2002-05-22  Simon Josefsson  <jas@extundo.com>
2180
2181         * sieve.el (sieve-change-region): Define it before it is used.
2182
2183         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
2184         (gnus-summary-reply): Ask for confirmation when replying to news.
2185         Defaults to not ask.  From Benjamin Rutt
2186         <rutt+news@cis.ohio-state.edu>.
2187
2188         * nnimap.el (nnimap-nov-is-evil): Improve doc.
2189
2190 2002-05-21  Simon Josefsson  <jas@extundo.com>
2191
2192         * sieve-mode.el (sieve-manage): Fix autoloads.
2193
2194         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
2195         name (makes it work with recent Cyrus timsieved).
2196
2197 2002-05-20  Jason  <jbaker@cs.utah.edu>
2198         Trivial patch.
2199
2200         * gnus-art.el (gnus-request-article-this-buffer): Try
2201         reconnecting if you don't get the message.
2202
2203 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2204
2205         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
2206         Reply-To headers from the headers.
2207
2208 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2209
2210         * mm-url.el (mm-url-insert): Remove junk message.
2211
2212 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2213
2214         * nnslashdot.el (nnslashdot-request-list): Parse new html.
2215         (nnslashdot-use-front-page): New variable.
2216         (nnslashdot-request-list): Use it.
2217
2218         * mm-url.el (mm-url-timeout): New variable.
2219         (mm-url-retries): Ditto.
2220         (mm-url-insert): Use it.
2221
2222 2002-05-16  Simon Josefsson  <jas@extundo.com>
2223
2224         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
2225         (gnus-simplify-subject-functions): Mention g-s-a-w.
2226
2227 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
2228
2229         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
2230         nnmail-cache-insert.
2231         * nndiary.el (nndiary-request-accept-article): Ditto.
2232         * nnfolder.el (nnfolder-request-accept-article): Ditto.
2233         * nnimap.el (nnimap-request-accept-article): Ditto.
2234         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
2235         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
2236         * nnmbox.el (nnmbox-request-accept-article): Ditto.
2237         * nnmh.el (nnmh-request-accept-article): Ditto.
2238         * nnmail.el (nnmail-cache-insert): Change group to required,
2239         removed code which tried to figure out the group.
2240
2241 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
2242
2243         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
2244         messages. From Hans de Graaff <hans@degraaff.org>.
2245         * nnml.el (nnml-request-accept-article): Pass in the group name to
2246         nnmail-cache-insert, since it's available.
2247
2248 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
2249
2250         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
2251
2252 2002-05-08  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2253         From Florian Weimer <fw@deneb.enyo.de>.
2254
2255         * gnus.el (subscribed): New group parameter.
2256         (gnus-find-subscribed-addresses): Use it.
2257
2258 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
2259
2260         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
2261         the default for pgpmime to support pgp v2.
2262         * mml-sec.el (mml-signencrypt-style): New accessor function to
2263         allow users to get/set the signencrypt style more easily without
2264         frobbing the alist directly.
2265         * mml.el (mml-generate-mime-1): Use accessor function.
2266
2267 2002-05-08  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2268
2269         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
2270         parenthesis for "<" and ">".  Suggested by Andreas Schwab
2271         <schwab@suse.de>.
2272
2273 2002-05-07  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2274
2275         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
2276         when intuiting the group the message is written to.  From Josh
2277         Huber <huber@alum.wpi.edu>.
2278
2279 2002-05-06  Simon Josefsson  <jas@extundo.com>
2280
2281         * gnus-topic.el (gnus-group-topic-parameters): Work when group
2282         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
2283
2284 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
2285
2286         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
2287         argument, and fixed compiler warning. (added autoload for
2288         gpg-encrypt).
2289
2290 2002-05-04  Simon Josefsson  <jas@extundo.com>
2291
2292         * mml1991.el (mml1991-function-alist): Doc fix.
2293
2294         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
2295         doesn't exist (for previewing messages without having Gnus
2296         started).
2297
2298         * mm-util.el (mm-coding-system-priorities): Defcustom.
2299
2300         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
2301
2302 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
2303
2304         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
2305         default.
2306         * mml-sec.el:
2307         * mml-sec.el (mml-signencrypt-style): New.
2308         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
2309         argument `sign'.
2310         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
2311         signencrypt.
2312         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
2313         * mml.el (mml-generate-mime-1): Changed logic so a part which is
2314         both signed & encryped is processed in one operation. (rather than
2315         two separate ops: sign, then encrypt)
2316         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
2317         indication if a message is signed by an expired key.
2318         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
2319         enables combined sign & encrypt operation. (this was always on
2320         before).
2321         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
2322
2323 2002-05-01  Simon Josefsson  <jas@extundo.com>
2324
2325         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
2326         server.
2327         (nnimap-mailbox-info): defvar instead of defvoo.
2328
2329 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2330
2331         * gnus.el: Oort Gnus v0.06 is released.
2332
2333 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2334
2335         * lpath.el: Bind url-package-version.
2336
2337 2002-05-01  Simon Josefsson  <jas@extundo.com>
2338
2339         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
2340         filename before deleting the group itself, because the presence of
2341         a group filename decides if long filenames are used or not.
2342
2343         * gnus-art.el (gnus-button-alist): Don't inline
2344         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
2345         without also modifying g-button-alist.
2346         (gnus-button-alist): Fix type to allow variable as well as regexp.
2347         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
2348         themselves, variables to its contents.
2349         (gnus-button-entry): Ditto.
2350
2351 2002-05-01  Simon Josefsson  <jas@extundo.com>
2352
2353         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
2354         UIDNEXT as a string.
2355
2356         * nnimap.el (nnimap-string-lessp-numerical): New function.
2357         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
2358         integers.
2359
2360 2002-04-29  Simon Josefsson  <jas@extundo.com>
2361
2362         * nnmail.el (nnmail-cache-insert): Accept optional group
2363         parameter.
2364
2365         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
2366         n-r-g-a is disabled.
2367
2368 2002-04-29  Simon Josefsson  <jas@extundo.com>
2369
2370         * nnimap.el (nnimap-split-fancy): Fix doc.
2371         (nnimap-split-fancy): Fix doc.
2372
2373         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
2374         (nnimap-mailbox-info): New internal variable.
2375         (nnimap-retrieve-groups): Implement faster new mail check.
2376
2377         * nnimap.el (nnimap-split-articles): Support
2378         nnmail-cache-accepted-message-ids.
2379         (nnimap-request-accept-article): Ditto.
2380
2381         * imap.el (imap-mailbox-status-asynch): New command.
2382
2383 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
2384
2385         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
2386         are no subscribed mail groups.
2387         - Strip quoted names when comparing addresses
2388
2389 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
2390
2391         * mm-decode.el (mm-text-html-renderer): Change customize type to
2392         const.
2393
2394         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
2395         (gnus-debug-exclude-variables): do.
2396
2397 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
2398
2399         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
2400         Trivial change from Karl Pfl\81ästerer <sigurd@12move.de>.
2401
2402 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2403
2404         * dns.el (dns-make-network-process): New macro.
2405         (query-dns): Use it.
2406
2407 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
2408
2409         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
2410         article-buffer.
2411
2412         * mm-url.el (mm-url-package-name): New variable.
2413         (mm-url-package-version): New variable.
2414         (mm-url-insert-file-contents): Bind url-package-name and
2415         url-package-version here.
2416         * nnrss.el (nnrss-insert-w3): Move the bindings.
2417
2418         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
2419         url-package-version. Trivial change from Andrew J Cosgriff
2420         <ajc@polydistortion.net>
2421
2422         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
2423         attachments. Trivial change from Peter 'Luna' Runestig
2424         <peter@runestig.com>.
2425
2426 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
2427
2428         * nnkiboze.el (nnkiboze-request-scan): Call
2429         nnkiboze-possibly-change-group.
2430         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
2431         problems.
2432         (nnkiboze-generate-group): Set newsrc to the *highest* article
2433         number kibozed, not the lowest.
2434
2435 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
2436
2437         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
2438
2439 2002-04-24  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2440         From Dan Christensen <jdc+news@uwo.ca>.
2441
2442         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
2443         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
2444         Recognize math postings.  Extract Date (now ignores "(15kb)").
2445         Extract email address using gnus-extract-address-components
2446         instead of just taking the first word.  Create Date and From
2447         headers for message which are missing these headers.  Get rid
2448         of spurious \\ lines (purely cosmetic).  Extend body-end and
2449         file-end regexps, to exclude more garbage from the message.
2450         Make URL rephrasing regexp more flexible, to match current
2451         format.
2452
2453 2002-04-23  Simon Josefsson  <jas@extundo.com>
2454
2455         * netrc.el: New file, functions copied from gnus-util.el by Ted
2456         Zlatanov <tzz@lifelogs.com>.
2457
2458         * gnus-util.el: Require netrc.
2459         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
2460         new code in netrc.el.
2461
2462 2002-04-23  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2463
2464         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
2465         message-ignored-resent-headers, too.  From Matthieu Moy
2466         <Matthieu.Moy@imag.fr>.
2467
2468 2002-04-22  Bj\81örn Torkelsson  <torkel@acc.umu.se>
2469
2470         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
2471         boolean not a string
2472         * gnus-group.el (gnus-group-line-format): add description of %C
2473         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
2474           as %C
2475         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
2476
2477 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
2478
2479         * nnmaildir.el (nnmaildir-request-scan): typo: set
2480         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
2481         nnmail-get-new-mail for 'find-new-groups.
2482
2483 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
2484
2485         * nnmaildir.el (nnmaildir-request-update-info,
2486         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
2487         unnecessary calls to nnmaildir-request-scan.
2488
2489 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
2490
2491         * gnus-msg.el:
2492         * gnus-msg.el (gnus-message-replysign): New.
2493         * gnus-msg.el (gnus-message-replyencrypt): New.
2494         * gnus-msg.el (gnus-message-replysignencrypted): New.
2495         * gnus-msg.el (gnus-summary-reply): Use the three new variables
2496         (above) to automatically encrypt/sign to encrypted/signed
2497         messages.
2498         * message.el:
2499         * message.el (message-mode-map): Add keybinding for
2500         `message-to-list-only'
2501         * message.el (message-mode): Add description for
2502         `message-to-list-only'
2503         * message.el (message-to-list-only): New.
2504         * message.el (message-make-mft): Changed to use the cl loop macro,
2505         and added optional flag to return only the matched list. (for use
2506         in new message-to-list-only function)
2507
2508 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
2509
2510         * gnus-msg.el:
2511         * gnus-msg.el (gnus-message-replysign):
2512         * gnus-msg.el (gnus-replysign): New.
2513         * gnus-msg.el (gnus-replyencrypt): New.
2514         * gnus-msg.el (gnus-replysignencrypted): New.
2515         * gnus-msg.el (gnus-summary-reply):
2516         * message.el:
2517         * message.el (message-mode-map):
2518         * message.el (message-mode):
2519         * message.el (message-to-list-only): New.
2520         * message.el (message-make-mft):
2521
2522 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
2523
2524         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
2525
2526 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
2527
2528         * message.el (message-gen-unsubscribed-mft): accept a prefix
2529         argument so CC can be included with C-u C-c C-f C-a
2530
2531 2002-04-17  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2532         From Ted Zlatanov <teodor.zlatanov@divine.com>.
2533
2534         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
2535         Improve docstring.
2536         (spam-enter-blacklist): New command.
2537
2538         * gnus-sum.el (gnus-spam-mark): New mark.
2539         (gnus-auto-expirable-marks): Add gnus-spam-mark.
2540         (gnus-summary-make-tool-bar): Correct conditional.
2541         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
2542         (gnus-summary-mark-as-spam): New command.
2543
2544 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
2545
2546         * mml-sec.el (mml-secure-message): changed to support arbritrary
2547         modes.
2548         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
2549         changed to support "signencrypt" mode.
2550         * mml.el (mml-parse-1): changed to support different secure modes
2551         more easily. (for signencrypt)
2552
2553 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
2554
2555         * gnus-sum.el (gnus-update-summary-mark-positions)
2556         (gnus-summary-toggle-header):
2557         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
2558         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
2559         (gnus-uu-post-encoded):
2560         * nnfolder.el (nnfolder-possibly-change-group):
2561         * nnimap.el (nnimap-retrieve-headers):
2562         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
2563
2564 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
2565
2566         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
2567         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
2568
2569 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2570
2571         * gnus-srvr.el (gnus-server-set-info): Clear
2572         `gnus-server-method-cache' when `gnus-server-alist' is changed.
2573         From Daiki Ueno <ueno@unixuser.org>.
2574
2575 2002-04-11  Simon Josefsson  <jas@extundo.com>
2576
2577         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
2578         viewing of security buttons.  Thanks to Nicolas Kowalski
2579         <Nicolas.Kowalski@imag.fr>.
2580
2581         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
2582         J\81ørgensen <arne+usenet@daimi.au.dk>.
2583         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
2584         <Nicolas.Kowalski@imag.fr>.
2585         (smime-decrypt-buffer): Ditto.
2586
2587 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2588
2589         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
2590         header line.
2591
2592 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
2593
2594         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
2595
2596 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2597
2598         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
2599
2600 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
2601
2602         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
2603         errors when debug.
2604
2605 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
2606
2607         * message.el (message-make-mft): Changed MFT code from using
2608         message-recipients (which included Bcc) to use only the To and CC
2609         headers.
2610
2611 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
2612
2613         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
2614         add link.
2615         (gnus-treat-mail-picon): Ditto.
2616         (gnus-treat-newsgroups-picon): Ditto.
2617         (gnus-picon-databases): Fix custom type.
2618         (gnus-picon-databases): Add link.
2619         (gnus-article-x-face-command): Add to gnus-picon group.
2620
2621 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
2622
2623         * message.el (message-buffer-naming-style): Remove.
2624
2625 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
2626
2627         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
2628
2629         * message.el (message-tool-bar-map): Ditto.
2630
2631         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2632
2633 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2634
2635         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
2636
2637 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
2638
2639         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
2640
2641 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
2642         Trivial patch.
2643
2644         * dns.el: open-network-stream under XEmacs does udp.
2645
2646 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
2647
2648         * spam.el (spam-enter-whitelist): New function.
2649         (spam-parse-whitelist): Ditto.
2650         (spam-refresh-list-cache): Ditto.
2651         (spam-address-whitelisted-p): New function.
2652
2653         * dns.el (query-dns): Use TCP when make-network-process isn't
2654         available.
2655         (dns-servers): New variable.
2656         (dns-parse-resolv-conf): New function.
2657         (query-dns): Use it.
2658
2659         * spam.el: New file.
2660
2661         * dns.el (query-dns): Test.
2662
2663 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2664
2665         * lpath.el (featurep): Bind make-network-process.
2666
2667 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
2668
2669         * nnmaildir.el: Use defstruct.  Use a single copy of
2670         nnmail-extra-headers to save memory.  Store server's group name
2671         prefix instead of each group's prefixed name.
2672         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
2673         nntp-server-buffer.
2674
2675 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2676
2677         * dns.el: New file.
2678
2679 2002-03-28  Simon Josefsson  <jas@extundo.com>
2680
2681         * gnus-sum.el (gnus-summary-dummy-line-format):
2682         * gnus.el (gnus-summary-line-format): Fixing links to Info.
2683         Trivial change from Bj\81örn Torkelsson <torkel@pdc.kth.se>.
2684
2685 2002-03-29  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2686
2687         * gnus-sum.el (gnus-summary-move-article)
2688         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
2689         the doc string.
2690
2691 2002-03-28  Simon Josefsson  <jas@extundo.com>
2692
2693         * mml-sec.el (mml-secure-message): Search after
2694         mail-header-separator from top of message.
2695
2696 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
2697
2698         * nnmaildir.el: Cosmetic changes.
2699         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
2700         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
2701         nnmaildir--group-ls): New macros/functions.  Use them.
2702         (nnmaildir--unlink): Evalutate argument only once.
2703
2704 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
2705
2706         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
2707         symbols.
2708         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
2709         `gnus-point-at-eol'.
2710
2711 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
2712
2713         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
2714         nnmaildir--marks-dir): New macros.  Use them.
2715         Use inhibit-quit for atomicity instead of in-memory journaling.
2716         (nnmaildir--edit-prep): New function.
2717         (Local Variables): Use it.
2718
2719 2002-03-26  Pavel@Janik.cz (Pavel Jan\81ík)
2720
2721         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
2722
2723 2002-03-25  Simon Josefsson  <jas@extundo.com>
2724
2725         * message.el (message-mode): Fix doc.
2726
2727 2002-03-25  Simon Josefsson  <jas@extundo.com>
2728
2729         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
2730         Matthieu Moy <Matthieu.Moy@imag.fr>.
2731
2732 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
2733
2734         * mml-sec.el (mml-unsecure-message): Add docstring.
2735
2736 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
2737
2738         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
2739         value.
2740         Trivial change from andre@slamdunknetworks.com
2741
2742 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
2743
2744         * mml.el (mml-mode-map): Added a keybinding for
2745         `mml-unsecure-message'.  Also, added a menu entry for said
2746         function in the Attachments menu.
2747
2748 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2749
2750         * canlock.el (canlock-version): Remove.
2751         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
2752         here; simplify \x insertions.
2753         (canlock-sha1): New function, always return a unibyte string.
2754         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
2755         of a password.
2756         (canlock-insert-header): Use `canlock-sha1'.
2757         (canlock-verify): Ditto.
2758
2759 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
2760
2761         * message.el (message-fix-before-sending): Add an option that
2762         ignores illegible text.
2763         Trivial change from Mark Milhollan <mlm@attglobal.net>
2764
2765         * message.el (message-font-lock-keywords): Support multi-line MML
2766         tags.
2767
2768         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
2769         Trivial change from lorentey@elte.hu (L\82õrentey K\81ároly)
2770
2771 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2772
2773         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
2774         symbols for "View as different encoding" submenu.
2775
2776 2002-03-19  Simon Josefsson  <jas@extundo.com>
2777
2778         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
2779         encoding" submenu.
2780
2781 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
2782
2783         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
2784
2785 2002-03-19  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2786
2787         * gnus-sum.el (gnus-sum-thread-tree-root)
2788         (gnus-sum-thread-tree-single-indent)
2789         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
2790         (gnus-sum-thread-tree-leaf-with-other)
2791         (gnus-sum-thread-tree-single-leaf): Make customizable.
2792
2793 2002-03-16  Simon Josefsson  <jas@extundo.com>
2794
2795         * gnus-util.el (gnus-extract-address-components): Don't break on
2796         names such as James "Kibo" Parry.  From Francis Litterio
2797         <franl@world.std.com>.
2798
2799 2002-03-13  Simon Josefsson  <jas@extundo.com>
2800
2801         * pop3.el (pop3-open-server): Revert multibyte change.  From
2802         Pavel@Janik.cz (Pavel Jan\81ík).
2803
2804         * message.el (message-send-mail-with-qmail): Make it work.  From
2805         Pavel@Janik.cz (Pavel Jan\81ík).
2806
2807 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
2808
2809         * message.el (message-make-mft): Set case-fold-search while
2810         generating the MFT.  Also, a little cleanup in the MFT code.
2811
2812 2002-03-12  Simon Josefsson  <jas@extundo.com>
2813
2814         * message.el (message-qmail-inject-args): May be function.
2815         (message-send-mail-with-qmail): Call function if m-q-i-a is
2816         function.  From fn@hungry.org (Faried Nawaz).
2817
2818 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
2819
2820         * message.el (message-abbrevs-loaded): Remove.
2821         (mailabbrev): Require it.
2822
2823         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
2824
2825 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2826
2827         * pop3.el (pop3-open-server): Set process buffer unibyte.
2828
2829 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2830
2831         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
2832
2833 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
2834
2835         * nnslashdot.el (nnslashdot-request-article): Remove javascript
2836         too.
2837
2838 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
2839
2840         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
2841         duplication.
2842         (gnus-summary-save-parts-type-history): Ditto.
2843         (gnus-summary-save-parts-last-directory): Ditto.
2844         Trivial change from andre@slamdunknetworks.com
2845
2846 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
2847
2848         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
2849
2850 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
2851
2852         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
2853         -->" as the end of the first article.
2854
2855         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
2856         From Matthieu Moy <Matthieu.Moy@imag.fr>
2857
2858         * message.el (message-add-action): Use add-to-list.
2859         (message-delete-action): New function.
2860
2861         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
2862         pieces.
2863
2864 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
2865
2866         * nnnil.el: New file.
2867         * gnus.el (gnus-valid-select-methods): Include nnnil.
2868
2869 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
2870
2871         * message.el (message-syntax-checks): Because canlock is
2872         supported, we disable sender syntax check.
2873         (message-shoot-gnksa-feet): Add cancel-messages option doc.
2874
2875         * gnus-draft.el (gnus-draft-send): If interactive, use its default
2876         value of message-syntax-checks.
2877
2878         * qp.el (quoted-printable-decode-region): Doc addition.
2879         From: Eli Zaretskii <eliz@is.elta.co.il>
2880
2881         * mail-source.el (make-source-make-complex-temp-name): Use
2882         make-temp-file.
2883
2884         * mm-util.el (mm-make-temp-file): New function.
2885         * nneething.el (nneething-file-name): Use it.
2886         * mml-smime.el (mml-smime-encrypt): Ditto.
2887         * mm-view.el (mm-inline-wash-with-file): Ditto.
2888         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
2889         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
2890         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
2891         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
2892         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
2893         * gnus-art.el (gnus-mime-print-part): Ditto.
2894
2895 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
2896
2897         * message.el (nnmaildir-article-number-to-base-name): New
2898         function.
2899         (nnmaildir-base-name-to-article-number): New function.
2900
2901 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2902
2903         * smime.el (smime-make-temp-file): Don't quote
2904         `temporary-file-directory'.
2905
2906 2002-03-04  Simon Josefsson  <jas@extundo.com>
2907
2908         * smime.el (smime-sign-region): Rename argument keyfiles to
2909         keyfile. You only sign something with one key.
2910         (smime-sign-buffer): Better completing-read prompt.
2911         (smime-decrypt-buffer): Ditto.
2912
2913         * smime.el (smime-make-temp-file): Make it work under XEmacs.
2914
2915         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
2916         completing-read.
2917         (mm-view-pkcs7-decrypt): CRLF->LF.
2918
2919 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
2920
2921         * message.el (message-hierarchical-addresses): New variable.
2922         (message-get-reply-headers): Use it.
2923         From Ted Zlatanov <teodor.zlatanov@divine.com>
2924
2925 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
2926
2927         * message.el (message-mode): If buffer-file-name, don't set auto
2928         save file name.
2929         Trivial change from Geoff Greene <ggreene@wpi.edu>
2930
2931 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
2932
2933         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
2934         takes one argument in read-char.
2935
2936         * message.el (message-fix-before-sending): Forward a char.
2937         Check mmu-multibyte-p, add control-1.
2938
2939 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2940
2941         * gnus-start.el (gnus-read-init-file): Ditto.
2942
2943         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
2944
2945         * dgnushack.el (dgnushack-make-load): Ditto.
2946
2947         * mail-source.el (mail-source-fetch): Extract the right error
2948         code.
2949
2950         * message.el (message-fix-before-sending): Check illegible text.
2951
2952         * gnus-util.el (gnus-multiple-choice): New function.
2953
2954         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
2955         also defined in gnus-score.el.
2956
2957 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
2958
2959         * message.el (message-get-reply-headers): downcase email addresses
2960         for comaparisons for duplicate removal.
2961
2962 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2963
2964         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
2965         implementation of PKCS#7, which just allows users read the
2966         message.
2967         (mm-view-pkcs7): Use it.
2968
2969 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
2970
2971         * gnus.el (large-newsgroup-initial): New parameter.
2972
2973         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
2974         (gnus-summary-insert-old-articles): Ditto.
2975
2976 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
2977
2978         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
2979         used as the default answer of the question, "How many articles?".
2980         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
2981
2982         * nnagent.el (nnagent-retrieve-headers): Remove articles with
2983         small numbers.
2984
2985 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
2986
2987         * deuglify.el: Fix comments.
2988
2989 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
2990
2991         * html2text.el (html2text-clean-anchor): If there is no HREF,
2992         insert nothing.
2993
2994         * mml.el (mml-generate-mime-1): Add cdr.
2995         From: andre@slamdunknetworks.com
2996
2997         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
2998         (mm-text-html-washer-alist): Ditto.
2999
3000         * mm-decode.el (mm-text-html-renderer): Add html2text.
3001
3002         * html2text.el: Face lift.
3003
3004         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
3005
3006 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
3007
3008         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
3009
3010         * deuglify.el: Change copy right. Add autoload. Add coding-system.
3011
3012         * deuglify.el: New file. The original file name is
3013         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
3014
3015         * mm-decode.el (mm-display-external): Use
3016         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
3017
3018 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
3019
3020         * nnmaildir.el (nnmaildir-request-list): Report the highest
3021         article number, not the total number of articles.
3022
3023 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3024
3025         * gnus-sum.el: Move uu key map here.
3026         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
3027
3028 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
3029
3030         * nnmaildir.el (nnmaildir-request-expire-articles): Use
3031         nnmail-expiry-wait* if expire-age parameter is not set.
3032
3033 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3034
3035         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
3036         function.
3037         (gnus-group-sort-selected-groups-by-real-name): New function.
3038         (gnus-group-make-menu-bar): Add sort by real name.
3039
3040         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
3041         rebuild.
3042         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
3043         nil as dependencies as well.
3044
3045 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
3046
3047         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
3048         for mime-parts.
3049
3050         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
3051
3052         * gnus-group.el (gnus-group-name-decode): Don't test
3053         multibyte-string, because it breaks XEmacs.
3054         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
3055
3056         * message.el (message-send-mail): Be talkative.
3057
3058         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
3059         (mm-automatic-display): Ditto.
3060
3061         * mailcap.el (mailcap-mime-data): Ditto.
3062         From: Reiner Steib <4uce.02.r.steib@gmx.net>
3063
3064 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3065
3066         * many files: Remove trailing whitespaces, replace spc+tab with
3067         tab, replace leading whitespaces with tabs.
3068
3069 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
3070
3071         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
3072         articles with no body and no blank line after the header.
3073
3074 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
3075
3076         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
3077         parts.
3078
3079         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
3080         non-ascii chars.
3081
3082         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
3083
3084         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
3085         w3-delay-image-loads.
3086         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
3087         (mm-w3-prepare-buffer): Ditto.
3088
3089         * mail-source.el (mail-source-fetch-directory): Run scripts.
3090
3091 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3092
3093         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
3094         for Majordomo confirmations.
3095
3096 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3097
3098         * gnus-fun.el (gnus-respond-to-confirmation): New command.
3099
3100 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3101
3102         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
3103
3104 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
3105
3106         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
3107         References header field.  From Mark Thomas <mthomas@cmu.edu>.
3108
3109 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3110
3111         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
3112         (mm-inline-render-with-stdin): Ditto.
3113         (mm-inline-render-with-function): Ditto.
3114         (mm-inline-wash-with-file): Bind coding-system-for-write.
3115         (mm-inline-wash-with-stdin): Ditto.
3116
3117 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3118
3119         Suggested by Felix Natter <fnatter@gmx.net>
3120
3121         * gnus-art.el (gnus-mime-view-part-externally): Rename from
3122         gnus-mime-externalize-view.
3123         (gnus-mime-view-part-internally): Rename from
3124         gnus-mime-internalize-view.
3125         (gnus-article-view-part-externally): Rename from
3126         gnus-article-externalize-part.
3127         (gnus-mime-action-alist): Change correspondingly.
3128         (gnus-mime-button-commands): Ditto.
3129         (gnus-mime-action-alist): Remove duplication.
3130
3131         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
3132
3133 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3134
3135         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
3136
3137         * gnus-art.el (gnus-display-mime): Use it.
3138
3139         * mm-partial.el (mm-partial-find-parts): Use it.
3140
3141         * gnus-sum.el (gnus-article-loose-mime): Rename from
3142         gnus-article-no-strict-mime.
3143         (gnus-summary-save-parts): Use it.
3144
3145 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3146
3147         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
3148         local variable.
3149
3150         * gnus-art.el (article-display-x-face): Don't sort multiple
3151         X-Faces.
3152
3153 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3154
3155         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
3156         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
3157
3158         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
3159
3160 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
3161
3162         Some ideas is inspired by code from Hrvoje Niksic
3163         <hniksic@arsdigita.com>
3164
3165         * gnus-art.el (gnus-article-wash-function): Set the default to
3166         nil, so that we use mm-text-html-renderer instead.
3167         (article-wash-html): Use mm-text-html-renderer.
3168
3169         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
3170         (mm-text-html-renderer): New variable.
3171         (mm-inline-text-html-renderer): Set the default to nil, so that we
3172         use mm-text-html-renderer instead.
3173
3174         * mm-view.el (mm-inline-text-html): New function.
3175         (mm-text-html-renderer-alist): New variable.
3176         (mm-inline-text-vcard): New function.
3177         (mm-inline-text): Split.
3178         (mm-links-remove-leading-blank): New function.
3179         (mm-inline-render-with-file): New function.
3180         (mm-inline-render-with-stdin): New function.
3181         (mm-inline-render-with-function): New function.
3182         (mm-text-html-washer-alist): New variable.
3183         (mm-inline-wash-with-file): New function.
3184         (mm-inline-wash-with-stdin): New function.
3185
3186 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
3187
3188         * message-utils.el: Fix installation doc.
3189         From: Reiner Steib <4uce.02.r.steib@gmx.net>
3190
3191 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
3192
3193         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
3194         (gnus-post-method): Use it.
3195         (gnus-summary-cancel-article): Find the correct post-method.
3196
3197         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
3198         * message.el (message-send-news): Ditto.
3199         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
3200         <ipmonger@delamancha.org>
3201
3202         * gnus.el (gnus-select-method): Fix doc.
3203         (gnus-server-string): Use 'using nntp'.
3204
3205         * gnus-agent.el (gnus-slave-unplugged): New command.
3206         From: Felix Natter <fnatter@gmx.net>
3207
3208 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3209
3210         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
3211         Call edit-done-function first, then change the window
3212         configuration.
3213         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
3214         (gnus-article-edit-mode): mml-mode.
3215
3216         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
3217         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
3218
3219         * message-utils.el: Adopt the file.
3220
3221         * message-utils.el: New file.
3222         From Holger Schauer <Holger.Schauer@gmx.de>
3223
3224 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
3225
3226         * gnus-sum.el (gnus-summary-move-article): Select-article only
3227         when gnus-move-split-methods is non-nil. And we don't render or
3228         mark the article.
3229
3230         * gnus-fun.el (gnus-shell-command-to-string): New function.
3231         (gnus-shell-command-on-region): New function.
3232         (gnus-random-x-face): Use them.
3233         (gnus-x-face-from-file): Ditto.
3234         (gnus-convert-image-to-gray-x-face): Ditto.
3235         (gnus-convert-gray-x-face-to-xpm): Ditto.
3236         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
3237
3238 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3239
3240         * gnus-art.el (gnus-treat-display-xface): Don't use
3241         `shell-command-to-string' when compiling.
3242         (gnus-treat-display-grey-xface): Ditto.
3243
3244 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
3245
3246         * nnmaildir.el (nnmaildir--article-count): If the group is
3247         completely empty, report minimum article number as 1 instead of 0.
3248
3249 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
3250
3251         * gnus-agent.el (gnus-get-predicate): Use nconc.
3252
3253         * gnus-sum.el (gnus-summary-display-make-predicate): Use
3254         gnus-summary-display-cache as cache.
3255
3256         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
3257         (nndoc-mail-in-mail-type-p): New function.
3258         (nndoc-mail-in-mail-article-begin): New function.
3259
3260 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
3261
3262         * mailcap.el (mailcap-mime-data): Use enriched-decode.
3263
3264         * gnus-cite.el (gnus-article-fill-cited-article): Bind
3265         use-hard-newlines to nil.
3266
3267         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
3268         image is not available if window-system is not available.
3269
3270         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
3271
3272 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3273
3274         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
3275         bookmark, because update-mark doesn't handle it correctly.
3276
3277 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
3278
3279         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
3280         directly instead of calling message-send-mail.
3281
3282         * gnus-start.el (gnus-read-descriptions-file): Use
3283         gnus-default-charset.
3284
3285         * mm-util.el (mm-guess-mime-charset): New function.
3286
3287         * gnus.el (gnus-default-charset): Use it.
3288         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
3289         the default.
3290
3291 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3292
3293         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
3294         (article-display-x-face): Use it.  Disable grey xface, if
3295         uncompface is not found.
3296
3297         * message.el (message-mode): Don't enable multibyte on an indirect
3298         buffer.
3299
3300         * nnrss.el (nnrss-content-function): New variable.
3301         (nnrss-request-article): Use it.
3302
3303 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3304
3305         * gnus.el: Add article-unsplit-urls.
3306         * gnus-sum.el: Ditto.
3307         * gnus-art.el (gnus-treat-strip-cr): New variable.
3308         (gnus-treatment-function-alist): Use it.
3309         (article-unsplit-urls): New function.
3310         (gnus-article-make-menu-bar): Use it.
3311         From: Michael Cook <michael.cook@cisco.com>
3312
3313 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3314
3315         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
3316         copy.
3317
3318 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
3319
3320         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
3321         with internal whitespace.
3322         (gnus-parent-id): Ditto.
3323
3324 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
3325
3326         * gnus-art.el (gnus-article-treat-body-boundary): Add
3327         gnus-decoration property.
3328         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
3329
3330         * message.el (message-mode): Set local-abbrev-table.
3331         From Matt Armstrong <matt@lickey.com>.
3332
3333         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
3334         too many spaces.
3335
3336         * rfc2047.el (rfc2047-unfold-region): Ditto.
3337         (rfc2047-decode-region): Don't unfold. Let
3338         gnus-article-treat-unfold-headers do it.
3339
3340         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
3341         From: Jesper Harder <harder@ifa.au.dk>
3342
3343 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3344
3345         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
3346         (gnus-configure-posting-styles): Use it.
3347         (gnus-configure-posting-styles): Remove trailing newspaces.
3348
3349 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3350
3351         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
3352         is non-nil.
3353
3354         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
3355
3356         * gnus.el (gnus-server-to-method): Switch position with
3357         gnus-server-get-method.
3358         (gnus-agent): Add doc.
3359
3360         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
3361         (gnus-summary-save-parts): Use it.
3362
3363         * gnus-art.el (gnus-display-mime): Use it.
3364         * mm-partial.el (mm-partial-find-parts): Use it.
3365
3366         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
3367
3368         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
3369         From Stefan Reich\81ör <xsteve@riic.at>.
3370
3371         * nnagent.el (nnagent-request-expire-articles): Don't delete
3372         files.
3373
3374 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
3375
3376         * message.el (message-gen-unsubscribed-mft): New function.
3377         From Sriram Karra <karra@cs.utah.edu>.
3378
3379         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
3380         open parenthesis.
3381
3382         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
3383         (mm-inline-text-html-render-with-w3): Ditto.
3384         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
3385         Suggested by Dave Love  <d.love@dl.ac.uk>.
3386
3387         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
3388
3389         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
3390         * nntp.el (nntp-send-command): Ditto.
3391         * nntp.el (nntp-send-command-nodelete): Ditto.
3392
3393 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
3394
3395         * mm-url.el (mm-url-load-url): New function.
3396         (mm-url-insert-file-contents): Use it.
3397
3398         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
3399
3400         * message.el (message-forward-make-body): Correctly copy
3401         forward-buffer.
3402
3403         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
3404
3405 2002-02-04  Simon Josefsson  <jas@extundo.com>
3406
3407         * gnus-art.el (gnus-article-followup-with-original): Mark with
3408         force, prevent errors when following up from article buffer.
3409         (gnus-article-reply-with-original): Ditto.
3410
3411         * binhex.el (binhex-decoder-switches): Fix doc.  From
3412         Pavel@Janik.cz (Pavel Jan\81ík).
3413
3414 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
3415
3416         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
3417         highlight-citation after emphasize.
3418
3419 2002-02-04  Simon Josefsson  <jas@extundo.com>
3420
3421         * nnfolder.el (nnfolder-open-marks):
3422
3423         * nnml.el (nnml-open-marks): Message when done.  From David
3424         Edmondson <dme@sun.com>.
3425
3426 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
3427
3428         * imap.el (imap-anonymous-auth): Fix typo.
3429         From: Steinar Bang <sb@dod.no>
3430
3431         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
3432         save-excursion.
3433         (gnus-cache-braid-heads): Ditto.
3434
3435         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
3436         line, because there are extra articles in the overview buffer.
3437
3438         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
3439
3440         * message.el (message-forward-rmail-make-body): Directly use
3441         rmail-msg-restore-non-pruned-header to avoid calling
3442         vertical-motion.
3443
3444 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
3445
3446         * gnus-cache.el (gnus-summary-insert-cached-articles):
3447         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
3448
3449         * gnus-group.el (gnus-group-mark-article-read): Nreverse
3450         gnus-newsgroups-unselected.
3451
3452         * gnus-agent.el (gnus-summary-set-agent-mark): Use
3453         gnus-add-to-sorted-list.
3454
3455         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
3456         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
3457         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
3458         (gnus-update-read-articles): UNREAD is sorted.
3459         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
3460         (gnus-newsgroup-marked, gnus-newsgroup-cached)
3461         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
3462         (gnus-newsgroup-dormant): Require sorted.
3463
3464         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
3465         directories.
3466         (gnus-dired-print): New function.
3467
3468         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
3469         ps-despool.
3470
3471 2002-02-02  Simon Josefsson  <jas@extundo.com>
3472
3473         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
3474
3475 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
3476
3477         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
3478         t. This makes gnus-agent customizable without putting
3479         gnus-agentize into .gnus.
3480
3481         * gnus.el (gnus-agent): Make it customizable.
3482
3483         * gnus-dired.el: New file.
3484         From Benjamin Rutt <brutt@bloomington.in.us>
3485
3486         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
3487         if no article.
3488         (gnus-cache-possibly-remove-article): Ditto.
3489         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
3490
3491 2002-02-01  Simon Josefsson  <jas@extundo.com>
3492
3493         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
3494
3495 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3496
3497         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
3498         (mm-setup-w3m): Don't bind keys listed in the above.
3499
3500 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3501
3502         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
3503         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
3504         is non-nil; bind `w3m-force-redisplay' with nil.
3505
3506         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3507
3508         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
3509
3510 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
3511
3512         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
3513         use mail-header-unfold-field.
3514
3515         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
3516         gnus-summary-limit.
3517
3518         * gnus-range.el (gnus-add-to-sorted-list): New function.
3519         * gnus-sum.el (gnus-mark-article-as-read): Use it.
3520         (gnus-mark-article-as-unread): Ditto.
3521         (gnus-summary-mark-article-as-unread): Ditto.
3522         (gnus-build-get-header): Ditto.
3523         (gnus-summary-prepare-threads): Ditto.
3524         (gnus-summary-insert-pseudos): Ditto.
3525         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
3526         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
3527         (gnus-summary-insert-old-articles): Ditto.
3528
3529         * gnus-msg.el (gnus-posting-styles): Add new format of header.
3530         (gnus-configure-posting-styles): Support the new format.
3531
3532         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
3533         edebug-form-spec to (sexp body).
3534         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
3535
3536         * message.el (message-reply-headers): Add doc.
3537
3538 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
3539
3540         * gnus-group.el (gnus-group-delete-group): Nix the entry in
3541         gnus-cache-active-hashtb.
3542
3543         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
3544         (gnus-agent-summary-fetch-group): Use it.
3545
3546         * gnus-msg.el (gnus-debug-files): New variable.
3547         (gnus-debug-exclude-variables): New variable.
3548         (gnus-debug): Use them.
3549
3550         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
3551
3552 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
3553
3554         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
3555         (message-mode-syntax-table): Move back the previous position.
3556
3557         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
3558
3559         * gnus-agent.el (gnus-agent-retrieve-headers): Use
3560         gnus-sorted-difference.
3561
3562         * nnsoup.el (nnsoup-request-expire-articles): Use
3563         gnus-sorted-difference.
3564
3565         * nnheader.el: Autoload gnus-sorted-difference.
3566
3567         * nnfolder.el (nnfolder-request-expire-articles): Use
3568         gnus-sorted-difference.
3569
3570         * gnus-cache.el (gnus-cache-retrieve-headers): Use
3571         gnus-sorted-difference.
3572
3573         * gnus-range.el: Autoload cookies.
3574         (gnus-sorted-difference): New function.
3575         (gnus-sorted-ndifference): New function.
3576         (gnus-sorted-nintersection): Rename from
3577         gnus-set-sorted-intersection.
3578         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
3579         (gnus-list-range-difference): Rename from
3580         gnus-inverse-list-range-intersection.
3581         (gnus-inverse-list-range-intersection): Use defalias.
3582
3583         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
3584         gnus-sorted-ndifference, and gnus-sorted-nintersection.
3585         (gnus-articles-to-read): Use gnus-sorted-difference.
3586         (gnus-summary-limit-mark-excluded-as-read): Use
3587         gnus-sorted-intersection and gnus-sorted-ndifference.
3588         (gnus-list-of-read-articles): Use gnus-list-range-difference.
3589         (gnus-summary-insert-articles): Use gnus-sorted-difference.
3590
3591         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
3592
3593 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3594
3595         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
3596         property to the buffer for using emacs-w3m command keys.
3597
3598         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
3599         option.
3600
3601         * mm-view.el (mm-w3m-mode-map): New variable.
3602         (mm-w3m-mode-command-alist): New variable.
3603         (mm-w3m-minor-mode): Removed.
3604         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
3605         (mm-inline-text-html-render-with-w3m): Add keymap property to the
3606         buffer for using emacs-w3m command keys.
3607
3608 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
3609
3610         * message.el (message-mode-syntax-table): Move forward.
3611         (message-cite-prefix-regexp): Auto detect non word constituents.
3612         (message-cite-prefix-regexp): Don't use with-syntax-table.
3613
3614         * gnus-sum.el (gnus-summary-update-info): Use
3615         gnus-list-range-intersection.
3616
3617         * gnus-agent.el (gnus-agent-fetch-headers): Use
3618         gnus-list-range-intersection.
3619
3620         * gnus-range.el (gnus-range-normalize): Use correct predicate.
3621         (gnus-list-range-intersection): Use it.
3622         (gnus-inverse-list-range-intersection): Ditto.
3623         (gnus-sorted-intersection): Add doc.
3624         (gnus-set-sorted-intersection): Add doc.
3625         (gnus-sorted-union): New function.
3626         (gnus-set-sorted-union): New function.
3627
3628         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
3629         (gnus-inverse-list-range-intersection): Ditto.
3630
3631 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
3632
3633         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
3634
3635         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
3636         and permit `:' and `\' in order to handle full Windows pathnames.
3637         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
3638         technically not correct per standard, but seems to have common use.
3639
3640 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
3641
3642         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
3643         replacing numbers.
3644
3645 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
3646
3647         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
3648
3649         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
3650         Don't split when the window is small, e.g. when a small *BBDB*
3651         window is the lowest one.
3652
3653         * gnus-agent.el (gnus-agent-retrieve-headers): Use
3654         nnheader-find-nov-line to speed up. Use nreverse, because it is
3655         sorted. Use nnheader-insert-nov-file.
3656
3657 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3658
3659         * mm-decode.el (mm-inline-text-html-with-images): New user option.
3660
3661         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
3662         of `w3m-display-inline-images' with the value of
3663         `mm-inline-text-html-with-images'.
3664         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
3665
3666         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3667
3668 2002-01-27  Richard M. Stallman  <rms@gnu.org>
3669
3670         * time-date.el: Add autoload cookies.  Many doc fixes.
3671         (time-add): New function.
3672         (time-subtract): Renamed from subtract-time.
3673         (subtract-time): New alias for time-subtract.
3674
3675 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3676
3677         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
3678         emacs-w3m in doc-string.
3679
3680         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
3681         `w3m-current-buffer'.
3682
3683 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3684
3685         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
3686
3687         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
3688         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
3689         (mm-w3m-cid-retrieve): New function.
3690         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
3691
3692 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
3693
3694         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
3695
3696 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3697
3698         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
3699
3700 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3701
3702         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
3703         32K.
3704
3705         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
3706
3707         * nnmail.el (nnmail-article-group): Decode headers before running
3708         split rules over them.
3709         (nnmail-mail-splitting-charset): New variable.
3710
3711         * smiley.el: Replaced with smiley-ems.el.
3712
3713 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3714
3715         * mm-url.el (mm-url-predefined-programs): Add w3m.
3716         (mm-url-program): Ditto.
3717
3718 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3719
3720         * nnml.el (nnml-use-compressed-files): New variable.
3721         (nnml-filenames-are-evil): Removed.
3722         (nnml-current-group-article-to-file-alist): Don't use.
3723         (nnml-update-file-alist): Inhibit.
3724         (nnml-article-to-file): Use new var.
3725
3726 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3727
3728         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
3729
3730         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
3731
3732 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3733
3734         * gnus-agent.el (gnus-agent-load-alist): Use new caching
3735         function.
3736
3737         * gnus-util.el (gnus-cache-file-contents): New function.
3738
3739         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
3740         (gnus-agent-load-alist): Use it.
3741
3742         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
3743
3744         * nnheader.el (nnheader-insert-nov-file): New function.
3745
3746         * gnus-util.el (gnus-parse-without-error): Correct the loop.
3747
3748         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
3749         there are no references.
3750         (gnus-extract-message-id-from-in-reply-to): New function.
3751         (gnus-nov-parse-line): Use in-reply-to if there are no
3752         references.
3753
3754 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3755
3756         * nnagent.el (nnagent-retrieve-headers): Use new macro.
3757
3758         * gnus-util.el (gnus-parse-without-error): New macro.
3759
3760 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
3761
3762         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
3763         (gnus-article-wash-function): use locate-library to decide which
3764         to use.
3765
3766 2002-01-25  Simon Josefsson  <jas@extundo.com>
3767
3768         * pop3.el (pop3-munge-message-separator): Work if no date.
3769         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
3770
3771 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3772
3773         * gnus-agent.el (gnus-agent-save-alist): Fix.
3774
3775         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
3776         mistake.  Reinstated lost code.
3777
3778 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
3779
3780         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
3781         one exists in the case of an encrypted message with an internal
3782         signature.
3783
3784 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3785
3786         * gnus-agent.el (gnus-agent-save-alist): Optimized.
3787
3788 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3789
3790         * dgnushack.el: Commented out the experimental code.
3791
3792 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3793
3794         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
3795         error.
3796
3797         * gnus.el (gnus-server-to-method): Made into subst.
3798         (gnus-server-method-cache): New variable.
3799         (gnus-server-to-method): Use it.
3800         (gnus-group-method-cache): New variable.
3801         (gnus-find-method-for-group-1): Renamed.
3802         (gnus-find-method-for-group): New function.
3803         (gnus-group-method-cache): Removed.
3804
3805         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
3806         function.
3807
3808         * gnus-range.el (gnus-members-of-range): New function.
3809         (gnus-list-range-intersection): Renamed.
3810         (gnus-inverse-list-range-intersection): New function.
3811
3812         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
3813
3814         * nnagent.el (nnagent-retrieve-headers): New implementation.
3815
3816         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
3817         implementation.
3818
3819 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3820
3821         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
3822         `w3m-meta-content-type-charset-regexp'.
3823
3824         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
3825         charset-encoded html contents.
3826
3827 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
3828
3829         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
3830         an empty file.
3831
3832         * nnweb.el (url): Ignore errors when request url.
3833
3834         * nnrss.el: Clean up the comments.
3835
3836 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3837
3838         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
3839
3840         * mm-decode.el (mm-inline-text-html-renderer): New user option.
3841         (mm-inline-media-tests): Test whether the value of
3842         `mm-inline-text-html-renderer' is a function for text/html.
3843
3844         * mm-view.el (mm-inline-text-html-render-with-w3): New function
3845         separated from `mm-inline-text'.
3846         (mm-w3m-minor-mode): New variable.
3847         (mm-w3m-setup): New variable.
3848         (mm-setup-w3m): New function.
3849         (mm-inline-text-html-render-with-w3m): New function.
3850         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
3851         text/html.
3852
3853 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
3854
3855         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
3856
3857 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3858
3859         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
3860         and `gnus-xmas-completing-read'.
3861
3862 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3863
3864         * nneething.el (nneething-message-id-number): Abolished.
3865         (nneething-encode-file-name): Not encode numerical characters.
3866         (nneething-make-head): `nneething-message-id-number' is not
3867         used to generate message IDs.
3868
3869 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3870
3871         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
3872         characters.
3873
3874 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3875
3876         * gnus-xmas.el (gnus-xmas-completing-read): New function.
3877         (gnus-xmas-redefine): Redefine conditionally.
3878
3879 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
3880
3881         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
3882         tag.
3883
3884 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
3885
3886         * message.el (message-font-lock-keywords): Added the secure tag.
3887         * mml-sec.el: Added functions to generate/modify/remove the secure
3888         tag while in message mode.
3889         * mml-sec.el (mml-secure-message): New.
3890         * mml-sec.el (mml-unsecure-message): New.
3891         * mml-sec.el (mml-secure-message-sign-smime): New.
3892         * mml-sec.el (mml-secure-message-sign-pgp): New.
3893         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
3894         * mml-sec.el (mml-secure-message-encrypt-smime): New.
3895         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
3896         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
3897         * mml.el (mml-parse-1): Added code to recognise the secure tag and
3898         convert it to either a part or multipart depending on if there are
3899         other parts in the message.
3900         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
3901         to use the secure tag, rather than the part tag.
3902         * mml.el (mml-preview): Added a save-excursion to keep cursor
3903         position after doing an MML preview.
3904
3905 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3906
3907         * nnheader.el (nnheader-parse-overview-file): New function.
3908         (nnheader-write-overview-file): New function.
3909
3910 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3911
3912         * gnus.el (gnus-group-fast-parameter): Check better if expansion
3913         in wanted.
3914
3915         * nnweb.el (nnweb-type-definition): Clean up.
3916
3917 2002-01-21  Alastair Burt  <burt@dfki.de>
3918         Trivial patch.
3919
3920         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
3921         buffer exists before jumping to it.
3922
3923 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3924
3925         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
3926         function.
3927         (article-wash-html): Use it.
3928         (gnus-article-wash-function): New variable.
3929         (gnus-article-wash-html-with-w3m): New function.
3930
3931 2002-01-20  Bj\81örn Torkelsson  <torkel@acc.umu.se>
3932
3933         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
3934         XEmacs.
3935
3936 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
3937
3938         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
3939         command line.
3940
3941 2002-01-21  Simon Josefsson  <jas@extundo.com>
3942
3943         * canlock.el (base64-encode-string): Autoload it from base64.
3944         (canlock-make-cancel-key): Base64 encode unibyte string.
3945
3946 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3947
3948         * nnfolder.el (nnfolder-request-accept-article): Unfold
3949         x-from-line.
3950         (nnfolder-request-replace-article): Ditto.
3951
3952 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
3953
3954         * gnus-group.el (gnus-group-best-unread-group): Use the right
3955         positioning function.
3956
3957 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3958
3959         * smiley-ems.el (smiley-region): Use new function.
3960         (smiley-update-cache): Use general image functions.
3961         (smiley-region): Use general functions.
3962
3963         * gnus-util.el (gnus-graphic-display-p): New function.
3964
3965         * nnmail.el (nnmail-article-group): Allow outputting traces of
3966         non-strings.
3967
3968         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
3969         (nndoc-exim-bounce-type-p): New function.
3970
3971         * message.el (message-dont-send): Doc fix.
3972
3973         * gnus-util.el (gnus-completing-read): Remove
3974         inherit-input-method.
3975
3976         * gnus-art.el (gnus-treat-smiley): Doc fix.
3977
3978         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
3979         articles.
3980
3981 2002-01-19  Simon Josefsson  <jas@extundo.com>
3982
3983         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
3984         (imap-kerberos4-open): Ditto.
3985         (imap-open): Set port correctly, don't set auth.
3986
3987 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3988
3989         * gnus.el (gnus-version-number): Bump version number.
3990
3991 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3992
3993         * gnus.el: Oort Gnus v0.05 is released.
3994
3995 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3996
3997         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
3998         exists.
3999
4000         * gnus-spec.el (gnus-string-width-function): New function.
4001         (gnus-tilde-cut-form): Use it.
4002         (gnus-tilde-max-form): Ditto.
4003         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
4004         (gnus-substring-function): Use it.
4005         (gnus-tilde-cut-form): Ditto.
4006         (gnus-substring-function): New function.
4007
4008         * message.el (message-check-news-header-syntax): New message.
4009
4010         * gnus.el (gnus-slave-no-server): Doc fix.
4011
4012         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
4013
4014 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4015
4016         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
4017         `seen' if it looks like (seen NUM1 . NUM2).  It should be
4018         (seen (NUM1 . NUM2)).
4019
4020 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4021
4022         * gnus-topic.el (gnus-topic-catchup-articles): Update article
4023         number in closed topics.
4024
4025 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
4026
4027         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
4028         functions.
4029
4030 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4031
4032         * gnus.el (gnus-group-find-parameter): Clean up.
4033
4034         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
4035         articles.
4036
4037         * gnus-util.el (gnus-completing-read-with-default): Renamed.
4038
4039         * nnmail.el (nnmail-article-group): Clean up.
4040
4041 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
4042
4043         * gnus-agent.el (gnus-category-name): Intern the category name.
4044
4045 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4046
4047         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
4048
4049         * gnus-util.el (gnus-completing-read): New function.
4050
4051 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
4052
4053         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
4054
4055         * smiley-ems.el (smiley-region): Register smiley.
4056         (smiley-toggle-buffer): Rewrite the function.
4057         (smiley-active): Removed.
4058
4059 2002-01-19  Simon Josefsson  <jas@extundo.com>
4060
4061         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
4062         Jesper Harder <harder@ifa.au.dk>.
4063
4064 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4065
4066         * gnus-art.el (gnus-request-article-this-buffer): Call
4067         `nneething-get-file-name' to extract the file name from the
4068         message id.
4069
4070         * nneething.el (nneething-encode-file-name): New function.
4071         (nneething-decode-file-name): Ditto.
4072         (nneething-get-file-name): Ditto.
4073         (nneething-make-head): Encode the file name and encapsulate it
4074         into the field of the message id.
4075
4076 2002-01-18  Simon Josefsson  <jas@extundo.com>
4077
4078         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
4079         stored in .marks.
4080
4081         * nnfolder.el (nnfolder-request-update-info): Ditto.
4082
4083 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4084
4085         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
4086
4087 2002-01-18  Simon Josefsson  <jas@extundo.com>
4088
4089         * imap.el (imap-starttls-p): Don't check for binary.
4090         (imap-gssapi-auth-p): Ditto.
4091         (imap-kerberos4-auth-p): Ditto.
4092         (imap-open): Change logic.  Iterate through all possible streams,
4093         instead of bailing out after first failure.  Move authenticator
4094         decision to `imap-authenticate'.
4095         (imap-authenticate): Change logic, now finds the authenticator to
4096         use, was previously in `imap-open'.
4097         (imap-open): Return nil on failure.
4098         (imap-open): Setup temp buffer correctly.
4099         (imap-open): Return buffer only on success.
4100         (imap-interactive-login, imap-interactive-login): Tell the user
4101         which stream/authenticator is used for the queried
4102         username/password.
4103         (imap-open, imap-authenticate): Set variables.
4104         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
4105         (imap-open): Don't assume how `with-temp-buffer' is implemented.
4106
4107 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4108
4109         * gnus-fun.el (gnus-grab-cam-x-face): New function.
4110
4111 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4112
4113         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
4114
4115 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4116
4117         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
4118         (gnus-agent-group-mode-map): Bind it to "Jo".
4119         (gnus-agent-group-make-menu-bar): Add it into menu bar.
4120
4121 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
4122
4123         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
4124         (gnus-summary-mail-toolbar): Add mail article deletion button.
4125
4126         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
4127         false positives for lines of "^^^^".
4128
4129         * gnus-picon.el (gnus-picon-find-face): faces database is all
4130         lowercase.
4131
4132 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4133
4134         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
4135         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
4136         duplications.
4137         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
4138
4139 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4140
4141         * gnus-sum.el (gnus-summary-initial-limit): Inline
4142         gnus-summary-limit-children.
4143         (gnus-summary-initial-limit): Don't limit if
4144         gnus-newsgroup-display is nil.
4145         (gnus-summary-initial-limit): No, don't.
4146
4147         * gnus-util.el
4148         (gnus-put-text-property-excluding-characters-with-faces): Inline
4149         gnus-put-text-property.
4150
4151         * gnus-spec.el (gnus-default-format-specs): New variable.
4152
4153         * gnus-start.el (gnus-read-newsrc-file): Don't clear
4154         gnus-format-specs.
4155         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
4156
4157         * gnus-spec.el (gnus-update-format-specifications): Really check
4158         the Gnus version of the .newsrc.eld file.
4159         (gnus-format-specs): Save the new default summary format.
4160
4161         * gnus-util.el (gnus-parent-id): Check whether references is empty
4162         before splitting.
4163
4164         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
4165         functions.
4166         (gnus-gather-threads-by-references): Inline
4167         `gnus-split-references'.
4168
4169         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
4170         default value of gnus-summary-line-format-spec.
4171
4172 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4173
4174         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
4175         message.
4176         (nnslashdot-request-list): Ditto.
4177         (nnslashdot-sid-strip): Removed.
4178
4179 2002-01-15  Simon Josefsson  <jas@extundo.com>
4180
4181         * nnimap.el (nnimap-close-asynchronous): Enable.
4182         (nnimap-close-group): Expunge.
4183
4184 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4185
4186         * gnus-util.el (gnus-user-date-format-alist): Typo.
4187         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
4188
4189 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4190
4191         * nneething.el (nneething-request-article): Set
4192         `nnmail-file-coding-system' to `binary' locally, in order to read
4193         files without any conversion.
4194
4195 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4196
4197         * gnus-agent.el (gnus-agent-retrieve-headers): Use
4198         nnheader-file-coding-system and nnmail-active-file-coding-system.
4199         (gnus-agent-regenerate-group): Ditto.
4200         (gnus-agent-regenerate): Ditto.
4201         (gnus-agent-write-active): Ditto.
4202         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
4203
4204 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
4205
4206         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
4207         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
4208
4209 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
4210
4211         * gnus.el: We don't need gnus-article-show-all-headers.
4212
4213         * gnus-art.el (article-show-all, gnus-article-show-all-header):
4214         Ditto.
4215
4216         * gnus-sum.el (gnus-summary-select-article): Don't call
4217         show-all-headers, because hidden headers are not hidden text any
4218         more.
4219
4220 2002-01-13  Simon Josefsson  <jas@extundo.com>
4221
4222         * message.el (message-newline-and-reformat): Use `newline' instead
4223         of inserting \n, so that the newline is marked as hard.
4224
4225         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
4226         From Jesper Harder <harder@ifa.au.dk>.
4227
4228 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
4229
4230         * imap.el (imap-close): Keep going if quit.
4231
4232         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
4233         nntp-server-buffer.
4234
4235 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4236
4237         * mm-view.el (mm-display-inline-fontify): Require font-lock to
4238         avoid unbinding shadowed variables.
4239
4240         * gnus-art.el (gnus-picon-databases): Moved here.
4241         (gnus-picons-installed-p): Moved here.
4242         (gnus-article-reply-with-original): Use `mark'.
4243
4244         * gnus.el (gnus-picon): Moved here and renamed.
4245
4246         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
4247         installed.
4248         (gnus-treat-mail-picon): Ditto.
4249         (gnus-treat-newsgroups-picon): Ditto.
4250
4251         * gnus-picon.el (gnus-picons-installed-p): New function.
4252
4253 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
4254
4255         * gnus-agent.el (gnus-agent-go-online): Fix doc.
4256
4257 2002-01-12  Simon Josefsson  <jas@extundo.com>
4258
4259         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
4260         (nnimap-before-find-minmax-bugworkaround): Use it.
4261         (nnimap-find-minmax-uid): Don't reselect current mailbox.
4262         (nnimap-dont-close): New variable.
4263         (nnimap-close-group): Use it.
4264
4265 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4266
4267         * gnus-art.el (gnus-article-reply-with-original): Use
4268         `mark-active'.
4269
4270         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
4271
4272         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
4273         (gnus-score-advanced): Clean up.
4274         (gnus-score-advanced): Accept a multiple of the score.
4275
4276 2002-01-12  Simon Josefsson  <jas@extundo.com>
4277
4278         * flow-fill.el (fill-flowed-display-column)
4279         (fill-flowed-encode-columnq): New variables.  Suggested by
4280         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\8eßjohann).
4281         (fill-flowed-encode, fill-flowed): Use them.
4282
4283         * message.el (message-send-news, message-send-mail): Use
4284         m-b-s-n-p-e-h-n.
4285
4286         * mml.el (autoload): Autoload fill-flowed-encode.
4287         (mml-buffer-substring-no-properties-except-hard-newlines): New
4288         function.
4289         (mml-read-part): Use it.
4290         (mml-generate-mime-1): Encode format=flowed if appropriate.
4291         (mml-insert-mime-headers): Insert format=flowed.
4292
4293         * flow-fill.el (fill-flowed-encode): New function.
4294         (fill-flowed): Bind fill-column to window width.
4295
4296 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4297
4298         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
4299         it exists.
4300         (gnus-summary-setup-buffer): Wake up dead summary buffers.
4301         (gnus-summary-buffer-name): Don't return the dead name after all.
4302         (gnus-summary-setup-buffer): Kill the dead buffer.
4303
4304         * gnus-art.el (gnus-article-followup-with-original): Store the
4305         value of the mark before deactivating it.
4306
4307 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4308
4309         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
4310         From: Karl Kleinpaste <karl@charcoal.com>
4311
4312         * gnus-art.el (article-display-x-face): Ditto.
4313         (gnus-article-reply-with-original): Use gnus-region-active-p.
4314         (gnus-article-followup-with-original): Ditto.
4315
4316         * gnus-sum.el (gnus-summary-read-group-1): Don't select
4317         downloadable article either.
4318
4319 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4320
4321         * gnus-art.el (article-display-x-face): Insert From:.
4322
4323         * gnus-sum.el (gnus-summary-move-article): Don't draw the
4324         article. Bind gnus-display-mime-function and
4325         gnus-article-prepare-hook.
4326
4327         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
4328         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
4329         gnus-agent-possibly-synchronize-flags to the last.
4330         (gnus-agent-go-online): New function. New variable.
4331
4332 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4333
4334         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
4335         (gnus-agent-regenerate): Ditto.
4336
4337 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4338
4339         * message.el (message-ignored-news-headers)
4340         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
4341         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
4342
4343         * gnus.el (gnus-gethash-safe): New macro.
4344
4345         * gnus-agent.el (gnus-agent-regenerate-history): New function.
4346         (gnus-agent-regenerate): Show messages.
4347
4348 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4349
4350         * gnus-agent.el (gnus-agent-regenerate-group): New function.
4351         (gnus-agent-regenerate): New function.
4352         (gnus-agent-save-alist): Sort.
4353         (gnus-agent-copy-nov-line): Test eobp.
4354         (gnus-agent-retrieve-headers): Erase buffer.
4355
4356 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
4357
4358         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
4359         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
4360
4361         * gnus.el (gnus-agent-covered-methods): Move here.
4362         (gnus-online): New function.
4363         (gnus-agent-method-p): Move here.
4364
4365         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
4366         nil. Remove articles-alist.
4367
4368         * gnus-start.el (gnus-get-unread-articles): Check online.
4369         (gnus-groups-to-gnus-format): Ditto.
4370         (gnus-active-to-gnus-format): Ditto.
4371
4372         * gnus-agent.el (gnus-agent-get-function): Use it.
4373         (gnus-agent-get-undownloaded-list): Ditto.
4374         (gnus-agent-fetch-session): Only fetch online methods.
4375
4376         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
4377         (gnus-server-mode-map): Ditto.
4378         (gnus-server-offline-face): New face.
4379         (gnus-server-offline-face): New variable.
4380         (gnus-server-font-lock-keywords): Add offline.
4381         (gnus-server-insert-server-line): Ditto.
4382         (gnus-server-offline-server): New function.
4383
4384         * gnus-int.el (gnus-open-server): Turn to offline.
4385         (gnus-server-unopen-status): New variable.
4386
4387 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
4388
4389         * nnkiboze.el (nnkiboze-request-article): Use
4390         gnus-agent-request-article.
4391
4392         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
4393         function. Insert undownloaded NOV.
4394
4395         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
4396         (gnus-agent-request-article): New function.
4397
4398         * gnus.el (gnus-agent-cache): New variable.
4399
4400         * gnus-int.el (gnus-retrieve-headers): Use
4401         gnus-agent-retrieve-headers.
4402         (gnus-request-head): Use gnus-agent-request-article.
4403         (gnus-request-body): Ditto.
4404
4405         * gnus-art.el (gnus-request-article-this-buffer): Use
4406         gnus-agent-request-article.
4407
4408         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
4409         article if it is undownloaded.
4410
4411 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4412
4413         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
4414
4415 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4416
4417         * canlock.el (canlock-string-as-unibyte): New macro.
4418         (canlock-sha1-with-openssl): Return a unibyte string.
4419         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
4420
4421 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
4422
4423         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
4424
4425 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4426
4427         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
4428         application/x-emacs-lisp.
4429
4430         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
4431
4432         * nntp.el (nntp-request-article): Add group parameter.
4433         (nntp-request-head): Ditto.
4434         (nntp-find-group-and-number): Add parameter group. Figure out
4435         number if the status line doesn't give (e.g. quimby.gnus.org).
4436
4437 2002-01-08  Simon Josefsson  <jas@extundo.com>
4438
4439         * mml.el (mml-generate-mime-1): Set recipient correctly.
4440
4441 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4442
4443         * message.el (message-read-from-minibuffer): Add parameter
4444         initial-contents.
4445         * gnus-msg.el (gnus-summary-resend-message): Use it.
4446
4447         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
4448         behavior of quit-config.
4449
4450         * message.el (message-make-from): Don't quote fullname.
4451         From: Bj\81ørn Mork <bmork@dod.no>
4452
4453         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
4454         From: <andre@slamdunknetworks.com>
4455
4456 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
4457
4458         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
4459
4460         * gnus-art.el (gnus-header-button-alist): Handle mailto.
4461
4462         * mml.el (mml-preview): Bind gnus-original-article-buffer because
4463         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
4464         because bbdb may use it.
4465
4466 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4467
4468         * nneething.el (nneething-request-article): When a non-text file
4469         is converted to an article, its data is encoded in base64.  Call
4470         `nneething-make-head' with options to specify MIME types.
4471         (nneething-make-head): Add optional arguments to specify MIME
4472         types.
4473
4474 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4475
4476         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
4477         header if there is not.
4478
4479         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
4480
4481         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
4482         (gnus-inews-mark-gcc-as-read): Obsolete variable.
4483         (gnus-inews-do-gcc): Use them.
4484
4485         * gnus-group.el (gnus-group-mark-article-read): Put holes into
4486         gnus-newsgroup-unselected.
4487
4488 2002-01-06  Simon Josefsson  <jas@extundo.com>
4489
4490         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
4491         condition-case, not ignore-errors.
4492
4493 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4494
4495         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
4496         gnus-fetch-old-headers.
4497
4498         * gnus-art.el (article-display-x-face): Use the current buffer
4499         unless `W f'. Otherwise, X-Face may be shown in the header of a
4500         forwarded part.
4501         (gnus-treatment-function-alist): Treat xface before hiding
4502         headers.
4503
4504 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4505
4506         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
4507         parameters.
4508
4509 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4510
4511         * mm-util.el (mm-multibyte-p): Define conditionally when load.
4512         (mm-guess-charset): New function.
4513         (mm-charset-after): Use it.
4514         (mm-detect-coding-region): New function.
4515         (mm-detect-mime-charset-region): New function.
4516
4517         * gnus-sum.el (gnus-summary-show-article): Use
4518         mm-detect-coding-region.
4519
4520 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4521
4522         * message.el (message-make-fqdn): Be less violent.
4523
4524         * gnus.el (gnus-logo-color-style): Compute custom form
4525         automatically.
4526
4527         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
4528         score file of the parent to the document group.
4529
4530         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
4531         parameters parameter.
4532
4533         * gnus-score.el (gnus-score-load-file): Clean up.
4534
4535 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4536
4537         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
4538         From: Damien Wyart <damien.wyart@free.fr>
4539
4540         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
4541
4542 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
4543
4544         * gnus-sum.el (gnus-select-group-hook): Typo.
4545
4546         * rfc2047.el (rfc2047-decode-string): Return immediately if there
4547         is no quoted-printable-encoded STRING.
4548         From: Jesper Harder <harder@ifa.au.dk>
4549
4550         (rfc2047-decode-string): Decode it.
4551
4552 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4553
4554         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
4555
4556 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
4557         Trivial patch.
4558
4559         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
4560         buffer to get rid of junk line.
4561
4562 2002-01-05  Simon Josefsson  <jas@extundo.com>
4563
4564         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
4565         C-o.
4566         (message-mode-map): Bind message-insert-or-toggle-importance to
4567         C-c C-u.
4568         (message-mode-map): Bind message-disposition-notification-to to
4569         C-c M-n.
4570         (message-mode-menu): Add m-d-n-t.
4571         (message-mode-field-menu): Add m-goto-from.
4572         (message-mode): Doc fix.
4573         (message-goto-from): New function.
4574         (message-insert-disposition-notification-to): New function.
4575         (message-tool-bar-map): Add receipt button.
4576
4577 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4578
4579         * gnus-sum.el (gnus-thread-latest-date): New function.
4580         (gnus-thread-sort-by-most-recent-number): Renamed.
4581         (gnus-thread-sort-functions): Doc fix.
4582         (gnus-select-group-hook): Don't use setq on a hook.
4583         (gnus-thread-latest-date): Use date, not number
4584
4585         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
4586         (gnus-agent-expire): Allow regexp of expire-days.
4587
4588         * gnus-art.el (gnus-article-reply-with-original): Deactivate
4589         region.
4590         (gnus-article-followup-with-original): Ditto.
4591
4592         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
4593
4594         * gnus-art.el (gnus-mime-display-alternative): Use
4595         gnus-local-map-property.
4596         (gnus-mime-display-alternative): Ditto.
4597         (gnus-insert-mime-security-button): Ditto.
4598         (gnus-insert-next-page-button): Ditto.
4599         (gnus-button-prev-page): Take optional args.
4600         (gnus-insert-prev-page-button): widget-convert.
4601
4602         * gnus-util.el (gnus-local-map-property): New function.
4603
4604         * gnus-art.el (gnus-prev-page-map): Use parent map.
4605         (gnus-next-page-map): Ditto.
4606
4607         * gnus-spec.el (gnus-parse-format): Clean up.
4608         (gnus-parse-format): Do complex formatting for %=.
4609
4610         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
4611         "X-Face: " to the data in the built-in scenario.
4612
4613         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
4614         (gnus-correct-pad-form): Renamed.
4615         (gnus-tilde-max-form): Clean up.
4616         (gnus-pad-form): Use gnus-use-correct-string-widths.
4617
4618         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
4619         support if that is available.
4620
4621         * gnus-sum.el (gnus-thread-highest-number): New function.
4622         (gnus-thread-sort-by-most-recent-thread): New function.
4623         (gnus-thread-sort-functions): Doc fix.
4624
4625 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
4626
4627         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
4628         all cases.
4629         (gnus-summary-mode): Enable it in all cases.
4630         (gnus-summary-display-article): Ditto.
4631         (gnus-summary-edit-article): Ditto.
4632
4633         * gnus-ems.el (gnus-put-image): Really return glyph.
4634
4635         * gnus-art.el (gnus-article-x-face-command): Fix :type.
4636         (gnus-treat-smiley): Don't take "P" in the interactive form.
4637
4638 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4639
4640         * compface.el (uncompface): XEmacs and Emacs have differing
4641         capabilities.
4642
4643         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
4644
4645         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
4646         (gnus-article-xface-ring-size): Removed.
4647         (gnus-article-display-xface): Removed.
4648         (gnus-remove-image): Cleaned up.
4649
4650         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
4651         (gnus-xmas-create-image): Take pbm files.
4652         (gnus-x-face): Removed.
4653         (gnus-xmas-article-display-xface): Removed.
4654
4655         * gnus-fun.el (gnus-display-x-face-in-from): Bind
4656         default-enable-multibyte-characters.
4657
4658         * compface.el (uncompface): Doc fix.
4659
4660         * gnus-art.el (gnus-article-x-face-command): Use
4661         gnus-display-x-face-in-from.
4662
4663         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
4664
4665         * gnus-ems.el (gnus-put-image): Return the image.
4666
4667         * gnus-fun.el (gnus-display-x-face-in-from): New function.
4668         (gnus-x-face): Moved here.
4669
4670 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
4671
4672         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
4673         invisible if string is nil.
4674         (gnus-xmas-article-display-xface): Use it.
4675
4676         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
4677         property when string is nil.
4678         (gnus-article-display-xface): Use it.
4679
4680 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4681
4682         * gnus-art.el (article-display-x-face): Check whether valid grey
4683         face was returned.
4684         (article-display-x-face): Place image in the right spot.
4685
4686         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
4687         stderr.
4688         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
4689
4690 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4691
4692         * gnus-xmas.el (gnus-xmas-create-image): Take optional
4693         parameters.
4694         (gnus-xmas-put-image): Allow non-strings to be passed.
4695
4696         * gnus-art.el (article-display-x-face): Use optional parameters.
4697
4698         * gnus-ems.el (gnus-create-image): Take optional parameters.
4699
4700         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
4701
4702         * compface.el (compface-xbm-p): Removed.
4703
4704         * gnus-ems.el (gnus-article-compface-xbm): Removed.
4705         (gnus-article-display-xface): Use compface.
4706
4707         * compface.el: New file.
4708
4709         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
4710         (gnus-convert-image-to-x-face-command): Ditto.
4711         (gnus-random-x-face): Quote argument.
4712         (gnus-x-face-from-file): Ditto.
4713
4714 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
4715
4716         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
4717         the expire-group parameter once per article rather than once
4718         per group; bind `nnmaildir-article-file-name' and `article'
4719         for convenience.  Leave article alone when expire-group
4720         specifies the current group.
4721         (nnmaildir--update-nov): be more concurrency-friendly with
4722         temp file names.
4723
4724 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4725
4726         * gnus-start.el (gnus-read-init-file): Cleaned up.
4727
4728 2002-01-03  Dave Love  <d.love@dl.ac.uk>
4729
4730         * gnus-start.el (gnus-startup-file-coding-system): Removed.
4731         (gnus-read-init-file): Don't use it.
4732
4733 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4734
4735         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
4736
4737 2002-01-03  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4738
4739         * gnus-start.el (gnus-read-init-file): Don't force coding system
4740         for ~/.gnus.  From Dave Love <fx@gnu.org>.
4741
4742 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
4743
4744         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
4745         * nnspool.el (nnspool-request-post): Ditto.
4746
4747         * mm-util.el (mm-use-find-coding-systems-region): New variable.
4748         (mm-find-mime-charset-region): Use it.
4749
4750 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
4751
4752         * gnus.el (gnus-summary-line-format): Added :link.
4753         * gnus-topic.el (gnus-topic-line-format): Ditto.
4754         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
4755         * gnus-srvr.el (gnus-server-line-format): Ditto.
4756         * gnus-group.el (gnus-group-line-format): Ditto.
4757
4758         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
4759         :keys, it works on both Emacsen.
4760
4761 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
4762
4763         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
4764
4765 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4766
4767         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
4768
4769 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
4770
4771         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
4772         very wide reply.
4773
4774 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4775
4776         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
4777         (gnus-picon-cache): New variable.
4778         (gnus-picon-transform-newsgroups): Cache stuff.
4779
4780         * gnus-art.el (gnus-article-reply-with-original): New command.
4781         (gnus-article-followup-with-original): New command.
4782
4783         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
4784         END parameters.
4785         (gnus-summary-followup): Take a list of list of articles.
4786         (gnus-inews-yank-articles): Allow lists of article/regions.
4787
4788         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
4789         longer the usual commands.
4790
4791         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
4792         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
4793         shell-command-on-region.
4794
4795 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4796
4797         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
4798           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
4799
4800 2002-01-03  Steve Youngs  <youngs@xemacs.org>
4801
4802         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
4803         understand ':keys', wrap it in an featurep 'xemacs.
4804
4805 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4806
4807         * gnus-ems.el (gnus-article-display-xface): Show xface in the
4808         order of headers (Actually, it is called in a reversed order). Add
4809         'gnus-image-text-deletable property.
4810         (gnus-remove-image): Remove text with such a property.
4811
4812         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
4813         gnus-put-image.
4814
4815         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
4816         with ", "
4817
4818 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4819
4820         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
4821
4822         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
4823         (article-display-x-face): Display grey X-Faces.
4824
4825         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
4826         (gnus-convert-gray-x-face-to-ppm): Ditto.
4827         (gnus-convert-image-to-gray-x-face): Ditto.
4828
4829         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
4830         gnus-summary-show-raw-article.
4831
4832 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4833
4834         Display picons in XEmacs without showing text.
4835
4836         * gnus-xmas.el (gnus-xmas-create-image): Don't use
4837         mm-create-image-xemacs to create xbm glyph, because it deletes
4838         temporary files.
4839         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
4840         (gnus-xmas-remove-image): Make text visible, remove glyph.
4841
4842         * gnus-picon.el (gnus-picon-transform-newsgroups)
4843         (gnus-picon-transform-address): Insert spec backward, due to the
4844         incompatibility of gnus-xmas-put-image.
4845
4846 2002-01-02  Pavel Jan\81ík  <Pavel@Janik.cz>
4847
4848         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
4849
4850 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4851
4852         * gnus.el: Doc fix.
4853
4854         * gnus-art.el: Doc fix.
4855
4856         * gnus-agent.el: Doc fix.
4857
4858 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4859
4860         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
4861
4862 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
4863
4864         * nnmaildir.el (nnmaildir--update-nov): automatically parse
4865         NOV data out of the message again if nnmail-extra-headers has
4866         changed.
4867
4868 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4869
4870         * gnus-fun.el: New file.
4871         (gnus-convert-image-to-x-face-command): New variable.
4872         (gnus-insert-x-face): New function.
4873         (gnus-random-x-face): Renamed.
4874         (gnus-x-face-from-file): Renamed.
4875
4876         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
4877         "_".
4878         (gnus-body-boundary-delimiter): Typo fix.
4879
4880 2002-01-02  Simon Josefsson  <jas@extundo.com>
4881
4882         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
4883         (gnus-body-boundary-delimiter): Fix type.
4884
4885 2002-01-01  Simon Josefsson  <jas@extundo.com>
4886
4887         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
4888         (gnus-treat-emphasize, gnus-treat-strip-cr)
4889         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
4890         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
4891         (gnus-treat-fill-article, gnus-treat-hide-citation)
4892         (gnus-treat-hide-citation-maybe)
4893         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
4894         (gnus-treat-strip-pem, gnus-treat-strip-banner)
4895         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
4896         (gnus-treat-date-ut, gnus-treat-date-local)
4897         (gnus-treat-date-english, gnus-treat-date-lapsed)
4898         (gnus-treat-date-original, gnus-treat-date-iso8601)
4899         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
4900         (gnus-treat-strip-trailing-blank-lines)
4901         (gnus-treat-strip-leading-blank-lines)
4902         (gnus-treat-strip-multiple-blank-lines)
4903         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
4904         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
4905         (gnus-treat-display-xface, gnus-treat-display-smileys)
4906         (gnus-treat-from-picon, gnus-treat-mail-picon)
4907         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
4908         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
4909         (gnus-treat-play-sounds, gnus-treat-translate)
4910         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
4911
4912         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
4913         (gnus-article-treat-body-boundary): Use it.
4914
4915         * message.el (message-mode): Fix doc.
4916         (message-mode-menu): Fix names.
4917
4918 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4919
4920         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
4921         articles.
4922
4923         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
4924         (gnus-picon-transform-address): Search for unknown faces as well.
4925         (gnus-picon-find-face): Don't search "news" for MISC.
4926         (gnus-picon-user-directories): Changed default back to exclude
4927         "unknown".
4928
4929         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
4930
4931         * gnus-picon.el (gnus-picon-find-face): Search through all
4932         databases.
4933         (gnus-picon-find-face): New implementation.
4934
4935         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
4936         keystroke.
4937         (gnus-topic-goto-next-topic): Ditto.
4938
4939         * gnus.el (gnus-summary-line-format): Changed default.
4940
4941         * nnmail.el (nnmail-extra-headers): Change default.
4942
4943         * gnus-sum.el (gnus-extra-headers): Change default.
4944
4945         * message.el (message-news-other-window): Changed "news" to
4946         "posting".
4947         (message-news-other-frame): Ditto.
4948         (message-do-send-housekeeping): Ditto.
4949
4950         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
4951         function.
4952         (gnus-article-unread-p): New function.
4953         (gnus-article-unseen-p): New function.
4954         (gnus-dead-summary-mode-map): Typo.
4955
4956         * gnus-util.el (gnus-make-predicate): New function.
4957         (gnus-make-predicate-1): New function.
4958
4959         * gnus-sum.el: New function.
4960         (gnus-map-articles): New function.
4961
4962         * gnus-art.el (gnus-treat-fold-headers): New variable.
4963         (gnus-article-treat-fold-headers): New command and keystroke.
4964
4965         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
4966         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
4967
4968 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4969
4970         * message.el (message-fcc-externalize-attachments): New variable.
4971         (message-do-fcc): Use it.
4972
4973         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
4974         (gnus-inews-do-gcc): Use it.
4975
4976         * mml.el (mml-tweak-sexp-alist): New variable.
4977         (mml-externalize-attachments): New variable.
4978         (mml-tweak-part): Use mml-tweak-sexp-alist.
4979         (mml-tweak-externalize-attachments): New function.
4980
4981 2002-01-01  Steve Youngs  <youngs@xemacs.org>
4982
4983         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
4984         'set-glyph-face' so x-face back/foreground can be set.
4985
4986 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
4987
4988         * message.el (message-fix-before-sending): Fix a typo.
4989
4990 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4991
4992         * gnus-art.el (gnus-treat-smiley): Renamed command.
4993         (gnus-article-remove-images): New command and keystroke.
4994
4995         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
4996
4997         * smiley-ems.el (gnus-smiley-display): Removed.
4998
4999         * gnus.el (gnus-version-number): Update version.
5000
5001         * message.el (message-text-with-property): Renamed and moved
5002         here.
5003         (message-fix-before-sending): Highlight invisible text and place
5004         point there.
5005
5006 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5007
5008         * gnus.el: Oort Gnus v0.04 is released.
5009
5010 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5011
5012         * gnus-delay.el (gnus-delay-send-queue): Renamed.
5013
5014         * gnus-art.el (gnus-ignored-headers): More headers,
5015
5016         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
5017         of `scan-error', since XEmacs doesn't seem to support that.
5018
5019 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5020
5021         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
5022         arg.
5023         (gnus-summary-best-unread-subject): Ditto.
5024         (gnus-summary-best-unread-subject): No, don't.
5025         (gnus-summary-better-unread-subject): New command.
5026
5027         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
5028
5029         * lpath.el ((featurep 'xemacs)): fbind url function.
5030
5031         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
5032         buffer.
5033         (gnus-xmas-remove-image): Implementation that does something.
5034         (gnus-xmas-article-display-xface): Mark images properly.
5035
5036         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
5037
5038 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
5039
5040         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
5041
5042 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5043
5044         * gnus-group.el (gnus-group-line-format): Added %O to the default
5045         value.
5046
5047         * gnus-util.el (gnus-text-with-property): The smallest point is
5048         point-min.
5049
5050         * smiley-ems.el (smiley-region): Return images.
5051         (gnus-smiley-display): Allow toggling.
5052         (smiley-region): Use text properties, not overlays.
5053
5054         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
5055         implemented yet.
5056
5057         * smiley-ems.el (smiley-update-cache): Check for valid types.
5058
5059         * gnus-art.el (gnus-with-article-buffer): New macro.
5060
5061         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
5062         strings as well as the glyphs.
5063         (gnus-picon-transform-address): Ditto.
5064         (gnus-picon-insert-glyph): Ditto.
5065         (gnus-picon-transform-newsgroups): Toggle.
5066         (gnus-picon-transform-address): Toggle.
5067
5068         * gnus-ems.el (gnus-remove-image): New function.
5069         (gnus-put-image): Take an optional string.
5070
5071         * gnus-util.el (gnus-text-with-property): New function.
5072
5073         * gnus-art.el (gnus-delete-images): New function.
5074
5075         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
5076
5077         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
5078         (gnus-article-wash-status): Use it.
5079         (gnus-signature-toggle): Clean up.
5080         (gnus-add-wash-status): New function.
5081         (gnus-delete-wash-status): New function.
5082         (gnus-article-hide-text-type): Use them throughout.
5083         (gnus-add-image): New function.
5084
5085         * gnus-ems.el (gnus-article-display-xface): Use new interface.
5086
5087         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
5088         interface.
5089
5090         * gnus-art.el (article-display-x-face): Cleaned up.
5091
5092         * rfc2047.el (rfc2047-field-value): New function.
5093
5094         * mail-parse.el (mail-header-field-value): New alias.
5095
5096         * gnus-art.el (gnus-mime-print-part): Fix typos.
5097
5098         * smiley-ems.el (gnus-smiley-file-types): New variable.
5099         (smiley-update-cache): Use it.
5100         (smiley-regexp-alist): Suffix-less smiley names.
5101         (smiley-regexp-alist): Added more smileys.
5102
5103         * gnus-sum.el (gnus-print-buffer): Made into own function.
5104         (gnus-summary-print-article): Use it.
5105
5106         * mailcap.el (mailcap-mime-info): Actually return the bit that we
5107         looked for when REQUEST is a string.
5108
5109         * gnus-art.el (gnus-mime-button-commands): Add printing
5110         keystroke.
5111         (gnus-mime-copy-part): Doc fix.
5112         (gnus-mime-print-part): New command.
5113
5114 2001-12-31  Simon Josefsson  <jas@extundo.com>
5115
5116         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
5117         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
5118
5119 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5120
5121         * gnus-picon.el (gnus-treat-from-picon): Autoload.
5122         (picon): Fix doc.
5123
5124         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
5125         longer exists. Remove those codes.
5126         * gnus.el (gnus-use-picons): Ditto.
5127
5128 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5129
5130         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
5131         infloop.
5132
5133         * gnus-sum.el (t): New `W D' map.
5134
5135         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
5136         (gnus-article-treat-body-boundary): Clean up.
5137         (gnus-body-boundary-face): Removed.
5138         (gnus-article-goto-header): Moved here.
5139         (gnus-article-goto-header): Allow better regexps.
5140         (gnus-article-treat-fold-newsgroups): New command.
5141
5142         * gnus-sum.el (gnus-summary-move-article): We have to select an
5143         article to give `gnus-read-move-group-name' an opportunity to
5144         suggest an appropriate default.
5145
5146         * rfc2047.el (rfc2047-fold-line): New function.
5147         (rfc2047-unfold-line): Ditto.
5148         (rfc2047-fold-region): Don't fold just after the header name.
5149
5150         * mail-parse.el (mail-header-fold-line): New alias.
5151         (mail-header-unfold-line): Ditto.
5152
5153         * gnus-art.el (gnus-body-boundary-face): Renamed.
5154         (gnus-article-treat-body-boundary): Use it.
5155         (gnus-article-treat-body-boundary): Use an invisible header and a
5156         line of underline characters.
5157
5158 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5159
5160         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
5161
5162         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
5163         (gnus-picon-split-address): New function.
5164         (gnus-picon-find-face): Use it.
5165         (gnus-picon-transform-address): Use it. Set first to t for each
5166         address.
5167
5168         * gnus-art.el (gnus-with-article-headers): Move to here. Define
5169         the macro then use it.
5170         (gnus-treatment-function-alist): Treat picons earlier.
5171
5172 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5173
5174         * gnus-art.el (gnus-body-separator-face): New variable.
5175         (gnus-article-treat-body-boundary): Use a blank, colored line.
5176
5177         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
5178         well.
5179
5180         * gnus-art.el (gnus-treat-body-boundary): New variable.
5181         (gnus-article-treat-unfold-headers): Use helper macro.
5182         (gnus-article-treat-body-boundary): New command.
5183
5184         * gnus.el (gnus-logo-color-style): Change the default color.
5185         (gnus-splash-face): Gray, gray.
5186
5187         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
5188         colors.
5189
5190         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
5191         (gnus-logo-color-style): Ditto.
5192         (gnus-logo-colors): Ditto.
5193
5194         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
5195
5196         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
5197
5198         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
5199         (gnus-picon-transform-newsgroups): New function.
5200
5201         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
5202         string.
5203
5204         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
5205
5206         * gnus-art.el (gnus-treat-cc-picon): New variable.
5207         (gnus-treat-mail-picon): Renamed.
5208
5209         * gnus-picon.el: New implementation.
5210         (gnus-picon-find-face): Renamed.
5211         (gnus-treat-from-picon): Use it.
5212         (gnus-picon-transform-address): Renamed.
5213         (gnus-treat-from-picon): Use it.
5214         (gnus-picon-create-glyph): Renamed.
5215         (gnus-picon-transform-address): Use it.
5216         (gnus-treat-cc-picon): New command.
5217
5218         * mm-decode.el (mm-create-image-xemacs): Separated out into
5219         function.
5220         (mm-get-image): Use it.
5221
5222         * gnus-art.el (gnus-treat-display-picons): Simplify.
5223         (gnus-treat-from-picon): Renamed.
5224
5225         * gnus-ems.el (gnus-create-image): New function.
5226         (gnus-put-image): New function.
5227
5228         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
5229         (gnus-with-article-headers): New macro.
5230         (gnus-article-goto-header): New function.
5231
5232         * gnus-xmas.el (gnus-image-type-available-p): New function.
5233
5234         * gnus-ems.el (gnus-image-type-available-p): New function.
5235
5236 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5237
5238         * nnrss.el (nnrss-check-group): Find the correct tag, because
5239         xml.el is changed.
5240
5241 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5242
5243         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
5244         lines are shorter than the window width.
5245         (gnus-ignored-headers): More headers.
5246
5247 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5248
5249         * gnus-art.el (gnus-treat-unfold-lines): New variable.
5250         (gnus-treat-unfold-headers): Renamed.
5251         (gnus-article-treat-unfold-headers): New command and keystroke.
5252
5253         * rfc2047.el (rfc2047-encode-message-header): Clean up.
5254
5255         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
5256
5257 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
5258
5259         * sha1-el.el (sha1-use-external): New variable.
5260         (sha1-region): Use it.
5261         (sha1-string): Ditto.
5262
5263         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
5264         * gnus-picon.el: Less warnings when compile.
5265
5266 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5267
5268         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
5269         alias.
5270         (gnus-picons-database): Default to list.
5271         (gnus-picons-lookup-internal): Use it.
5272
5273         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
5274         to "bogus".
5275
5276         * gnus-win.el (gnus-configure-windows-hook): New hook.
5277
5278 2001-12-29  Sascha L\81üdecke  <sascha@meta-x.de>
5279
5280         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
5281
5282 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5283
5284         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
5285         lists.
5286         (gnus-select-newsgroup): Don't append; push.
5287         (gnus-adjust-marked-articles): Remove obsolete ranges from
5288         `seen'.
5289         (gnus-update-marks): Clean up.
5290         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
5291
5292 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
5293
5294         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
5295
5296 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5297
5298         * gnus-sum.el (gnus-auto-select-subject): New variable.
5299         (gnus-summary-best-unread-subject): New function.
5300         (gnus-summary-best-unread-article): Use it.
5301         (gnus-summary-first-unseen-subject): New function and command.
5302
5303         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
5304         other treatments.
5305
5306         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
5307         function.
5308
5309         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
5310         from the list of hidden types.
5311
5312         * mm-view.el (mm-inline-text): Ditto.
5313         (mm-inline-text): Ditto.
5314         (mm-w3-prepare-buffer): Ditto.
5315
5316         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
5317
5318 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5319
5320         * gnus-art.el (gnus-ignored-headers): Added more headers.
5321
5322 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
5323
5324         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
5325         once.
5326
5327 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5328
5329         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
5330
5331 2001-12-28  Simon Josefsson  <jas@extundo.com>
5332
5333         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
5334         Jesper Harder <harder@ifa.au.dk>.
5335
5336 2001-12-27  Simon Josefsson  <jas@extundo.com>
5337
5338         * gnus-sum.el (gnus-select-newsgroup): Make
5339         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
5340         contain all articles (instead of none) when no seen marks have
5341         been set for the group.
5342         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
5343         instead, it seems to result in shorter ranges.
5344
5345 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5346
5347         * mm-util.el (mm-iso-8859-x-to-15-region): Use
5348         insert-before-markers.
5349         From Jesper Harder <harder@ifa.au.dk>
5350
5351 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
5352
5353         * nnmaildir.el (nnmaildir-save-mail): create the destination
5354         groups if they do not exist.
5355
5356 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5357
5358         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
5359
5360 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5361
5362         * gnus-group.el (gnus-group-read-ephemeral-group): Call
5363         gnus-group-real-name.
5364
5365         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
5366         (gnus-newsgroup-variables): Ditto.
5367
5368         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
5369         return it.
5370
5371 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
5372
5373         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
5374         * nnmaildir.el (top-level): Add commentary.
5375         (nnmaildir-version): Indicate that nnmaildir is now a standard
5376         part of Gnus, not separately released.
5377
5378 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5379
5380         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
5381         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
5382         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
5383         From  Pavel Jan\81ík  <Pavel@Janik.cz>
5384
5385 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5386
5387         * nnmaildir.el: Copyright changes. Require cl only at compile time.
5388
5389 2001-12-20  Simon Josefsson  <jas@extundo.com>
5390
5391         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
5392         ZHU <zsh@cs.rochester.edu>.
5393         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
5394         Brian P Templeton <bpt@tunes.org>.
5395
5396 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5397
5398         * nnmaildir.el: New file.
5399         From Paul Jarc <prj@po.cwru.edu>.
5400
5401 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5402
5403         * nndoc.el (nndoc-type-alist): Move forward to the end.
5404
5405 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5406
5407         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
5408         `dolist'.
5409
5410 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5411
5412         * gnus-win.el (gnus-frames-on-display-list): New function.
5413         (gnus-get-buffer-window): Use it.
5414
5415 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5416
5417         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
5418
5419 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5420
5421         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
5422
5423 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5424            From Harald Meland <Harald.Meland@usit.uio.no>
5425
5426         * gnus-win.el (gnus-get-buffer-window): New function.
5427         (gnus-all-windows-visible-p): Use it.
5428
5429         * gnus-util.el (gnus-horizontal-recenter)
5430         (gnus-horizontal-recenter, gnus-horizontal-recenter)
5431         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
5432
5433         * gnus-score.el (gnus-score-insert-help): Use it.
5434
5435         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
5436         (gnus-generate-tree, gnus-highlight-selected-tree)
5437         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
5438         it.
5439
5440         * gnus-art.el (gnus-article-set-window-start)
5441         (gnus-mm-display-part, gnus-request-article-this-buffer)
5442         (gnus-button-next-page, gnus-button-prev-page)
5443         (gnus-article-button-next-page, gnus-article-button-prev-page):
5444         Use it.
5445
5446 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
5447
5448         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
5449         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
5450         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
5451
5452 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5453
5454         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
5455         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
5456         * mml1991.el, nnultimate.el: Add `coding'.
5457
5458 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
5459
5460         * ChangeLog: changed coding to buffer-file-coding-system
5461         * ChangeLog.1: same
5462         * nnwfm.el: same
5463         * gnus-smiley.el: same
5464         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
5465         * gnus-delay.el: same
5466         * gnus-spec.el: same
5467         * message.el: same
5468         * mml1991.el: same
5469         * nnultimate.el: same
5470
5471 2001-12-16  Simon Josefsson  <jas@extundo.com>
5472         Inspired by code by Dirk Meyer <dischi@tzi.de>.
5473
5474         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
5475         (gnus-summary-save-map): Add muttprint.
5476         (gnus-summary-make-menu-bar): Ditto.
5477         (gnus-summary-muttprint): New function.
5478
5479         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
5480
5481 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5482
5483         * uudecode.el (uudecode-decode-region-internal): Speedup by using
5484         temporary list instead of buffer.
5485
5486         * mm-url.el (executable-find): autoload.
5487
5488 2001-12-12  Pavel Jan\81ík  <Pavel@Janik.cz>
5489
5490         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
5491         to variable, follow doc-string conventions).
5492
5493 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
5494
5495         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
5496         subscribe-level
5497         * gnus-topic.el (gnus-subscribe-topics): use it.
5498
5499 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5500
5501         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
5502         messages. (A small patch with indentation)
5503         From Sean Neakums <sneakums@zork.net>.
5504
5505         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
5506         nil after shooting down the gnus-original-article-buffer.
5507
5508 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5509
5510         * uudecode.el (uudecode-use-external): New variable.
5511         (uudecode-decode-region): Automatically detect external program.
5512
5513         * binhex.el (binhex-use-external): New variable.
5514         (binhex-decode-region-internal): New function.
5515         (binhex-decode-region): Automatically detect external program.
5516
5517         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
5518         Use them.
5519
5520 2001-12-12  Simon Josefsson  <jas@extundo.com>
5521
5522         * nnvirtual.el (nnvirtual-always-rescan)
5523         (nnvirtual-component-regexp): Fix doc.
5524
5525         * nnoo.el (defvoo): Add doc to defvoo variables.
5526
5527         * nnml.el (nnml-directory, nnml-active-file)
5528         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
5529         (nnml-marks-is-evil, nnml-filenames-are-evil)
5530         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
5531
5532         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
5533         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
5534         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
5535         `error'.
5536
5537         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
5538         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
5539
5540         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
5541         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
5542         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
5543         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
5544
5545         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
5546         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
5547
5548         * imap.el, nnimap.el: Fix indentation.
5549
5550         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
5551
5552 2001-12-12  Didier Verna  <didier@xemacs.org>
5553
5554         * gnus-msg.el (gnus-group-news): New function.
5555         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
5556         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
5557         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
5558         for it.
5559         * gnus-msg.el (gnus-summary-news-other-window): New function.
5560         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
5561         bind it to `i'.
5562         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
5563         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
5564         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
5565         for it (called with a prefix).
5566         * gnus-msg.el (gnus-configure-posting-styles): add an optional
5567         group-name argument.
5568         * gnus-msg.el (gnus-setup-message): use it.
5569
5570 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5571
5572         * gnus-sum.el (gnus-summary-show-article): Fix doc.
5573
5574 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5575
5576         * mml.el (mime-to-mml): Remove Content-Disposition too.
5577
5578 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5579
5580         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
5581         * gnus-group.el (gnus-group-name-decode): Decode unibyte
5582         strings only.
5583         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
5584
5585 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
5586
5587         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
5588         (nnmail-fancy-expiry-target): Use it.
5589         Suggestions from Simon Josefsson <jas@extundo.com>.
5590
5591 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5592
5593         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
5594
5595 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5596
5597         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
5598
5599         * gnus-util.el (gnus-url-unhex-string): Move here.
5600
5601 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5602
5603         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
5604         mm-url-decode-entities-nbsp.
5605
5606         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
5607         * webmail.el, nnwfm.el: Use mm-url.
5608
5609         * mm-url.el (mm-url-fetch-form): Move from nnweb.
5610         (mm-url-remove-markup): Move from nnweb.
5611         (mm-url-fetch-simple): Move from webmail.
5612
5613         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
5614
5615 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5616
5617         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
5618         (gnus-summary-print-article): Use it.
5619
5620         * gnus-util.el (gnus-replace-in-string): Typo.
5621
5622 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5623
5624         * nnweb.el (nnweb-replace-in-string): Removed.
5625
5626         * gnus-util.el (gnus-replace-in-string): New function.
5627         (gnus-mode-string-quote): Use it.
5628
5629         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
5630         * nnwfm.el (nnwfm-create-mapping): Ditto.
5631
5632 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5633
5634         * dgnushack.el (dgnushack-compile): nnrss.el and
5635         nnslashdot.el don't depend on nnweb, url, w3.
5636
5637         * nnrss.el: Use mm-url.
5638
5639 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5640
5641         * mm-url.el (mm-url-insert-file-contents): Support file:.
5642
5643 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5644
5645         * mm-view.el: Lower case for the description line. Sync from the
5646         Emacs CVS.
5647
5648 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5649
5650         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
5651         From:  Stefan Monnier  <monnier@cs.yale.edu>
5652
5653 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5654
5655         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
5656
5657 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5658
5659         * mm-url.el: Require executable.
5660         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
5661
5662 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5663
5664         * pop3.el (pop3-munge-message-separator): Only use valid date.
5665         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
5666
5667         * Makefile.in: gnus-load.elc may not be generated.
5668
5669 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5670
5671         * mm-url.el: New file.
5672         * nnslashdot.el: Use it.
5673         * mm-extern.el (mm-extern-url): Use it.
5674
5675 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5676
5677         * gnus-sum.el (gnus-summary-save-article): Nix
5678         gnus-display-mime-function and gnus-article-prepare-hook.
5679
5680         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
5681         the beginning of lines.
5682         (gnus-complex-form-to-spec): Ditto.
5683
5684 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5685
5686         * message.el (message-make-mft): Fix the m-s-a-file regexp.
5687         From Paul Jarc <prj@po.cwru.edu>.
5688
5689 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5690
5691         * message.el: New variable message-subscribed-address-file;
5692         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
5693
5694 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5695
5696         * message.el (message-tab-body-function): Set to nil.
5697         (message-tab): Use text-mode-map or global-map.
5698         Suggested by Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
5699
5700 2001-11-30  Simon Josefsson  <jas@extundo.com>
5701
5702         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
5703         instead of gnus-union, for speed.  Suggested by Christoph Conrad
5704         <christoph.conrad@gmx.de>.
5705         (gnus-agent-fetch-group-1): Add verbose message.
5706
5707 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5708
5709         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
5710         of integers.
5711
5712 2001-11-29  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5713
5714         * message.el (message-newgroups-header-regexp)
5715         (message-completion-alist, message-tab-body-function): Use
5716         defcustom rather than defvar.
5717         (message-tab): Mention `message-tab-body-function' in doc.
5718         Suggested by Karl Eichwalder.
5719
5720 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5721
5722         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
5723
5724 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5725
5726         * nnheader.el (nnheader-find-nov-line): Don't use macro
5727         gnus-delete-line.
5728
5729         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
5730         (gnus-group-name-charset): Ditto.
5731
5732         * gnus-util.el (gnus-buffer-live-p): Ditto.
5733
5734 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5735
5736         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
5737         open parenthesis in doc.
5738         (sieve-manage-authenticator-alist): Typo in doc.
5739         * imap.el (imap-authenticator-alist): Typo in doc.
5740         (imap-stream-alist): Backslash.
5741
5742         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
5743           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
5744
5745 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5746
5747         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
5748
5749         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
5750
5751         * gnus-msg.el (gnus-configure-posting-styles): use
5752         make-local-hook. Add LOCAL for add-hook.
5753
5754 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
5755
5756         * message.el (message-mode): Use `make-local-hook' unless
5757         obsolete.
5758         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
5759
5760 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5761
5762         * canlock.el: Remove sha1.el and base64.el stuff.
5763
5764 2001-11-26  Didier Verna  <didier@xemacs.org>
5765
5766         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
5767         if needed.
5768
5769 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5770
5771         * message.el (message-tamago-not-in-use-p): New function.
5772         (message-strip-forbidden-properties): Use it.
5773
5774 2001-11-26  Didier Verna  <didier@xemacs.org>
5775
5776         * gnus-start.el (gnus-check-first-time-used): only check for
5777         existence of .el[d] files.
5778
5779 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5780
5781         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
5782
5783         * message.el (message-setup-1): Clean up mc-*.
5784
5785 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5786
5787         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
5788         * gnus-score.el (gnus-score-find-bnews): Use it.
5789
5790         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
5791         (gnus-summary-limit-to-author): Ditto.
5792         (gnus-summary-limit-to-extra): Ditto.
5793         (gnus-summary-find-matching): Support not-matching argument.
5794
5795 2001-11-25  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5796
5797         * message.el (message-wash-subject): Use `insert' rather than
5798         `insert-string', which is deprecated.
5799
5800 2001-11-24  Simon Josefsson  <jas@extundo.com>
5801
5802         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
5803         message. (Gnus does not "default" to using 8bit for the message,
5804         it default to use 8bit encoding and the user-supplied CTE
5805         value. Calling this behaviour "treating it as 8bit" is perhaps
5806         better.)
5807
5808         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
5809         (compare mm-charset-to-coding-system).
5810
5811 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5812
5813         * canlock.el (canlock-sha1-with-openssl): Use unibyte
5814         buffer. Correctly decode hex.
5815
5816 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5817
5818         * gnus-agent.el (gnus-category-insert-line): Convert category
5819         names to strings.
5820
5821 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5822
5823         * message.el (sha1): eval-and-compile.
5824
5825 2001-11-20  Simon Josefsson  <jas@extundo.com>
5826
5827         * message.el (message-allow-no-recipients): New variable.
5828         (message-send): Use it, customize the prompting when posting to
5829         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
5830
5831 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5832
5833         * mm-util.el (mm-coding-system-priorities): New variable.
5834         (mm-sort-coding-systems-predicate): New function.
5835         (mm-find-mime-charset-region): Resort coding systems if needed.
5836         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
5837
5838 2001-11-20  Didier Verna  <didier@xemacs.org>
5839
5840         * gnus-group.el (gnus-group-make-help-group): new optional
5841         argument to control the error behavior.
5842         * gnus-start.el (gnus-check-first-time-used): use it to avoid
5843         erroring.
5844
5845 2001-11-19  Simon Josefsson  <jas@extundo.com>
5846
5847         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
5848         instead of C-c C-u.  Suggested by Per Abrahamsen
5849         <abraham@dina.kvl.dk>.
5850
5851 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5852
5853         * nnfolder.el (nnfolder-read-folder): Use group instead of
5854         nnfolder-current-group.
5855         Suggested by Lorentey Karoly <lorentey@elte.hu>.
5856
5857 2001-11-17  Simon Josefsson  <jas@extundo.com>
5858
5859         * message.el (message-send): Ask user if Fcc/Gcc should be
5860         performed when no other sender was specified.
5861         Suggested by prj@po.cwru.edu (Paul Jarc).
5862
5863 2001-11-17  Simon Josefsson  <jas@extundo.com>
5864
5865         * message.el (message-mode, message-mode-map): Use C-c C-u for
5866         Importance: instead of C-c C-p (used by SC).
5867
5868 2001-11-16  Simon Josefsson  <jas@extundo.com>
5869
5870         * message.el (message-insert-importance-high)
5871         (message-insert-importance-low): Save point.
5872
5873         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
5874         value.
5875
5876 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
5877
5878         * message.el (message-strip-special-text-properties): New option.
5879         (message-strip-forbidden-properties): Obey it.
5880
5881 2001-11-14  Sam Steingold  <sds@gnu.org>
5882
5883         * gnus-score.el: Fixed some doc strings to properly quote symbols.
5884
5885 2001-11-15  Simon Josefsson  <jas@extundo.com>
5886
5887         Support "Importance:" header in Message.
5888
5889         * message.el (message-mode-map): Bind C-c C-p to
5890         `message-insert-or-toggle-importance'
5891         (message-mode-menu): Add message-insert-importance-{high,low}.
5892         (message-insert-importance-high, message-insert-importance-low)
5893         (message-insert-or-toggle-importance): New functions.
5894         (message-tool-bar-map): Add {un,}important.
5895         (message-mode): Doc fix.
5896
5897 2001-11-15  Simon Josefsson  <jas@extundo.com>
5898
5899         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
5900
5901         * mml.el (mml-menu): Fix toolbar tooltip.
5902
5903 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5904
5905         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
5906         * nnml.el (nnml-save-marks): Ditto.
5907
5908         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
5909
5910 2001-11-15  Simon Josefsson  <jas@extundo.com>
5911
5912         * nnml.el (nnml-save-marks):
5913         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
5914         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
5915
5916 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
5917
5918         * gnus-art.el (gnus-article-wash-status-strings): Use
5919         `copy-sequence', not `copy-seq'.
5920
5921 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
5922
5923         * gnus-art.el (gnus-article-wash-status-strings): New constant.
5924         (gnus-gnus-article-wash-status-entry): New function.
5925         (gnus-article-wash-status): Use it.
5926
5927 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5928
5929         * mml1991.el: Add coding header.
5930
5931 2001-11-12  Simon Josefsson  <jas@extundo.com>
5932
5933         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
5934         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
5935         `mml1991-sign' and `mml1991-encrypt'.
5936         (mml1991-encrypt, mml1991-sign): New glue functions.
5937         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
5938
5939         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
5940         (mml-menu): Add PGP to menu.
5941
5942         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
5943         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
5944         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
5945         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
5946
5947         * mml2015.el: Mention RFC 3156.
5948
5949         * mml1991.el: New file.  From Sascha L\81üdecke <sascha@meta-x.de>.
5950
5951 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5952
5953         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
5954
5955         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
5956           From <Michael.Cook@cisco.com>
5957
5958 2001-11-11  Simon Josefsson  <jas@extundo.com>
5959
5960         * message.el (top-level): Autoload sha1.
5961         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
5962         canlock, no need to require two different hash algs).  Suggested
5963         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
5964
5965 2001-11-09  Simon Josefsson  <jas@extundo.com>
5966
5967         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\81ík
5968         <Pavel@Janik.cz>.
5969
5970 2001-11-09  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5971
5972         * message.el (message-point-in-header-p): New function.
5973         (message-do-auto-fill): Use it.
5974         (message-beginning-of-line): New function.  Goes to beginning of
5975         header value (i.e., end of header name), or to beginning of line
5976         if already at beginning of value.  Behaves like
5977         `beginning-of-line' when in message body.
5978         (message-mode-map): Bind it.
5979
5980 2001-11-08  Simon Josefsson  <jas@extundo.com>
5981
5982         * gnus-msg.el (gnus-posting-styles): Add doc.
5983
5984 2001-11-07  Simon Josefsson  <jas@extundo.com>
5985
5986         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
5987
5988         * sieve-mode.el (sieve-control-commands-face)
5989         (sieve-control-commands-face, sieve-action-commands-face)
5990         (sieve-test-commands-face, sieve-tagged-arguments-face): New
5991         faces.
5992         (sieve-font-lock-keywords): Use them.
5993         (sieve-mode): Only set font-lock-defaults in emacs.
5994
5995         * gnus-art.el (gnus-default-article-saver): Add
5996         gnus-summary-save-body-in-file.
5997         (gnus-summary-write-to-file): Fix doc.
5998
5999 2001-11-07  Simon Josefsson  <jas@extundo.com>
6000
6001         * gnus-art.el (gnus-treat-highlight-signature): Add cross
6002         reference to the correct chapter in the manual.
6003
6004         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
6005         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
6006
6007 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6008
6009         * mml.el (mml-preview): Bind mail-header-separator.
6010
6011 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6012
6013         * message.el: Always require canlock.
6014         (message-ignored-supersedes-headers): Include Cancel-Lock and
6015         Cancel-Key.
6016         (message-insert-canlock): Don't require canlock.
6017         (message-cancel-news): Don't check whether canlock is available.
6018         (message-supersede): Support cancel-locks.
6019
6020         * gnus-art.el: Don't autoload canlock.
6021
6022 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6023
6024         * mail-source.el (mail-source-fetch-imap): ASYNC param.
6025         From: <andre@slamdunknetworks.com>
6026
6027 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6028
6029         * many files: Fix copyright lines.
6030
6031 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6032
6033         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
6034         Suggested by Dave Love  <fx@gnu.org>.
6035
6036 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6037
6038         * message.el (message-kill-buffer): Remove auto-save file after
6039         confirm.
6040
6041         * message.el (message-send-mail): Call message-generate-headers
6042         once.  Suggested by Matt Armstrong <matt@lickey.com>.
6043
6044         * gnus-topic.el (gnus-topic-rename): Initial-input.
6045         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
6046
6047 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
6048
6049         * message.el (message-forbidden-properties): New constant.
6050         (message-strip-forbidden-properties): New function.
6051         (message-mode): Activate it.
6052
6053 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6054
6055         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
6056         (mm-hack-charsets): Fix doc.
6057
6058 2001-11-02  Simon Josefsson  <jas@extundo.com>
6059
6060         * gnus-int.el (gnus-check-server): Message "...done" when done.
6061
6062         * imap.el (imap-close): Don't message (imap-send-command-wait
6063         returns if the connection is dropped).
6064         (imap-wait-for-tag): Nix out message only when necessary.
6065
6066         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
6067         for non-crossposting.
6068         (gnus-sieve-crosspost): Default to t to be consistent with other
6069         parts of Gnus.
6070
6071 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6072
6073         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
6074         (mm-iso-8859-x-to-15-table): Ditto.
6075         (mm-iso-8859-x-to-15-region): Ditto.
6076         (mm-find-mime-charset-region): Ditto.
6077
6078 2001-11-01  Simon Josefsson  <jas@extundo.com>
6079
6080         * nnimap.el (nnimap-close-asynchronous): New variable.
6081         (nnimap-close-group): Use it.
6082         (nnimap-expunge): Don't use it.
6083
6084         * imap.el (imap-callbacks): New variable.
6085         (imap-remassoc): Copied from `gnus-remassoc'.
6086         (imap-add-callback): New function.
6087         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
6088         behaviour.
6089         (imap-parse-response): Call the callback.
6090
6091         * message.el (message-insert-canlock): New variable.
6092         (message-canlock-generate, message-canlock-password)
6093         (message-insert-canlock): New functions.
6094         (message-send-news): Call `message-insert-canlock'.
6095         (top-level): Require canlock when compiling.
6096         (message-insert-canlock): Require canlock before we need it.
6097
6098 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6099
6100         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
6101
6102 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6103
6104         * dgnushack.el (dgnushack-make-load): A workaround for
6105         custom-add-loads bug in some versions of XEmacs.
6106
6107 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6108
6109         * mm-util.el (mm-charset-synonym-alist): Revert (some).
6110
6111 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6112
6113         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
6114         (mm-hack-charsets): New variable.
6115         (mm-iso-8859-15-compatible): New variable.
6116         (mm-iso-8859-x-to-15-table): New variable.
6117         (mm-find-mime-charset-region): Add parameter hack-charsets.
6118
6119         * mm-bodies.el (mm-encode-body): Use it.
6120         * mml.el (mml-parse-1): Ditto.
6121
6122 2001-11-01  Simon Josefsson  <jas@extundo.com>
6123
6124         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
6125
6126 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6127
6128         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
6129         is nil.
6130
6131 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6132
6133         * smiley-ems.el (smiley-update-cache): Auto detect file type.
6134
6135         * message.el (message-forward-rmail-make-body): Use
6136         save-window-excursion.
6137         (message-encode-message-body): Search with noerror.
6138         (message-setup-1): Convert compose-mail send-actions to
6139         message-send-actions.
6140
6141 2001-11-01  Simon Josefsson  <jas@extundo.com>
6142
6143         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
6144         <yamaoka@jpl.org>.
6145
6146 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6147
6148         * sieve-manage.el (sieve-string-bytes): No complain.
6149
6150 2001-11-01  Simon Josefsson  <jas@extundo.com>
6151
6152         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
6153         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
6154         has autoload cookies, so no `require' should be necessary.)
6155
6156         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
6157         files.
6158
6159 2001-10-31  Simon Josefsson  <jas@extundo.com>
6160
6161         * gnus-cus.el (gnus-group-parameters): Support integer `display'
6162         parameter.
6163
6164         * gnus-sum.el (gnus-select-newsgroup): If group parameter
6165         `display' is a number (and C-u wasn't used to enter group), only
6166         fetch that number of articles.
6167
6168 2001-10-31  Matt Armstrong  <matt@lickey.com>
6169
6170         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
6171         not-subscribed -> subscribed.
6172
6173 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6174         From: Josh Huber <huber@alum.wpi.edu>
6175
6176         * message.el (message-subscribed-address-functions): New variable.
6177         (message-subscribed-addresses): New variable.
6178         (message-subscribed-regexps): New variable.
6179         (message-goto-mail-followup-to): New function.
6180         (message-send-mail): Add Mail-Followup-To.
6181         (message-make-mft): New function.
6182
6183         * gnus.el (gnus-find-subscribed-addresses): New function.
6184
6185 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6186
6187         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
6188         (mail-source-fetch-pop): Ditto.
6189         (mail-source-check-pop): Ditto.
6190
6191         * gnus-start.el (gnus-read-init-file): Ditto.
6192         (gnus-activate-group): Ditto.
6193         (gnus-read-newsrc-el-file): Ditto.
6194
6195 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6196
6197         * message.el (message-get-reply-headers): Make sure there is ", ".
6198
6199         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
6200         mm-coding-system-p. Don't correct it only in XEmacs.
6201         (mm-charset-to-coding-system): Use mm-coding-system-p and
6202         mm-get-coding-system-list.
6203         (mm-emacs-mule, mm-mule4-p): New variables.
6204         (mm-enable-multibyte, mm-disable-multibyte,
6205         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
6206         mm-with-unibyte-current-buffer,
6207         mm-with-unibyte-current-buffer-mule4): Use them.
6208         (mm-find-mime-charset-region): Treat iso-2022-jp.
6209
6210         From  Dave Love  <fx@gnu.org>:
6211
6212         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
6213         construction.
6214         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
6215         entries conditional on not having a coding system defined for
6216         them.
6217         (mm-mule-charset-to-mime-charset): Use
6218         find-coding-systems-for-charsets if defined.
6219         (mm-charset-to-coding-system): Don't use
6220         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
6221         later.  Add last resort search of coding systems.
6222         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
6223         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
6224         Mule 4.
6225         (mm-find-mime-charset-region): Re-write.
6226         (mm-with-unibyte-current-buffer): Restore buffer as well as
6227         multibyteness.
6228
6229 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6230
6231         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
6232         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
6233         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
6234
6235 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6236
6237         * gnus-art.el (article-display-x-face): Nix buffer-read-only
6238         again.
6239
6240         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
6241
6242 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6243
6244         * gnus-spec.el (gnus-parse-simple-format): Use
6245           buffer-substring-no-properties.
6246
6247 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6248
6249         * gnus-art.el (article-verify-cancel-lock): New function.
6250
6251         * nnheader.el (nntp-process-response): New variable.
6252         (nnheader-init-server-buffer): Make `nntp-process-response'
6253         buffer-local in `nntp-server-buffer'.
6254
6255         * nntp.el (nntp-prepare-post-hook): New hook.
6256         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
6257         (nntp-async-trigger): Ditto.
6258         (nntp-request-post): Insert a server's ID if there's no Message-ID
6259         header; run `nntp-prepare-post-hook'.
6260
6261 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6262
6263         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
6264         instead.
6265
6266         * message.el (message-forward-subject-author-subject): Don't use
6267         message-news-p, which widens the buffer.
6268         (message-forward-make-body): New function.
6269         (message-forward): Use it.
6270         (message-insinuate-rmail): New function.
6271         (message-forward-rmail-make-body): New function.
6272
6273 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6274
6275         * mm-extern.el (mm-extern): Provide it.
6276
6277         * mm-partial.el (mm-partial): Provide it.
6278
6279 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6280
6281         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
6282
6283 2001-10-29  Simon Josefsson  <jas@extundo.com>
6284
6285         * mml.el (mml-preview): Bind message-this-is-news if it is
6286         news. From Jesper Harder <harder@myrealbox.com>.
6287
6288 2001-10-28  Simon Josefsson  <jas@extundo.com>
6289
6290         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
6291
6292 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
6293
6294         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
6295         ironic smilies.
6296
6297 2001-10-27  Simon Josefsson  <jas@extundo.com>
6298
6299         * message.el (message-indent-citation): Don't add trailing
6300         whitespace when citing text.
6301
6302         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
6303         <harder@ifa.au.dk>.
6304
6305 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6306
6307         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
6308         not available.
6309         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
6310         (nnweb-type-definition): Add google as alias of dejanews.
6311         (nnweb-google-parse-1): Forward 1 line.
6312
6313 2001-10-26  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6314
6315         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
6316         variable `message-forward-ignored-headers'.
6317
6318 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
6319
6320         * gnus.el (gnus-expand-group-parameter): New function.
6321         (gnus-expand-group-parameters): Call it.
6322         (gnus-group-fast-parameter): New function.
6323         (gnus-group-find-parameter): Call it.
6324
6325 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
6326
6327         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
6328         vector (it didn't before because of a bug).
6329         * gnus-msg.el (gnus-post-news): Use header vector directly, if
6330         available.  Before it converted it to an article number.
6331
6332         This makes followup to news articles with negative numbers in
6333         nnvirtual groups use news instead of mail.
6334
6335 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
6336
6337         * gnus.el (post-method): Use `native' instead of `nil'.
6338
6339         * gnus-msg.el (gnus-post-method): Ditto.
6340
6341 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
6342
6343         * gnus.el (gnus-define-group-parameter): Grammar fix.
6344
6345 2001-10-22  Simon Josefsson  <jas@extundo.com>
6346
6347         * gnus-msg.el (gnus-extended-version): Include
6348         system-configuration.
6349         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\8eßjohann).
6350
6351 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
6352
6353         * gnus.el (post-method): Customization fix: `native' is not a
6354         valid value.
6355         * gnus-msg.el (gnus-post-method): Doc and customization fix:
6356         `native' is not a valid value.
6357
6358 2001-10-21  Simon Josefsson  <jas@extundo.com>
6359
6360         * nnimap.el (nnimap): Defgroup
6361         (nnimap-strict-function, nnimap-strict-function-match): New
6362         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
6363         (nnimap-split-crosspost, nnimap-split-inbox)
6364         (nnimap-split-rule, nnimap-split-predicate)
6365         (nnimap-split-predicate): Defcustom.
6366         (nnimap-split-inbox, nnimap-expunge-search-string)
6367         (nnimap-importantize-dormant): Remove "*" from doc.
6368
6369 2001-10-20  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6370
6371         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
6372         not supplied via prefix arg.  From Lisp, make arg mandatory.
6373         Suggested by Frank Schmitt.
6374
6375 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
6376
6377         * message.el (message-do-auto-fill): Avoid calling
6378         'rfc822-goto-eoh'.
6379
6380 2001-10-20  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6381         From Paul Jarc <prj@po.cwru.edu>.
6382
6383         * message.el (message-get-reply-headers): Restructure the logic
6384         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
6385
6386 2001-10-20  Simon Josefsson  <jas@extundo.com>
6387
6388         * message.el (message-cancel-news): Support cancel-locks.
6389         Suggested by Per Abrahamsson.
6390
6391         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
6392         conses.  From David Z Maze <dmaze@MIT.EDU>.
6393
6394         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
6395
6396 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
6397
6398         * mm-decode.el (mm-default-directory): Fix customize type.
6399
6400         * message.el (message-setup-fill-variables): Kludge to use
6401         normal-auto-fill-function even if auto fill is already activated.
6402
6403 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
6404
6405         * message.el (message-do-auto-fill): New version that does not
6406         rely on text properties, by Simon Josefsson <jas@extundo.com>.
6407         (message-setup-1): Removed the `message-field' property.
6408
6409         * gnus-draft.el (gnus-draft-edit-message): Removed the
6410         `message-field' property.
6411
6412 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
6413
6414         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
6415         `message-field'.  The `field' property has a special significance in
6416         Emacs 21.
6417
6418         * message.el (message-send, message-setup-1): Ditto.
6419
6420 2001-10-18  Simon Josefsson  <jas@extundo.com>
6421
6422         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
6423         when undoing.
6424
6425 2001-10-18  Simon Josefsson  <jas@extundo.com>
6426         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
6427
6428         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
6429         (gnus-summary-make-menu-bar): Ditto.
6430
6431 2001-10-17  Simon Josefsson  <jas@extundo.com>
6432
6433         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
6434         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
6435
6436 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6437
6438         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
6439         * gnus-util.el (gnus-user-date): New function.
6440         From Frank Schmitt <usenet@Frank-Schmitt.net>.
6441
6442 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
6443
6444         * message.el (message-check-news-header-syntax): Special case
6445         nnvirtual groups.
6446
6447         * gnus-sum.el (gnus-summary-respool-default-method): Changed
6448         customize type to `symbol'.
6449
6450 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6451
6452         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
6453         %&foo;.
6454         (gnus-parse-simple-format): Support user extended spec too.
6455         %u&foo; invokes gnus-user-format-function-foo.
6456
6457 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6458
6459         * nnml.el (nnml-request-expire-articles): Make sure it is back to
6460         the server.
6461         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
6462         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6463         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
6464         * nndiary.el (nndiary-request-expire-articles): Ditto.
6465         (nndiary-schedule): Defsubst it before use it.
6466         (nndiary-error): eval-and-compile.
6467
6468 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
6469
6470         * gnus-msg.el (gnus-post-method): Changed two instances of
6471         `active' to `current' and one `null' to `not'.
6472
6473 2001-10-16  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6474         From Katsumi Yamaoka <yamaoka@jpl.org>.
6475
6476         * message.el (message-setup-fill-variables): Use
6477         `normal-auto-fill-function' instead of `auto-fill-function'.
6478
6479 2001-10-16  Simon Josefsson  <jas@extundo.com>
6480
6481         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
6482         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
6483         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
6484
6485 2001-10-16  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6486         Patch by Oliver Scholz <oscholz@my.gnus.org>.
6487
6488         * gnus-draft.el (gnus-draft-edit-message): Add text property
6489         `field' with value `header' to message headers.
6490         * message.el (message-setup-1): Really add text property to all of
6491         the header, not just part of it.
6492
6493 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6494
6495         * gnus-group.el (gnus-group-sort-by-server): Use it.
6496
6497         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
6498
6499         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
6500         and keystroke.
6501
6502 2001-10-14  Simon Josefsson  <jas@extundo.com>
6503
6504         * dig.el: Doc fix.
6505
6506         * smime.el: Doc fix.
6507
6508         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
6509         charset magic from message.el.
6510
6511 2001-10-12  Simon Josefsson  <jas@extundo.com>
6512         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
6513
6514         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
6515         'cite from g-a-wash-types.
6516         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
6517         (gnus-article-hide-citation): Fix.
6518
6519         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
6520         character.
6521         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
6522
6523         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
6524         definition.
6525         (gnus-signature-toggle): Toggle `s' mode line character.
6526
6527         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
6528         doing stuff that clears it.
6529
6530 2001-10-12  Simon Josefsson  <jas@extundo.com>
6531
6532         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
6533         From Eric Marsden <emarsden@laas.fr>.
6534
6535 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6536
6537         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
6538         (autoload): Add some autoloads.
6539
6540 2001-10-12  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6541         Suggested by Oliver Scholz <epameinondas@gmx.de>.
6542
6543         * message.el (message-do-auto-fill): New function.  Like
6544         `do-auto-fill' but don't fill when in the message header.
6545         (message-setup-1): Put a text property on the message header.
6546         (message-setup-fill-variables): Use `message-do-auto-fill'.
6547
6548 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6549
6550         * message.el (message-send-mail-partially): Insert an empty line
6551         first, because of the change of message-make-lines.
6552
6553 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
6554
6555         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
6556         iso-8859-15, make it an alias for iso-8859-1.
6557
6558 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6559
6560         * message.el (message-send-news): Don't modify the value of
6561         `message-syntax-checks' if it is not a list (possibly it is
6562         `dont-check-for-anything-just-trust-me').
6563
6564 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6565
6566         * gnus-group.el (gnus-group-name-charset-group-alist): Use
6567         `find-coding-system' for XEmacs to check whether the coding-system
6568         `utf-8' is available.
6569
6570 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6571
6572         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
6573
6574 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
6575
6576         * message.el (message-send-news): Oops, missed case with no
6577         "Followup-To" header...
6578
6579 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
6580
6581         * message.el (message-send-news): Allow
6582         `gnus-group-name-charset-group-alist' to affect encoding of the
6583         "Newsgroups" and "Followup-To" headers.
6584
6585 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6586
6587         * Makefile.in (install-el): Depend on gnus-load.el.
6588
6589 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6590
6591         * Makefile.in (install-el): Use -f.
6592         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
6593
6594 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
6595
6596         * message.el (message-send-news): Don't encode Followups-To when
6597         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
6598
6599         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
6600         header.
6601
6602         * gnus-art.el (article-decode-group-name): Also decode
6603         "Followup-To".
6604
6605         * rfc2047.el (rfc2047-encode-message-header): Encode without
6606         asking for null methods.
6607
6608         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
6609         default charset for newsgroup names in accordance with USEFOR.
6610
6611         * gnus-group.el (gnus-group-name-charset-method-alist,
6612         gnus-group-name-charset-group-alist): Removed "*" from doc
6613         strings, "*" should not be used for complex variables.
6614
6615 2001-10-06  Simon Josefsson  <jas@extundo.com>
6616
6617         Support UTF-8 group names better.
6618
6619         * message.el (message-check-news-header-syntax): Encode group
6620         names before comparison.
6621
6622         * gnus-msg.el (gnus-copy-article-buffer): Run all
6623         `gnus-article-decode-hook's except `article-decode-charset'
6624         instead of hardcoding call to one of them.
6625
6626         * gnus-art.el (gnus-article-decode-hook): Add
6627         `article-decode-group-name'.
6628         (article-decode-group-name): New function, use `g-d-n'.
6629
6630         * gnus-group.el (gnus-group-insert-group-line): Decode
6631         gnus-tmp-group using `g-d-n'.
6632
6633         * gnus-util.el (gnus-decode-newsgroups): New function.
6634
6635 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
6636
6637         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
6638         `gnus-group-name-charset-group-alist'.
6639
6640 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6641
6642         * Makefile.in: Install el in install. Add uninstall.
6643
6644 2001-10-05  Simon Josefsson  <jas@extundo.com>
6645
6646         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
6647
6648         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
6649
6650         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
6651         empty folders.
6652
6653         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
6654         limiting if read-all (C-u RET) was used.
6655
6656 2001-10-04  Simon Josefsson  <jas@extundo.com>
6657
6658         * mail-source.el (mail-source-movemail-program): New variable.
6659         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
6660         <thutt@thutt.vmware.com>.
6661
6662 2001-10-03  Simon Josefsson  <jas@extundo.com>
6663
6664         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
6665         (gnus-summary-line-format-alist): Fix param.
6666
6667 2001-10-02  Simon Josefsson  <jas@extundo.com>
6668
6669         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
6670         don't go through `nnimap-request-expire-articles' to delete the
6671         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
6672
6673 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6674
6675         * gnus-agent.el (gnus-agent-write-active): The min in the
6676         agent/active may be larger than that in the server/active.
6677
6678 2001-10-01  Simon Josefsson  <jas@extundo.com>
6679
6680         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
6681         is IMAP4rev1.
6682
6683         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
6684
6685         * nnfolder.el: Ditto.
6686
6687 2001-09-30  Dan Christensen  <jdc@uwo.ca>
6688
6689         * gnus-sum.el (gnus-summary-extract-address-component): New function.
6690         (gnus-summary-from-or-to-or-newsgroups): Optimize.
6691
6692 2001-09-29  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6693
6694         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
6695         (message-mode-menu): Menu item for same.
6696
6697         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
6698         delayed articles.
6699
6700         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
6701         nndraft:delayed does not exist.
6702         (gnus-delay-initialize): Don't set up keymap, that's done from
6703         message.el now.
6704         (gnus-delay, gnus-delay-group, gnus-delay-header)
6705         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
6706
6707 2001-09-29  Simon Josefsson  <jas@extundo.com>
6708
6709         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
6710         utf-8, not eight-bit-control.
6711
6712         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
6713         (imap-log, imap-debug): Custom.
6714         (imap-log-buffer, imap-debug-buffer): New constants.
6715         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
6716         (imap-network-open, imap-shell-open, imap-starttls-open)
6717         (imap-send-command-1, imap-send-command, imap-arrival-filter)
6718         (imap-debug): Use imap-*-buffer.
6719
6720         * nndoc.el (nndoc-article-type): Add mailman.
6721         (nndoc-type-alist): Ditto.
6722         (nndoc-mailman-type-p): New function.
6723
6724 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6725
6726         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
6727         gnus-art.el.
6728
6729 2001-09-27  Simon Josefsson  <jas@extundo.com>
6730
6731         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
6732         (gnus-topic-catchup-articles): New function. Suggested by Robin
6733         S. Socha <robin-dated-1001857693.185e29@socha.net>.
6734
6735 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6736         From Gerd M\81öllmann <gerd@gnu.org>.
6737
6738         * gnus-ems.el (gnus-article-display-xface): Insert xface after
6739         previous ones.
6740
6741 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6742         From Daiki Ueno  <ueno@unixuser.org>
6743
6744         * gnus-sum.el (gnus-summary-show-article): The arglist of
6745         detect-coding-region is incompatible.
6746
6747 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6748         From Katsuhiro Hermit Endo <hermit@koka-in.org>
6749
6750         * gnus-group.el (gnus-group-delete-group): Typo.
6751
6752 2001-09-26  Simon Josefsson  <jas@extundo.com>
6753
6754         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
6755
6756         * nnimap.el (nnimap-expiry-target): Use temp buffer.
6757
6758 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6759
6760         * gnus-cus.el (gnus-group-parameters): Display as sexp.
6761
6762 2001-09-22  Simon Josefsson  <jas@extundo.com>
6763
6764         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
6765
6766         * nnfolder.el (nnfolder-open-marks): Ditto.
6767
6768         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
6769         (gnus-update-marks): Use it.
6770         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
6771         hardcoded list.
6772
6773         * gnus.el (gnus-article-special-mark-lists): Add killed.
6774         (gnus-article-unpropagated-mark-lists): New constant.
6775
6776 2001-09-22  Simon Josefsson  <jas@extundo.com>
6777
6778         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
6779         custom option.
6780
6781 2001-09-23  Simon Josefsson  <jas@extundo.com>
6782
6783         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
6784
6785 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6786
6787         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
6788
6789 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
6790
6791         * gnus-group.el (gnus-group-sort-function): Fix customize type to
6792         accept lists of functions.
6793
6794 2001-09-20  Simon Josefsson  <jas@extundo.com>
6795
6796         * gnus-group.el (gnus-group-catchup): Update expire marks in
6797         backend.  Also, if ALL also set expire marks on tick/dormant.
6798
6799 2001-09-20  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6800
6801         * message.el (message-tab-body-function): New variable.
6802         * message.el (message-tab): Use it.
6803
6804 2001-09-19  Sam Steingold  <sds@gnu.org>
6805
6806         * gnus-win.el (gnus-buffer-configuration): Respect
6807         `gnus-bug-create-help-buffer'.
6808
6809 2001-09-18  Simon Josefsson  <jas@extundo.com>
6810
6811         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
6812         (gnus-parse-simple-format): Re-revert.
6813
6814 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
6815         Trivial patch.
6816
6817         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
6818         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
6819
6820 2001-09-18  Simon Josefsson  <jas@extundo.com>
6821
6822         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
6823         signed.
6824         (gnus-parse-simple-format): Don't use it.
6825
6826 2001-09-17  Miles Bader  <miles@gnu.org>
6827
6828         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
6829         error querying a backend abort the whole process.
6830
6831 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6832
6833         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
6834         From Gerd M\81öllmann <gerd@gnu.org>.
6835
6836 2001-09-17  Didier Verna  <didier@xemacs.org>
6837
6838         * nndiary.el: version 0.2-b14.
6839         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
6840         compatibility problem with XEmacs 21.1.
6841
6842 2001-09-15  Simon Josefsson  <jas@extundo.com>
6843
6844         * gnus-group.el (gnus-group-line-format): Document %c.
6845
6846         * nnml.el (nnml-parse-head): Handle CRLF files.
6847         (nnml-generate-nov-file): Ditto.
6848         (nnml-retrieve-headers): Ditto.
6849
6850 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
6851
6852         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
6853
6854 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
6855
6856         * gnus-spec.el (gnus-correct-substring): Still stopped one
6857         character before we wanted (never included last character).
6858         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
6859         add missing "," (once per function)
6860
6861 2001-09-14  Simon Josefsson  <jas@extundo.com>
6862
6863         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
6864         (otherwise e.g. gnus-agentize in .gnus overrides the customized
6865         default before gnus-group is loaded and the variable set.)
6866
6867         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
6868         killed or unsent marks.
6869
6870         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
6871         isn't an article to set it on (e.g. when you `a' in a group).
6872
6873 2001-09-12  Pavel Jan\81ík  <Pavel@Janik.cz>
6874
6875         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
6876         can read e-mails from Microsoft Outlook users not using ISO
6877         8859-2 character set.
6878
6879 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6880
6881         * gnus-diary.el: Minor modifications to avoid warnings.
6882         (gnus-summary-misc-menu): defvar.
6883         (gnus-diary-check-message): Use gnus-point-at-eol.
6884         (gnus-diary-kill-entire-line): eval-and-compile.
6885
6886 2001-09-12  Didier Verna  <didier@xemacs.org>
6887
6888         * nndiary.el: new version (0.2-b13).
6889         * nndiary.el (nndiary-mail-sources): doc update.
6890         * nndiary.el (nndiary-split-methods): ditto.
6891         * nndiary.el (nndiary-request-accept-article-hooks): New.
6892         * nndiary.el (nndiary-request-accept-article): use it, check
6893         message validity.
6894         * nndiary.el (nndiary-get-new-mail): changed default to nil.
6895         * nndiary.el (nndiary-schedule): fix bug (misplaced
6896         condition-case): it didn't return nil on error.
6897         * gnus-diary.el: new version.
6898         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
6899         * gnus-diary.el (gnus-diary-header-value-history): New.
6900         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
6901         * gnus-diary.el (gnus-diary-add-header): New.
6902         * gnus-diary.el (gnus-diary-check-message): New.
6903         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
6904         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
6905
6906 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6907
6908         * gnus-sum.el (gnus-select-newsgroup): Make
6909         `gnus-current-select-method' buffer-local.
6910
6911         * gnus-art.el (gnus-request-article-this-buffer): Refer
6912         `gnus-current-select-method' in the current summary buffer.
6913
6914 2001-09-10  Simon Josefsson  <jas@extundo.com>
6915         From Daniel Pittman <daniel@rimspace.net>
6916
6917         * gnus-spec.el (gnus-correct-pad-form): Fix.
6918
6919 2001-09-09  Simon Josefsson  <jas@extundo.com>
6920
6921         * mm-decode.el (mm-inline-media-tests): Add
6922         application/x-emacs-lisp.
6923         (mm-attachment-override-types): Add
6924         application/{x-,}pkcs7-signature.
6925
6926         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
6927         (gnus-server-line-format, gnus-server-mode-line-format)
6928         (gnus-server-browse-in-group-buffer): Customize.
6929
6930 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6931
6932         * nnml.el (nnml-marks-changed-p): Typo.
6933         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
6934         (nnml-marks-changed-p): Use gnus-gethash.
6935         (nnml-marks-modtime): Use gnus-make-hashtable.
6936
6937         * nnfolder.el (nnfolder-marks-changed-p): Typo.
6938         (nnfolder-request-expire-articles, nnfolder-save-marks)
6939         (nnfolder-open-marks): Typo.
6940         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
6941         (nnfolder-marks-changed-p): Use gnus-gethash.
6942         (nnfolder-marks-modtime): Use gnus-make-hashtable.
6943
6944 2001-09-08  Simon Josefsson  <jas@extundo.com>
6945
6946         * nnfolder.el (nnfolder-marks-modtime): New variable.
6947         (nnfolder-marks-changed-p): New function.
6948         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
6949         (nnfolder-request-update-info): Don't update if marks didn't change.
6950
6951         * nnml.el (nnml-marks-modtime): New variable.
6952         (nnml-marks-changed-p): New function.
6953         (nnml-save-marks, nnml-open-marks): Save modtime.
6954         (nnml-request-update-info): Don't update if marks didn't change.
6955
6956         * gnus-agent.el (gnus-agent-any-covered-gcc)
6957         (gnus-agent-add-server, gnus-agent-remove-server): Use
6958         gnus-agent-method-p.
6959
6960         * gnus-art.el (gnus-buttonized-mime-types): New variable.
6961         (gnus-unbuttonized-mime-type-p): Use it.
6962
6963         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
6964         fetch group.
6965
6966 2001-09-08  Simon Josefsson  <jas@extundo.com>
6967         From Daniel Pittman <daniel@rimspace.net>
6968
6969         * gnus-spec.el (gnus-correct-pad-form): New function.
6970         (gnus-parse-simple-format): Use it.
6971
6972 2001-09-07  Simon Josefsson  <jas@extundo.com>
6973
6974         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
6975         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
6976         Putnam <reader@newsguy.com>.
6977         (gnus-group-sort-selected-groups): Touch dribble file.
6978
6979 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
6980
6981         * nnml.el (nnml-filenames-are-evil): New variable.
6982         (nnml-article-to-file-alist): Rename to ...
6983         (nnml-current-group-article-to-file-alist): ... this.
6984         Respect `nnml-filenames-are-evil'.
6985         (nnml-active-number): Update.
6986         (nnml-update-file-alist): Update.
6987         (nnml-request-article): Use nnheader-article-to-file-alist.
6988         (nnml-request-rename-group): Likewise.
6989
6990 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6991
6992         * gnus-sum.el (gnus-summary-insert-line): Fix.
6993
6994 2001-09-06  Bj\81örn Torkelsson  <torkel@acc.umu.se>
6995
6996         * gnus-sum.el: Bind g-s-t-s to "W g".
6997         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
6998         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
6999         display of graphical smilies.
7000
7001 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7002
7003         * gnus-start.el (gnus-setup-news): A typo.
7004         From Bill White <billw@wolfram.com>.
7005
7006 2001-09-06  Simon Josefsson  <jas@extundo.com>
7007
7008         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
7009         and unseen marks.
7010
7011 2001-09-05  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7012
7013         * nnmail.el (nnmail-split-fancy): Document `junk'.
7014
7015 2001-09-04  Simon Josefsson  <jas@extundo.com>
7016
7017         * imap.el (imap-search): Don't error if server is broken.
7018
7019 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
7020
7021         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
7022         searching for an article that isn't in the mbox.
7023
7024 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7025
7026         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
7027         right, and get all the comments.
7028
7029 2001-09-02  Simon Josefsson  <jas@extundo.com>
7030         Suggested by Dan Christensen <jdc+news@uwo.ca>
7031
7032         * nnfolder.el (nnfolder-request-update-info): Fix message.
7033
7034         * nnml.el (nnml-request-update-info): Ditto.
7035
7036 2001-09-01  Simon Josefsson  <jas@extundo.com>
7037
7038         * nnml.el (nnml-request-expire-articles): Also bind
7039         `nnml-current-group' and `nnml-article-file-alist' when using
7040         expiry-target. (Otherwise nnml will be in a inconsistent internal
7041         state causing all kind of problems.)
7042         (nnml-request-expire-articles): If `nnml-article-to-file' or
7043         `file-attributes' failes, return article as un-expirable instead
7044         of treating it as expired.
7045
7046 2001-08-31  Sam Steingold  <sds@gnu.org>
7047
7048         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
7049         typo: `exmine' --> `examine'.
7050
7051 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7052
7053         * nndoc.el (nndoc-forward-type-p): It is not a digest.
7054
7055 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7056
7057         * nnml.el (nnml-check-directory-twice): Remove.
7058         (nnml-retrieve-headers): Ditto.
7059         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
7060
7061 2001-08-30  Andrew Innes  <andrewi@gnu.org>
7062
7063         * nnheader.el (nnheader-directory-files-is-safe): No need to read
7064         directory twice on Windows, or on GNU Emacs-21.
7065
7066 2001-08-30  Andrew Innes  <andrewi@gnu.org>
7067
7068         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
7069         (nnml-request-rename-group): Ditto.
7070         (nnml-active-number): Ditto.
7071         (nnml-request-create-group): Use nnml-directory-articles.
7072         (nnml-request-expire-articles): Use nnml-directory-articles, which
7073         gets list from nov database if available.
7074         (nnml-get-nov-buffer): New function.
7075         (nnml-open-nov): Use it.
7076         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
7077         gets alist from nov database if available.
7078         (nnml-directory-articles): New function.
7079         (nnml-article-to-file-alist): New function.
7080
7081 2001-08-30  Andrew Innes  <andrewi@gnu.org>
7082
7083         * mm-decode.el (mm-display-external): Use `name' as filename, if
7084         `filename' attribute is not present.
7085
7086 2001-08-30  Andrew Innes  <andrewi@gnu.org>
7087
7088         * mail-source.el (mail-source-flash): New defcustom.
7089         (mail-source-new-mail-p): Ring visible bell if appropriate.
7090         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
7091         timer is cleared even if mail check signals an error.
7092
7093 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7094
7095         * gnus-sum.el (gnus-summary-move-article): Only update marks of
7096         type 'list.
7097
7098 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7099
7100         * flow-fill.el (fill-flowed): eol might be point-max.
7101
7102 2001-08-27  Simon Josefsson  <jas@extundo.com>
7103
7104         * nnml.el (nnml-request-update-info): Fix message.
7105         (nnml-open-marks): Ditto.
7106
7107         * nnfolder.el (nnfolder-request-update-info):
7108         (nnfolder-open-marks): Fix message.
7109
7110 2001-08-25  Simon Josefsson  <jas@extundo.com>
7111
7112         * nnfolder.el (nnfolder-save-marks): Don't create directory named
7113         after group in ~/.
7114
7115 2001-08-25  Simon Josefsson  <jas@extundo.com>
7116         From Andreas Jaeger  <aj@suse.de>
7117
7118         * nnfolder.el (nnfolder-open-marks): Fix typo.
7119         * nnml.el (nnml-open-marks): Likewise.
7120
7121 2001-08-25  Simon Josefsson  <jas@extundo.com>
7122
7123         Make nnfolder groups self-contained as far as marks are concerned.
7124
7125         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
7126         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
7127         (nnfolder-open-server): Make marks directory.
7128         (nnfolder-request-delete-group): Delete marks file.
7129         (nnfolder-request-delete-group): Check of nov/marks file exist
7130         before deleting.
7131         (nnfolder-request-rename-group): Rename marks file.
7132         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
7133         (nnfolder-request-set-mark, nnfolder-request-update-info)
7134         (nnfolder-group-marks-pathname, nnfolder-save-marks)
7135         (nnfolder-open-marks): New functions.
7136         (top-level): Require gnus.
7137
7138 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7139
7140         * nnweb.el (nnweb-type-definition): Use google raw file.
7141         (nnweb-google-parse-1): Ditto.
7142         (nnweb-google-identity): Ditto.
7143         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
7144         (nnweb-altavista-wash-article): Ditto.
7145         (nnweb-request-article): Remove nnweb-decode-entities.
7146
7147         * nnml.el: Require 'gnus.
7148
7149 2001-08-25  Simon Josefsson  <jas@extundo.com>
7150
7151         * nnml.el (nnml-marks-is-evil): Add doc.
7152
7153 2001-08-25  Simon Josefsson  <jas@extundo.com>
7154
7155         * nnml.el (nnml-save-marks): Wrap saving marks in a
7156         condition-case, to allow user to start Gnus if saving marks failed
7157         for some reason.
7158
7159 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7160
7161         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
7162
7163         * gnus-group.el (gnus-update-group-mark-positions): Bind
7164         gnus-group-update-hook to nil.
7165
7166 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7167
7168         * mml.el (mml-generate-mime-1): Force as multibyte string.
7169
7170 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7171
7172         * gnus-sum.el (gnus-summary-insert-line)
7173         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
7174         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
7175
7176         * gnus-spec.el (gnus-correct-substring): Take optional END.
7177
7178         * nnrss.el (nnrss-request-article): Remove \n.
7179         (nnrss-retrieve-headers): Lines number is -1.
7180
7181 2001-08-24  Simon Josefsson  <jas@extundo.com>
7182
7183         * gnus-group.el (gnus-info-clear-data): Call
7184         nnfoo-request-set-mark to propagate marks.  Fix bug:
7185         `gnus-group-update-line' doesn't update read range unless we call
7186         `gnus-get-unread-articles-in-group' first.
7187
7188         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
7189         to server.
7190
7191 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7192
7193         * gnus-util.el (gnus-create-info-command): Return an interactive
7194         function.
7195
7196 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7197         From Katsumi Yamaoka <yamaoka@jpl.org>
7198
7199         * gnus-spec.el (gnus-parse-complex-format): Use equal.
7200
7201 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7202
7203         * gnus-sum.el (gnus-select-newsgroup): Use it.
7204
7205         * gnus-util.el (gnus-not-ignore): New function.
7206
7207         * lpath.el (featurep): Don't fbind char-int.
7208
7209         * gnus-util.el (gnus-create-info-command): New function.
7210
7211         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
7212         right node.
7213
7214         * gnus-sum.el (gnus-select-newsgroup): Clean up.
7215         (gnus-summary-limit-children): Use 'identity instead of `all'.
7216         (gnus-summary-limit-to-display-predicate): New command and
7217         keystroke.
7218
7219 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7220
7221         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
7222
7223         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
7224
7225 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7226
7227         * gnus-spec.el: Add the Gnus version.
7228         (gnus-update-format-specifications): If the Gnus version changes,
7229         nix out the format spec cache.
7230
7231         * gnus.el (gnus-continuum-version): Made into a command and
7232         optionalize the VERSION.
7233
7234         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
7235         the start of the lines.
7236
7237 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7238
7239         * gnus.el (gnus-visual-p): Define function before use of
7240         function.
7241
7242 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7243
7244         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
7245         (gnus-article-mark-to-type): New function.
7246         (gnus-update-missing-marks): Only update marks of type 'list.
7247
7248         * gnus.el (gnus-article-special-mark-lists): New variable.
7249
7250 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7251
7252         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
7253         (gnus-select-newsgroup): Still use 'all.
7254         (gnus-summary-initial-limit): Comparing with 'all.
7255
7256 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7257
7258         * gnus-start.el (gnus-activate-group): If dont-check, don't update
7259         active.
7260
7261 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7262
7263         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
7264         nnslashdot-*-retrieve-headers.
7265         (nnslashdot-request-article): Fix for slashcode 2.2.
7266         (nnslashdot-make-tuple): New function.
7267         (nnslashdot-read-groups): Use it.
7268
7269 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7270
7271         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
7272         list.
7273
7274         * gnus-sum.el (gnus-summary-move-article): Don't select article.
7275
7276 2001-08-20  Simon Josefsson  <jas@extundo.com>
7277
7278         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
7279         opened, error instead of continuing (and exploding later).
7280
7281 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7282
7283         * gnus.el (gnus-expand-group-parameters): Return the parameter
7284         list.
7285
7286         * gnus-sum.el (gnus-summary-show-article): Doc fix.
7287         (gnus-summary-show-article): Guess at charset if required.
7288
7289         * gnus-spec.el (gnus-correct-substring): Stopped one character
7290         before we wanted.
7291
7292 2001-08-19  Pavel Jan\81ík  <Pavel@Janik.cz>
7293
7294         * earcon.el (earcon-auto-play): Remove unused option.
7295
7296 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7297
7298         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
7299         message down in levels, since it happens very fast.
7300
7301         * smiley-ems.el (smiley-update-cache): Respect the symbol version
7302         of smiley-regexp-alist.
7303
7304         * mm-view.el (mm-inline-text): Ignore vcard errors.
7305
7306         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
7307
7308         * gnus-score.el (gnus-all-score-files): Use append instead of
7309         nconc.
7310
7311         * gnus.el (gnus-splash-face): Doc fix.
7312
7313         * mm-decode.el (mm-mailcap-command): Use
7314         mm-path-name-rewrite-functions.
7315         (mm-path-name-rewrite-functions): New variable.
7316
7317         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
7318         (gnus-complex-form-to-spec): Insert tab.
7319         (gnus-spec-tab): New function.
7320
7321         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
7322         entering the group.
7323
7324         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
7325         the positional spec.
7326         (gnus-parse-complex-format): React to %C.
7327
7328         * gnus-ems.el (gnus-char-width): Moved here.
7329
7330         * gnus-sum.el (gnus-select-newsgroup): Set
7331         gnus-newsgroup-articles.
7332         (gnus-unseen-mark): New variable.
7333         (gnus-newsgroup-unseen): Ditto.
7334         (gnus-newsgroup-seen): Ditto.
7335         (gnus-adjust-marked-articles): Use them.
7336         (gnus-update-marks): Use them.
7337         (gnus-summary-update-secondary-mark): Display.
7338         (gnus-summary-prepare-threads): Display.
7339
7340         * gnus-msg.el (gnus-inews-group-method): Use and return the
7341         method, not the server.
7342
7343 2001-08-19  Simon Josefsson  <jas@extundo.com>
7344
7345         * gnus-srvr.el (gnus-server-agent-face): New.
7346         (gnus-server-agent-face): New.
7347         (gnus-server-mode): Turn on font-lock-mode.
7348
7349         * gnus.el (gnus-server-visual): Add defgroup.
7350
7351 2001-08-19  Simon Josefsson  <jas@extundo.com>
7352         From Joe Casadonte <jcasadonte@northbound-train.com>
7353
7354         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
7355         gnus-server-denied-face): New.
7356         (gnus-server-opened-face, gnus-server-closed-face,
7357         gnus-server-denied-face): New.
7358         (gnus-server-font-lock-keywords): Add.
7359
7360 2001-08-19  Simon Josefsson  <jas@extundo.com>
7361
7362         * nnml.el (nnml-request-set-mark): Return nil.
7363         (nnml-save-marks): Use nnml-possibly-create-directory.
7364         (nnml-open-marks): Only work in temp buffer when inserting/reading
7365         .marks file.
7366
7367 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7368
7369         * gnus.el (gnus-expand-group-parameters): Fix.
7370
7371         * gnus-spec.el (gnus-char-width): New function.
7372         (gnus-correct-substring, gnus-correct-length): Use it.
7373
7374         * message.el (message-required-mail-headers): Fix doc.
7375
7376 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7377
7378         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
7379
7380         * mm-decode.el (mm-save-part-to-file): Insert the handle.
7381
7382 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7383
7384         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
7385         slashdot 2.2 (not fully fixed yet).
7386         (nnslashdot-request-article): Ditto.
7387
7388 2001-08-18  Simon Josefsson  <jas@extundo.com>
7389
7390         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
7391         nnimap.
7392
7393         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
7394         gnus-util.
7395         (nnimap-request-update-info-internal): Use new functions.
7396
7397         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
7398         new functions.
7399
7400 2001-08-18  Simon Josefsson  <jas@extundo.com>
7401
7402         Make nnml groups self-contained as far as marks are concerned.
7403
7404         * nnml.el (nnml-request-delete-group): Delete marks file.
7405         (nnml-request-rename-group): Move marks file.
7406         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
7407         variables.
7408         (nnml-request-set-mark, nnml-request-update-info): New server
7409         functions.
7410         (nnml-save-marks, nnml-open-marks): New functions.
7411
7412 2001-08-18  Simon Josefsson  <jas@extundo.com>
7413
7414         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
7415         `set' when setting marks.
7416
7417 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7418
7419         * gnus.el (gnus-info-find-node): Take an argument.
7420
7421         * gnus-art.el (gnus-button-handle-info): New function.
7422         (gnus-url-unhex-string): Replace "+" with " ".
7423
7424 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7425
7426         * message.el (message-check-news-header-syntax): Check bad From.
7427
7428 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7429
7430         * gnus-spec.el (gnus-correct-length): New function.
7431         (gnus-correct-substring): New function.
7432         (gnus-tilde-max-form): Use it.
7433
7434 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
7435
7436         * nnmh.el: Docstring changes as below.
7437
7438         * nnml.el: Docstring changes as below.
7439
7440         * nnbabyl.el: Docstring changes as below.
7441
7442         * nnmbox.el: Docstring changes as below.
7443
7444         * nnfolder.el: Added docstrings identifying each virtual server
7445         parameter.
7446
7447 2001-08-18  Simon Josefsson  <jas@extundo.com>
7448
7449         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
7450
7451 2001-08-17  Bj\81örn Torkelsson  <torkel@acc.kth.se>
7452
7453         * message.el: rename "Abort Message" to "Postpone Message".
7454         Remove "Attach file as MIME" from Message menu, it's already in
7455         the MIME menu.
7456
7457 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7458
7459         * smime.el (smime-point-at-eol): eval-and-compile.
7460         (smime-make-temp-file): New function.
7461         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
7462         Use it.
7463
7464 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7465
7466         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
7467         (gnus-agent-summary-fetch-group): New command and keystroke.
7468
7469         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
7470         (gnus-mime-display-security): Make it respect
7471         gnus-unbuttonized-mime-type-p.
7472
7473         * gnus-sum.el (gnus-articles-to-read): Comments.
7474         (gnus-article-marked-p): New function.
7475         (gnus-summary-display-make-predicate): New function.
7476         (gnus-select-newsgroup): Use them.
7477
7478         * mm-decode.el (mm-save-part-to-file): Made it not error.
7479
7480 2001-08-17  Simon Josefsson  <jas@extundo.com>
7481
7482         * imap.el (imap-wait-for-tag): If process-status isn't open or
7483         run, return nil instead of sit-for looping.
7484
7485 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7486
7487         * lpath.el (featurep): fbind xml-parse-region.
7488
7489         * gnus.el (gnus-message-archive-method): Default to "archive".
7490         (gnus-message-archive-method): Doc fix.
7491         (gnus-parameters-get-parameter): Cleaned up.
7492         (gnus-expand-group-parameter): New function.
7493
7494         * gnus-start.el (gnus-setup-news): Push the archive server only
7495         the server list.
7496
7497         * mml.el (mml-menu): Changed name to "Attachments".
7498
7499         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
7500         when there is something to detroy.
7501
7502 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7503
7504         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
7505         nil.
7506
7507 2001-08-15  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7508
7509         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
7510         which specifies a time today or tomorrow.
7511
7512 2001-08-15  Simon Josefsson  <jas@extundo.com>
7513         From Pavel@Janik.cz (Pavel Jan\81ík)
7514
7515         * gnus-agent.el (gnus-agent-make-mode-line-string)
7516         (gnus-agent-toggle-plugged): Use new API.
7517
7518 2001-08-14  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7519
7520         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
7521         deadline has expired.
7522
7523 2001-08-12  Simon Josefsson  <jas@extundo.com>
7524         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
7525
7526         Support `recent' mark indicating newly arrived messages (to
7527         separate from old but unread messages).
7528
7529         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
7530         `nnmail-split-history' if recent is > 0.
7531         (nnimap-request-update-info-internal): Update `recent' marks.
7532         (nnimap-request-set-mark): Never set `recent' marks.
7533         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
7534         recent.
7535
7536         * gnus-sum.el (gnus-recent-mark): New mark.
7537         (gnus-newsgroup-recent): New variable.
7538         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
7539         (gnus-summary-prepare-threads): Mark recent articles.
7540         (gnus-summary-add-mark): Support recent.
7541         (gnus-summary-update-secondary-mark): Support recent.
7542
7543         * gnus.el (gnus-article-mark-lists): Add recent.
7544
7545 2001-08-12  Simon Josefsson  <jas@extundo.com>
7546
7547         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
7548         whether successful decoding took place.  Add doc.
7549
7550 2001-08-12  Simon Josefsson  <jas@extundo.com>
7551         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
7552
7553         * gnus.el (gnus-summary-line-format, gnus-parameters):
7554         * gnus-gl.el (gnus-summary-grouplens-line-format):
7555         * gnus-salt.el (gnus-summary-pick-line-format):
7556         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
7557
7558 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
7559         Committed by Kai Gro\8eßjohann.
7560
7561         * gnus-score.el (gnus-score-string): Fix `match' regexp
7562         for `extra' header case.
7563
7564 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7565
7566         * nnmbox.el (nnmbox-read-mbox): No warning.
7567
7568 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7569
7570         * nndoc.el (nndoc-article-type): Fix doc.
7571         (nndoc-generate-article-function): New variable.
7572         (nndoc-dissection-function): New variable.
7573         (nndoc-type-alist): Add oe-dbx.
7574         (nndoc-oe-dbx-type-p): New function.
7575         (nndoc-oe-dbx-dissection): New function.
7576         (nndoc-oe-dbx-generate-article): New function.
7577
7578 2001-08-11  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7579
7580         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
7581         whether deadline has been reached.  Patch from Dan Nicolaescu
7582         <dann@godzilla.ics.uci.edu>.
7583
7584 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7585
7586         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
7587         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
7588         <rintaman@cs.Helsinki.FI>.
7589
7590         * mail-source.el (mail-source-movemail): The error buffer is
7591         modified, but nothing in it.
7592
7593 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7594
7595         * message.el (message-bogus-system-names): New variable.
7596         (message-make-fqdn): Use it.
7597
7598 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7599
7600         * nndraft.el (nndraft-request-group): Use
7601         nndraft-auto-save-file-name.
7602
7603 2001-08-09  Simon Josefsson  <jas@extundo.com>
7604
7605         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
7606         Don't ask whether to decrypt.  Just leave result in buffer (don't
7607         call mm).
7608
7609         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
7610         parts as well.
7611         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
7612         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
7613
7614 2001-08-09  Simon Josefsson  <jas@extundo.com>
7615
7616         * mm-decode.el (mm-insert-part): Return decoding success status.
7617         (mm-save-part-to-file): Error if decoding failed.
7618
7619 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7620
7621         * message.el (message-tab): Use indent-relative.
7622         (message-mode): Don't bind indent-line-function to indent-relative.
7623
7624 2001-08-09  Simon Josefsson  <jas@extundo.com>
7625
7626         * message.el (message-get-reply-headers): Fix string. Suggested by
7627         Christoph Conrad <cc@cli.de>.
7628
7629 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7630
7631         * message.el (message-tab): Use the current value of
7632         indent-line-function.
7633         (message-mode): Bind indent-line-function to indent-relative.
7634
7635 2001-08-08  Simon Josefsson  <jas@extundo.com>
7636
7637         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
7638         whether `imtest' is installed.
7639
7640 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
7641         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
7642
7643         * gnus-sum.el (gnus-summary-show-article): Call
7644         gnus-summary-update-secondary-secondary-mark.
7645         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
7646         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
7647
7648 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7649
7650         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
7651
7652         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
7653
7654         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\81öllmann
7655         <gerd@gnu.org>.
7656
7657         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
7658
7659         * gnus-util.el (gnus-output-to-rmail): Ditto.
7660         (gnus-output-to-mail): Ditto.
7661
7662         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
7663
7664 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
7665
7666         * message.el (message-indent-citation): Use
7667         `message-yank-cited-prefix' for empty lines.
7668
7669 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
7670
7671         * message.el (message-indent-citation): Quote only lines starting
7672         with ">" using `message-yank-cited-prefix'.
7673
7674 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
7675         Trivial patch.
7676
7677         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
7678         gnus-cache-fully-p.
7679
7680 2001-08-04  Simon Josefsson  <jas@extundo.com>
7681
7682         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
7683         file if it doesn't exist (by calling gnus-cache-read-active).
7684
7685 2001-08-04  Simon Josefsson  <jas@extundo.com>
7686
7687         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
7688         (gnus-cache-passively-or-fully-p): Removed.
7689         (gnus-cache-fully-p): Fix it.
7690
7691         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
7692
7693 2001-08-04  Simon Josefsson  <jas@extundo.com>
7694
7695         * gnus-cache.el (gnus-cache-fully-p)
7696         (gnus-cache-passively-or-fully-p): New functions.
7697         (gnus-cache-possibly-enter-article): Cosmetic change, use
7698         `g-c-p-o-f-p'.
7699         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
7700         was bogus (`g-c-p-a-a' does not change active info, just change
7701         the functions parameters).
7702         (gnus-cache-possibly-remove-articles-1): Make sure articles are
7703         not removed in groups that match `gnus-uncacheable-groups'.
7704
7705         Reported and modifications based on discussions with Nuutti
7706         Kotivuori <nuutti.kotivuori@smarttrust.com>.
7707
7708 2001-08-04  Simon Josefsson  <jas@extundo.com>
7709         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
7710
7711         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
7712         calls `gnus-cache-update-active' if bounds has been extended.
7713
7714 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7715
7716         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
7717         before remove.
7718         (gnus-mime-security-show-details): Ditto.
7719
7720 2001-08-04  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7721
7722         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
7723         syntax.  Protect string-match against nil string and regexp.
7724
7725 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7726
7727         * mm-util.el (mm-find-charset-region): Remove control-1.
7728
7729 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7730
7731         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
7732
7733 2001-08-04  Simon Josefsson  <jas@extundo.com>
7734
7735         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
7736         buffer.  Delete MIME-Version header.
7737
7738 2001-08-03  Simon Josefsson  <jas@extundo.com>
7739
7740         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
7741         that is entered does not necessarily have the highest article
7742         number in the group, so use `gnus-cache-possibly-alter-active'
7743         instead of `gnus-cache-update-active'.
7744
7745 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7746
7747         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
7748
7749 2001-08-03  Simon Josefsson  <jas@extundo.com>
7750
7751         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
7752         menu.
7753
7754 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7755
7756         * gnus.el (post-method): New group parameter.  It also provides
7757         the user option `gnus-post-method-alist' and the internal function
7758         `gnus-parameter-post-method'.
7759
7760         * gnus-msg.el (gnus-post-method): Bind the value of
7761         `gnus-post-method' to the group parameter if it is defined.
7762
7763 2001-08-02  Simon Josefsson  <jas@extundo.com>
7764
7765         * smime.el (smime-extra-arguments): Removed.
7766         (smime-call-openssl-region): Don't use it.
7767
7768 2001-08-02  Simon Josefsson  <jas@extundo.com>
7769
7770         * smime.el (smime-sign-region): Handle stderr.
7771         (smime-encrypt-region): Ditto.
7772
7773         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
7774         match the ASN.1 length bytes.
7775         (mm-pkcs7-enveloped-magic): Ditto.
7776         (mm-view-pkcs7-get-type): Don't regexp quote.
7777
7778 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7779         From Andreas Fuchs <asf@void.at>
7780
7781         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
7782
7783 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7784
7785         * gnus-art.el (gnus-header-button-alist): References regexp.
7786
7787 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
7788
7789         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
7790         already fboundp.  Add INTERACTIVE arg to autoload form.
7791
7792 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7793
7794         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
7795
7796         * nnmail.el (nnmail-cache-open): Ditto.
7797
7798 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7799
7800         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
7801
7802 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7803
7804         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
7805
7806 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7807         Originally from Pavel Jan\81ík <Pavel@Janik.cz>
7808
7809         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
7810         (gnus-agent-toggle-plugged): Use it.
7811
7812 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
7813
7814         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
7815         (gnus-ding-file-coding-system): New variable.
7816         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
7817         (gnus-slave-save-newsrc): Use it.
7818
7819 2001-07-31  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7820
7821         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
7822         syntax.
7823
7824 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7825         Originally from Andreas Fuchs <asf@void.at>
7826
7827         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
7828         (mml2015-gpg-pretty-print-fpr): New function.
7829         (mml2015-gpg-extract-signature-details): More details, rename from
7830         `m-g-e-from'.
7831         (mml2015-gpg-verify): Use them.
7832         (mml2015-gpg-clear-verify): Use them.
7833
7834 2001-07-31  Simon Josefsson  <jas@extundo.com>
7835
7836         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
7837         buffer when done.
7838
7839 2001-07-30  Simon Josefsson  <jas@extundo.com>
7840
7841         * smime.el (smime-call-openssl-region): Revert previous change,
7842         just pass on buf to `call-process-region'.
7843         (smime-verify-region): Doc fix.  Don't message stuff.  Use
7844         `smime-new-details-buffer'.  Inserts error messages into buffer.
7845         (smime-noverify-region): Ditto.
7846         (smime-decrypt-region): Ditto.  Handles stderr separately.
7847         (smime-verify-buffer, smime-noverify-buffer)
7848         (smime-decrypt-buffer): Doc fix.
7849         (smime-new-details-buffer): New function.
7850         (smime-pkcs7-region, smime-pkcs7-certificates-region)
7851         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
7852         (smime-sign-region, smime-encrypt-region): Don't use
7853         `insert-buffer'.
7854
7855         * mml-smime.el (mml-smime-verify): Fix security button strings.
7856
7857 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7858
7859         * gnus-art.el (gnus-mime-save-part-and-strip): Save
7860         gnus-article-mime-handles.
7861
7862 2001-07-29  Simon Josefsson  <jas@extundo.com>
7863
7864         * mail-source.el (top-level): Require message for message-directory.
7865         (mail-source-directory): Change default to message-directory.
7866
7867         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
7868         (smime-certificate-directory, smime-openssl-program)
7869         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
7870         (smime-extra-arguments): New variable.
7871         (smime-dns-server): Fix customize group.
7872         (smime-call-openssl-region): Use `smime-extra-arguments'.
7873
7874 2001-07-29  Simon Josefsson  <jas@extundo.com>
7875         From Vladimir Volovich <vvv@vsu.ru>
7876
7877         * smime.el (smime-call-openssl-region): Ignore stderr.
7878
7879 2001-07-29  Simon Josefsson  <jas@extundo.com>
7880         From Christoph Conrad <christoph.conrad@gmx.de>
7881
7882         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
7883         file.
7884
7885 2001-07-29  Simon Josefsson  <jas@extundo.com>
7886
7887         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
7888
7889         Support S/MIME decryption.
7890
7891         * mm-decode.el (mm-inline-media-tests):
7892         (mm-inlined-types):
7893         (mm-automatic-display):
7894         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
7895
7896         * mm-view.el (mm-pkcs7-signed-magic):
7897         (mm-pkcs7-enveloped-magic): New variables.
7898         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
7899         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
7900         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
7901         PKCS#7 blobs.
7902
7903         * smime.el (smime-decrypt-region): Expand keyfile.
7904
7905 2001-07-29  Simon Josefsson  <jas@extundo.com>
7906
7907         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
7908         `ssl.el' variables.
7909
7910         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
7911         but line instead of narrowing to it, because `nnmail-parse-active'
7912         calls widen.  Thanks to Christoph Conrad
7913         <christoph.conrad@gmx.de>.
7914
7915 2001-07-29  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7916
7917         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
7918         for %B spec.
7919
7920         * gnus-sum.el (gnus-summary-prepare-threads): If
7921         gnus-sum-thread-tree-root is nil, use subject instead.
7922         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
7923         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
7924         (gnus-sum-thread-tree-leaf-with-other)
7925         (gnus-sum-thread-tree-single-leaf): Documentation.
7926         (gnus-sum-thread-tree-single-indent): Allow nil.
7927
7928 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7929
7930         * message.el (message-fill-paragraph): Do nothing if the user
7931         wants filladapt-mode.
7932
7933 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7934
7935         * mm-decode.el (mm-image-type-from-buffer): New function.
7936         (mm-get-image): Use it.
7937
7938 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7939
7940         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
7941
7942         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
7943         mm-display-parts too.
7944
7945 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7946
7947         * nnfolder.el (nnfolder-request-accept-article): Bind
7948         nntp-server-buffer.
7949
7950         * nnmail.el (nnmail-parse-active): Read from buffer instead of
7951         nntp-server-buffer.
7952
7953 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7954
7955         * message.el (message-check-news-header-syntax): Use
7956         message-post-method.
7957         (message-send-news): Bind message-post-method.
7958
7959 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7960
7961         * mml.el (mml-tweak-type-alist): New variable.
7962         (mml-tweak-function-alist): New variable.
7963         (mml-tweak-part): New function.
7964         (mml-generate-mime-1): Use it.
7965
7966 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7967
7968         * nnfolder.el (nnfolder-request-accept-article): Replace
7969         nnfolder-request-list.
7970
7971 2001-07-27  Simon Josefsson  <jas@extundo.com>
7972
7973         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
7974         nnoo-change-server failed to do it.
7975
7976 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7977
7978         * gnus.el (gnus-parameters): Make it customizable.
7979
7980 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7981
7982         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
7983
7984         * message.el (message-set-auto-save-file-name): More
7985         poor-system-types.
7986
7987         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
7988
7989         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
7990         supports +.
7991
7992 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7993
7994         * mm-decode.el (mm-readable-p): New function.
7995         (mm-inline-media-tests): Fix the default testers.
7996
7997 2001-07-26  Simon Josefsson  <jas@extundo.com>
7998
7999         * nnimap.el (nnimap-version): Bump version number.
8000
8001 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8002         From Steven E. Harris <seh@speakeasy.org>
8003
8004         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
8005         in M$Windows too.
8006
8007 2001-07-26  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8008
8009         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
8010
8011 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8012
8013         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
8014
8015         * mm-decode.el (mm-get-image): Guess then use the type.
8016
8017         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
8018
8019 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
8020
8021         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
8022         display (%B) for threads if threading is off.
8023
8024 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8025         From Henrik Enberg <henrik@enberg.org>
8026
8027         * gnus-msg.el: Customization patch.
8028
8029 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
8030
8031         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
8032         variable.
8033         (nnmail-split-fancy-with-parent): Ignore certain groups.
8034
8035 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8036
8037         * gnus-util.el (gnus-byte-compile): New function.
8038         (gnus-use-byte-compile): New variable.
8039         (gnus-make-sort-function): Use it.
8040
8041         * nnmail.el (nnmail-get-new-mail): Use it.
8042
8043         * gnus-agent.el (gnus-category-make-function): Simple function or
8044         compiled function.
8045         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
8046
8047         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
8048         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
8049         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
8050
8051         * message.el (message-check-news-header-syntax): Remove quote.
8052
8053 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8054
8055         * message.el (message-use-mail-followup-to): `t' is not a
8056         documented value.
8057
8058 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8059
8060         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
8061
8062 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8063
8064         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
8065         there are long lines.
8066
8067 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8068
8069         * dgnushack.el (copy-list): New compiler macro.
8070
8071 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8072
8073         * message.el (message-bounce): If no Return-Path, the whole
8074         content is considered as the original message.
8075
8076         * nnml.el (nnml-check-directory-twice): New variable.
8077         (nnml-article-to-file): Use it.
8078         (nnml-retrieve-headers): Hack it.
8079
8080 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8081
8082         * gnus-win.el (gnus-buffer-configuration): New configure.
8083
8084         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
8085         not alive.
8086
8087         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
8088         (mm-display-external): Use display-term configure.
8089
8090 2001-07-24  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8091
8092         * gnus-delay.el (gnus-delay-default-hour): New variable.
8093         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
8094
8095 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8096         From Karl Kleinpaste <karl@charcoal.com>
8097
8098         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
8099         (gnus-summary-prepare-threads): Ditto.
8100
8101         * gnus.el (gnus-summary-line-format): Add %B.
8102
8103 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8104
8105         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
8106
8107         * mm-util.el (mm-string-as-multibyte): New function.
8108
8109         * nnmh.el (nnmh-request-list-1): Encode, not decode!
8110
8111 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8112
8113         * mm-util.el (mm-universal-coding-system): New variable.
8114
8115         * gnus-start.el (gnus-startup-file-coding-system): Use it.
8116
8117         * score-mode.el (score-mode-coding-system): Use it.
8118
8119 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8120
8121         * gnus-start.el (gnus-setup-news): Call
8122         `gnus-check-bogus-newsgroups' just after the native server is
8123         opened.
8124
8125 2001-07-23  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8126
8127         * nnmail.el (nnmail-do-request-post): Util function to be used by
8128         `nnchoke-request-post' for all nnmail-derived backends.
8129
8130         * nnml.el (nnml-request-post): Use it.
8131
8132         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
8133         backend, for it groks nnml-request-post.
8134
8135         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
8136         Treat `mail-post' backends like `mail' backends, not like `news'
8137         backends.
8138
8139 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8140
8141         * gnus-msg.el (gnus-setup-message): make-local-hook.
8142
8143 2001-07-22  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8144
8145         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
8146         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
8147         <karl@charcoal.com>, slightly changed by Kai.
8148
8149         * message.el (message-check-news-header-syntax): When checking
8150         whether the groups exist, check the right server based on
8151         `gnus-post-method'.
8152
8153 2001-07-21  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8154
8155         * gnus-delay.el: New file.
8156
8157 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8158
8159         * mm-util.el (mm-read-coding-system): Take two arguments.
8160
8161         * gnus-sum.el (gnus-summary-show-article): Use
8162         mm-read-coding-system.
8163
8164         * gnus-art.el (article-de-quoted-unreadable):
8165         (article-de-base64-unreadable, article-wash-html):
8166         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
8167
8168 2001-07-21  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8169
8170         * nnml.el (nnml-request-post): New function.  Can be used for
8171         annotations in nnml groups.
8172
8173 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8174
8175         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
8176         command.
8177
8178         * gnus-start.el (gnus-find-new-newsgroups): Use
8179         `message-make-date' instead of `current-time-string'.
8180         (gnus-ask-server-for-new-groups): Ditto.
8181         (gnus-check-first-time-used): Ditto.
8182
8183 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8184
8185         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
8186
8187 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
8188
8189         * message.el (message-shorten-references): Change `maxcount' and
8190         `cut' to obey USEFOR draft 5.
8191
8192 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
8193
8194         * gnus-sum.el (gnus-summary-display-arrow): New variable.
8195         (gnus-summary-set-article-display-arrow): New function.
8196         (gnus-summary-goto-subject): Use it.
8197
8198 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8199
8200         * gnus-sum.el (gnus-summary-import-article): Insert date if
8201         doesn't exist.
8202
8203 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8204
8205         * mml.el (mml-content-type-parameters): New variable.
8206         (mml-content-disposition-parameters): New variable.
8207         (mml-insert-mime-headers): Use them.
8208         (mml-parse-1): Accept charset.
8209
8210 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8211
8212         * gnus-group.el (gnus-group-select-group): Doc fix.
8213
8214         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
8215
8216 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8217
8218         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
8219         to handle `define-derived-mode'.
8220
8221 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8222         From:  Stefan Monnier  <monnier@cs.yale.edu>
8223
8224         * message.el (message-mode): Use define-derived-mode.
8225         (message-tab): message-completion-alist.
8226
8227         * imap.el (imap-interactive-login): Use make-local-variable.
8228         (imap-open): Ditto.
8229         (imap-authenticate): Ditto.
8230
8231         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
8232
8233         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
8234
8235 2001-07-16  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8236
8237         * message.el (message-citation-line-function): Refer to
8238         gnus-cite-attribution-suffix.
8239
8240 2001-07-15  Pavel Jan\81ík  <Pavel@Janik.cz>
8241
8242         * gnus-art.el,...: Error convention changes.
8243
8244 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8245
8246         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
8247
8248 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8249
8250         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
8251         (nnrss-read-server-data): Ditto.
8252
8253 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8254
8255         * gnus-setup.el (gnus-use-installed-gnus): Typo.
8256         * Cleanup files.
8257         From Pavel@Janik.cz (Pavel Jan\81ík).
8258
8259 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8260
8261         * gnus.el (gnus-summary-line-format): Add %o.
8262
8263         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
8264         unless shell outputs something.
8265
8266 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8267
8268         * gnus-art.el (gnus-boring-article-headers): Better doc.
8269         (article-hide-headers): Better regexp.
8270         Suggested by Matt Swift <swift@alum.mit.edu>.
8271
8272         * nnheader.el (nnheader-max-head-length): Better doc.
8273         (nnheader-header-value): Skip spaces.
8274         (nnheader-parse-head): Remove space.
8275         Suggested by Matt Swift <swift@alum.mit.edu>.
8276
8277         * gnus-sum.el (gnus-summary-show-raw-article): New function.
8278         (gnus-get-newsgroup-headers): Remove space.
8279
8280 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8281
8282         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
8283         (gnus-summary-reply): Use it.
8284         (gnus-summary-reply-broken-reply-to): New function.
8285         (gnus-msg-force-broken-reply-to): New function.
8286
8287         * mm-view.el (mm-inline-text): Showing as text/plain when error.
8288
8289 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8290
8291         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
8292
8293 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8294
8295         * mm-decode.el (mm-external-terminal-program): New variable.
8296         (mm-display-external): Use it. Use term to display when no
8297         window-system.
8298
8299 2001-07-12  Bj\81örn Torkelsson  <torkel@hpc2n.umu.se>
8300
8301         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
8302         Browse->Next entries to Browse->Prev
8303
8304 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8305
8306         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
8307
8308 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8309
8310         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
8311         for the default encoding.
8312
8313         * nnrss.el (nnrss-url-field): New field.
8314         (nnrss-request-article): Add newsgroups.
8315
8316         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
8317
8318 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8319
8320         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
8321
8322         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
8323         (gnus-draft-setup): Remove backlog.
8324
8325 2001-07-10  Pavel Jan\81ík  <Pavel@Janik.cz>
8326
8327         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
8328         Cleanup.
8329
8330 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8331
8332         * gnus-msg.el (gnus-bug): Erase buffer.
8333
8334         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
8335
8336 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8337
8338         * mm-decode.el (mm-attachment-override-p): Fix typo.
8339
8340 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
8341
8342         * gnus-kill.el (gnus-execute): Work with the extra headers.
8343         * gnus-sum.el (gnus-summary-execute-command): Ditto.
8344
8345 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8346
8347         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
8348         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
8349
8350         * message.el (message-send-mail-real-function): New variable.
8351         (message-send-mail-partially, message-send-mail):
8352
8353         * nngateway.el (nngateway-request-post): Use it.
8354
8355         * gnus-agent.el (gnus-agentize): Use it.
8356
8357         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
8358         (nnsoup-revert-variables): Use it.
8359
8360 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
8361
8362         * mm-decode.el (mm-inline-media-tests): Default to displaying as
8363         text/plain if the type doesn't match any other media types.
8364         (mm-inlined-types): Doc fix.
8365         (mm-display-inline): Revert previous change (now handled by a
8366         default type in `mm-inline-media-tests'.
8367         (mm-inlinable-p): Revive.
8368         (mm-display-part): Call `mm-inlinable-p'.
8369         (mm-attachment-override-p): Ditto.
8370         (mm-inlined-p): Doc fix.
8371
8372         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
8373         well as `mm-inlined-p'.
8374
8375 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8376
8377         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
8378         (nntp-send-command-and-decode): Use gnus-point-at-bol.
8379
8380 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8381         From  Paul Jarc <prj@po.cwru.edu>
8382
8383         * message.el (message-use-mail-followup-to): New variable.
8384         (message-get-reply-headers): Use it.
8385
8386 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
8387
8388         * nnheader.el (nnheader-init-server-buffer): Make sure the
8389         *nntpd* buffer is made multibyte instead of a random buffer.
8390
8391 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8392
8393         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
8394         when it returns headers.
8395
8396 2001-07-07  Simon Josefsson  <jas@extundo.com>
8397
8398         * rfc2047.el (rfc2047-encode-message-header): Skip header when
8399         trying to fold. Thanks to Colin Walters
8400         <walters@cis.ohio-state.edu>
8401
8402 2001-07-06  Simon Josefsson  <jas@extundo.com>
8403
8404         * imap.el (imap-parse-address-list, imap-parse-flag-list)
8405         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
8406         Add information in `assert's.
8407
8408         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
8409         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
8410         and `nnimap-group-overview-filename', should handle all
8411         change-of-uidvalidity related issues.  But there may be other
8412         problems.)
8413
8414 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
8415
8416         * rfc2047.el (rfc2047-encode-message-header): Don't include the
8417         header name when folding.
8418
8419 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
8420
8421         * mm-decode.el (mm-inlined-types): Document relationship with
8422         `mm-inline-media-tests'.
8423         (mm-display-inline): Default to displaying as plain text if no
8424         inlining handler is available.
8425         (mm-inlinable-p): Remove.
8426         (mm-inlined-p): Don't call `mm-inlinable-p'.
8427         (mm-automatic-display-p): Ditto.
8428         (mm-attachment-override-p): Ditto.
8429
8430 2001-07-04  Simon Josefsson  <jas@extundo.com>
8431
8432         * nnimap.el (nnimap-importantize-dormant): New variable.
8433         (nnimap-request-update-info-internal): Use it.
8434         (nnimap-request-set-mark): Ditto.
8435
8436 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
8437
8438         * nntp.el (nntp-send-command): don't pass a buffer argument to
8439         `point'. Only XEmacs accepts this.
8440         * nntp.el (nntp-send-command-nodelete): ditto.
8441         * nntp.el (nntp-send-command-and-decode): ditto.
8442
8443 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
8444
8445         * nntp.el (nntp-open-connection-function): doc update.
8446         * nntp.el (nntp-pre-command): New.
8447         * nntp.el (nntp-via-rlogin-command): New.
8448         * nntp.el (nntp-via-telnet-command): New.
8449         * nntp.el (nntp-via-telnet-switches): New.
8450         * nntp.el (nntp-via-user-name): New.
8451         * nntp.el (nntp-via-user-password): New.
8452         * nntp.el (nntp-via-address): New.
8453         * nntp.el (nntp-via-envuser): New.
8454         * nntp.el (nntp-via-shell-prompt): New.
8455         * nntp.el (nntp-open-telnet-stream): New.
8456         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
8457         * nntp.el (nntp-open-via-telnet-and-telnet): New.
8458         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
8459         * nntp.el (nntp-send-command): ditto.
8460         * nntp.el (nntp-send-command-nodelete): ditto.
8461         * nntp.el (nntp-send-command-and-decode): ditto.
8462
8463 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
8464         Trivial patch.
8465
8466         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
8467         `when'.
8468
8469 2001-07-03  Simon Josefsson  <jas@extundo.com>
8470         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
8471
8472         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
8473
8474 2001-07-03  Simon Josefsson  <jas@extundo.com>
8475
8476         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
8477         remove it (workaround XEmacs `fill-region' bug).
8478
8479 2001-07-01  Simon Josefsson  <jas@extundo.com>
8480
8481         * nnimap.el (nnimap-date-days-ago): Defeat locale.
8482
8483 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8484
8485         * mml2015.el (mml2015-format-error): New function.
8486         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
8487         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
8488         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
8489
8490 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8491
8492         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
8493         Suggested by Christoph Conrad <C.Conrad@cli.de>.
8494
8495         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
8496         group variables.
8497
8498 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8499
8500         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
8501
8502         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
8503         (nnrss-save-group-data): Ditto.
8504
8505         * gnus-agent.el (gnus-agent-save-alist): Ditto.
8506
8507 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8508
8509         * message.el (message-do-send-housekeeping): Narrow to headers.
8510
8511 2001-06-24  Simon Josefsson  <jas@extundo.com>
8512
8513         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
8514         insertion when breaking lines looked for " \t" instead of "[ \t]".
8515         (rfc2047-encode-message-header): Fold lines even if
8516         no QP encoding is done.
8517
8518 2001-06-23  Simon Josefsson  <jas@extundo.com>
8519         From Samuel Tardieu <sam@inf.enst.fr>
8520
8521         * smime.el (smime-keys): Support additional certificates.
8522         (smime-make-certfiles): New function.
8523         (smime-sign-region): Use previous variables.
8524         (smime-get-certfiles): New function.
8525         (smime-sign-buffer): Use it.
8526         (smime-verify-region): Support both CAfile and CApath.
8527
8528 2001-06-23  Simon Josefsson  <jas@extundo.com>
8529
8530         * smime.el (smime-decrypt-region): Perhaps work.
8531
8532 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8533
8534         * gnus-msg.el (gnus-copy-article-buffer): Typo.
8535
8536 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
8537
8538         * mm-decode.el (mm-save-part): Rewrite file name.
8539         (mm-file-name-rewrite-functions): New variable.
8540         (mm-file-name-delete-whitespace): New function.
8541         (mm-file-name-trim-whitespace): New function.
8542         (mm-file-name-collapse-whitespace): New function.
8543         (mm-file-name-replace-whitespace): New variable and function.
8544
8545 2001-06-22  Simon Josefsson  <jas@extundo.com>
8546
8547         * message.el (message-make-date): Workaround locale for weekdays.
8548
8549 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8550
8551         * message.el (message-goto-body): Return nil if not found. (revert!)
8552
8553 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8554         From Fremlin <chief@bandits.org>
8555
8556         * message.el (message-goto-body): Some messages have no header.
8557
8558         * gnus-msg.el (gnus-copy-article-buffer): Use it.
8559
8560 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
8561
8562         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
8563
8564 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8565
8566         * message.el (message-make-date): Add week day.
8567         Suggested by Jason R. Mastaler <jason@mastaler.com>.
8568
8569 2001-06-19  Simon Josefsson  <jas@extundo.com>
8570
8571         * message.el (message-yank-prefix): Doc fix.
8572         (message-yank-cited-prefix): Ditto.
8573         (message-delete-not-region): Keep citation prefix on first line,
8574         if possible and appropriate.
8575
8576 2001-06-19  Simon Josefsson  <jas@extundo.com>
8577
8578         * imap.el (imap-process-connection-type): New variable.
8579         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
8580         recent `imtest's work completely (no line length issues), while
8581         making making old `imtest's unusable.  Thanks to NAGY Andras
8582         <nagya@inf.elte.hu> for his work.
8583
8584 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
8585
8586         * imap.el (imap-ssl-program): Add -quiet to shut up
8587         OpenSSL/SSLeay's internal debug talk.
8588
8589 2001-06-19  Matt Armstrong  <matt@lickey.com>
8590
8591         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
8592         server.
8593
8594 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8595
8596         * nnmail.el (nnmail-article-buffer): New variable.
8597         (nnmail-split-incoming): Use it.
8598
8599 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
8600
8601         * qp.el (quoted-printable-decode-region): If called interactively,
8602         use coding-system-for-read.
8603
8604 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8605
8606         * message.el (message-check-news-header-syntax): Check Reply-To.
8607
8608 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8609
8610         * mml.el (mml-parse-1): Use message options.
8611
8612         * message.el (message-do-fcc): Don't do anything if there is no
8613         FCC.
8614
8615 2001-06-16  Simon Josefsson  <jas@extundo.com>
8616
8617         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
8618         (nnimap-expunge-search-string): New variable.
8619         (nnimap-request-expire-articles): Use it.
8620
8621 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8622
8623         * message.el (message-send-mail-with-qmail): wrong exit status is
8624         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
8625
8626 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8627
8628         * gnus-art.el (article-strip-multiple-blank-lines): Use
8629         delete-region instead of replace-match.
8630
8631 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8632
8633         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
8634         (nnweb-google-wash-article): Ditto.
8635
8636 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
8637
8638         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
8639
8640 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8641
8642         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
8643         specs.
8644
8645 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8646
8647         * gnus.el (gnus-email-address): Move it here.
8648
8649         * gnus-art.el (article-de-quoted-unreadable): Read charset if
8650         requested.
8651         (article-de-base64-unreadable): Ditto.
8652         (article-wash-html): Ditto.
8653
8654 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8655
8656         * message.el (message-options-set-recipient): Don't add ", "
8657         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
8658
8659 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8660
8661         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
8662
8663 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8664
8665         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
8666         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
8667
8668         * nnrss.el (nnrss-node-text): Node might be nil.
8669
8670 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8671
8672         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
8673         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
8674
8675         * nnrss.el (nnrss-group-alist): More items.
8676
8677 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8678
8679         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
8680
8681 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
8682         Trivial patch from Dale Hagglund  <rdh@best.com>
8683
8684         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
8685         restrict clauses.
8686
8687 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8688
8689         From Benjamin Rutt <brutt+news@bloomington.in.us>
8690
8691         * message.el (message-wide-reply-confirm-recipients): New variable.
8692
8693 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8694         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
8695
8696         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
8697         fix so it works with XEmacs.
8698
8699 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8700
8701         * nnrss.el (nnrss-retrieve-headers): Support description as extra
8702         headers.
8703
8704 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8705
8706         * nnrss.el: Fix a few bugs.
8707
8708 2001-06-05  Simon Josefsson  <jas@extundo.com>
8709
8710         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
8711         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
8712
8713 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
8714
8715         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
8716         binary so that we don't transmit ISO 2022 garbage to the process.
8717         This is needed under XEmacs.
8718
8719 2001-06-03  Simon Josefsson  <simon@josefsson.org>
8720
8721         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
8722         autoloaded incorrectly below because ssl-program-* is bound.)
8723         Thanks to Amos Gouaux for report.
8724
8725 2001-06-02  Simon Josefsson  <simon@josefsson.org>
8726
8727         * imap.el (imap-kerberos4-open):
8728         (imap-gssapi-open):
8729         (imap-ssl-open):
8730         (imap-network-open):
8731         (imap-shell-open):
8732         (imap-starttls-open): Set buffer to workaround spurious
8733         `accept-process-output' buffer changes.  Thanks to Mats Lidell
8734         <Mats.Lidell@contactor.se> for report and partial patch and Jake
8735         Colman <colman@ppllc.com> for report.
8736
8737 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8738
8739         * gnus-sum.el (gnus-summary-catchup): New argument.
8740         (gnus-summary-catchup-from-here): New function.
8741
8742 2001-05-30  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8743
8744         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
8745         back, then insert glyph.  (Before, the glyph was inserted first,
8746         then the newline.)  This works around a behavior in XEmacs where
8747         it is not possible to insert a character after a glyph which is at
8748         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
8749
8750 2001-05-28  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8751
8752         From Jaap-Henk Hoepman (jhh@xs4all.nl).
8753
8754         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
8755         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
8756         mm-destroy-postponed-undisplay-list): New functions.
8757         (mm-display-external): Use them.
8758
8759 2001-05-27  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8760
8761         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
8762         `default-low' when evaluating `gnus-summary-highlight'.
8763         From Raja R Harinath <harinath@cs.umn.edu>.
8764
8765 2001-05-27  Simon Josefsson  <simon@josefsson.org>
8766
8767         * message.el (message-yank-cited-prefix): New variable.
8768         (message-indent-citation): Use it.
8769
8770         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
8771         as details.
8772         (mml2015-mailcrypt-clear-verify): Ditto.
8773
8774 2001-05-24  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8775         From Nevin Kapur <nevin@jhu.edu>.
8776
8777         * gnus-sum.el (gnus-summary-default-high-score,
8778         gnus-summary-default-low-score): New variables.
8779         (gnus-summary-highlight): Use them.
8780
8781 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
8782
8783         * message.el (message-mail): pass the 'send-actions argument to
8784         `message-setup'.
8785
8786 2001-05-16  Simon Josefsson  <simon@josefsson.org>
8787         From Raymond Scholz <ray-2001@zonix.de>
8788
8789         * gnus-art.el (gnus-mime-view-part-as-charset):
8790         (gnus-mime-internalize-part): Doc fixes.
8791
8792 2001-05-11  Simon Josefsson  <simon@josefsson.org>
8793
8794         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
8795         status lines without any text ("^215$").
8796
8797 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8798
8799         * nnrss.el (nnrss-check-group): Reverse.
8800
8801 2001-05-07  Simon Josefsson  <simon@josefsson.org>
8802
8803         * message.el (message-get-reply-headers):
8804         (message-followup): Fix typo, suggested by David Green
8805         <dgreen@uab.edu>
8806
8807 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8808
8809         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
8810
8811         * nnrss.el (nnrss-open-server): Read server data when it is called.
8812         (nnrss-request-expire-articles): Fix.
8813
8814 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8815
8816         * message.el (message-do-send-housekeeping): mail-abbrevs may
8817         rename buffer behind Gnus.
8818
8819 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8820
8821         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
8822         (nnrss-group-alist): Add more resources.
8823         (nnrss-check-group): Ignore errors.
8824
8825 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8826
8827         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
8828
8829         * nnslashdot.el (nnslashdot-request-list): Add time.
8830         (nnslashdot-request-expire-articles): New function.
8831
8832         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
8833         secondary methods too.
8834
8835 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8836
8837         * message.el (message-use-followup-to): Set default value to t.
8838
8839 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
8840
8841         * message.el (message-dont-reply-to-names): Fix documentation.
8842         (message-get-reply-headers): Use Mail-Followup-To only for wide
8843         replies.
8844
8845 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8846
8847         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
8848         correctly.
8849         (nnrss-check-group): Use time.
8850
8851 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8852
8853         * gnus.el: Oort Gnus v0.03 is released.
8854
8855 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8856
8857         * nnultimate.el (nnultimate-topic-article-to-article): Use the
8858         group.
8859
8860 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8861
8862         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
8863
8864 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8865
8866         * nnultimate.el (nnultimate-retrieve-headers): Return all
8867         available headers.
8868
8869         * gnus-sum.el (gnus-read-all-available-headers): New variable.
8870         (gnus-get-newsgroup-headers-xover): Use it.
8871
8872 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8873
8874         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
8875
8876 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8877
8878         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
8879
8880 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8881
8882         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
8883         disable it.
8884
8885         * gnus.el (gnus-info-nodes): Remove a few The's.
8886
8887 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8888
8889         * mail-source.el (mail-source-movemail): Call-process may return a
8890         signal description string.
8891
8892         * gnus-start.el (gnus-read-newsrc-el-file):
8893         gnus-newsrc-file-version may be nil.
8894
8895         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
8896         Suggested by Michael Sperber [Mr. Preprocessor]
8897         <sperber@informatik.uni-tuebingen.de>.
8898
8899 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
8900
8901         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
8902
8903 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
8904
8905         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
8906         fontify HANDLE.
8907
8908 2001-04-18  Simon Josefsson  <simon@josefsson.org>
8909
8910         * smime.el (smime-ask-passphrase): Rework to return value.
8911         (smime-sign-region): Rework to bind value and use it.
8912         (smime-decrypt-region): Ditto.
8913
8914 2001-04-18  Simon Josefsson  <simon@josefsson.org>
8915         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
8916
8917         * smime.el (smime-ask-passphrase): New function.
8918         (smime-sign-region): Use it.
8919         (smime-encrypt-cipher): New variable.
8920         (smime-decrypt-region): Ditto.
8921
8922 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
8923         Committed by Simon Josefsson  <simon@josefsson.org>
8924
8925         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
8926         the log.
8927
8928 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8929
8930         * gnus.el: Oort Gnus v0.02 is released.
8931
8932 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
8933
8934         * gnus.el: Oort Gnus v0.01 is released.
8935
8936 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8937
8938         * gnus-sum.el (gnus-summary-highlight): Highlight read
8939         undownloaded articles as read articles.
8940
8941         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
8942         (gnus-agent-get-undownloaded-list): Mark all undownloaded
8943         articles, even read ones, as such.
8944
8945         * gnus-sum.el (gnus-summary-find-matching): Clean up.
8946         (gnus-find-matching-articles): New function.
8947         (gnus-summary-limit-include-matching-articles): New command.
8948         (gnus-summary-limit-include-thread): Include articles that have
8949         matching subjects.
8950         (gnus-offer-save-summaries): Clean up.
8951
8952 2001-04-13  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8953
8954         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
8955
8956 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8957         From Jason Merrill <jason_merrill@redhat.com>
8958
8959         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
8960
8961 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
8962         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8963
8964         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
8965         newsgroup names when the original article is a news message.
8966
8967 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8968
8969         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
8970         supported. Suggest by Jim Meyering <jim@meyering.net>.
8971
8972 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
8973         Committed by Kai Gro\8eßjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
8974
8975         * nnmail.el (nnmail-split-it): Added check for .* at the end of
8976         regexp in nnmail-split-fancy.
8977
8978 2001-04-10  Simon Josefsson  <simon@josefsson.org>
8979
8980         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
8981
8982 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
8983
8984         * message.el (message-send-mail): Improve the interaction with the
8985         user.
8986
8987 2001-04-10  Simon Josefsson  <simon@josefsson.org>
8988
8989         * imap.el (imap-message-copy): Work around buggy servers that
8990         doesn't send TRYCREATE tags.
8991
8992 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
8993
8994         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
8995
8996 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8997
8998         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
8999         date.
9000
9001 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9002
9003         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
9004         lives.
9005
9006 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9007
9008         * gnus-art.el (gnus-parse-news-url): New function.
9009         (gnus-button-handle-news): New function.
9010         (gnus-button-alist): Point to new functions.
9011
9012         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
9013
9014         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
9015         gnus-format-specs.
9016
9017         * message.el (message-check-news-header-syntax): Question even
9018         when Gnus doesn't know the group names.
9019         (message-send-news): Clean up.
9020
9021         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
9022         exited on purpose without saving.
9023
9024         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
9025
9026 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9027
9028         * gnus-score.el (gnus-score-orphans): Clean up.
9029
9030         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
9031
9032         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
9033         later.
9034
9035         * gnus-start.el (gnus-close-all-servers): Find the right items to
9036         close.
9037
9038         * qp.el (quoted-printable-decode-region): Just message
9039         malformation; don't quit.
9040
9041 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9042         From Gerd Moellmann <gerd@gnu.org>.
9043
9044         * gnus.el (gnus-interactive): A typo.
9045
9046 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
9047         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9048
9049         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
9050         `assq-delete-all', if that function exists; otherwise use the old
9051         definition. Documentation changed to match the one in
9052         `assq-delete-all'.
9053
9054 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9055
9056         * gnus-start.el (gnus-close-all-servers): New function.
9057
9058         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
9059         (gnus-server-remove-denials): Clean up.
9060
9061         * gnus-sum.el (gnus-summary-sort-by-original): New command and
9062         keystroke.
9063
9064 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9065
9066         * message.el (message-send-news): Message where we are sending.
9067         (message-send-mail): Ditto.
9068
9069         * gnus.el (gnus-server-string): New function.
9070
9071         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
9072
9073         * mm-decode.el (mm-default-directory): Customized.
9074         (mm-tmp-directory): Ditto.
9075
9076         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
9077         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
9078         or Chars.
9079         (gnus-summary-line-format-alist): ?l is now a string.
9080         (gnus-summary-prepare-threads): Output ? for unknown lines.
9081         (gnus-summary-insert-line): Ditto.
9082         (gnus-summary-print-article): Unbalanced parentheses.
9083
9084         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
9085         out whether new stuff has arrived.
9086
9087 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
9088
9089         * gnus-sum.el: Let printing work on ttys on Emacs.
9090
9091 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9092
9093         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
9094         when forcing news.
9095
9096         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
9097         command.
9098
9099 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
9100
9101         * message.el (message-set-auto-save-file-name): Don't use
9102         asterisks under nt.
9103
9104 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9105
9106         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
9107         lists of articles.
9108
9109         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
9110
9111         * gnus-msg.el (gnus-put-message): Clean up.
9112         (gnus-summary-reply): Mark all replied-to articles as replied to.
9113         (gnus-inews-add-send-actions): Also mark as forwarded.
9114         (gnus-summary-mail-forward): Mark as forwarded.
9115
9116         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
9117         of articles.
9118         (gnus-summary-mark-article-as-forwarded): Ditto.
9119
9120         * gnus-msg.el (gnus-summary-resend-message): Mark article as
9121         forwarded.
9122         (gnus-summary-mail-forward): Clean up.
9123
9124         * gnus.el (gnus-article-mark-lists): Added forward.
9125
9126         * gnus-sum.el (gnus-forwarded-mark): New variable.
9127         (gnus-summary-prepare-threads): Use it.
9128         (gnus-summary-update-secondary-mark): Ditto.
9129         (gnus-newsgroup-forwarded): New variable.
9130
9131 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9132
9133         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
9134         (gnus-summary-very-wide-reply): New command and keystroke.
9135         (gnus-summary-very-wide-reply-with-original): Ditto.
9136
9137         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
9138         (gnus-score-adaptive): Use it.
9139
9140         * gnus-start.el (gnus-get-unread-articles): Clean up.
9141
9142 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9143
9144         * nnultimate.el (nnultimate-retrieve-headers): Work for other
9145         boards.
9146
9147 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
9148
9149         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
9150         * gnus-start.el (gnus-subscribe-newsgroup): use it.
9151
9152 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9153
9154         * nnultimate.el (nnultimate-retrieve-headers): Understand
9155         long-form month names.
9156
9157 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9158
9159         * gnus-sum.el (gnus-summary-show-all-headers):
9160         gnus-article-show-all-headers is broken. Use
9161         gnus-summary-toggle-header instead.
9162
9163         * mml2015.el (mml2015-gpg-extract-from): No error.
9164
9165 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9166         From Bj\81ørn Mork <bmork@dod.no>.
9167
9168         * mml2015.el (mml2015-gpg-extract-from): New function.
9169         (mml2015-gpg-verify): Use it.
9170         (mml2015-gpg-clear-verify): Use it.
9171
9172 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9173
9174         * message.el (message-setup-fill-variables): Use
9175         fill-paragraph-function.
9176         (message-fill-paragraph): Take an argument.
9177         (message-newline-and-reformat): Take another argument.
9178
9179 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9180
9181         * message.el (rmail-output): It is in rmailout.el not rmail.el.
9182
9183 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9184
9185         * message.el (message-forward): local-variable-p takes an extra
9186         argument in XEmacs.
9187
9188 2001-03-16  Simon Josefsson  <simon@josefsson.org>
9189
9190         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
9191         `nnimap-use-nov-p' (it really tested the negative).
9192         (nnimap-retrieve-headers): Use it.
9193
9194 2001-03-11  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9195
9196         * message.el (message-generate-headers-first): Update doc.
9197
9198 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
9199         Trivial patch.
9200
9201         * gnus.el (gnus-summary-line-format): Typo.
9202
9203 2001-03-11  Simon Josefsson  <simon@josefsson.org>
9204
9205         * mailcap.el (mailcap-mime-data): Add application/sieve.
9206         (mailcap-mime-extensions): Add .siv, .xls.
9207
9208 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9209         From Christoph Conrad <christoph.conrad@gmx.de>
9210
9211         * gnus-score.el (gnus-summary-lower-thread): Typo.
9212
9213 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9214
9215         * message.el (message-forward-decoded-p): New variable.
9216         (message-forward-subject-author-subject): Use it.
9217         (message-make-forward-subject): Use it.
9218         (message-forward): Use it.
9219
9220         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
9221
9222         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
9223         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
9224
9225 ;;Has been fixed -- zsh.
9226 ;;2001-03-05  Dave Love  <fx@gnu.org>
9227 ;;
9228 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
9229 ;;      Move it after definition of mm-coding-system-p.
9230 ;;
9231 2001-03-01  Dave Love  <fx@gnu.org>
9232
9233         * mm-util.el (mm-inhibit-file-name-handlers): Add
9234         image-file-handler.
9235
9236 2001-02-11  Dave Love  <fx@gnu.org>
9237
9238         * message.el (message-signature-file): Fix doc, :type.
9239
9240 2001-02-08  Dave Love  <fx@gnu.org>
9241
9242         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
9243         (message-posting-charset): Defvar when compiling again.
9244         (rfc2047-encodable-p): Require message.
9245
9246         * gnus-sum.el (gnus-alter-articles-to-read-function):
9247         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
9248
9249 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9250
9251         * nnrss.el: New file.
9252
9253 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
9254         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9255
9256         * rfc2047.el (rfc2047-unfold-region): Fix arg of
9257         `skip-chars-forward'.
9258
9259 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9260
9261         * nndraft.el (nndraft-request-group): Restore auto save files if
9262         the original files do not exist.
9263
9264 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9265
9266         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
9267         SCORE paths.
9268
9269         * mm-decode.el (mm-dissect-buffer): Call
9270         mail-extract-address-components only if necessary.
9271
9272 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9273
9274         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
9275         directory part.
9276         (gnus-score-search-global-directories): Use file-directory-p.
9277
9278         * gnus-score.el (gnus-score-score-files-1): Use
9279         gnus-kill-files-directory.
9280         From Adrian Aichner <adrian@xemacs.org>.
9281
9282 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9283
9284         * gnus.el (charset): Move here from gnus-sum.el.
9285
9286 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9287
9288         * mml.el (mml-preview): Disable local map.
9289
9290         * gnus-sum.el (gnus-summary-make-menu-bar): Make
9291         gnus-article-post-menu here.
9292
9293         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
9294         if it has not been made.
9295
9296 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9297
9298         * gnus-art.el (gnus-article-describe-key): Map key to event.
9299         (gnus-article-describe-key-briefly): Ditto
9300
9301 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9302
9303         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
9304
9305 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9306         From Katsumi Yamaoka <yamaoka@jpl.org>.
9307
9308         * dgnushack.el (coerce, merge, subseq): defmacro.
9309
9310 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9311
9312         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
9313         A fake defalias in nndraft.el results a not-activated bug in
9314         uncompiled versions.
9315
9316 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
9317         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9318
9319         * gnus-util.el (gnus-split-references): Handle malformed References:.
9320
9321 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9322
9323         * gnus-art.el (gnus-article-mime-part-status): 1 part.
9324
9325 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9326         From NAGY Andras <nagya@inf.elte.hu>.
9327
9328         * gnus.el (gnus-parameters): Typo.
9329
9330 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9331
9332         * gnus.el (gnus-read-method): Remove redundancy.
9333
9334 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9335
9336         * nnslashdot.el (nnslashdot-backslash-url): New variable.
9337         (nnslashdot-request-list): Use it.
9338
9339 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9340
9341         * nnml.el (nnml-generate-active-info): Fix the case when there is
9342         no file.
9343
9344         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
9345         (gnus-summary-create-article): New function.
9346
9347         * gnus-group.el (gnus-group-mark-article-read): New function.
9348
9349         * gnus-msg.el (gnus-inews-do-gcc): Use it.
9350
9351         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
9352
9353 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9354
9355         * gnus-art.el (gnus-article-edit-done): Don't use
9356         gnus-article-edit-exit.
9357         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
9358
9359         * gnus.el (gnus-parameters): New variable.
9360         Suggested by NAGY Andras <nagya@inf.elte.hu>.
9361         (gnus-parameters-get-parameter): New function.
9362         (gnus-group-find-parameter): Use it.
9363
9364 2001-02-23  Simon Josefsson  <simon@josefsson.org>
9365
9366         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
9367         change of default value to `current'.
9368
9369 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9370
9371         * nneething.el (nneething-get-head): Insert unreadable file too.
9372
9373 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9374
9375         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
9376
9377         * webmail.el (webmail-type-definition): Deja is bought by google.
9378
9379 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9380
9381         * gnus-sum.el (gnus-fetch-headers): New function.
9382         (gnus-select-newsgroup): Use it.
9383         (gnus-summary-insert-articles): New function.
9384         (gnus-summary-insert-old-articles): New function.
9385         (gnus-summary-insert-new-articles): New function.
9386
9387         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
9388         (gnus-group-list-active): Ditto.
9389         * gnus-sum.el (gnus-set-mode-line): Ditto.
9390         (gnus-summary-read-group-1): Ditto.
9391
9392 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9393
9394         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
9395         current topic.
9396
9397 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9398
9399         * smiley.el (gnus-smiley-display): Don't do widening.
9400
9401         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
9402         within body.
9403
9404         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
9405
9406         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
9407         New variable.
9408         (gnus-mime-display-multipart-related-as-mixed): New variable.
9409         (gnus-mime-display-part): Use them.
9410
9411 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9412
9413         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
9414         something special.
9415
9416 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9417
9418         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
9419         (nnweb-request-article): Call reference if exists.
9420         (nnweb-type-definition): Dejanews is bought by google.com.
9421         Beta!
9422
9423 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9424
9425         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
9426
9427 2001-02-19  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9428
9429         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
9430         gnus-article-sort-functions.
9431         (gnus-article-sort-functions): Doc fix.  Refer to
9432         gnus-thread-sort-functions.
9433
9434 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9435         From Paul Jarc <prj@po.cwru.edu>.
9436
9437         * message.el (message-get-reply-headers): More fixes.
9438
9439 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
9440         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9441
9442         * message.el (message-get-reply-headers): Fix bug with
9443         Mail-Followup-To/to-address interaction.
9444
9445 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9446
9447         * gnus-msg.el (gnus-configure-posting-styles): Match header in
9448         gnus-article-copy.
9449
9450 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9451
9452         * message.el (message-do-send-housekeeping): Rename to a better
9453         name.
9454
9455 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9456
9457         * message.el (message-cancel-news): Check article first, then ask
9458         yes or no.
9459
9460 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9461
9462         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
9463
9464 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9465
9466         * gnus-range.el (gnus-range-normalize): New function.
9467
9468 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
9469
9470         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
9471
9472 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9473
9474         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
9475
9476         * nnagent.el (nnagent-request-regenerate): New function.
9477
9478         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
9479
9480         * nnml.el (nnml-generate-nov-databases): Accept argument
9481         server. Don't open server if it is opened.
9482         (nnml-request-regenerate): Use it. Change to deffoo.
9483
9484 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9485         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9486
9487         * gnus.el (gnus-define-group-parameter): Fix.
9488
9489 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9490
9491         * gnus.el (gnus-define-group-parameter): Improved.
9492
9493         * gnus-sum.el (charset): Define parameter.
9494         (ignored-charsets): Ditto.
9495         (gnus-summary-setup-default-charset): Use them.
9496
9497         * gnus-start.el (gnus-read-descriptions-file): Use them.
9498
9499         * gnus-cus.el (gnus-group-parameters): Remove them.
9500
9501 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9502
9503         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
9504
9505 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9506
9507         * gnus-sum.el (gnus-summary-read-group-1): Remove
9508         gnus-summary-set-local-parameters.
9509         (gnus-summary-setup-buffer): Put it here.
9510
9511 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9512
9513         * gnus.el (to-address): Define parameter.
9514         (to-list): Ditto.
9515         * gnus-art.el (article-hide-boring-headers): Use them.
9516         * gnus-msg.el (gnus-post-news): Ditto.
9517         * gnus-cus.el (gnus-group-parameters): Remove them.
9518
9519 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9520
9521         * gnus-draft.el (gnus-draft-reminder): New function.
9522
9523         * gnus-art.el (gnus-sender-save-name): New function.
9524
9525 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9526
9527         * mm-util.el (mm-mime-charset): Error message.
9528
9529 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9530
9531         * message.el (message-check-news-body-syntax): Don't check mml lines.
9532
9533 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9534
9535         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
9536         subscribe.
9537
9538         * gnus-start.el (gnus-call-subscribe-functions): New function.
9539         (gnus-find-new-newsgroups): Use it.
9540         (gnus-ask-server-for-new-groups): Use it.
9541         (gnus-check-first-time-used): Use it.
9542         (gnus-subscribe-newsgroup-method): Grok a list of functions.
9543         (gnus-subscribe-options-newsgroup-method): Ditto.
9544         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
9545         return .
9546
9547 2001-02-12  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9548
9549         * gnus-cus.el (gnus-score-customize): Doc fix.
9550
9551 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
9552
9553         * dgnushack.el (my-getenv): Typo.
9554
9555 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9556
9557         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
9558
9559 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9560
9561         * gnus-group.el (gnus-group-suspend): Offer save summaries.
9562
9563         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
9564         (gnus-treatment-function-alist): Use it.
9565         (article-remove-leading-whitespace): New function.
9566         (gnus-article-make-menu-bar): Use it.
9567
9568         * gnus-sum.el (gnus-summary-wash-empty-map): Add
9569         remove-leading-whitespace.
9570         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
9571         because of conflict.
9572
9573 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9574
9575         * Makefile.in: Hack generating gnus-load.el.
9576         * dgnushack.el: Ditto.
9577         * gnus-load.el: Remove it.
9578
9579 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9580
9581         * dgnushack.el : Add URLDIR.
9582
9583         * Makefile.in (EMACS_COMP): Ditto.
9584
9585 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9586
9587         * gnus-cus.el (gnus-score-customize): Error on no score file.
9588
9589 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9590
9591         * mm-decode.el (mm-merge-handles): New function.
9592
9593         * mm-view.el (mm-inline-message): Use it.
9594         (mm-view-message): Ditto.
9595
9596         * mm-partial.el (mm-inline-partial): Ditto.
9597
9598         * mm-extern.el (mm-inline-external-body): Ditto.
9599
9600         * gnus-art.el (gnus-mime-view-part): Ditto.
9601         (gnus-mime-view-part-as-type): Ditto.
9602         (gnus-mime-save-part-and-strip): Prevent users to strip in some
9603         cases.
9604
9605 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9606
9607         * message.el (message-cancel-news): Allow to shoot foot.
9608         (message-supersede): Ditto.
9609
9610 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
9611         Trivial patch.
9612
9613         * gnus-sum.el (gnus-simplify-subject-re): Use
9614         message-subject-re-regexp.
9615
9616 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9617
9618         * nnmail.el (nnmail-expiry-target-group): Bind
9619         nnmail-cache-accepted-message-ids to nil.
9620
9621         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
9622         coding system.
9623
9624 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9625
9626         * qp.el (quoted-printable-encode-region): Make sure characters are
9627         between 00 and FF.  Don't check charset.
9628
9629         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
9630         in Emacs 20.
9631         * rfc2047.el (rfc2047-q-encode-region): Ditto.
9632
9633 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9634
9635         * message.el (message-make-forward-subject): Argument decoded.
9636         (message-forward): Use it when digest.
9637
9638         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
9639         buffer.
9640
9641 2001-02-07  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9642
9643         * message.el (message-generate-headers-first): Doc fix.
9644
9645 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9646
9647         * gnus-art.el (article-make-date-line): Error proof.
9648
9649 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9650
9651         * gnus-group.el (gnus-group-listing-limit): New variable.
9652         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
9653
9654         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
9655
9656 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9657
9658         * message.el (message-newline-and-reformat): Special case for
9659         breaking at BOL.
9660
9661 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
9662
9663         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
9664         message/rfc822.
9665
9666 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9667
9668         * message.el (message-encode-message-body): Don't insert
9669         Content-Type if it is inside a mail.
9670
9671 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9672
9673         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
9674         gnus-article-commands-menu.
9675
9676         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
9677         in Emacs.
9678
9679         * gnus-start.el (gnus-read-descriptions-file): Use
9680         gnus-group-name-charset and gnus-group-charset-alist.
9681
9682 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9683
9684         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
9685         active region.
9686
9687         * gnus-start.el (gnus-group-change-level): Remove from both
9688         gnus-zombie-list and gnus-killed-list.
9689
9690 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9691
9692         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
9693         gnus-subscribe-topics.
9694
9695         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
9696
9697 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9698
9699         * gnus-art.el (gnus-article-make-menu-bar): Make
9700         gnus-article-post-menu.
9701
9702         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
9703
9704         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
9705
9706         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
9707
9708         * message.el (message-mode-menu): Ditto.
9709
9710         * gnus-art.el (defvar): eval-when-compile.
9711
9712 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9713
9714         * gnus-agent.el (gnus-agentize): Fix doc.
9715
9716 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
9717
9718         * mml.el (mml-preview): Bind `q'.
9719
9720 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9721
9722         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
9723
9724 2001-01-31  Dave Love  <fx@gnu.org>
9725
9726         * mm-util.el (mm-mime-mule-charset-alist)
9727         (mm-find-mime-charset-region): Consider mule-utf-8.
9728
9729 2001-01-31  Dave Love  <fx@gnu.org>
9730
9731         * gnus-art.el (gnus-article-x-face-command)
9732         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
9733         :version.
9734
9735 2001-01-26  Dave Love  <fx@gnu.org>
9736
9737         * mm-util.el (mm-multibyte-string-p): New.
9738
9739 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
9740 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
9741 ;;      string-as-multibyte on class.  Clarify line-folding.
9742         (quoted-printable-encode-string): Make temp buffer inherit
9743         string's multibyteness.
9744
9745 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
9746
9747         * nnheader.el (toplevel): Don't require `gnus-util' at
9748         compile-time; this creates a circular dependency, and prevents
9749         a bootstrap.
9750
9751 2001-01-22  Andreas Schwab  <schwab@suse.de>
9752
9753         * nnheader.el (gnus-delete-line): Autoload it as a macro.
9754
9755 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9756
9757         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
9758
9759         * gnus-art.el (article-hide-list-identifiers): Ditto.
9760
9761         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
9762
9763 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9764
9765         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
9766
9767         * gnus-art.el (article-hide-list-identifiers): Similar.
9768
9769 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
9770
9771         * nnmail.el (nnmail-remove-list-identifiers): Improved.
9772
9773 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9774
9775         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
9776
9777 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9778
9779         * gnus-util.el (gnus-string-equal): New function.
9780
9781         * gnus-art.el (article-hide-boring-headers): Use it.
9782
9783 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
9784
9785         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
9786
9787 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9788
9789         * gnus-msg.el (gnus-msg-mail): Support switch-action.
9790
9791 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9792
9793         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
9794         command if there is not last-saver.
9795
9796 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9797
9798         * nntp.el (nntp-open-connection): 201 is possible.
9799
9800 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9801
9802         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
9803         (rfc2047-charset-encoding-alist): Add big5.
9804
9805 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9806
9807         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
9808         (gnus-agent-remove-server): Ditto.
9809         (autoload): gnus-server-update-server.
9810
9811         * gnus-srvr.el (gnus-server-line-format): Add %a.
9812         (gnus-server-line-format-alist): Add gnus-tmp-agent.
9813         (gnus-server-insert-server-line): Use it.
9814
9815 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9816
9817         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
9818         GB2312 and Big5.
9819
9820 2001-01-24  Simon Josefsson  <sj@extundo.com>
9821
9822         * mail-source.el (mail-sources): Add :program specifier to IMAP
9823         mail source.
9824         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
9825
9826 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9827
9828         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
9829
9830 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9831
9832         * nntp.el (nntp-wait-for): Return the success code.
9833         (nntp-open-connection): Use it.
9834
9835 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9836
9837         * gnus-int.el (gnus-check-server): Allow breaking the opening.
9838
9839 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9840
9841         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
9842
9843 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9844
9845         * gnus-sum.el (gnus-summary-print-article): Take one prefix
9846         argument. Allow to print several articles in one file.
9847
9848 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9849
9850         * webmail.el (webmail-type-definition): netaddress changes.
9851
9852 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9853
9854         * gnus.el: Fix copyright. Remove trailing spaces.
9855
9856         * message.el (message-forward): Use mule4.
9857
9858 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9859
9860         * mm-util.el (mm-string-as-unibyte): New function.
9861
9862         * message.el (message-forward): Use it.
9863
9864 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9865
9866         * message.el (message-cite-original-without-signature): Don't peel
9867         off the blank line.
9868         (message-get-reply-headers): Add Cc if it is not in follow-to.
9869
9870 2001-01-20  Simon Josefsson  <sj@extundo.com>
9871
9872         * mm-decode.el (mm-handle-multipart-from): Add.
9873         (mm-dissect-buffer): Save From: header value.
9874         (mm-security-from): Remove.
9875         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
9876
9877         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
9878         instead of `mml-security-from'.  Protect null from value.
9879
9880 2001-01-20  Simon Josefsson  <sj@extundo.com>
9881
9882         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
9883         application/vnd.ms-excel attachments.
9884
9885 2001-01-19  Simon Josefsson  <sj@extundo.com>
9886
9887         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
9888
9889 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9890
9891         * message.el (message-ignored-mail-headers): Ditto.
9892
9893 2001-01-19  Simon Josefsson  <sj@extundo.com>
9894
9895         * message.el (message-ignored-news-headers): Only search beginning
9896         of line.
9897
9898 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
9899         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
9900
9901         * message.el (message-send-mail): Content-Type may not be there.
9902
9903 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9904
9905         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
9906         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
9907
9908         * gnus-art.el (article-display-x-face): Insert X-Face if there is
9909         not.
9910
9911 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9912
9913         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
9914         non-native groups.
9915
9916 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9917
9918         * message.el (message-yank-original): Understand
9919         universal-argument.
9920
9921 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9922
9923         * gnus-art.el (gnus-boring-article-headers): Add to-address.
9924         (article-hide-boring-headers): Ditto.
9925
9926         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
9927
9928 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9929
9930         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
9931         one.
9932
9933 2001-01-16  Simon Josefsson  <simon@josefsson.org>
9934
9935         * message.el (message-make-in-reply-to): Add comment to message-id
9936         (old syntax, see 2000-08-02 change).
9937
9938 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9939
9940         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
9941         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
9942         (gnus-button-reply): Ditto.
9943
9944 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9945
9946         * gnus-art.el (article-display-x-face): Fix.
9947
9948 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9949
9950         * gnus-art.el (article-display-x-face): Use
9951         gnus-original-article-buffer.
9952
9953 2001-01-15  Jack Twilley  <jmt@tbe.net>
9954
9955         * message.el (message-add-header): Move to point-max.
9956
9957 2001-01-15  Simon Josefsson  <simon@josefsson.org>
9958
9959         * smime.el (smime-CA-directory, smime-CA-file): Change default to
9960         nil, improve documentation.
9961         (smime-certificate-directory): Comment out false hints (until it
9962         is implemented).
9963
9964         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
9965         there aren't any keys.
9966         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
9967         verify certificate.  Default is changed to only check integrity.
9968         Improved security status texts.  If a certificate doesn't contain
9969         a email address, don't fail.
9970
9971         * smime.el (smime-noverify-region):
9972         (smime-noverify-buffer): New functions.  Verifies integrity only.
9973
9974 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9975
9976         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
9977
9978 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9979
9980         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
9981         (gnus-remove-some-windows): Ditto.
9982
9983 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9984
9985         * gnus-art.el (article-make-date-line): 11th.
9986
9987 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9988
9989         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
9990         (mml2015-gpg-sign): Ditto.
9991
9992 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9993
9994         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
9995         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
9996
9997 2001-01-08  Dave Love  <fx@gnu.org>
9998
9999         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
10000         single character.
10001
10002         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
10003
10004         * message.el: Doc and message fixes.
10005         (message-send-rename-function)
10006         (message-make-forward-subject-function)
10007         (message-send-mail-function, message-reply-to-function)
10008         (message-wide-reply-to-function, message-followup-to-function)
10009         (message-distribution-function, message-auto-save-directory): Fix
10010         :type.
10011
10012         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
10013         proceeding after warnings.  Amend multipart warning message.
10014
10015 2001-01-04  Dave Love  <fx@gnu.org>
10016
10017         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
10018         compiling.
10019         (gnus-make-directory): Require nnmail.
10020
10021         * mm-decode.el (mm-inline-media-tests): Add
10022         image/x-portable-bitmap.
10023         (mm-get-image): Grok pbm.
10024
10025 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
10026
10027         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
10028
10029 2001-01-09  Didier Verna  <didier@xemacs.org>
10030
10031         * dgnushack.el (dgnushack-compile): give a dummy value to
10032         `gnus-xmas-glyph-directory' for the time of compilation.
10033         * gnus-agent.el: moved some XEmacs specific hook add-ons from
10034         `gnus-xmas-[re]define' to avoid loosing user custom settings.
10035         * gnus-art.el: ditto.
10036         * gnus-group.el: ditto.
10037         * gnus-salt.el: ditto.
10038         * gnus-sum.el: ditto.
10039         * gnus-topic.el: ditto.
10040         * gnus-xmas.el (gnus-xmas-define): see above.
10041         * gnus-xmas.el (gnus-xmas-redefine): see above.
10042         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
10043         non-continuable error when the directory can't be found.
10044
10045 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10046
10047         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
10048         handle.
10049         * gnus-art.el (gnus-mime-view-part): Copy it.
10050         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
10051
10052 2001-01-09  Michael Downes  <mjd@ams.org>
10053
10054         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
10055
10056 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10057
10058         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
10059         orig-file. Use ',source.
10060
10061 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10062
10063         * gnus-xmas.el (gnus-xmas-modeline-glyph):
10064         (gnus-xmas-group-startup-message):
10065         Detect gnus-xmas-glyph-directory when it is nil.
10066
10067 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10068
10069         * pop3.el (pop3-get-message-count): Andrew Innes
10070         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
10071
10072 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10073
10074         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
10075
10076         * time-date.el (time-to-number-of-days): New function.
10077
10078 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
10079         Trivial patch.
10080
10081         * nnslashdot.el (nnslashdot-request-list): Always get the right
10082         sid.
10083
10084 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10085
10086         * message.el (message-minibuffer-local-map): New keymap.
10087         (message-read-from-minibuffer): Use it.
10088         * gnus-msg.el (gnus-summary-resend-message): Use it
10089
10090 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10091
10092         * gnus-start.el (gnus-display-time-event-handler): New function.
10093         (gnus-after-getting-new-news-hook): Use it.
10094
10095 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10096
10097         * message.el (message-ignored-mail-headers): Add draft header.
10098
10099 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10100
10101         * gnus-sum.el (gnus-summary-expire-articles): Don't save
10102         excursion.
10103
10104         * nnslashdot.el (nnslashdot-request-list): Get the right year.
10105
10106 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
10107         A revoked patch.
10108
10109         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
10110
10111 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10112
10113         * qp.el (quoted-printable-decode-region): Don't backward-char.
10114
10115 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10116
10117         * gnus-draft.el: Mark articles as replied.
10118
10119         * gnus-sum.el (gnus-summary-add-mark): New function.
10120
10121         * gnus-group.el (gnus-add-mark): New function.
10122
10123         * gnus-sum.el (gnus-summary-buffer-name): New function.
10124         (gnus-summary-setup-buffer): Use it.
10125
10126         * gnus-draft.el: Set things up with the right post method and
10127         stuff.
10128
10129         * message.el (message-ignored-news-headers): Remove X-Draft-From.
10130
10131         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
10132
10133         * gnus.el (gnus-draft-meta-information-header): New variable.
10134
10135 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10136
10137         * gnus-art.el (gnus-treatment-function-alist): Move the date
10138         functions before the header sorting functions.
10139
10140         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
10141
10142         * dgnushack.el (dgnushack-compile): Message whether there is w3.
10143         Don't (push "/usr/share/emacs/site-lisp" load-path).
10144
10145         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
10146         to empty fill prefixes.
10147
10148 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10149
10150         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
10151         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
10152
10153 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10154
10155         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
10156
10157         * nnml.el (autoload): Move to nnheader.el.
10158
10159         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
10160         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
10161         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
10162         Kvarnstr\81öm <jonkv@ida.liu.se>.
10163
10164 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10165
10166         * gnus-art.el (article-make-date-line): Get the hours right.
10167         (gnus-ignored-headers): More hiding.
10168
10169         * nnmail.el (nnmail-expiry-wait): Not an integer.
10170
10171         * message.el (message-goto-body): Only expand abbrev when called
10172         interactively.
10173         (message-make-lines): Use it.
10174
10175 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10176
10177         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
10178
10179 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10180
10181         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
10182         include the expunged articles.
10183
10184         * gnus-group.el (gnus-group-sort-by-server): New function.
10185
10186         * gnus.el (gnus-method-to-server-name): New function.
10187         (gnus-group-prefixed-name): Use it.
10188
10189         * gnus-group.el (gnus-group-sort-function): Doc fix.
10190         (gnus-group-sort-groups-by-server): New command.
10191
10192 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10193
10194         * gnus-art.el (gnus-treat-date-english): New variable.
10195         (article-date-english): New command.
10196         (gnus-english-month-names): New variable.
10197         (article-make-date-line): Do 'english.
10198
10199         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
10200         after the fill prefix.
10201
10202         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
10203         score...".
10204
10205         * gnus-art.el (gnus-ignored-headers): Hide more headers.
10206
10207         * message.el (message-mode-map): Bind comment-region.
10208
10209         * gnus-art.el (gnus-mime-display-part): Let w3 display
10210         multipart/related.
10211
10212         * mm-bodies.el (mm-long-lines-p): New function.
10213         (mm-body-encoding): Use it.
10214         (mm-body-encoding): Encode articles with lines longer than 1000
10215         characters.
10216
10217 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10218
10219         * mm-util.el (mm-enable-multibyte): Use
10220         default-enable-multibyte-characters.
10221         (mm-enable-multibyte-mule4): Ditto.
10222         (mm-disable-multibyte): Test XEmacs.
10223         (mm-disable-multibyte-mule4): Ditto.
10224         (mm-with-unibyte-current-buffer): Simplified.
10225         (mm-with-unibyte-current-buffer-mule4): Ditto.
10226
10227 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10228
10229         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
10230
10231         * nnheader.el (nnheader-string-as-multibyte): New alias.
10232
10233         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
10234
10235         * gnus-uu.el (gnus-message-process-mark): New function.
10236         (gnus-uu-mark-by-regexp): Use it.
10237         (gnus-new-processable): New function.
10238
10239 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
10240          Trivial patch.
10241
10242         * gnus-sum.el (gnus-no-mark): New variable.
10243
10244 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10245
10246         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
10247         backslashes.
10248
10249 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10250
10251         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
10252         definition.
10253
10254 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10255
10256         * dgnushack.el (dgnushack-compile): elc is in the current directory.
10257
10258         * qp.el (quoted-printable-encode-region): Don't check multibyte in
10259         XEmacs.
10260
10261 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
10262         Trivial patch.
10263
10264         * mml.el (mml-read-tag): Save tag location.
10265
10266 2000-12-25  Simon Josefsson  <simon@josefsson.org>
10267
10268         * starttls.el: Sync with Emacs 21.
10269
10270 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10271
10272         * message.el (message-mail): Support yank-action.
10273
10274         * message.el (message-setup): Revoke the last change.
10275
10276 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10277
10278         * message.el (message-setup): Use cons. Suggested by Johan Vromans
10279         <jvromans@squirrel.nl>.
10280
10281 2000-12-24  Simon Josefsson  <sj@extundo.com>
10282
10283         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
10284         mailing list junk at end of part.
10285
10286 2000-12-23  Simon Josefsson  <sj@extundo.com>
10287
10288         * nnimap.el (nnimap-expiry-target): New function.
10289         (nnimap-request-expire-articles): Use it.
10290
10291 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10292
10293         * gnus.el (gnus-group-parameters-more): New variable.
10294         * gnus-cus.el (gnus-group-customize): Use it.
10295
10296         * gnus.el (gnus-define-group-parameter): New macro.
10297         (auto-expire): Use it
10298         (total-expire): Use it.
10299         * gnus-art.el (banner): Use it.
10300
10301         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
10302         <ljz@asfast.com>.
10303
10304 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10305
10306         * gnus-topic.el (gnus-topic-create-topic): Use list.
10307
10308         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
10309         before binding gnus-default-article-saver.
10310
10311         * gnus-sum.el (gnus-summary-save-article):
10312         (gnus-summary-pipe-output):
10313         (gnus-summary-save-article-mail):
10314         (gnus-summary-save-article-rmail):
10315         (gnus-summary-save-article-file):
10316         (gnus-summary-write-article-file):
10317         (gnus-summary-save-article-body-file): Ditto.
10318
10319         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
10320
10321 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10322
10323         * gnus-art.el (gnus-mime-security-button-map):
10324         (gnus-mime-button-map): Add parent.
10325
10326 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10327
10328         * messagexmas.el (message-xmas-redefine): New function.
10329
10330         * message.el: Use it.
10331
10332         * gnus-art.el (gnus-article-check-hidden-text): Return t.
10333
10334         * gnus-util.el (gnus-remove-text-properties-when): Return t.
10335
10336 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10337
10338         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
10339         malformatted messages.
10340
10341 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10342
10343         * mm-util.el (mm-image-load-path): New function.
10344
10345         * gnus-group.el (gnus-group-make-tool-bar): Use it.
10346
10347         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
10348
10349         * message.el (message-tool-bar-map): Use it.
10350
10351         * Makefile.in (install-el): New rule.
10352
10353 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10354
10355         * gnus-art.el (article-treat-dumbquotes): Quote \.
10356
10357 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10358
10359         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
10360         Emacs 20 runs on a terminal.
10361
10362 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10363
10364         * gnus-msg.el (gnus-bug): Revert to save-excursion.
10365
10366         * mml.el (gnus-add-minor-mode): Autoload.
10367
10368         * message.el (message-forward): Save-restriction.
10369
10370 2000-12-21  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10371
10372         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
10373         Paul Stevenson <p.stevenson@surrey.ac.uk>
10374
10375 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10376
10377         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
10378
10379         * mml.el (gnus-ems): Don't require.
10380
10381         * gnus.el (gnus-decode-rfc1522): Removed.
10382         (gnus-set-text-properties): Define.
10383
10384 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10385
10386         * gnus-art.el (gnus-mime-*): handle may be nil.
10387
10388         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
10389
10390         * gnus.el (gnus-group-remove-excess-properties): Not defined
10391         in gnus-xmas.
10392
10393 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10394
10395         * message.el (message-mail-user-agent): Add :version.
10396
10397 2000-12-21  Miles Bader  <miles@gnu.org>
10398
10399         * message.el (message-mode): Set `comment-start' to the  yank prefix.
10400
10401 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10402
10403         * message.el (message-mail-user-agent): New variable.
10404         (message-setup): Renamed to message-setup-1. Support
10405         mail-user-agent.
10406         (message-mail-user-agent): New function.
10407         (message-mail): Use it.
10408         (message-reply): Use it.
10409         (message-resend): Use it.
10410         (message-mail-other-window): Use it.
10411         (message-mail-other-frame): Use it.
10412
10413         * gnus-msg.el (gnus-bug): Support mail-user-agent.
10414
10415 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10416
10417         * message.el (message-tool-bar-map): Simplify.
10418         (message-narrow-to-head-1): New function.
10419         (message-narrow-to-head): Use it.
10420         (message-reply): Ditto.
10421         (message-cancel-news): Ditto.
10422         (message-supersede): Ditto.
10423         (message-make-forward-subject): Ditto.
10424         (message-bounce): Ditto.
10425
10426 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10427
10428         * uudecode.el (uudecode-decode-region-external): make-temp-file
10429         may not be defined.
10430
10431         * binhex.el (defalias): eval-and-compile.
10432
10433         * message.el (message-tool-bar-map): New function.
10434         (message-mode): Use it.
10435
10436 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10437
10438         * nntp.el (nntp-find-connection): Remove the entry.
10439         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
10440
10441 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10442
10443         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
10444
10445         * message.el (message-forward): Copy buffer in unibyte mode.
10446
10447 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10448
10449         * message.el (message-make-forward-subject): Don't widen. Decode.
10450         (message-forward): Don't decode subject.
10451
10452 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
10453
10454         * qp.el (quoted-printable-encode-region): Upcase QP.
10455
10456 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10457
10458         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
10459         mail-extract-a-c instead. Don't depend on Gnus.
10460
10461         * mml.el (gnus-ems): Require it.
10462
10463         * gnus-msg.el (gnus-summary-mail-forward):
10464
10465         * message.el (message-forward):  Move mime-to-mml here.
10466
10467 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10468
10469         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
10470         * gnus-art.el (gnus-insert-mime-button): Simplify.
10471         (gnus-mime-display-alternative): Ditto.
10472         (gnus-insert-mime-security-button): Ditto.
10473
10474 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10475
10476         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
10477         text-property-not-all doesn't return nil when start=mark(end).
10478         (gnus-remove-text-properties-when): Ditto.
10479
10480 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10481
10482         * gnus-start.el (gnus-group-change-level): Remove group from
10483         gnus-active-hashtb if real killed.
10484
10485 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10486
10487         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
10488         (gnus-mime-display-alternative): Ditto.
10489         (gnus-insert-mime-security-button): Ditto.
10490
10491 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10492
10493         * gnus-start.el (gnus-group-change-level): Don't add it into
10494         killed-list if it was killed.
10495
10496 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10497
10498         * nnmbox.el (nnmbox-file-coding-system): Use binary.
10499         (nnmbox-active-file-coding-system): Ditto.
10500
10501         * gnus-cus.el (gnus-group-parameters): Add posting-style.
10502
10503 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10504
10505         * gnus.el (gnus-version):
10506         (gnus-version-number): Set to Oort Gnus 0.01.
10507
10508         * gnus-art.el (gnus-mime-security-button-map):
10509         (gnus-insert-mime-security-button): Fix for Emacs21.
10510
10511 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10512
10513         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
10514         easymenu, because XEmacs doesn't understand :help.
10515
10516         * mm-uu.el: Require binhex.
10517
10518 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10519
10520         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
10521
10522 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
10523
10524         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
10525
10526 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
10527
10528         * *.xpm, *.pbm: Convert icons icons to size 24x24.
10529
10530 2000-12-18  Dave Love  <fx@gnu.org>
10531
10532         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
10533         (unused).
10534
10535 2000-12-13  Miles Bader  <miles@gnu.org>
10536
10537         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
10538         to t, so that we don't get stuck while trying to smilefy
10539         intangible text.
10540
10541 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
10542
10543         * smiley-ems.el (smiley-regexp-alist): Make regexps match
10544         at the end of the buffer.
10545         (smiley-region): In the loop, move to the end of the submatch
10546         matching the smiley instead of using the end of the match
10547         of the whole regexp.
10548
10549 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
10550
10551         * message.el (message-mode): Doc fix.
10552
10553 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
10554
10555         * smiley-ems.el (smiley-region): Doc fix.
10556
10557 2000-12-11  Miles Bader  <miles@gnu.org>
10558
10559         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
10560         bottom line visible, check to see if it's partially obscured, and
10561         if so, either scroll one more line to make it fully visible, or
10562         revert to showing the second line from the top.
10563
10564 2000-12-07  Dave Love  <fx@gnu.org>
10565
10566         * mailcap.el (mailcap-download-directory)
10567         * gnus-audio.el (gnus-audio-directory)
10568         * smiley-ems.el (smiley-data-directory): Fix :type.
10569
10570 2000-11-30  Dave Love  <fx@gnu.org>
10571
10572         * message.el (message-auto-save-directory): Use
10573         file-name-as-directory.
10574         (message-set-auto-save-file-name): Create
10575         message-auto-save-directory if necessary.
10576         (message-replace-chars-in-string): Removed -- unused.
10577         (message-mail-alias-type): Customize.
10578         (message-headers): Remove duplicate defgroup.
10579
10580 2000-11-29  Dave Love  <fx@gnu.org>
10581
10582         * qp.el (quoted-printable-decode-region): Use error, not message
10583         to report malformed text (like base64).  Amend message.
10584
10585 2000-11-29  Miles Bader  <miles@gnu.org>
10586
10587         * message.el (message-header-lines): Fontify tag.
10588
10589 2000-11-27  Dave Love  <fx@gnu.org>
10590
10591         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
10592         compiler warning.
10593
10594 ;2000-11-26  Dave Love  <fx@gnu.org>
10595 ;
10596 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
10597 ;
10598 2000-11-23  Dave Love  <fx@gnu.org>
10599
10600         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
10601
10602         * mm-uu.el (uudecode): Require.
10603         (uudecode-decode-region, uudecode-decode-region-external): Don't
10604         autoload.
10605         (mm-uu-copy-to-buffer): Doc fix.
10606         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
10607         type fix.
10608
10609         * mailcap.el: Doc fixes.
10610         (mailcap-mime-data): Various adjustments.
10611         (mailcap): New group.
10612         (mailcap-download-directory): Customize.
10613         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
10614         (mailcap-temporary-directory): Deleted (unused).
10615         (mailcap-unescape-mime-test): Simplify slightly.
10616         (mailcap-viewer-passes-test): Use functionp.
10617         (mailcap-command-p): Aliased to executable-find.
10618
10619         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
10620         default-enable-multibyte-characters is nil.
10621
10622 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
10623
10624         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
10625
10626 2000-11-21  Dave Love  <fx@gnu.org>
10627
10628         * gnus-art.el (gnus-mime-button-map): Don't inherit from
10629         gnus-article-mode-map.
10630 ;       (gnus-mime-button-menu): Use mouse-set-point.
10631         (gnus-insert-mime-button, gnus-mime-display-alternative)
10632         (gnus-mime-display-alternative): Don't use local-map property.
10633
10634 2000-11-17  Dave Love  <fx@gnu.org>
10635
10636         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
10637         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
10638         and make-temp-file.
10639         (uudecode-decode-region): Doc fix.
10640
10641 2000-11-14  Dave Love  <fx@gnu.org>
10642
10643         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
10644         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
10645         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
10646         New files, derived from the XPMs.
10647
10648 2000-11-10  Dave Love  <fx@gnu.org>
10649
10650         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
10651         (gnus-agent-lib-file, gnus-agent-load-alist)
10652         (gnus-agent-save-alist, gnus-agent-article-name): Use
10653         expand-file-name.
10654
10655         * gnus-group.el (gnus-group-name-charset-method-alist): Add
10656         :version.
10657         (nnkiboze-score-file): Defvar when compiling.
10658
10659         * gnus-start.el (gnus-read-newsrc-file): Add :version.
10660
10661         * gnus-art.el (gnus-article-banner-alist)
10662         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
10663         (gnus-article-date-lapsed-new-header)
10664         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
10665         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
10666         (gnus-treat-strip-headers-in-body)
10667         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
10668         (gnus-treat-translate): Add :version.
10669         (gnus-article-mime-part-function): Fix defcustom.
10670
10671         * nnmail.el (nnmail-expiry-target)
10672         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
10673         (nnmail-split-header-length-limit): Add :version.
10674
10675         * gnus-sum.el (gnus-auto-expirable-marks)
10676         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
10677         (gnus-extra-headers, gnus-ignored-from-addresses)
10678         (gnus-newsgroup-ignored-charsets)
10679         (gnus-group-highlight-words-alist)
10680         (gnus-summary-show-article-charset-alist): Add :version.
10681
10682         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
10683         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
10684         files, converted from the XPMs.
10685
10686         * gnus-cache.el (gnus-cache-active-file): Don't use
10687         file-name-as-directory on directory.
10688         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
10689         use file-name-as-directory on directory.
10690
10691         * time-date.el (timezone-make-date-arpa-standard): Autoload.
10692         (date-to-time): Use it.
10693
10694 ;       * message.el (message-mode) <adaptive-fill-regexp>:
10695 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
10696 ;       (message-newline-and-reformat): Likewise.
10697         (message-forward-as-mime, message-forward-ignored-headers)
10698         (message-buffer-naming-style, message-default-charset)
10699         (message-dont-reply-to-names, message-send-mail-partially-limit):
10700         Add :version.
10701
10702         * mm-util.el: Doc fixes.
10703         (mm-mime-charset): Don't use the raw result of
10704         mm-preferred-coding-system.
10705         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
10706         (mm-with-unibyte): Simplify.
10707
10708         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
10709         concat.
10710
10711         * pop3.el (pop3-version): Deleted.
10712         (pop3-make-date): New function, avoiding message-make-date.
10713         (pop3-munge-message-separator): Use it.
10714
10715 2000-11-09  Dave Love  <fx@gnu.org>
10716
10717         * gnus-group.el (gnus-group-make-directory-group)
10718         (gnus-group-fetch-faq): Use expand-file-name.
10719         (gnus-group-fetch-faq): Simplify completing-read form.
10720
10721         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
10722         test for Mule.
10723
10724         * message.el (tool-bar-map): Defvar when compiling.
10725
10726         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
10727         (gnus-tm-lisp-directory): Deleted.
10728         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
10729         (featurep 'xemacs).
10730         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
10731         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
10732         version numbers from file names.
10733
10734 2000-11-08  Dave Love  <fx@gnu.org>
10735
10736         * mm-view.el: Use featurep for XEmacs test.
10737         (mm-inline-message): Test for `remove-specifier'; don't use
10738         condition-case.
10739
10740         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
10741
10742         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
10743         (gnus-score-find-bnews): Don't concat "".
10744
10745         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
10746         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
10747         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
10748         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
10749
10750         * gnus-sum.el: Put some defvars in eval-when-compile.
10751         (gnus-summary-mode-hook): Add :options.
10752         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
10753         (gnus-summary-tool-bar-map): New variable.
10754         (gnus-summary-make-tool-bar): New function.
10755         (gnus-summary-mode): Put kill-all-local-variables first.
10756
10757         * gnus-group.el (gnus-group-toolbar-map): New variable.
10758         (gnus-group-make-tool-bar): Rewritten.
10759         (gnus-group-mode): Put kill-all-local-variables first.
10760
10761         * rfc2047.el: Require gnus-util.
10762
10763         * nnml.el (gnus-sorted-intersection): Autoload.
10764
10765         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
10766         Put some defvars in eval-when-compile.
10767         (gnus-intersection, gnus-sorted-complement):  Autoload.
10768
10769         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
10770
10771         * mm-encode.el (mm-body-7-or-8): Autoload.
10772
10773         * mm-decode.el (mm-insert-inline): Autoload.
10774
10775         * mml.el:
10776         * message.el: Put some defvars in eval-when-compile.
10777
10778         * gnus-msg.el: Put some defvars in eval-when-compile.
10779         (gnus-msg-mail): Move after gnus-setup-message.
10780
10781         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
10782
10783 2000-11-07  Dave Love  <fx@gnu.org>
10784
10785         * gnus-util.el (nnheader): Don't require message (recursive
10786         autoload).
10787
10788         * uudecode.el: Avoid compiler warnings.
10789
10790         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
10791         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
10792
10793 2000-11-06  Dave Love  <fx@gnu.org>
10794
10795         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
10796
10797         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
10798         (uudecode-char-int): New alias, replacing char-int.
10799         (uudecode-decode-region): Don't call buffer-disable-undo.
10800
10801 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
10802 ;       (mm-uu-configure-list): Doc fix.
10803 ;
10804 ;       * earcon.el (running-xemacs): Don't define.
10805 ;
10806 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
10807 ;
10808 ;       * message.el (message-font-lock-keywords): Match a final newline
10809 ;       to help font-lock's multiline support.
10810 ;
10811 2000-11-03  Dave Love  <fx@gnu.org>
10812
10813         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
10814
10815         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
10816         name.
10817
10818         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
10819         <banner>: Fix custom type, doc.
10820
10821         * mm-decode.el (mm-display-external): Space-prefix temp buffer
10822         name.  Don't disable undo explicitly.
10823
10824 ;2000-11-02  Dave Love  <fx@gnu.org>
10825 ;
10826 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
10827 ;       cite-prefix.
10828
10829 2000-11-01  Dave Love  <fx@gnu.org>
10830
10831         * rfc2047.el (base64): Require unconditionally.
10832         (message-posting-charset): Defvar when compiling.
10833         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
10834         message.
10835
10836         * gnus-sum.el (nnoo): Require.
10837         (mm-uu-dissect): Autoload.
10838
10839         * mml.el (mml-parse-1): Clarify message.
10840         (mml-minibuffer-read-type): Use mailcap-mime-types.
10841
10842 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
10843
10844         * mml.el: Fix a typo in the requiring of CL.
10845
10846 2000-11-01  Dave Love  <fx@gnu.org>
10847
10848         * utf7.el: Require cl when compiling.
10849
10850         * binhex.el: Use (featurep 'xemacs).
10851         (binhex-char-int): New alias, replacing char-int.  Change callers.
10852         (binhex-decode-region): Simplify work buffer code.
10853         (binhex-decode-region-external): Use expand-file-name, not concat.
10854
10855 2000-10-30  Dave Love  <fx@gnu.org>
10856
10857         * gnus-art.el: Fix 2000-10-27 change properly.
10858
10859 2000-10-28  Miles Bader  <miles@gnu.org>
10860
10861         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
10862
10863 2000-10-27  Dave Love  <fx@gnu.org>
10864
10865         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
10866         strings.
10867         (gnus-group-make-tool-bar): New function.
10868         (gnus-group-mode): Use it.
10869
10870         * message.el (message-mode-menu): Add some :help strings.
10871         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
10872         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
10873
10874         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
10875         * describe-group.xpm, get-news.xpm, kill-group.xpm:
10876         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
10877
10878         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
10879         display-graphic-p here.
10880
10881 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
10882
10883         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
10884         of the `gnus-xemacs' variable, as the latter has been removed.
10885         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
10886         * gnus-art.el (gnus-treat-display-xface)
10887         (gnus-treat-display-smileys, gnus-treat-display-picons)
10888         (gnus-article-read-summary-keys): Likewise.
10889
10890 2000-10-26  Dave Love  <fx@gnu.org>
10891
10892         (defvar): Use rmail-spool-directory unconditionally.
10893
10894 2000-10-18  Dave Love  <fx@gnu.org>
10895
10896         * mm-bodies.el (mm-uu-decode-function)
10897         (mm-uu-binhex-decode-function): Defvar when compiling.
10898
10899         * gnus-nocem.el (gnus-nocem-issuers): Update.
10900         (gnus-nocem-check-from): New option.
10901         (gnus-nocem-scan-groups): Use it.
10902         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
10903         (gnus-nocem-check-article-limit): Add :version.
10904
10905 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
10906
10907         * ietf-drums.el (mm-util): Require CL when compiling.
10908
10909 2000-10-15  Dave Love  <fx@gnu.org>
10910
10911         * qp.el: Require mm-util.
10912
10913 2000-10-13  Dave Love  <fx@gnu.org>
10914
10915         * qp.el (quoted-printable-decode-region): Avoid invalid
10916         coding-systems.
10917
10918 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
10919
10920         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
10921         to a recursive load.
10922
10923 2000-10-12  Dave Love  <fx@gnu.org>
10924
10925         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
10926
10927         * gnus.el (gnus-group-startup-message): Check for PBM image.
10928
10929 2000-10-09  Dave Love  <fx@gnu.org>
10930
10931         * mail-source.el (mail-source-fetch-imap): Bind
10932         default-enable-multibyte-characters rather than using
10933         mm-disable-multibyte.
10934
10935 2000-10-05  Dave Love  <fx@gnu.org>
10936
10937         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
10938         Autoload.
10939         (quoted-printable-decode-region):  Rename arg which confused
10940         charset with coding-system.  Don't use nonascii-insert-offset.
10941         Coding-system encode the region initially.  Don't recognize `=='
10942         as valid QP.  Coding-system decode the region finally.
10943         (quoted-printable-decode-string): Rename arg which confused
10944         charset with coding-system.
10945
10946         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
10947         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
10948         mm-encode-coding-region.
10949         (mm-decode-body, mm-decode-string): Rename variables which
10950         confused charset with coding-system.
10951         (binhex-decode-region): Don't autoload.
10952         (mm-body-encoding): Require message.
10953         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
10954         cond branches.
10955
10956         * gnus-art.el (article-de-quoted-unreadable)
10957         (article-de-base64-unreadable): Fold search case
10958         rather than downcasing string.  Apply mm-charset-to-coding-system
10959         to arg of quoted-printable-decode-region.
10960
10961 2000-10-04  Dave Love  <fx@gnu.org>
10962
10963         * gnus-ems.el: Don't turn off compiler warnings in local vars.
10964         Require ring when compiling.
10965         (gnus-article-compface-xbm): New variable.
10966
10967 2000-10-04  Dave Love  <fx@gnu.org>
10968
10969         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
10970         pbm images.
10971
10972         * frown.pbm, smile.pbm, wry.pbm: New files.
10973
10974         * frown.xbm, smile.xbm, wry.xbm: Deleted.
10975
10976 2000-10-03  Dave Love  <fx@gnu.org>
10977
10978         * mail-source.el (mail-sources): Revert to nil.
10979
10980         * nnmail (nnmail-spool-file): Revert to `((file))'.
10981
10982         * qp.el: Don't require mm-util.
10983         (quoted-printable-decode-region): Rewritten.
10984         (quoted-printable-decode-string, quoted-printable-encode-region):
10985         Doc fix.
10986         (quoted-printable-encode-region): Barf on multibyte characters.
10987         Maybe make the class multibyte.  Upcase chars, not formatted
10988         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
10989         (quoted-printable-encode-string): Don't use
10990         mm-with-unibyte-buffer.
10991
10992 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
10993
10994         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
10995
10996 2000-09-21  Dave Love  <fx@gnu.org>
10997
10998         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
10999         (for Emacs 20).  Tidy somewhat.
11000
11001 2000-09-21  Dave Love  <fx@gnu.org>
11002
11003         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
11004         image processing.  Rationalize logic somewhat.
11005
11006 2000-09-20  Dave Love  <fx@gnu.org>
11007
11008         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
11009         specifically.
11010
11011         * gnus.el (gnus-version-number): Avoid some redundant
11012         autoloads.
11013
11014 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
11015
11016         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
11017         to XBM; we always have PBM support.
11018
11019 2000-09-14  Dave Love  <fx@gnu.org>
11020
11021         * gnus.el (gnus-charset):
11022         * mm-decode.el (mime-display):
11023         * imap.el (imap) <defgroup>: Add :version.
11024
11025 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
11026
11027         * parse-time.el: Fix author's mail address.
11028
11029         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
11030         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
11031         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
11032         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
11033         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
11034         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
11035         * rfc2231.el, uudecode.el: Fix copyright notice.
11036
11037         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
11038         require `w3' at load-time only if not running in batch mode.
11039
11040 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11041
11042         * gnus.el: Before merge with Emacs21.
11043
11044 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
11045
11046         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
11047
11048 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
11049
11050         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
11051         to avoid conflict with the standard `back-to-indentation'
11052         binding.
11053
11054 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11055
11056         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
11057
11058         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
11059         (mm-disable-multibyte-mule4): Ditto.
11060         (mm-with-unibyte-current-buffer-mule4): Ditto.
11061
11062 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11063
11064         * pop3.el (pop3-movemail): Use binary.
11065         (pop3-movemail-file-coding-system): Removed.
11066
11067 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11068
11069         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
11070
11071 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11072
11073         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
11074         exists.
11075
11076 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11077
11078         * gnus-msg.el (gnus-post-method): Use backend name when the
11079         address is "".
11080
11081 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11082
11083         * gnus-art.el (article-verify-x-pgp-sig): Don't test
11084         mm-verify-option.
11085         (gnus-treat-x-pgp-sig): Default value.
11086         (gnus-ignored-headers): Redundant.
11087
11088 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11089
11090         * gnus-win.el (gnus-configure-frame): Save selected window.
11091
11092 2000-02-15  Andrew Innes  <andrewi@gnu.org>
11093
11094         * nnmbox.el: Require gnus-range.
11095         (nnmbox-group-building-active-articles): New variable.
11096         (nnmbox-group-active-articles): New variable; this is a cache of
11097         all active articles by group and number.
11098         (nnmbox-in-header-p): New function.
11099         (nnmbox-find-article): New function.
11100         (nnmbox-record-active-article): New function.
11101         (nnmbox-record-deleted-article): New function.
11102         (nnmbox-is-article-active-p): New function.
11103         (nnmbox-retrieve-headers): Use nnmbox-find-article.
11104         (nnmbox-request-article): Ditto.  Also supply extra arg to
11105         nnmbox-article-group-number.
11106         (nnmbox-request-expire-articles): Ditto.
11107         (nnmbox-request-move-article): Ditto.
11108         (nnmbox-request-replace-article): Ditto.
11109         (nnmbox-request-rename-group): Rename group entry in active
11110         article cache.
11111         (nnmbox-delete-mail): Update active article cache, unless article
11112         is being replaced.
11113         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
11114         than partially duplicating it.
11115         (nnmbox-article-group-number): Add extra `this-line' arg, to
11116         handle articles belonging to multiple groups.
11117         (nnmbox-save-mail): Update active article cache.
11118         (nnmbox-read-mbox): Build active article cache when loading mbox.
11119         Also do some repair work, if we find articles that are missing the
11120         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
11121         reconstruct these from Xref info.
11122
11123 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11124
11125         * mail-source.el (mail-source-report-new-mail): Use
11126         nnheader-run-at-time.
11127
11128 2000-02-15  Andrew Innes  <andrewi@gnu.org>
11129
11130         * mail-source.el (mail-source-fetch-pop): Clear pop password when
11131         an error is thrown, and then rethrow the error.
11132         (mail-source-check-pop): Ditto.
11133         (mail-source-start-idle-timer): Prevent multiple pop checks
11134         running if the check takes a long time.
11135
11136 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11137
11138         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
11139         succeed.
11140
11141 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11142
11143         * gnus-win.el (gnus-configure-windows): Make sure
11144         nntp-server-buffer is live.
11145         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
11146
11147 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
11148
11149         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
11150
11151 2000-12-04  Andreas Jaeger  <aj@suse.de>
11152
11153         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
11154
11155 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11156
11157         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
11158
11159 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
11160         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
11161
11162         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
11163
11164 2000-12-01  Simon Josefsson  <sj@extundo.com>
11165
11166         * mml-smime.el (mml-smime-verify): Fix address parsing.
11167
11168 2000-12-01  Simon Josefsson  <sj@extundo.com>
11169
11170         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
11171         more than one certificate inside PKCS#7 blob.  Better security
11172         information (clamed / actual sender, openssl output, certificates
11173         inside message).
11174
11175         * smime.el (smime-verify-region): Output to /dev/null.
11176         (smime-buffer-as-string-region): Don't parse empty lines.
11177
11178 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11179
11180         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
11181         ?d and ?D.
11182         (gnus-mime-security-show-details-inline): New variable.
11183         (gnus-mime-security-show-details): Use them.
11184         (gnus-insert-mime-security-button): Ditto.
11185
11186         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
11187         Suggest by Michael Duggan (md5i@cs.cmu.edu).
11188         (mml2015-gpg-clear-verify): Ditto.
11189         (mml2015-gpg-decrypt-1): Ditto.
11190         (mml2015-use): Prefer 'gpg.
11191
11192 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11193
11194         * gnus-util.el (gnus-add-text-properties-when): New function.
11195         (gnus-remove-text-properties-when): Ditto.
11196
11197         * gnus-cite.el (gnus-article-hide-citation): Use them.
11198         (gnus-article-toggle-cited-text): Use them.
11199
11200         * gnus-art.el (gnus-signature-toggle): Use them.
11201         (gnus-article-show-hidden-text): Ditto.
11202         (gnus-article-hide-text): Ditto.
11203
11204 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11205
11206         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
11207
11208 2000-11-30  Simon Josefsson  <sj@extundo.com>
11209
11210         * smime.el (smime-point-at-eol): New alias.
11211         (smime-buffer-as-string-region): Use it.
11212
11213 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11214
11215         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
11216
11217 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11218
11219         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
11220
11221         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
11222
11223         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
11224
11225 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11226
11227         * nnmh.el (nnmh-request-expire-articles): Implemented
11228         expiry-target for nnmh backend.
11229
11230 2000-11-30  Simon Josefsson  <sj@extundo.com>
11231
11232         * mm-decode.el (mm-security-from): New variable.
11233         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
11234
11235         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
11236         than `from'.
11237
11238 2000-11-30  Simon Josefsson  <sj@extundo.com>
11239
11240         * mml-smime.el (mml-smime-verify): Verify that certificate mail
11241         address match sender address.
11242
11243         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
11244
11245         * smime.el (smime-verify-region): Don't copy buffer.
11246         (smime-decrypt-buffer): Use expand-file-name on keyfile.
11247         (smime-pkcs7-region): New function.
11248         (smime-pkcs7-certificates-region): Ditto.
11249         (smime-pkcs7-email-region): Ditto.
11250         (smime-buffer-as-string-region): Ditto.
11251
11252         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
11253         buffer.
11254
11255 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
11256
11257         * smime.el (smime-decrypt-region): Fix keyfile argument.
11258
11259 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11260
11261         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
11262
11263 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11264
11265         * message.el (message-shoot-gnksa-feet): New variable.
11266         (message-gnksa-enable-p): New function.
11267         (message-send): Use it.
11268         (message-check-news-body-syntax): Ditto.
11269
11270 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11271
11272         * message.el (message-make-message-id): Remove the redundancy.
11273
11274 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11275
11276         * message.el (message-setup): Discourage using mc-install-*-mode.
11277
11278         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
11279
11280 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11281
11282         * gnus-cite.el (gnus-cite-parse): Guess citation length.
11283
11284 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11285
11286         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
11287
11288 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11289
11290         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
11291
11292 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11293
11294         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
11295         insert-buffer-substring.
11296
11297         * message.el (message-send-mail): Use buffer-substring-no-properties.
11298         (message-send-news): Ditto.
11299
11300 2000-11-22  David Edmondson  <dme@dme.org>
11301
11302         * imap.el (imap-wait-for-tag): Message read info.
11303
11304 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11305
11306         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
11307         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
11308         (mml2015-gpg-encrypt): Ditto.
11309
11310 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11311
11312         * mm-decode.el (mm-verify-option): Default value.
11313
11314         * mml-sec.el (mml-secure-part): Error message.
11315
11316 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11317
11318         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
11319
11320 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11321
11322         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
11323
11324 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11325
11326         * gnus-art.el (gnus-article-describe-key): Use prompt.
11327         (gnus-article-describe-key-briefly): Ditto.
11328
11329 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11330
11331         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
11332
11333 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11334
11335         * gnus-art.el (gnus-article-describe-key): New function.
11336         (gnus-article-describe-key-briefly): New function.
11337
11338 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11339
11340         * mm-decode.el (mm-decrypt-option): Doc typo.
11341
11342         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
11343         return a number.
11344
11345 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11346
11347         * message.el (message-newline-and-reformat): Typo.
11348
11349 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11350
11351         * gnus-art.el (article-verify-x-pgp-sig): Check whether
11352         original-article-buffer exists.
11353
11354         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
11355         (rfc2047-header-encoding-alist): Addresses are different from text.
11356         (rfc2047-encode-message-header): Ditto.
11357         (rfc2047-dissect-region): Extra parameter.
11358         (rfc2047-encode-region): Ditto.
11359         (rfc2047-encode-string): Ditto.
11360
11361 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11362
11363         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
11364         (mm-uu-pgp-encrypted-extract): Use it.
11365         (mm-uu-pgp-signed-extract-1): New function.
11366         (mm-uu-pgp-signed-extract): Use it.
11367
11368         * gnus-art.el (gnus-mime-display-security): New function.
11369         (gnus-mime-display-part): Use it.
11370         (gnus-mime-security-verify-or-decrypt): New function.
11371         (gnus-mime-security-press-button): New function.
11372         (gnus-insert-mime-security-button): Use it.
11373
11374         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
11375         (mm-find-raw-part-by-type): Ditto.
11376         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
11377         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
11378         (mm-destroy-parts): Kill nested multibyte buffer.
11379
11380         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
11381         (mml2015-gpg-verify): Ditto.
11382
11383 2000-11-18  Simon Josefsson  <sj@extundo.com>
11384
11385         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
11386         (mml2015-function-alist): Use it.
11387
11388         * mml-sec.el (mml-sign-alist): Update names.
11389         (mml-encrypt-alist): Ditto.
11390         (mml-secure-part-smime-sign): Moved to mml-smime.el
11391         as `mml-smime-sign-query'.
11392         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
11393         `mml-smime-get-file-cert'.
11394         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
11395         `mml-smime-get-dns-cert'.
11396         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
11397         `mml-smime-encrypt-query'.
11398         (mml-smime-sign-buffer): Use mml-smime-sign.
11399         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
11400
11401         * mml-smime.el (mml-smime-sign): New function.
11402         (mml-smime-encrypt):
11403         (mml-smime-sign-query):
11404         (mml-smime-get-file-cert):
11405         (mml-smime-get-dns-cert):
11406         (mml-smime-encrypt-query): Moved from mml-sec.el.
11407
11408 2000-11-16  Simon Josefsson  <sj@extundo.com>
11409
11410         * mml2015.el (mml2015-gpg-clear-verify): New function.
11411         (mml2015-function-alist): Add it.
11412
11413 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
11414
11415         * message.el (message-setup-fill-variables): Use
11416         message-cite-prefix-regexp.
11417         (message-newline-and-reformat): Check the end of citation, leading
11418         WSP, break in the cite prefix.
11419         (message-fill-paragraph): New function.
11420
11421 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
11422
11423         * lpath.el: Shut up.
11424
11425 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
11426
11427         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
11428         raw 8-bit in headers in dk.* newsgroups.
11429
11430 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
11431
11432         * message.el (message-newline-and-reformat): Match extra WSPs.
11433
11434 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
11435
11436         * mml.el (mml-generate-mime-1): Ignore ascii.
11437
11438 2000-11-16 Justin Sheehy  <justin@iago.org>
11439
11440         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
11441
11442 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11443
11444         * message.el (message-cite-prefix-regexp): Prefix should not end
11445         at space.
11446
11447 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
11448
11449         * message.el (message-mode-syntax-table): Add - as a word
11450         constituent as in articles.
11451         (message-setup-fill-variables): Add -_. as supercite-style prefix.
11452         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
11453         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
11454
11455 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
11456
11457         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
11458
11459 2000-11-12  David Edmondson  <dme@dme.org>
11460
11461         * message.el (message-font-lock-keywords): use
11462         message-cite-prefix-regexp.
11463
11464 2000-11-15  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11465
11466         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
11467         Stein Arild Str\81ømme.
11468         (gnus-group-jump-to-group): Use it.
11469         (gnus-group-jump-to-group-prompt): Customize.
11470
11471 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
11472
11473         * mailcap.el (mailcap-possible-viewers): Match the entire string.
11474
11475 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
11476
11477         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
11478         incompatible.
11479         (mml2015-mailcrypt-sign): Ditto.
11480
11481 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
11482
11483         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
11484         group is open.
11485
11486 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
11487
11488         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
11489         nnvirtual articles.
11490         (gnus-backlog-request-article): Don't request nnvirtual articles.
11491
11492 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
11493
11494         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
11495         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
11496
11497 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
11498
11499         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
11500         * mml.el (mml-generate-mime-1): Use charset attribute.
11501         * mm-bodies.el (mm-encode-body): Add parameter charset.
11502         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
11503
11504 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
11505
11506         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
11507         (mml2015-mailcrypt-clear-decrypt): Ditto.
11508         (mml2015-mailcrypt-verify): Ditto.
11509         (mml2015-mailcrypt-clear-verify): Ditto.
11510         (mml2015-gpg-verify): Ditto.
11511
11512 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
11513
11514         * smime.el (smime-openssl-program): Test the existence of openssl.
11515         * mml-smime.el: Require mm-decode.
11516         (mml-smime-verify-test): New function.
11517         * mm-decode.el (mm-verify-function-alist): Use it.
11518
11519 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
11520
11521         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
11522         anyway.
11523
11524 2000-11-13  Simon Josefsson  <sj@extundo.com>
11525
11526         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
11527         verification doesn't work.
11528
11529 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
11530
11531         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
11532         (gnus-inews-do-gcc): Use it.
11533
11534 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
11535
11536         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
11537         leading space.
11538         * mm-extern.el (mm-inline-external-body): Report error when no
11539         access-type.
11540
11541 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
11542
11543         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
11544
11545 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
11546
11547         * gnus-art.el (gnus-mime-button-menu): Use select-window.
11548
11549 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
11550
11551         * gnus-art.el (gnus-mime-display-part): Display multipart/related
11552         as multipart/mixed.
11553
11554 2000-11-12  David Edmondson  <dme@dme.org>
11555
11556         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
11557         and replace `.' with `\w' to allow for different syntax tables
11558         (from Vladimir Volovich).
11559         * message.el (message-newline-and-reformat): use
11560         `message-cite-prefix-regexp'.
11561         * gnus-cite.el (gnus-supercite-regexp): use
11562         `message-cite-prefix-regexp'.
11563         * gnus-cite.el (gnus-cite-parse): use
11564         `message-cite-prefix-regexp'.
11565
11566 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
11567
11568         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
11569         PGP SIGNATURE.  Escape leading "-"'s.
11570         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
11571
11572 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
11573
11574         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
11575
11576 2000-11-11  Simon Josefsson  <sj@extundo.com>
11577
11578         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
11579
11580         * smime.el (smime-details-buffer): New variable.
11581         (smime-sign-region):
11582         (smime-encrypt-region):
11583         (smime-verify-region):
11584         (smime-decrypt-region): Copy OpenSSL output to the buffer.
11585
11586         * mml-smime.el (mml-smime-verify): Support security info.
11587
11588 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
11589
11590         * mm-decode.el (mm-verify-option): Set default to nil.
11591         (mm-decrypt-option): Ditto.
11592         * gnus-art.el (article-verify-x-pgp-sig): New function.
11593
11594 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
11595
11596         * gnus-art.el (gnus-mime-display-alternative): Show button if no
11597         preferred part.
11598
11599 2000-11-07  Kai Gro\8eßjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11600
11601         * gnus-sum.el (gnus-move-split-methods): Say that
11602         `gnus-split-methods' uses file names, whereas this uses group
11603         names.  (Report from Nevin Kapur)
11604
11605 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
11606
11607         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
11608
11609 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
11610
11611         * nnheader.el (nnheader-directory-files-is-safe): New variable.
11612         (nnheader-directory-articles): Use it.
11613         (nnheader-article-to-file-alist): Ditto.
11614
11615 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
11616
11617         * rfc2047.el (rfc2047-pad-base64): New function.
11618         (rfc2047-decode): Use it.
11619
11620 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
11621
11622         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
11623         select method.
11624
11625 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
11626
11627         * mml2015.el (mml2015-gpg-decrypt-1):
11628         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
11629
11630 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
11631
11632         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
11633
11634 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
11635
11636         * pop3.el (pop3-munge-message-separator): A message may have an
11637         empty body.
11638
11639 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
11640
11641         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
11642         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
11643         (mm-uu-pgp-signed-extract): Use coding-system.
11644
11645 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
11646
11647         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
11648         (gnus-insert-mime-security-button): New function.
11649         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
11650         * mml2015.el:  Add security info when verify or decrypt.
11651         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
11652         (mm-uu-pgp-encrypted-extract): Ditto.
11653
11654 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
11655
11656         * mm-decode.el (mm-display-parts): New function.
11657         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
11658
11659 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11660
11661         * gnus-mlspl.el: Documentation tweaks.
11662
11663 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
11664
11665         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
11666         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
11667         argument.
11668
11669 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
11670
11671         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
11672
11673 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
11674
11675         * gnus-art.el (gnus-article-encrypt): New function.
11676         (gnus-article-encrypt-protocol-alist): New variable.
11677         (gnus-article-encrypt-protocol): New variable.
11678         * mml2015.el (mml2015-self-encrypt): New function.
11679         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
11680
11681 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
11682
11683         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
11684         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
11685         let mailcap do it.
11686         * mml2015.el: Remove snarf code.
11687         * mm-decode.el: Remove snarf code.
11688
11689 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
11690
11691         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
11692         (mml-insert-mime): Understand gnus-decoded.
11693         (mime-to-mml): New parameter handles.
11694         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
11695         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
11696
11697 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
11698
11699         * mm-decode.el (mime-security): New group.
11700         (mm-verify-function-alist): Add test function.
11701         (mm-decrypt-function-alist): Ditto.
11702         (mm-snarf-option): Set default value as nil.
11703         (mm-find-part-by-type): Recursive parameter.
11704         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
11705         * mml2015.el: Support draft-ietf-openpgp-multsig.
11706
11707 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
11708
11709         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
11710         (gnus-article-view-part-as-charset): New function.
11711
11712 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
11713
11714         * mm-decode.el (mm-verify-option): Default value.
11715         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
11716
11717 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
11718
11719         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
11720
11721 2000-11-05  Simon Josefsson  <sj@extundo.com>
11722
11723         * mml-smime.el (mml-smime-verify): Work in original multipart
11724         buffert.
11725
11726         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
11727         (mm-handle-multipart-ctl-parameter): Ditto.
11728         (mm-alist-to-plist): New function.
11729         (mm-dissect-buffer): Store CTL parameters and copy original buffer
11730         for multiparts.
11731         (mm-destroy-parts): Destroy multipart buffert.
11732         (mm-remove-part): Ditto.
11733
11734         * mml-smime.el (mml-smime-sign): Not used.
11735         (mml-smime-encrypt): Ditto.
11736
11737         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
11738
11739         Verify S/MIME signature support.
11740
11741         * mm-decode.el (mm-inline-media-tests): Add
11742         application/{x-,}pkcs7-signature.
11743         (mm-inlined-types): Ditto.
11744         (mm-automatic-display): Ditto.
11745         (mm-verify-function-alist): Ditto.  Add name of method.
11746         (mm-decrypt-function-alist): Add name of method.
11747         (mm-find-part-by-type): Add documentation.
11748         (mm-possibly-verify-or-decrypt): Use new format of
11749         mm-{verify,decrypt}-function-alist.  Use method names.
11750
11751         * mml-smime.el (mml-smime-verify): New function.
11752
11753 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
11754
11755         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
11756
11757 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
11758
11759         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
11760         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
11761         * mm-decode.el (mm-snarf-option): New variable.
11762
11763 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
11764
11765         * mm-util.el (mm-subst-char-in-string): New function.
11766         (mm-replace-chars-in-string): Use it.
11767         * message.el (message-replace-chars-in-string): Use it.
11768         * nnheader.el (nnheader-replace-chars-in-string): Use it.
11769         * gnus-mh.el (mh-lib-progs): Shut up.
11770
11771 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
11772
11773         * base64.el, md5.el: Moved to contrib directory.
11774
11775 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
11776
11777         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
11778         the last article when search.
11779
11780 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
11781
11782         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
11783         * nnmail.el (nnmail-pathname-coding-system): Ditto.
11784
11785 2000-09-29  David Edmondson  <dme@thus.net>
11786
11787         * message.el (message-newline-and-reformat): Typo.
11788
11789 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
11790
11791         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
11792
11793 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
11794
11795         * nntp.el (nntp-decode-text): Delete bogus status lines.
11796
11797 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
11798
11799         * message.el (message-font-lock-keywords): Match a final newline
11800         to help font-lock's multiline support.
11801
11802 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
11803
11804         * nnoo.el (nnoo-set): New function.
11805
11806 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
11807
11808         * gpg.el, gpg-ring.el: Moved to contrib directory.
11809
11810 2000-11-04  Simon Josefsson  <sj@extundo.com>
11811
11812         * nnimap.el (nnimap-split-inbox): Typo.
11813
11814 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
11815
11816         * gnus-msg.el (gnus-msg-mail): Move it backwards.
11817
11818 2000-11-03  Simon Josefsson  <sj@extundo.com>
11819
11820         * rfc2231.el (rfc2231-parse-qp-string): New function.
11821         (require): rfc2047.
11822
11823         * mail-parse.el (mail-header-parse-content-type):
11824         (mail-header-parse-content-disposition): Support invalid QP
11825         encoded strings, by using `rfc2231-parse-qp-string'.
11826
11827 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
11828
11829         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
11830         (rfc2231-decode-encoded-string): Typo "> X 1".
11831         (rfc2231-encode-string): Insert the name of charset.
11832         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
11833
11834 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
11835
11836         * mm-decode.el (mm-save-part): Return the filename.
11837         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
11838         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
11839         (gnus-mime-action-alist): Use it.
11840         (gnus-mime-button-commands): Use it.
11841         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
11842         (mm-inline-external-body): unwind-protect.
11843
11844 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
11845
11846         * gnus-art.el (gnus-insert-mime-button): Show url.
11847
11848 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
11849
11850         * mml.el (mml-generate-mime-1): Support external url.
11851         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
11852
11853 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
11854
11855         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
11856         * mm-decode.el (mm-display-external): Ditto.
11857         * mm-extern.el: New file.
11858         * mm-decode.el (mm-inline-media-tests): Hook it up.
11859         (mm-inlined-types): Inline message/external-body.
11860
11861 2000-11-02  Simon Josefsson  <sj@extundo.com>
11862
11863         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
11864
11865         * message.el (message-get-reply-headers): Better handling when
11866         Mail-Followup-To is very large.
11867
11868 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
11869
11870         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
11871         * gnus-art.el (gnus-article-edit-done):
11872         * gnus-sum.el (gnus-summary-edit-article-done): Move line
11873         counting code here.
11874         * gnus-msg.el (gnus-setup-message): Remove a hack.
11875
11876 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
11877
11878         * gnus-sum.el (gnus-newsgroup-variables): New variable.
11879         (gnus-summary-mode): Make them local variables.
11880         (gnus-set-global-variables): Globalize them.
11881         (gnus-summary-exit): Kill them.
11882
11883 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
11884
11885         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
11886         word.
11887
11888 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
11889
11890         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
11891         gnus-article-wash-types.
11892         * gnus-art.el (gnus-article-wash-status): Use them.
11893
11894 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
11895
11896         * mml.el (mml-read-tag): Remove spaces and LF.
11897
11898 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
11899
11900         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
11901         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
11902
11903 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
11904
11905         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
11906
11907 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
11908
11909         * gnus-sum.el (gnus-article-charset): New variable.
11910         (gnus-summary-display-article): Set it.
11911         * gnus-msg.el (gnus-copy-article-buffer): Use it.
11912         * gnus-art.el (gnus-article-mode): Make it local variable.
11913
11914 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11915
11916         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
11917
11918 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11919
11920         * nnwfm.el: New file.
11921
11922         * nnweb.el (nnweb-replace-in-string): New function.
11923
11924 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
11925
11926         * mml2015.el: Wrap gpg.el.
11927         * gpg.el (gpg-verify): The last argument of apply is a list.
11928         (gpg-encrypt): Add passphrase as a parameter.
11929
11930 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
11931
11932         * gpg.el: New file.
11933         * gpg-ring.el: New file.
11934
11935 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
11936
11937         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
11938
11939 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11940
11941         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
11942         double-quote characters.
11943         (gnus-summary-prepare-threads): Ditto.
11944
11945 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
11946
11947         * gnus-art.el (gnus-mime-display-single): Forward line -1.
11948         * mml.el (mml-read-tag): Don't skip the leading space.
11949         * lpath.el (font-lock-set-defaults): Shut up.
11950
11951 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
11952
11953         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
11954
11955 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
11956
11957         * qp.el (quoted-printable-encode-region): Replace leading - when
11958         ultra safe.
11959         * mml.el (mml-generate-mime-postprocess-function): Removed.
11960         (mml-postprocess-alist): Removed.
11961         (mml-generate-mime-1): Use ultra-safe when sign.
11962         * mml2015.el (mml2015-fix-micalg): Uppercase.
11963         (mml2015-verify): Insert LF.
11964         (mml2015-mailcrypt-sign): Downcase; search backward.
11965
11966 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11967
11968         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
11969         restrictive.
11970         (nnultimate-table-regexp): New variable.
11971         (nnultimate-forum-table-p): Use it.
11972
11973 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
11974         Trivial patch.
11975
11976         * gnus-sum.el (gnus-summary-expire-articles): Save point.
11977
11978 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
11979
11980         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
11981         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
11982
11983 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
11984
11985         * mml2015.el: Shut up.
11986
11987 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
11988
11989         * gnus.el (gnus-server-browse-hashtb): Removed.
11990         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
11991         (gnus-group-insert-group-line-info): Use simplified method.
11992         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
11993
11994 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
11995
11996         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
11997         moved here.
11998         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
11999         * gnus-group.el (gnus-group-prepare-flat): Use it.
12000         * gnus-topic.el (gnus-group-prepare-topics): Use it.
12001
12002 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
12003
12004         * mml.el (mml-mode): Show menu in XEmacs.
12005
12006 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
12007
12008         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
12009         (gnus-server-read-server-in-server-buffer): New function.
12010         (gnus-browse-foreign-server): Browse in group buffer.
12011         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
12012         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
12013         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
12014         * gnus.el (gnus-server-browse-hashtb): New variable.
12015
12016 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
12017
12018         * nnfolder.el (nnfolder-open-nov): Use group.
12019
12020 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
12021
12022         * nnfolder.el: Add NOV. Set version to 2.0.
12023         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
12024
12025 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
12026
12027         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
12028
12029 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
12030
12031         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
12032         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
12033
12034 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
12035
12036         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
12037
12038 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
12039
12040         * mm-decode.el (mm-verify-function-alist): New variable.
12041         (mm-verify-option): New variable.
12042         (mm-decrypt-function-alist): Ditto.
12043         (mm-decrypt-option): Ditto.
12044         (mm-find-raw-part-by-type): New function.
12045         (mm-possibly-verify-or-decrypt): New function.
12046         (mm-dissect-multipart): Use it.
12047         * mml2015.el (mml2015-fix-micalg): New function.
12048         (mml2015-decrypt): Use new interface.
12049         (mml2015-verify):  Use new interface.
12050         (mml2015-setup): Make it bogus.
12051
12052 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
12053
12054         * mml.el (mml-generate-mime-postprocess-function): Set to
12055         mml-postprocess.
12056         (autoload): Autoload mml2015 and mml-smime.
12057         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
12058         * mml2015.el (mml2015-encrypt): New function.
12059         (mml2015-sign): New function.
12060         (mml2015-encrypt-function): New variable.
12061         (mml2015-sign-function): New variable.
12062         (mml2015-mailcrypt-encrypt): Use message-recipients.
12063         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
12064         * mml-smime.el (mml-smime-setup): Ditto.
12065
12066 2000-10-28  Simon Josefsson  <sj@extundo.com>
12067
12068         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
12069         Communigate Pro 3.3.1 server.
12070
12071         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
12072         in buffers.
12073         (mml-secure-dns-server): Removed.
12074         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
12075         write certificates to files.
12076
12077         * smime.el (smime-dns-server): New variable.
12078         (smime-mail-to-domain):
12079         (smime-cert-by-dns): New functions.
12080
12081         * dig.el: New file.
12082
12083 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
12084
12085         * message.el (message-options): New variable.
12086         (message-options-set-recipient): New function.
12087         (message-send): Use them.
12088         * gnus-int.el (gnus-request-replace-article): Use them.
12089         (gnus-request-accept-article): Ditto.
12090         * mml.el (mml-preview): Use them.
12091         * gnus-sum.el (gnus-summary-edit-article): Use them.
12092
12093         * message.el (message-options-get): New function.
12094         (message-options-get): New function.
12095         * rfc2047.el (rfc2047-encode-message-header): Use them.
12096         * mm-bodies.el (mm-encode-body): Use them.
12097
12098 2000-10-28  Simon Josefsson  <sj@extundo.com>
12099
12100         * nnimap.el (nnimap-retrieve-which-headers):
12101         (nnimap-request-article-part): Quote message-id.
12102
12103         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
12104         (smime-CA-file): New variable.
12105         (smime-call-openssl-region): Don't error.
12106         (smime-sign-region): Return result value.
12107         (smime-encrypt-region): Ditto.
12108         (smime-verify-region): New function.
12109         (smime-decrypt-region): Ditto.
12110         (smime-verify-buffer): Ditto.
12111         (smime-decrypt-buffer): Ditto.
12112
12113         * mml.el: Require mml-sec.
12114         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
12115         (mml-mode-map): Add "sign" and "encrypt" maps.
12116         (mml-menu): Add security menu.
12117         (mml-preview): Use generate-new-buffer.
12118
12119         * mml-sec.el: New file.
12120
12121 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
12122
12123         * mm-decode.el (mm-find-part-by-type): Move it here.
12124         * mml.el (mml-postprocess): Move it here.
12125         (mml-postprocess-alist): Move it here. Merge them.
12126
12127 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
12128
12129         * rfc2047.el (rfc2047-encode-message-header): Make sure no
12130         unencoded stuff in the header.
12131
12132 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
12133
12134         * gnus-group.el (gnus-group-listed-groups): New variable.
12135         (gnus-group-list-option): New variable.
12136         (gnus-group-list-limit-map): New keymap.
12137         (gnus-group-list-flush-map): New keymap.
12138         (gnus-group-list-plus-map): New keymap.
12139         (gnus-group-prepare-logic): New function.
12140         (gnus-group-prepare-flat): Merge with
12141         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
12142         (gnus-group-prepare-flat-list-dead): Ditto.
12143         (gnus-group-list-matching): Use gnus-group-prepare-function.
12144         (gnus-group-list-dormant): Ditto.
12145         (gnus-group-list-cached): Ditto.
12146         (gnus-group-listed-groups): New function.
12147         (gnus-group-list-limit): New function.
12148         (gnus-group-list-flush): New function.
12149         (gnus-group-list-plus): New function.
12150         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
12151         (gnus-topic-prepare-topic): Ditto.
12152
12153 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
12154
12155         * message.el (message-insert-to, message-get-reply-headers):
12156         (message-reply, message-followup): Mail-{Followup,Reply}-To.
12157
12158 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
12159
12160         * mml2015.el: New file.
12161         * smime.el: New file.
12162         * mml-smime.el: New file.
12163
12164 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
12165
12166         * ChangeLog: Moved to ChangeLog.1.
12167
12168     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
12169   Copying and distribution of this file, with or without modification,
12170   are permitted provided the copyright notice and this notice are preserved.
12171
12172 ;; Local Variables:
12173 ;; coding: iso-2022-7bit
12174 ;; End: