9f21bee7b290bfc9baa035fdd491b3dbfa4f1ba4
[gnus] / lisp / ChangeLog
1 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2
3         * gnus-sum.el (gnus-summary-insert-old-articles): Use
4         gnus-remove-from-range instead of gnus-range-difference which
5         doesn't exist.
6
7 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
8         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
9
10         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
11         used for showing which articles have been downloaded.
12         (gnus-agent-article-alist): Format change.  Add documentation.
13         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
14         process-marked articles.
15         (gnus-agent-summary-fetch-series): Command for `J s'.
16         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
17         gnus-message instead of message.
18         (gnus-agent-read-servers): Use file lib/methods instead of
19         lib/servers.  TODO: Why?
20         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
21         (gnus-agent-get-undownloaded-list): Remove articles that appear to
22         come from the agent.  This means that they are not downloaded.
23         TODO: Correct?
24         (gnus-agent-fetch-selected-article): Don't use history.
25         (gnus-agent-save-history, gnus-agent-enter-history)
26         (gnus-agent-article-in-history-p, gnus-agent-history-path):
27         Removed function; history is not used anymore.
28         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
29         (gnus-agent-crosspost): TODO: What happened here?
30         (gnus-agent-check-overview-buffer): Some sanity checks on the
31         agent overview buffer.  This is a safety net used during
32         development.
33         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
34         changed, write a number to the file indicating this.
35         (gnus-agent-fetch-headers): Rewrite to respect
36         gnus-agent-consider-all-articles without relying on the
37         `.fetched' files.  Make it fast.
38         (gnus-agent-braid-nov): Change resulting from
39         gnus-agent-fetch-headers change.
40         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
41         `.fetched' files.
42         (gnus-agent-read-agentview): New function, used by
43         gnus-agent-load-alist.
44         (gnus-agent-load-fetched-headers): Remove.
45         (gnus-agent-save-alist): Rewrite to accomodate new format.
46         (gnus-agent-fetch-group-1): Make sure list of articles is in the
47         same order as in gnus-newsgroup-headers.
48         (gnus-agent-expire): Document and implement extra args ARTICLES,
49         GROUP, FORCE.  Do not restrict usage.
50         (gnus-agent-uncached-articles): New function.
51         (gnus-agent-retrieve-headers): Use it.
52         (gnus-agent-regenerate-group): Rewrite.  TODO: Why?
53         (gnus-agent-regenerate): Ditto.  TODO: Why?
54
55         * gnus-start.el (gnus-make-ascending-articles-unread): New
56         function, for efficient mass-marking.
57
58         * gnus-sum.el (gnus-summary-highlight): Use new face for
59         downloaded articles.
60         (gnus-article-mark): Prefer to indicate read/unread status over
61         downloaded status.
62         (gnus-summary-highlight-line-0): New function, maybe rehighlights
63         line.
64         (gnus-summary-highlight-line): Use new face for downloaded
65         articles.
66         (gnus-summary-insert-old-articles): TODO: What does this change
67         do?
68
69 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
70
71         * gnus-agent.el (gnus-category-mode): Typo in doc string.
72
73 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
74
75         * spam.el:
76         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
77
78         * spam.el: added `M s t' and `M s x' key mappings
79
80 2002-11-20  Simon Josefsson  <jas@extundo.com>
81
82         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
83
84 2002-11-19  Simon Josefsson  <jas@extundo.com>
85
86         * gnus-sum.el (gnus-summary-morse-message): Load
87         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
88         (unmorse-region): Autoload it instead.
89
90 2002-11-18  Simon Josefsson  <jas@extundo.com>
91
92         * gnus-sum.el (gnus-summary-morse-message): New function.
93         (gnus-summary-wash-map): Bind to `W m'.
94         (gnus-summary-make-menu-bar): Add.
95
96         * nnimap.el (nnimap-request-expire-articles): Compress sequence
97         before storing \Deleted mark on expired articles.
98
99 2002-11-17   Markus Rost  <rost@math.ohio-state.edu>
100
101         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
102         parens in column 0.
103
104 2002-11-17  Juanma Barranquero  <lektu@terra.es>
105
106         * nnweb.el (nnweb-google-create-mapping): Fix typo.
107
108         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
109
110         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
111
112 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
113
114         * message.el (message-set-auto-save-file-name): Use
115         make-directory, to avoid the dependence on gnus-util.
116
117 2002-11-16  Simon Josefsson  <jas@extundo.com>
118
119         * nnimap.el (nnimap-callback-callback-function):
120         (nnimap-callback-buffer): Removed, these cannot be global but must
121         be embedded into the callback.
122         (nnimap-make-callback): New.  Embedd article number, callback and
123         buffer in function.
124         (nnimap-callback, nnimap-request-article-part): Update.
125
126 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
127
128         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
129
130 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
131
132         * gnus.el (gnus-summary-line-format): Document %C.
133
134 2002-11-11  Simon Josefsson  <jas@extundo.com>
135
136         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
137         output when called interactively.
138
139 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
140
141         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
142
143         * message.el (message-draft-coding-system): Improve comment; use
144         mm-auto-save-coding-system for the default value.
145
146         * nndraft.el (nndraft-request-article): Revert to the state before
147         2002-10-29; regexp-quote mail-header-separator.
148
149 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
150
151         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
152         allow editing of drafts from an nnvirtual group.
153
154 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
155
156         * nndraft.el (nndraft-request-article): Replace emacs-mule with
157         mm-auto-save-coding-system.
158
159         * message.el (message-draft-coding-system): Default to
160         iso-2022-7bit.
161
162         * mm-util.el (mm-auto-save-coding-system): Undo last change to
163         restore the default value to emacs-mule or escape-quoted.
164
165 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
166
167         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
168         a delayed or a queued article as well as a draft.
169
170         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
171         delayed or a queued article in the raw format; treat a delayed
172         article as a raw article as well as a draft.
173         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
174         for the delayed group.
175
176         * nndraft.el (nndraft-request-article): Ignore auto save files for
177         a delayed or a queued article; don't bother to decode a queued
178         article; don't bind nnmail-file-coding-system for a queued article.
179
180         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
181         and the queue group.
182
183 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
184
185         * gnus-group.el (gnus-group-delete-group):
186         gnus-cache-active-hashtb might be void.
187
188 2002-11-02  Simon Josefsson  <jas@extundo.com>
189
190         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
191         setting of the default user ID.  From Raymond Scholz
192         <ray-2002@zonix.de>.
193
194 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
195
196         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
197         charset.
198
199 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
200         From Alex Schroeder <alex@emacswiki.org>
201         * spam-stat.el (spam-stat-process-directory): add dir to message
202         (spam-stat-reduce-size): No longer remove words
203         with values close to 0.5, because the default value is 0.2.
204
205 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
206
207         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
208         documentation.
209
210 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
211
212         * gnus-agent.el (gnus-agent-fetched-headers)
213         (gnus-agent-load-fetched-headers)
214         (gnus-agent-save-fetched-headers): Remove variable and two
215         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
216         works better.
217         (gnus-agent-fetch-headers): New implementation from Kevin
218         Greiner.  Uses gnus-agent-article-alist to store information
219         about fetched messages which aren't on the server anymore.  The
220         trick is to return a list of considered messages to the caller,
221         but to only fetch those which haven't been fetched yet.
222
223 2002-10-30  Simon Josefsson  <jas@extundo.com>
224
225         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
226
227         * pgg.el (pgg-passphrase-cache-expiry): Removed.
228
229 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
230
231         * mm-view.el (mm-w3m-local-map-property): Make it work with older
232         versions of emacs-w3m than 1.3.3.
233
234         * lpath.el: Bind w3m-minor-mode-map.
235
236         * mm-view.el (mm-w3m-mode-command-alist)
237         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
238         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
239         (mm-setup-w3m): Simplified.
240         (mm-w3m-local-map-property): New function.
241         (mm-inline-text-html-render-with-w3m): Use it.
242
243         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
244         mm-w3m-local-map-property.
245
246 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
247
248         * mm-util.el (mm-auto-save-coding-system): Default to
249         iso-2022-7bit.
250
251         * nndraft.el (nndraft-request-article): Decode an article using
252         the coding-system emacs-mule if it seems to have been saved using
253         emacs-mule.
254         (nndraft-request-replace-article): Use message-draft-coding-system
255         instead of mm-auto-save-coding-system for the draft or delayed
256         group.
257
258 2002-10-28  Josh  <huber@alum.wpi.edu>
259
260         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
261         functions.
262
263 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
264         From mah@everybody.org (Mark A. Hershberger).
265
266         * mm-url.el (mm-url-insert-file-contents): Make it return the same
267         type values ("url" size) regardless of the values of
268         mm-url-use-external.
269
270 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
271
272         * nnimap.el (nnimap-request-article-part): Try harder to show
273         group name in debugging message.
274
275 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
276
277         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
278         directory if it doesn't exist.
279         (gnus-agent-fetch-headers): Remove old cruft that tried to
280         abstain from downloading articles more than once if
281         gnus-agent-consider-all-articles was true.  This is now done
282         properly via the .fetched files.
283
284 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
285
286         * nndraft.el (nndraft-request-article): Treat delayed articles
287         like drafts.
288
289 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
290
291         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
292
293 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
294
295         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
296         Remove unused optional arg DIR and corresponding code.
297
298         * nnimap.el (nnimap-request-article-part): Include group name in
299         debugging output.
300
301 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
302
303         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
304
305 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
306
307         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
308         contains range of headers that have been fetched by the agent
309         already.  Compare gnus-agent-article-alist.
310         (gnus-agent-file-header-cache): Like
311         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
312         (gnus-agent-fetch-headers): Improve comment.  Revert to old
313         seen/recent logic.
314         Remember which headers have been fetched before and don't fetch
315         them again the next time round.
316         (gnus-agent-load-fetched-headers)
317         (gnus-agent-save-fetched-headers): New functions, for remembering
318         which headers have been fetched before.
319
320 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
321
322         * lpath.el: Remove useless bindings.
323
324 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
325
326         * gnus-sum.el (gnus-summary-execute-command): Disable visual
327         features while searching.
328
329 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
330
331         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
332
333 2002-10-22  Simon Josefsson  <jas@extundo.com>
334
335         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
336         (pgg-snarf-keys): Add.
337
338 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
339
340         * lpath.el: Fbind bbdb-records.
341
342         * spam.el: Don't autoload bbdb-records.
343
344 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
345
346         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
347         prevent inf-loop.
348
349 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
350
351         * nnslashdot.el: Removed some test lines.
352         More test.
353
354 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
355
356         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
357         are known to be downloaded already.
358
359 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
360
361         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
362         (mm-text-html-washer-alist): Ditto.
363
364 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
365
366         * nnheader.el (nnheader-remove-body): Fix an error of detecting
367         boundary between headers and body.
368         * nnml.el (nnml-parse-head): Ditto.
369
370 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
371
372         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
373         entries.
374
375         * gnus-group.el (gnus-fetch-group): Allow an optional
376         specification of the articles to select.
377
378         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
379
380 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
381
382         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
383         headers from the group, update variable `articles' to contain
384         only those numbers where headers exist.  (When fetching all
385         articles in a group, Gnus creates lots of numbers where there is
386         no articles.)
387
388 2002-10-20  Steve Youngs  <youngs@xemacs.org>
389
390         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
391         doesn't have the 'alist custom type, use cons cells instead.
392         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
393         (pgg-parse-hash-algorithm-alist): Ditto.
394         (pgg-parse-compression-algorithm-alist): Ditto.
395         (pgg-parse-signature-type-alist): Ditto.
396
397         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
398
399         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
400
401         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
402
403 2002-10-19  Simon Josefsson  <jas@extundo.com>
404
405         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
406         buffer.
407
408 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
409
410         * gnus-spec.el (gnus-make-format-preserve-properties)
411         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
412         properties also on XEmacs.  `gnus-xmas-format' is like format but
413         preserves text properties on XEmacs (though it only understands
414         simple format specs).  The variable
415         `gnus-make-format-preserve-properties' controls whether the
416         function is used, and is checked in `gnus-parse-simple-format'.
417         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
418
419         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
420         output.
421         (gnus-agent-consider-all-articles): New variable.
422         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
423         (gnus-agent-fetch-headers): Depending on
424         gnus-agent-consider-all-articles, maybe get all articles.
425         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
426         `read'.
427         (gnus-predicate-imples-unread): New function.
428         (gnus-agent-fetch-headers): Optimize to call
429         gnus-list-of-unread-articles if that is sufficient.
430         Check unseen and recent instead of seen and recent.
431         (gnus-agent-fetch-headers): Abstain from calling
432         gnus-list-range-intersection if range (a . b) would have (> a b).
433
434 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
435
436         * message.el (message-send-mail): Make it possible to perform
437         edebug-defun.
438
439 2002-10-18  Simon Josefsson  <jas@extundo.com>
440
441         * gnus-art.el (gnus-button-man-handler): Change default to
442         `manual-entry' (defined in both emacsen).
443         (gnus-button-man-handler): Remove emacsen difference and use
444         `manual-entry'.
445
446 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
447
448         * spam.el: Wrap autoload settings for bbdb-records,
449         executable-find and ifile-spam-filter with eval-and-compile.
450         (spam-display-buffer-contents): Remove.
451         (spam-bogofilter-score): Merge spam-display-buffer-contents.
452
453 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
454
455         * spam.el (spam-display-buffer-contents): New function.
456         (spam-bogofilter-score): use spam-display-buffer-contents, patch
457         from Katsumi Yamaoka <yamaoka@jpl.org>.
458
459 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
460
461         * nnheader.el (nnheader-parse-naked-head): New function.
462         (nnheader-parse-head): Use the above function, in order to handle
463         continuation lines properly.
464         (nnheader-remove-body): New function.
465         (nnheader-remove-cr-followed-by-lf): New function.
466         (nnheader-ms-strip-cr): Use the above function.
467
468         * gnus-agent.el (gnus-agent-regenerate-group): Call
469         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
470         `nnheader-parse-head'.
471         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
472
473         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
474         continuation lines by itself; call `nnheader-parse-naked-head'
475         instead of `nnheader-parse-head'.
476         * nndiary.el (nndiary-parse-head): Ditto.
477         * nnfolder.el (nnfolder-parse-head): Ditto.
478         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
479         * nnmaildir.el (nnmaildir--update-nov): Ditto.
480         * nnml.el (nnml-parse-head): Ditto.
481
482 2002-10-17  Steve Youngs  <youngs@xemacs.org>
483
484         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
485         XEmacs, default to it if featurep 'xemacs.
486
487 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
488
489         * spam-stat.el: Check for the existence of hash functions instead
490         of the Emacs version to decide whether to load cl.  Suggested by
491         Kai Gro\e,A_\e(Bjohann.
492
493 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
494
495         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
496         if it isn't open yet.
497
498 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
499
500         * gnus-group.el: Require mm-url only when compiling.
501         (gnus-group-fetch-charter): Require mm-url.
502
503         * spam-stat.el: Require cl for the functions gethash,
504         hash-table-count, make-hash-table and mapc for Emacs 20.
505         (puthash): Alias to cl-puthash for Emacs 20.
506         (with-syntax-table): New macro for Emacs 20.
507
508 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
509
510         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
511
512 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
513
514         * spam.el (spam-check-ifile): added ifile as a spam checking
515         backend, and spam-use-ifle as the variable to toggle that check.
516
517 2002-10-12  Simon Josefsson  <jas@extundo.com>
518
519         * message.el (message-beginning-of-line): New variable.
520         (message-beginning-of-line): Use it.
521
522 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
523
524         * spam.el: more compilation fixes for BBDB
525
526         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
527         (spam-stat-reduce-size): Interactive.
528         (spam-stat-reset): New function.
529         (spam-stat-save): Interactive.
530
531 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
532
533         * gnus.el: Autoload gnus-delay-initialize.
534
535         * message.el: Autoload gnus-delay-article.
536
537 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
538
539         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
540         text property in Emacs.
541
542 2002-10-11  Simon Josefsson  <jas@extundo.com>
543
544         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
545         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
546
547         * mml1991.el (mml1991-pgg-sign): Remove CR.
548
549 2002-10-10  Simon Josefsson  <jas@extundo.com>
550
551         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
552         decrypt failed.
553         (mml2015-trust-boundaries-alist): Removed.
554         (mml2015-gpg-extract-signature-details): Don't use it.
555         (mml2015-unabbrev-trust-alist): New.
556         (mml2015-gpg-extract-signature-details): Use it.
557
558 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
559
560         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
561         BBDB installed
562
563         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
564         statistical analysis of spam in Lisp only
565
566 2002-10-10  Simon Josefsson  <jas@extundo.com>
567
568         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
569         auth, selected or examine state.
570
571         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
572         buffer and error buffer depending on type of information.
573
574         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
575         --status-fd stuff even if gpg.el is not used (revert earlier
576         change).
577         (mml2015-pgg-{clear-,}verify): Store both output and errors as
578         gnus details.
579         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
580         buffer.
581
582         * pgg.el (pgg-verify-region): Use it.
583
584         * pgg-def.el (pgg-query-keyserver): New variable.
585
586         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
587         key-identifier in packet.  Is this a good idea?
588
589         * mml.el (mml-mode-map): Add security commands that operates on
590         MIME parts.
591         (mml-menu): And menu items for them.
592
593         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
594
595         * mml.el (mml-parse-1): Support sender in #secure tags.
596
597         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
598         defined.
599
600         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
601         (mml-pgp-encrypt-buffer): Support combined signing.
602
603         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
604         (mml1991-gpg-encrypt): Ditto.
605         (mml1991-pgg-encrypt): Ditto.
606         (mml1991-encrypt): Pass sign parameter.
607
608         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
609         (mml-signencrypt-style): Mention the variable.
610
611 2002-10-09  Simon Josefsson  <jas@extundo.com>
612
613         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
614         pgg-gpg-user-id.
615
616         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
617         (pgg-fetch-key-function): Nil if w3 is not installed.
618
619 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
620
621         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
622         gnus-agent-current-history.
623
624 2002-10-06  Simon Josefsson  <jas@extundo.com>
625
626         * imap.el (imap-parse-status): Don't use read to read token.
627
628 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
629
630         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
631         for methods not covered by the agent, and when unplugged.
632
633 2002-10-05  Simon Josefsson  <jas@extundo.com>
634
635         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
636         signing.
637
638         * gnus-agent.el (gnus-agent-read-servers): If getting method from
639         a named server fails, ignore the server.
640
641         * mml1991.el (mml1991-pgg-sign): Do QP.
642
643         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
644         work.
645
646 2002-10-04  Simon Josefsson  <jas@extundo.com>
647
648         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
649
650         * pgg-pgp.el (pgg-pgp-verify-region): Inline
651         binary-write-decoded-region from MEL.
652
653         * pgg.el (pgg-encrypt-region): Support sign.
654
655         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
656
657         * mml2015.el (mml2015-pgg-encrypt): Ditto.
658
659         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
660         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
661         branch where PGG was taken from in the ChangeLog entries below.
662
663 2002-10-01  Simon Josefsson  <jas@extundo.com>
664
665         * pgg-pgp.el: Don't require mel.  Don't use luna.
666         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
667         (pgg-pgp-process-region): Use expand-file-name instead of concat.
668         (pgg-pgp-process-region): Don't use binary-funcall.
669
670         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
671
672         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
673         instead of concat.
674
675         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
676
677 2002-09-29  Simon Josefsson  <jas@extundo.com>
678
679         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
680         compile warnings.
681
682         * pgg.el (pgg-decrypt-region): Don't parse packet.
683
684         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
685
686 2002-09-29  Daiki Ueno <ueno@unixuser.org>
687
688         * pgg.el: Remove dependency on calist.el.
689
690 2002-09-28  Simon Josefsson  <jas@extundo.com>
691
692         * pgg.el (pgg-temporary-file-directory): New variable.
693         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
694
695         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
696         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
697
698         * pgg-parse.el (pgg-char-int): Defalias.
699         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
700         (pgg-read-bytes, pgg-read-body): Use it.
701         (pgg-decode-packets): Don't use MEL, use base64-*.
702         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
703         (pgg-string-as-unibyte): Defalias.
704         (pgg-parse-armor-region): Use it.
705
706         * pgg-gpg.el (pgg-gpg-process-region): Use
707         pgg-temporary-file-directory.
708
709         * luna.el: Don't def-edebug.
710
711         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
712         binary-write-decoded-region from MEL.
713
714         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
715
716         * alist.el, calist.el: Don't require product/APEL.
717
718         * pgg-parse.el (top-level): Remove dependency on static.el,
719         pccl.el, mel.el.
720         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
721         `define-ccl-program' is boundp, instead of using broken.
722
723 2002-10-01  Simon Josefsson  <jas@extundo.com>
724
725         * message.el (message-required-mail-headers): Remove Lines:.
726
727 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
728         From Jesper Harder.
729
730         * gnus-group.el (gnus-group-fetch-charter,
731         gnus-group-fetch-control): Prompt for group if given a prefix
732         argument.
733         * gnus-sum.el (t): Add gnus-group-fetch-charter and
734         gnus-group-fetch-control to summary key map and menu.
735
736
737 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
738
739         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
740         number when there are no articles.
741
742 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
743
744         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
745         arg ALL means to fetch all articles, not only downloadable ones.
746         (gnus-agent-fetch-selected-article): New function for
747         gnus-select-article-hook or gnus-mark-article-hook.
748
749 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
750         From Peter von der Ahe <nospam2159@daimi.au.dk>.
751
752         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
753         raw-text.
754
755 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
756
757         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
758         Pinard).
759         Major revamp of the code, documentation is in comments in the file
760         for now.
761
762 2002-09-30  Simon Josefsson  <jas@extundo.com>
763
764         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
765         buffer seem to be needed?
766
767 2002-09-29  Simon Josefsson  <jas@extundo.com>
768
769         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
770         compile warnings.
771
772         * mml1991.el (mml1991-function-alist): Add pgg.
773         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
774         (mml1991-pgg-encrypt): Fix recipients querying.
775
776 2002-09-28  Simon Josefsson  <jas@extundo.com>
777
778         * mml2015.el (autoload): Autoload correct files.  Trivial patch
779         from dme@dme.org.
780         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
781         handle is returned.
782
783 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
784
785         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
786         Protect against non-existent of `nnimap-mailbox-info'.
787
788 2002-09-27  Simon Josefsson  <jas@extundo.com>
789
790         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
791         (gnus-setup-news-hook): Use it.
792         (gnus-after-getting-new-news-hook): Ditto.
793
794         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
795
796 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
797         From Mats Lidell <matsl@contactor.se>.
798
799         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
800
801 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
802
803         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
804         the part to decode encoded words, use raw words instead of decoded
805         words.
806
807 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
808
809         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
810
811         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
812         (mm-setup-w3m): Use it.
813
814 2002-09-27  Simon Josefsson  <jas@extundo.com>
815
816         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
817         article buffers.
818
819         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
820         it just in case.
821         (nnimap-update-unseen): New function; update unseen count in
822         `n-m-info'.
823         (nnimap-close-group): Call it.
824
825         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
826         (gnus-after-getting-new-news-hook): Ditto.
827
828         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
829         message into verboselevel 9.  Change slow mail check message.
830         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
831         (nnimap-fixup-unread-after-getting-new-news): New function, to be
832         used as a hook after getting new mail.
833
834 2002-09-26  Simon Josefsson  <jas@extundo.com>
835
836         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
837         SELECT/EXAMINE is first unseen article, not number of unseen
838         articles.  Make them distinct by renaming the former to
839         `first-unseen' instead of `unseen'.
840
841         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
842         too.
843         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
844         changed.
845         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
846
847         * gnus-int.el (gnus-server-unopen-status): Defcustom.
848
849         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
850         better.
851
852         * mml2015.el (mml2015-pgg-decrypt): Only add security information
853         if dissecting resulting buffer actually had any information.
854
855 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
856
857         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
858         because the function `string<' allows symbols.
859
860         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
861
862 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
863
864         * message.el (message-forward-make-body): Revert an early change
865         because 8-bit utf-8 emails.
866
867 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
868
869         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
870         links to Info)
871         * gnus-art.el (gnus-treat-highlight-signature):
872         * gnus-art.el (gnus-treat-buttonize):
873         * gnus-art.el (gnus-treat-buttonize-head):
874         * gnus-art.el (gnus-treat-emphasize):
875         * gnus-art.el (gnus-treat-strip-cr):
876         * gnus-art.el (gnus-treat-unsplit-urls):
877         * gnus-art.el (gnus-treat-leading-whitespace):
878         * gnus-art.el (gnus-treat-hide-headers):
879         * gnus-art.el (gnus-treat-hide-boring-headers):
880         * gnus-art.el (gnus-treat-hide-signature):
881         * gnus-art.el (gnus-treat-fill-article):
882         * gnus-art.el (gnus-treat-hide-citation):
883         * gnus-art.el (gnus-treat-hide-citation-maybe):
884         * gnus-art.el (gnus-treat-strip-list-identifiers):
885         * gnus-art.el (gnus-treat-strip-pgp):
886         * gnus-art.el (gnus-treat-strip-pem):
887         * gnus-art.el (gnus-treat-strip-banner):
888         * gnus-art.el (gnus-treat-highlight-headers):
889         * gnus-art.el (gnus-treat-highlight-citation):
890         * gnus-art.el (gnus-treat-date-ut):
891         * gnus-art.el (gnus-treat-date-local):
892         * gnus-art.el (gnus-treat-date-english):
893         * gnus-art.el (gnus-treat-date-lapsed):
894         * gnus-art.el (gnus-treat-date-original):
895         * gnus-art.el (gnus-treat-date-iso8601):
896         * gnus-art.el (gnus-treat-date-user-defined):
897         * gnus-art.el (gnus-treat-strip-headers-in-body):
898         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
899         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
900         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
901         * gnus-art.el (gnus-treat-unfold-headers):
902         * gnus-art.el (gnus-treat-fold-headers):
903         * gnus-art.el (gnus-treat-fold-newsgroups):
904         * gnus-art.el (gnus-treat-overstrike):
905         * gnus-art.el (gnus-treat-display-xface):
906         * gnus-art.el (gnus-treat-display-smileys):
907         * gnus-art.el (gnus-treat-from-picon):
908         * gnus-art.el (gnus-treat-mail-picon):
909         * gnus-art.el (gnus-treat-newsgroups-picon):
910         * gnus-art.el (gnus-treat-body-boundary):
911         * gnus-art.el (gnus-treat-capitalize-sentences):
912         * gnus-art.el (gnus-treat-fill-long-lines):
913         * gnus-art.el (gnus-treat-play-sounds):
914         * gnus-art.el (gnus-treat-translate):
915         * gnus-art.el (gnus-treat-x-pgp-sig):
916         * gnus-art.el (gnus-mime-button-line-format):
917         * gnus-art.el (gnus-button-man-level):
918         * gnus-art.el (gnus-button-emacs-level):
919         * gnus-cus.el (gnus-group-parameters):
920         * gnus-gl.el (bbb-build-mid-scores-alist):
921         * gnus-group.el (gnus-group-line-format):
922         * gnus-mlspl.el (gnus-group-split-setup):
923         * gnus-mlspl.el (gnus-group-split):
924         * gnus-msg.el (gnus-mailing-list-groups):
925         * gnus-msg.el (gnus-posting-styles):
926         * gnus-nocem.el (gnus-nocem-issuers):
927         * gnus-score.el (gnus-score-regexp-bad-p):
928         * gnus-srvr.el (gnus-server-line-format):
929         * gnus-topic.el (gnus-topic-line-format):
930         * gnus.el (gnus-summary-line-format):
931         * mail-source.el (mail-sources):
932         * message.el (message-subscribed-address-file):
933         * nnmail.el (nnmail-split-fancy):
934
935 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
936
937         * mail-source.el(mail-source-run-script): use `functionp' to test
938         whether the argument `script' is in fact a function.
939         (mail-sources): adjust the defcustom to allow users to specify a
940         function or a string as the value of the `:prescript' and
941         `:postscript' arguments of the `file' and `pop3' mail sources.
942
943 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
944
945         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
946         number when article 1 does not exist.
947
948 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
949
950         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
951         apropos if apropos-variable does not exist.
952         (gnus-button-guessed-mid-regexp)
953         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
954         regexes.  From Reiner Steib.
955         (gnus-button-handle-describe-function)
956         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
957         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
958         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
959
960 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
961
962         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
963         the file.
964
965 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
966
967         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
968
969 2002-09-24  Simon Josefsson  <jas@extundo.com>
970
971         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
972         (mml2015-use): Prefer PGG if installed.
973         (mml2015-function-alist): Add PGG wrappers.
974         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
975         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
976         prefix, make regexp optionally skip it.
977         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
978         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
979         (mml2015-pgg-encrypt): New functions.
980         (defvar, autoload): Prevent byte-compile warnings.
981
982 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
983         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
984
985         * gnus-art.el (article-strip-banner): Check for the existence of
986         from header.
987
988 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
989
990         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
991         (gnus-button-alist): Improved regexp for
992         gnus-button-handle-mid-or-mail (false positives), fixed
993         gnus-button-handle-man entries.
994         From Reiner Steib.
995
996 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
997         From Josh Huber.
998
999         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
1000         nnmail-extra-headers is non-nil.
1001
1002 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
1003
1004         * nnmaildir.el: Store article numbers persistently.  General
1005         revision.
1006         (nnmaildir-request-expire-articles): handle 'immediate and 'never
1007         for nnmail-expiry-wait; delete instead of moving if 'force is
1008         given.
1009
1010 2002-09-23  Simon Josefsson  <jas@extundo.com>
1011         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
1012
1013         * smime.el (smime-sign-buffer): Get key and extra certs.
1014         (smime-get-key-with-certs-by-email): Utility function.
1015
1016 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
1017         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
1018
1019         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
1020         article exists.
1021
1022 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
1023
1024         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
1025
1026 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
1027         From Reiner Steib.
1028
1029         * gnus-art.el (gnus-button-handle-custom,
1030         gnus-button-handle-mid-or-mail,
1031         gnus-button-handle-describe-{function,variable,key},
1032         gnus-button-handle-apropos{,command,variable}): New functions.
1033         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
1034         gnus-button-{man,emacs,mail}-level): New variables.
1035         (gnus-button-alist): Use the above to buttonize emacs and mail
1036         related links.
1037
1038 2002-09-18  Juanma Barranquero  <lektu@terra.es>
1039
1040         * gnus-int.el (gnus-status-message): Fix spacing.
1041
1042         * imap.el (imap-continuation): Fix typos.
1043
1044 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
1045
1046         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
1047
1048         * gnus-art.el (gnus-article-reply-with-original): Correct
1049         with-current-buffer scope.
1050
1051         * message.el (message-completion-alist): Add Reply-To, From, etc.
1052
1053 2002-09-18  Simon Josefsson  <jas@extundo.com>
1054
1055         * nnimap.el (nnimap-request-expire-articles): Make flag setting
1056         conditional.  From Nevin Kapur <nevin@jhu.edu>.
1057
1058 2002-09-17  Simon Josefsson  <jas@extundo.com>
1059
1060         * nnimap.el (nnimap-expiry-target): Don't search for which
1061         articles exists here.
1062         (nnimap-request-expire-articles): Do it here instead.  Only expire
1063         when articles are found.  Suggested by Nevin Kapur
1064         <nevin@jhu.edu>.
1065
1066 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1067         From Reiner Steib <reiner.steib@gmx.de>.
1068
1069         * message.el (message-strip-subject-trailing-was)
1070         (message-change-subject, message-add-archive-header)
1071         (message-xpost-fup2-header, message-xpost-insert-note)
1072         (message-xpost-fup2, message-reduce-to-to-cc): New functions
1073         adopted from message-utils.el.  Add functions to the keymap, mode
1074         describtion and menu.
1075         (message-change-subject,message-xpost-fup2): Signal error if
1076         current header is empty.
1077         (message-xpost-insert-note): Changed insert position.
1078         (message-archive-note): Ensure to insert note in message body (not
1079         in head).
1080         (message-archive-header, message-archive-note)
1081         (message-xpost-default, message-xpost-note, message-fup2-note)
1082         (message-xpost-note-function): New variables adopted from
1083         message-utils.el.  Changed some doc-strings.
1084         (message-mark-insert-{begin,end}): Rename from
1085         message-{begin,end}-inserted-text-mark (message-utils.el), changed
1086         values.
1087         (message-subject-trailing-was-query)
1088         (message-subject-trailing-was-ask-regexp)
1089         (message-subject-trailing-was-regexp): New variables.
1090         (message-to-list-only): Added doc-string and menu entry.
1091
1092         * message-utils.el: Removed.  Functions are now in message.el.
1093
1094 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
1095
1096         * gnus-art.el (gnus-article-reply-with-original,
1097         gnus-article-followup-with-original): Switch to
1098         gnus-summary-buffer before reply/followup.
1099
1100 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
1101
1102         * gnus-sum.el (gnus-summary-toggle-header): The article window may
1103         not exist. Toggle it anyway.
1104
1105 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
1106
1107         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
1108
1109         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
1110         Trivial patch from Urban Engberg <ue@ccieurope.com>.
1111
1112         * rfc2047.el (message-posting-charset): Defvar it.
1113         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
1114         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
1115
1116         * mail-source.el (mail-source-fetch): Hide password.
1117
1118         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
1119
1120 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1121         From John Paul Wallington <jpw@shootybangbang.com>.
1122
1123         * gnus.el (gnus-visual, gnus-meta): Fix typo.
1124
1125 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1126
1127         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
1128
1129 2002-09-11  Simon Josefsson  <jas@extundo.com>
1130
1131         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
1132         (nnimap-split-rule): Doc fix.
1133         (nnimap-request-expire-articles): Cleanup code.
1134
1135 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1136         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
1137
1138         * gnus-art.el (gnus-article-address-banner-alist): New option.
1139         (article-strip-banner): Refer the above option to split banners of
1140         free mail servers, when no group parameter is specified.
1141
1142 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1143
1144         * nntp.el (nntp-wait-for-string): Check for a process in the
1145         current buffer instead of `nntp-server-buffer'.
1146
1147 2002-09-09  Simon Josefsson  <jas@extundo.com>
1148
1149         * gnus-art.el (gnus-button-man-handler): New variable.
1150         (gnus-button-alist): Use g-b-handle-man.
1151         (gnus-button-handle-man): New, call g-b-man-handler.
1152
1153 2002-09-08  Simon Josefsson  <jas@extundo.com>
1154
1155         * gnus-art.el (gnus-button-alist): Buttonize man page links.
1156
1157 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1158
1159         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
1160
1161 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1162
1163         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
1164
1165         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
1166         keystroke.
1167
1168         * gnus-srvr.el (gnus-browse-describe-group): New command and
1169         keystroke.
1170
1171 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1172
1173         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
1174         value for gnus-decoration property.
1175
1176 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1177
1178         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
1179         string) as group name in case we have a CRLF in the file.
1180
1181 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
1182
1183         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
1184         group.
1185         (rfc1843-decode-hzp): do.
1186         (rfc1843-newsgroups-regexp): do.
1187
1188 2002-09-04  Simon Josefsson  <jas@extundo.com>
1189
1190         * message.el (message-canlock-generate): Make sure sha1 doesn't
1191         call external programs.
1192
1193 2002-09-03  Simon Josefsson  <jas@extundo.com>
1194
1195         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
1196
1197         * gnus-agent.el (gnus-agent-batch): Add doc.
1198
1199 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
1200
1201         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
1202         check for signed and encrypted parts.
1203         * mml.el (mml-parse-1): Correct small typo which preventing
1204         setting recipients in a secure tag.
1205
1206 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1207
1208         * mm-util.el (mm-coding-system-priorities): Default to a list of
1209         iso-2022-jp and others for the Japanese environment.
1210
1211 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1212
1213         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
1214         invalid display names.
1215
1216 2002-08-30  Simon Josefsson  <jas@extundo.com>
1217
1218         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
1219         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
1220
1221 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
1222
1223         * gnus.el (gnus-group-charter-alist): New option.
1224         (gnus-group-fetch-control-use-browse-url): New option.
1225
1226         * gnus-group.el (gnus-group-fetch-charter): New function.
1227         (gnus-group-fetch-control): New function.
1228         Add them to the keymap and menu. Require mm-url.
1229
1230 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1231
1232         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
1233         From Alex Schroeder <alex@emacswiki.org>.
1234
1235 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
1236
1237         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
1238         items expecting user interaction.
1239
1240         * gnus-topic.el (gnus-topic-make-menu-bar): do.
1241
1242         * gnus-sum.el (gnus-summary-make-menu-bar): do.
1243
1244         * gnus-srvr.el (gnus-server-make-menu-bar): do.
1245
1246         * mml.el (mml-menu): do.
1247
1248 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1249
1250         * mail-source.el (mail-source-touch-pop): New function.
1251
1252         * message.el (message-smtpmail-send-it): New function.
1253         (message-send-mail-function): Add it for a candidate.
1254
1255 2002-08-27  Simon Josefsson  <jas@extundo.com>
1256
1257         * gnus-msg.el (posting-charset-alist): Use
1258         gnus-define-group-parameter instead of defcustom.
1259         (gnus-put-message): Handle SPC in GCC.
1260         (gnus-inews-insert-gcc): Ditto.
1261         (gnus-inews-insert-archive-gcc): Ditto.
1262
1263 2002-08-26  Simon Josefsson  <jas@extundo.com>
1264
1265         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
1266         (gnus-agentize): Auto agentize all nntp and nnimap groups.
1267         (gnus-agent-possibly-save-gcc): Autoload.
1268         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
1269
1270 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1271
1272         * gnus.el (gnus-other-frame-function): New user option.
1273         (gnus-other-frame): Use it; add a doc-string; make it work with
1274         the gnuclient program.
1275
1276         * gnus-util.el (gnus-frame-or-window-display-name): New function.
1277
1278         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
1279         `device-connection' and `dfw-device'.
1280
1281 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1282
1283         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
1284         positives, make it stricter.  From Jochen Hein (trivial change).
1285
1286 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1287
1288         * gnus.el (gnus-other-frame): Trivial fix.
1289
1290 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1291
1292         * gnus.el (gnus-other-frame-parameters): New user option.
1293         (gnus-other-frame-object): New variable.
1294         (gnus-other-frame): Make it search for existing Gnus frame; don't
1295         read new news; delete frame on exit.
1296
1297         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
1298
1299         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
1300
1301 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1302         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
1303
1304         * message.el (message-set-auto-save-file-name): Add support for
1305         the Cygwin Emacs; the system-type is `cygwin'.
1306         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
1307
1308 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
1309
1310         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
1311
1312         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
1313         avoid arithmetic errors.
1314
1315 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1316
1317         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
1318
1319 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1320
1321         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
1322         (message-ignored-resent-headers): Add envelope From.
1323
1324 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1325
1326         * gnus.el (gnus-summary-line-format): Document %k specifier.
1327
1328 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1329
1330         * gnus-sum.el (gnus-summary-line-message-size): New function.
1331         (gnus-summary-line-format-alist): Use it.
1332
1333 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1334
1335         * gnus-art.el (article-make-date-line): Refer to the value for
1336         `gnus-article-time-format' in the summary buffer.
1337
1338         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
1339
1340 2002-08-14  Simon Josefsson  <jas@extundo.com>
1341
1342         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
1343         quoting.
1344         (gnus-button-alist): Fix doc.
1345         (gnus-header-button-alist): Use ' not ` for default value quoting.
1346         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
1347         rationale similar to 2002-05-01 change.
1348         (gnus-article-add-buttons-to-head): Evaluate expression.
1349
1350         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
1351
1352 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1353
1354         * message.el (message-font-lock-keywords): Refer to the value for
1355         `message-cite-prefix-regexp' dynamically.
1356
1357 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1358
1359         * gnus-art.el (gnus-decode-header-methods): Doc fix.
1360
1361 2002-08-12  Simon Josefsson  <jas@extundo.com>
1362
1363         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
1364         (imap-shell-open): Skip initial junk before IMAP greeting.
1365
1366 2002-08-11  Simon Josefsson  <jas@extundo.com>
1367
1368         * message-utils.el (message-xpost-default,
1369         message-xpost-fup2-header, message-xpost-fup2): Fixed
1370         Typos.  Trivial changes from Reiner Steib
1371         <4uce.02.r.steib@gmx.net>.
1372
1373 2002-08-09  Simon Josefsson  <jas@extundo.com>
1374
1375         * message.el (message-canlock-password): Set
1376         canlock-password-for-verify to newly generated canlock-password.
1377         When Emacs is restarted, Custom makes sure this is set, but during
1378         the same session we must set it manually.
1379
1380 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
1381
1382         * yenc.el: New file.
1383
1384         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
1385         (mm-uu-type-alist): Add yenc.
1386         (mm-uu-yenc-filename): New function.
1387         (mm-uu-yenc-extract): New function.
1388
1389         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
1390
1391 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
1392
1393         * dgnushack.el (merge): Don't use coerce.
1394
1395 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
1396
1397         * mailcap.el (mailcap-mime-data): Test window-system rather than
1398         mm-device-type.
1399         (mailcap-mime-data): Call xdvi and gv with "-safer".
1400
1401         * mm-util.el: Don't define mm-device-type.
1402
1403 2002-08-05  Simon Josefsson  <jas@extundo.com>
1404
1405         * mm-util.el (mm-coding-system-priorities): coding-system type not
1406         supported everywhere.
1407
1408 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1409
1410         * gnus.el (gnus-version-number): Bumped version number.
1411
1412 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1413
1414         * gnus.el: Oort Gnus v0.07 is released.
1415
1416 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1417
1418         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
1419         (gnus-article-sort-functions): Doc fix.
1420         (t): New keystroke.
1421         (gnus-article-sort-by-random): New function.
1422         (gnus-thread-sort-by-random): New function.
1423
1424 2002-08-02  Simon Josefsson  <jas@extundo.com>
1425
1426         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
1427         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
1428
1429 2002-07-31  Danny Siu  <dsiu@adobe.com>
1430
1431         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
1432         when splitting malformed messages without message-id
1433
1434 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1435         From Niklas Morberg <niklas.morberg@axis.com>.
1436
1437         * nnweb.el (nnweb-type, nnweb-type-definition)
1438         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
1439         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
1440         functionality.
1441         * nnweb.el: Removed old non-functioning search engines.
1442
1443 2002-07-27  Simon Josefsson  <jas@extundo.com>
1444
1445         * message.el (message-forward-make-body): Don't use
1446         `message-forward-ignored-headers' when doing a "raw" followup (it
1447         is important to preserve e.g. CTE).
1448
1449         * flow-fill.el (fill-flowed): Disable filladapt-mode.
1450
1451         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
1452         regexp-quote, Cyrus Sieve is fixed.
1453
1454         * sieve-manage.el (sieve-manage-deletescript): New function.
1455
1456         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
1457         (sieve-manage-mode): Fix menubar.
1458         (sieve-activate): Change some messages.
1459         (sieve-deactivate-all): New function.
1460         (sieve-deactivate): New alias.
1461         (sieve-remove): New function.
1462         (sieve-help): Fix help.
1463         All suggested by Ned Ludd.
1464
1465 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1466
1467         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
1468         (mm-w3m-safe-url-regexp): New user option.
1469
1470         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
1471         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
1472
1473 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
1474
1475         * gnus-sum.el (gnus-summary-delete-article): Force
1476         nnmail-expiry-target to 'delete, so that absolute deletion
1477         happens when absolute deletion is requested.
1478
1479 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1480         From Nevin Kapur <nevin@jhu.edu>.
1481
1482         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
1483         headers as empty headers.
1484
1485 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1486         From Jochen Hein <jochen@jochen.org>.
1487
1488         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
1489         correct typo.
1490         (gnus-emphasis-strikethru): New face.
1491
1492 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1493         From Jason Merrill <jason@redhat.com>.
1494
1495         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
1496         entire file for each of a sequence of missing articles.
1497
1498         * gnus-salt.el (gnus-binary-display-article): Respect an existing
1499         value for gnus-view-pseudos.
1500
1501         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
1502         avoid nreverse.
1503
1504 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1505         From Ted Zlatanov <teodor.zlatanov@divine.com>.
1506
1507         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
1508         (gnus-summary-mode-line-format-alist): Add %h for number of
1509         spams.
1510         (gnus-newsgroup-spam-marked): New variable.
1511         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
1512         (gnus-article-read-p, gnus-article-mark)
1513         (gnus-set-global-variables, gnus-set-global-variables)
1514         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
1515         (gnus-summary-mark-article-as-unread)
1516         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
1517         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
1518         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
1519
1520 2002-07-10  Simon Josefsson  <jas@extundo.com>
1521
1522         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
1523         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
1524
1525 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
1526
1527         * gnus-sum.el (gnus-summary-delete-article): Respect group
1528         parameters while expiring.
1529
1530 2002-07-08  Simon Josefsson  <jas@extundo.com>
1531
1532         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
1533         Enberg.
1534
1535 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1536
1537         * gnus-art.el (article-unsplit-urls): Only display MIME when this
1538         function is called interactively.  From Niklas Morberg.
1539
1540 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
1541
1542         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
1543         cdaar to cdar and car.
1544
1545         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
1546         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
1547
1548 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1549
1550         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
1551         don't break a narrowed article.
1552
1553         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
1554         (nntp-open-via-rlogin-and-telnet): Ditto.
1555
1556 2002-07-02  Didier Verna  <didier@xemacs.org>
1557
1558         * nnmail.el (nnmail-split-methods): fix custom type.
1559
1560 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1561
1562         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
1563         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
1564
1565 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1566
1567         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
1568         (gnus-summary-resend-message): Use it.
1569
1570 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1571
1572         * nntp.el (nntp-via-rlogin-command-switches): New variable.
1573         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
1574
1575 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1576
1577         * message.el (message-font-lock-keywords): Don't fontify
1578         headers in the message body, only in the header.
1579         (message-font-lock-make-header-matcher): New function, used by
1580         message-font-lock-keywords.
1581         From Katsumi Yamaoka <yamaoka@jpl.org>.
1582
1583 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1584
1585         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
1586
1587 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1588
1589         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
1590
1591 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1592
1593         * message.el (message-font-lock-keywords): Revert 2002-06-22
1594         change.
1595
1596 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1597
1598         * message.el (message-font-lock-keywords): Put colon in header
1599         name match.
1600
1601 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1602
1603         * message.el (message-font-lock-keywords): Don't use header faces
1604         in the body.  Thanks to Stefan Monnier for the hint on the
1605         implementation.
1606
1607 2002-05-09  Miles Bader  <miles@gnu.org>
1608
1609         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
1610         (gnus-article-hide-citation): Respect it.
1611
1612 2002-04-12  Juanma Barranquero  <lektu@terra.es>
1613
1614         * pop3.el (pop3-open-server): Fix typo.
1615
1616 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
1617
1618         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
1619         instead of push to ignore duplicate to-(list|address) values.
1620         * nnmail.el (nnmail-cache-ignore-groups): New.
1621         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
1622
1623 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1624
1625         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
1626         before sending.  Suggested by Jan Rychter.
1627
1628 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1629
1630         * dgnushack.el (remove): New compiler macro.
1631         (last, coerce, subseq): Remove compiler macros for those built-in
1632         or unused functions.
1633
1634 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1635
1636         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
1637         sure to write byte-compiled versions of gnus-*-format-alist to
1638         .newsrc.eld.  From Simon Josefsson.
1639
1640 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1641
1642         * gnus-agent.el (gnus-agent-read-servers)
1643         (gnus-agent-write-servers): Put server name (string like
1644         "nnchoke:frumple") in the file instead of a server specification
1645         (Lisp expression like (nnchoke "frumple" ...parameters...)).
1646         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
1647
1648 2002-06-16  Simon Josefsson  <jas@extundo.com>
1649
1650         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
1651         Reiner Steib <4uce.02.r.steib@gmx.net>.
1652
1653 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
1654
1655         * nnheader.el (nnheader-file-name-translation-alist): Set the
1656         default value for MS Windows systems.
1657
1658         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
1659
1660 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1661
1662         * message.el (message-beginning-of-line): Keep the region active
1663         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
1664
1665 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
1666
1667         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
1668         * gnus-msg.el (gnus-summary-reply): Ditto.
1669         * gnus-msg.el (gnus-summary-handle-replysign): New.
1670
1671 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1672
1673         * message.el (message-send-mail-with-sendmail): Kill errbuf even
1674         if sending failed.
1675
1676 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
1677
1678         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
1679         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
1680         to sign while encrypting.
1681
1682 2002-06-11  Simon Josefsson  <jas@extundo.com>
1683
1684         * gnus-int.el (gnus-request-move-article): Agent expire article if
1685         successfuly moved.
1686
1687         * nnweb.el (nnweb-google-create-mapping): Honors the value of
1688         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
1689
1690 2002-06-10  Simon Josefsson  <jas@extundo.com>
1691
1692         * gnus-int.el (gnus-request-expire-articles): Fix last change?
1693
1694 2002-06-09  Simon Josefsson  <jas@extundo.com>
1695
1696         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
1697
1698         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
1699
1700 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
1701
1702         * flow-fill.el (fill-flowed): Ignore errors.
1703
1704 2002-06-06  Simon Josefsson  <jas@extundo.com>
1705
1706         * message.el (message-send-mail-with-sendmail): Improve error message.
1707
1708 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1709
1710         * message.el (message-interactive): Change default from nil to t.
1711         Better to be safe than to be fast.
1712
1713 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1714
1715         * message.el (message-send-mail-with-sendmail): Check return value
1716         from call-process-region.
1717
1718 2002-06-04  Simon Josefsson  <jas@extundo.com>
1719
1720         * gnus-msg.el (gnus-group-mail, gnus-group-news)
1721         (gnus-group-post-news, gnus-summary-mail-other-window)
1722         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
1723         gnus-article-copy to nil, thereby inhibiting the `header' posting
1724         style match to use data from last viewed article.
1725         Suggested by Hrvoje Niksic.
1726
1727 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1728
1729         * spam.el (spam-point-at-eol): New alias.
1730         (spam-parse-whitelist): Use it.
1731
1732 2002-06-03  Simon Josefsson  <jas@extundo.com>
1733
1734         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
1735         (nnmail-article-group): Use it.
1736
1737 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1738
1739         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
1740         so that code reading them won't be surprised.  From Jesper Harder
1741         <harder@ifa.au.dk>.
1742
1743 2002-05-29  Simon Josefsson  <jas@extundo.com>
1744
1745         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
1746         articles.
1747
1748         * gnus.el (gnus-agent-cache): Doc fix.
1749         (gnus-agent): Change default to t.
1750
1751         * gnus-agent.el (gnus-agent-expire): Make it accept optional
1752         ARTICLES, GROUP and FORCE parameters.
1753
1754 2002-05-28  Simon Josefsson  <jas@extundo.com>
1755
1756         * gnus-group.el (gnus-group-line-format): Doc fix.
1757
1758 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1759
1760         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
1761         original article before yanking.  From Jesper Harder
1762         <harder@ifa.au.dk>.
1763
1764 2002-05-26  Simon Josefsson  <jas@extundo.com>
1765
1766         * gnus-sum.el (gnus-summary-menu-split): New function.
1767         (gnus-summary-make-menu-bar): Split charset submenu.
1768         (gnus-summary-menu-maxlen): New variable.
1769         (gnus-summary-menu-split): Use it.
1770
1771 2002-05-25  Simon Josefsson  <jas@extundo.com>
1772
1773         * mml.el (mml-preview): Generate some headers.
1774
1775         * gnus.el (gnus-large-newsgroup): Fix :type.
1776
1777         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
1778         Agent cache NOV's by default now).
1779         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
1780
1781 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
1782
1783         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
1784         call to gnus-parent-id when we check for References loops.
1785         (gnus-summary-prepare-threads): Avoid simplifying every Subject
1786         twice by saving the simplified subject string in simp-subject.
1787
1788 2002-05-23  Simon Josefsson  <jas@extundo.com>
1789
1790         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
1791         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
1792
1793         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
1794         Niklas Morberg <niklas.morberg@axis.com>.
1795
1796 2002-05-22  Simon Josefsson  <jas@extundo.com>
1797
1798         * sieve.el (sieve-change-region): Define it before it is used.
1799
1800         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
1801         (gnus-summary-reply): Ask for confirmation when replying to news.
1802         Defaults to not ask.  From Benjamin Rutt
1803         <rutt+news@cis.ohio-state.edu>.
1804
1805         * nnimap.el (nnimap-nov-is-evil): Improve doc.
1806
1807 2002-05-21  Simon Josefsson  <jas@extundo.com>
1808
1809         * sieve-mode.el (sieve-manage): Fix autoloads.
1810
1811         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
1812         name (makes it work with recent Cyrus timsieved).
1813
1814 2002-05-20  Jason  <jbaker@cs.utah.edu>
1815
1816         * gnus-art.el (gnus-request-article-this-buffer): Try
1817         reconnecting if you don't get the message.
1818
1819 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1820
1821         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
1822         Reply-To headers from the headers.
1823
1824 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1825
1826         * mm-url.el (mm-url-insert): Remove junk message.
1827
1828 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1829
1830         * nnslashdot.el (nnslashdot-request-list): Parse new html.
1831         (nnslashdot-use-front-page): New variable.
1832         (nnslashdot-request-list): Use it.
1833
1834         * mm-url.el (mm-url-timeout): New variable.
1835         (mm-url-retries): Ditto.
1836         (mm-url-insert): Use it.
1837
1838 2002-05-16  Simon Josefsson  <jas@extundo.com>
1839
1840         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
1841         (gnus-simplify-subject-functions): Mention g-s-a-w.
1842
1843 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
1844
1845         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
1846         nnmail-cache-insert.
1847         * nndiary.el (nndiary-request-accept-article): Ditto.
1848         * nnfolder.el (nnfolder-request-accept-article): Ditto.
1849         * nnimap.el (nnimap-request-accept-article): Ditto.
1850         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
1851         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
1852         * nnmbox.el (nnmbox-request-accept-article): Ditto.
1853         * nnmh.el (nnmh-request-accept-article): Ditto.
1854         * nnmail.el (nnmail-cache-insert): Change group to required,
1855         removed code which tried to figure out the group.
1856
1857 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
1858
1859         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
1860         messages. From Hans de Graaff <hans@degraaff.org>.
1861         * nnml.el (nnml-request-accept-article): Pass in the group name to
1862         nnmail-cache-insert, since it's available.
1863
1864 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
1865
1866         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
1867
1868 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1869         From Florian Weimer <fw@deneb.enyo.de>.
1870
1871         * gnus.el (subscribed): New group parameter.
1872         (gnus-find-subscribed-addresses): Use it.
1873
1874 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
1875
1876         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
1877         the default for pgpmime to support pgp v2.
1878         * mml-sec.el (mml-signencrypt-style): New accessor function to
1879         allow users to get/set the signencrypt style more easily without
1880         frobbing the alist directly.
1881         * mml.el (mml-generate-mime-1): Use accessor function.
1882
1883 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1884
1885         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
1886         parenthesis for "<" and ">".  Suggested by Andreas Schwab
1887         <schwab@suse.de>.
1888
1889 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1890
1891         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
1892         when intuiting the group the message is written to.  From Josh
1893         Huber <huber@alum.wpi.edu>.
1894
1895 2002-05-06  Simon Josefsson  <jas@extundo.com>
1896
1897         * gnus-topic.el (gnus-group-topic-parameters): Work when group
1898         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
1899
1900 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
1901
1902         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
1903         argument, and fixed compiler warning. (added autoload for
1904         gpg-encrypt).
1905
1906 2002-05-04  Simon Josefsson  <jas@extundo.com>
1907
1908         * mml1991.el (mml1991-function-alist): Doc fix.
1909
1910         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
1911         doesn't exist (for previewing messages without having Gnus
1912         started).
1913
1914         * mm-util.el (mm-coding-system-priorities): Defcustom.
1915
1916         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
1917
1918 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
1919
1920         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
1921         default.
1922         * mml-sec.el:
1923         * mml-sec.el (mml-signencrypt-style): New.
1924         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
1925         argument `sign'.
1926         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
1927         signencrypt.
1928         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
1929         * mml.el (mml-generate-mime-1): Changed logic so a part which is
1930         both signed & encryped is processed in one operation. (rather than
1931         two separate ops: sign, then encrypt)
1932         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
1933         indication if a message is signed by an expired key.
1934         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
1935         enables combined sign & encrypt operation. (this was always on
1936         before).
1937         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
1938
1939 2002-05-01  Simon Josefsson  <jas@extundo.com>
1940
1941         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
1942         server.
1943         (nnimap-mailbox-info): defvar instead of defvoo.
1944
1945 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1946
1947         * gnus.el: Oort Gnus v0.06 is released.
1948
1949 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1950
1951         * lpath.el: Bind url-package-version.
1952
1953 2002-05-01  Simon Josefsson  <jas@extundo.com>
1954
1955         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
1956         filename before deleting the group itself, because the presence of
1957         a group filename decides if long filenames are used or not.
1958
1959         * gnus-art.el (gnus-button-alist): Don't inline
1960         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
1961         without also modifying g-button-alist.
1962         (gnus-button-alist): Fix type to allow variable as well as regexp.
1963         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
1964         themselves, variables to its contents.
1965         (gnus-button-entry): Ditto.
1966
1967 2002-05-01  Simon Josefsson  <jas@extundo.com>
1968
1969         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
1970         UIDNEXT as a string.
1971
1972         * nnimap.el (nnimap-string-lessp-numerical): New function.
1973         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
1974         integers.
1975
1976 2002-04-29  Simon Josefsson  <jas@extundo.com>
1977
1978         * nnmail.el (nnmail-cache-insert): Accept optional group
1979         parameter.
1980
1981         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
1982         n-r-g-a is disabled.
1983
1984 2002-04-29  Simon Josefsson  <jas@extundo.com>
1985
1986         * nnimap.el (nnimap-split-fancy): Fix doc.
1987         (nnimap-split-fancy): Fix doc.
1988
1989         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
1990         (nnimap-mailbox-info): New internal variable.
1991         (nnimap-retrieve-groups): Implement faster new mail check.
1992
1993         * nnimap.el (nnimap-split-articles): Support
1994         nnmail-cache-accepted-message-ids.
1995         (nnimap-request-accept-article): Ditto.
1996
1997         * imap.el (imap-mailbox-status-asynch): New command.
1998
1999 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
2000
2001         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
2002         are no subscribed mail groups.
2003         - Strip quoted names when comparing addresses
2004
2005 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
2006
2007         * mm-decode.el (mm-text-html-renderer): Change customize type to
2008         const.
2009
2010         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
2011         (gnus-debug-exclude-variables): do.
2012
2013 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
2014
2015         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
2016         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
2017
2018 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2019
2020         * dns.el (dns-make-network-process): New macro.
2021         (query-dns): Use it.
2022
2023 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
2024
2025         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
2026         article-buffer.
2027
2028         * mm-url.el (mm-url-package-name): New variable.
2029         (mm-url-package-version): New variable.
2030         (mm-url-insert-file-contents): Bind url-package-name and
2031         url-package-version here.
2032         * nnrss.el (nnrss-insert-w3): Move the bindings.
2033
2034         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
2035         url-package-version. Trivial change from Andrew J Cosgriff
2036         <ajc@polydistortion.net>
2037
2038         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
2039         attachments. Trivial change from Peter 'Luna' Runestig
2040         <peter@runestig.com>.
2041
2042 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
2043
2044         * nnkiboze.el (nnkiboze-request-scan): Call
2045         nnkiboze-possibly-change-group.
2046         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
2047         problems.
2048         (nnkiboze-generate-group): Set newsrc to the *highest* article
2049         number kibozed, not the lowest.
2050
2051 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
2052
2053         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
2054
2055 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2056         From Dan Christensen <jdc+news@uwo.ca>.
2057
2058         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
2059         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
2060         Recognize math postings.  Extract Date (now ignores "(15kb)").
2061         Extract email address using gnus-extract-address-components
2062         instead of just taking the first word.  Create Date and From
2063         headers for message which are missing these headers.  Get rid
2064         of spurious \\ lines (purely cosmetic).  Extend body-end and
2065         file-end regexps, to exclude more garbage from the message.
2066         Make URL rephrasing regexp more flexible, to match current
2067         format.
2068
2069 2002-04-23  Simon Josefsson  <jas@extundo.com>
2070
2071         * netrc.el: New file, functions copied from gnus-util.el by Ted
2072         Zlatanov <tzz@lifelogs.com>.
2073
2074         * gnus-util.el: Require netrc.
2075         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
2076         new code in netrc.el.
2077
2078 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2079
2080         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
2081         message-ignored-resent-headers, too.  From Matthieu Moy
2082         <Matthieu.Moy@imag.fr>.
2083
2084 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
2085
2086         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
2087         boolean not a string
2088         * gnus-group.el (gnus-group-line-format): add description of %C
2089         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
2090           as %C
2091         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
2092
2093 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
2094
2095         * nnmaildir.el (nnmaildir-request-scan): typo: set
2096         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
2097         nnmail-get-new-mail for 'find-new-groups.
2098
2099 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
2100
2101         * nnmaildir.el (nnmaildir-request-update-info,
2102         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
2103         unnecessary calls to nnmaildir-request-scan.
2104
2105 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
2106
2107         * gnus-msg.el:
2108         * gnus-msg.el (gnus-message-replysign): New.
2109         * gnus-msg.el (gnus-message-replyencrypt): New.
2110         * gnus-msg.el (gnus-message-replysignencrypted): New.
2111         * gnus-msg.el (gnus-summary-reply): Use the three new variables
2112         (above) to automatically encrypt/sign to encrypted/signed
2113         messages.
2114         * message.el:
2115         * message.el (message-mode-map): Add keybinding for
2116         `message-to-list-only'
2117         * message.el (message-mode): Add description for
2118         `message-to-list-only'
2119         * message.el (message-to-list-only): New.
2120         * message.el (message-make-mft): Changed to use the cl loop macro,
2121         and added optional flag to return only the matched list. (for use
2122         in new message-to-list-only function)
2123
2124 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
2125
2126         * gnus-msg.el:
2127         * gnus-msg.el (gnus-message-replysign):
2128         * gnus-msg.el (gnus-replysign): New.
2129         * gnus-msg.el (gnus-replyencrypt): New.
2130         * gnus-msg.el (gnus-replysignencrypted): New.
2131         * gnus-msg.el (gnus-summary-reply):
2132         * message.el:
2133         * message.el (message-mode-map):
2134         * message.el (message-mode):
2135         * message.el (message-to-list-only): New.
2136         * message.el (message-make-mft):
2137
2138 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
2139
2140         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
2141
2142 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
2143
2144         * message.el (message-gen-unsubscribed-mft): accept a prefix
2145         argument so CC can be included with C-u C-c C-f C-a
2146
2147 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2148         From Ted Zlatanov <teodor.zlatanov@divine.com>.
2149
2150         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
2151         Improve docstring.
2152         (spam-enter-blacklist): New command.
2153
2154         * gnus-sum.el (gnus-spam-mark): New mark.
2155         (gnus-auto-expirable-marks): Add gnus-spam-mark.
2156         (gnus-summary-make-tool-bar): Correct conditional.
2157         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
2158         (gnus-summary-mark-as-spam): New command.
2159
2160 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
2161
2162         * mml-sec.el (mml-secure-message): changed to support arbritrary
2163         modes.
2164         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
2165         changed to support "signencrypt" mode.
2166         * mml.el (mml-parse-1): changed to support different secure modes
2167         more easily. (for signencrypt)
2168
2169 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
2170
2171         * gnus-sum.el (gnus-update-summary-mark-positions)
2172         (gnus-summary-toggle-header):
2173         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
2174         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
2175         (gnus-uu-post-encoded):
2176         * nnfolder.el (nnfolder-possibly-change-group):
2177         * nnimap.el (nnimap-retrieve-headers):
2178         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
2179
2180 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
2181
2182         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
2183         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
2184
2185 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2186
2187         * gnus-srvr.el (gnus-server-set-info): Clear
2188         `gnus-server-method-cache' when `gnus-server-alist' is changed.
2189         From Daiki Ueno <ueno@unixuser.org>.
2190
2191 2002-04-11  Simon Josefsson  <jas@extundo.com>
2192
2193         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
2194         viewing of security buttons.  Thanks to Nicolas Kowalski
2195         <Nicolas.Kowalski@imag.fr>.
2196
2197         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
2198         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
2199         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
2200         <Nicolas.Kowalski@imag.fr>.
2201         (smime-decrypt-buffer): Ditto.
2202
2203 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2204
2205         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
2206         header line.
2207
2208 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
2209
2210         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
2211
2212 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2213
2214         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
2215
2216 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
2217
2218         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
2219         errors when debug.
2220
2221 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
2222
2223         * message.el (message-make-mft): Changed MFT code from using
2224         message-recipients (which included Bcc) to use only the To and CC
2225         headers.
2226
2227 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
2228
2229         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
2230         add link.
2231         (gnus-treat-mail-picon): Ditto.
2232         (gnus-treat-newsgroups-picon): Ditto.
2233         (gnus-picon-databases): Fix custom type.
2234         (gnus-picon-databases): Add link.
2235         (gnus-article-x-face-command): Add to gnus-picon group.
2236
2237 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
2238
2239         * message.el (message-buffer-naming-style): Remove.
2240
2241 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
2242
2243         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
2244
2245         * message.el (message-tool-bar-map): Ditto.
2246
2247         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2248
2249 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2250
2251         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
2252
2253 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
2254
2255         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
2256
2257 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
2258
2259         * dns.el: open-network-stream under XEmacs does udp.
2260
2261 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
2262
2263         * spam.el (spam-enter-whitelist): New function.
2264         (spam-parse-whitelist): Ditto.
2265         (spam-refresh-list-cache): Ditto.
2266         (spam-address-whitelisted-p): New function.
2267
2268         * dns.el (query-dns): Use TCP when make-network-process isn't
2269         available.
2270         (dns-servers): New variable.
2271         (dns-parse-resolv-conf): New function.
2272         (query-dns): Use it.
2273
2274         * spam.el: New file.
2275
2276         * dns.el (query-dns): Test.
2277
2278 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2279
2280         * lpath.el (featurep): Bind make-network-process.
2281
2282 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
2283
2284         * nnmaildir.el: Use defstruct.  Use a single copy of
2285         nnmail-extra-headers to save memory.  Store server's group name
2286         prefix instead of each group's prefixed name.
2287         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
2288         nntp-server-buffer.
2289
2290 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2291
2292         * dns.el: New file.
2293
2294 2002-03-28  Simon Josefsson  <jas@extundo.com>
2295
2296         * gnus-sum.el (gnus-summary-dummy-line-format):
2297         * gnus.el (gnus-summary-line-format): Fixing links to Info.
2298         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
2299
2300 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2301
2302         * gnus-sum.el (gnus-summary-move-article)
2303         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
2304         the doc string.
2305
2306 2002-03-28  Simon Josefsson  <jas@extundo.com>
2307
2308         * mml-sec.el (mml-secure-message): Search after
2309         mail-header-separator from top of message.
2310
2311 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
2312
2313         * nnmaildir.el: Cosmetic changes.
2314         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
2315         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
2316         nnmaildir--group-ls): New macros/functions.  Use them.
2317         (nnmaildir--unlink): Evalutate argument only once.
2318
2319 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
2320
2321         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
2322         symbols.
2323         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
2324         `gnus-point-at-eol'.
2325
2326 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
2327
2328         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
2329         nnmaildir--marks-dir): New macros.  Use them.
2330         Use inhibit-quit for atomicity instead of in-memory journaling.
2331         (nnmaildir--edit-prep): New function.
2332         (Local Variables): Use it.
2333
2334 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
2335
2336         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
2337
2338 2002-03-25  Simon Josefsson  <jas@extundo.com>
2339
2340         * message.el (message-mode): Fix doc.
2341
2342 2002-03-25  Simon Josefsson  <jas@extundo.com>
2343
2344         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
2345         Matthieu Moy <Matthieu.Moy@imag.fr>.
2346
2347 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
2348
2349         * mml-sec.el (mml-unsecure-message): Add docstring.
2350
2351 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
2352
2353         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
2354         value.
2355         Trivial change from andre@slamdunknetworks.com
2356
2357 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
2358
2359         * mml.el (mml-mode-map): Added a keybinding for
2360         `mml-unsecure-message'.  Also, added a menu entry for said
2361         function in the Attachments menu.
2362
2363 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2364
2365         * canlock.el (canlock-version): Remove.
2366         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
2367         here; simplify \x insertions.
2368         (canlock-sha1): New function, always return a unibyte string.
2369         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
2370         of a password.
2371         (canlock-insert-header): Use `canlock-sha1'.
2372         (canlock-verify): Ditto.
2373
2374 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
2375
2376         * message.el (message-fix-before-sending): Add an option that
2377         ignores illegible text.
2378         Trivial change from Mark Milhollan <mlm@attglobal.net>
2379
2380         * message.el (message-font-lock-keywords): Support multi-line MML
2381         tags.
2382
2383         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
2384         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
2385
2386 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2387
2388         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
2389         symbols for "View as different encoding" submenu.
2390
2391 2002-03-19  Simon Josefsson  <jas@extundo.com>
2392
2393         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
2394         encoding" submenu.
2395
2396 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
2397
2398         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
2399
2400 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2401
2402         * gnus-sum.el (gnus-sum-thread-tree-root)
2403         (gnus-sum-thread-tree-single-indent)
2404         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
2405         (gnus-sum-thread-tree-leaf-with-other)
2406         (gnus-sum-thread-tree-single-leaf): Make customizable.
2407
2408 2002-03-16  Simon Josefsson  <jas@extundo.com>
2409
2410         * gnus-util.el (gnus-extract-address-components): Don't break on
2411         names such as James "Kibo" Parry.  From Francis Litterio
2412         <franl@world.std.com>.
2413
2414 2002-03-13  Simon Josefsson  <jas@extundo.com>
2415
2416         * pop3.el (pop3-open-server): Revert multibyte change.  From
2417         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
2418
2419         * message.el (message-send-mail-with-qmail): Make it work.  From
2420         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
2421
2422 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
2423
2424         * message.el (message-make-mft): Set case-fold-search while
2425         generating the MFT.  Also, a little cleanup in the MFT code.
2426
2427 2002-03-12  Simon Josefsson  <jas@extundo.com>
2428
2429         * message.el (message-qmail-inject-args): May be function.
2430         (message-send-mail-with-qmail): Call function if m-q-i-a is
2431         function.  From fn@hungry.org (Faried Nawaz).
2432
2433 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
2434
2435         * message.el (message-abbrevs-loaded): Remove.
2436         (mailabbrev): Require it.
2437
2438         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
2439
2440 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2441
2442         * pop3.el (pop3-open-server): Set process buffer unibyte.
2443
2444 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2445
2446         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
2447
2448 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
2449
2450         * nnslashdot.el (nnslashdot-request-article): Remove javascript
2451         too.
2452
2453 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
2454
2455         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
2456         duplication.
2457         (gnus-summary-save-parts-type-history): Ditto.
2458         (gnus-summary-save-parts-last-directory): Ditto.
2459         Trivial change from andre@slamdunknetworks.com
2460
2461 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
2462
2463         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
2464
2465 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
2466
2467         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
2468         -->" as the end of the first article.
2469
2470         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
2471         From Matthieu Moy <Matthieu.Moy@imag.fr>
2472
2473         * message.el (message-add-action): Use add-to-list.
2474         (message-delete-action): New function.
2475
2476         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
2477         pieces.
2478
2479 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
2480
2481         * nnnil.el: New file.
2482         * gnus.el (gnus-valid-select-methods): Include nnnil.
2483
2484 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
2485
2486         * message.el (message-syntax-checks): Because canlock is
2487         supported, we disable sender syntax check.
2488         (message-shoot-gnksa-feet): Add cancel-messages option doc.
2489
2490         * gnus-draft.el (gnus-draft-send): If interactive, use its default
2491         value of message-syntax-checks.
2492
2493         * qp.el (quoted-printable-decode-region): Doc addition.
2494         From: Eli Zaretskii <eliz@is.elta.co.il>
2495
2496         * mail-source.el (make-source-make-complex-temp-name): Use
2497         make-temp-file.
2498
2499         * mm-util.el (mm-make-temp-file): New function.
2500         * nneething.el (nneething-file-name): Use it.
2501         * mml-smime.el (mml-smime-encrypt): Ditto.
2502         * mm-view.el (mm-inline-wash-with-file): Ditto.
2503         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
2504         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
2505         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
2506         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
2507         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
2508         * gnus-art.el (gnus-mime-print-part): Ditto.
2509
2510 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
2511
2512         * message.el (nnmaildir-article-number-to-base-name): New
2513         function.
2514         (nnmaildir-base-name-to-article-number): New function.
2515
2516 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2517
2518         * smime.el (smime-make-temp-file): Don't quote
2519         `temporary-file-directory'.
2520
2521 2002-03-04  Simon Josefsson  <jas@extundo.com>
2522
2523         * smime.el (smime-sign-region): Rename argument keyfiles to
2524         keyfile. You only sign something with one key.
2525         (smime-sign-buffer): Better completing-read prompt.
2526         (smime-decrypt-buffer): Ditto.
2527
2528         * smime.el (smime-make-temp-file): Make it work under XEmacs.
2529
2530         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
2531         completing-read.
2532         (mm-view-pkcs7-decrypt): CRLF->LF.
2533
2534 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
2535
2536         * message.el (message-hierarchical-addresses): New variable.
2537         (message-get-reply-headers): Use it.
2538         From Ted Zlatanov <teodor.zlatanov@divine.com>
2539
2540 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
2541
2542         * message.el (message-mode): If buffer-file-name, don't set auto
2543         save file name.
2544         Trivial change from Geoff Greene <ggreene@wpi.edu>
2545
2546 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
2547
2548         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
2549         takes one argument in read-char.
2550
2551         * message.el (message-fix-before-sending): Forward a char.
2552         Check mmu-multibyte-p, add control-1.
2553
2554 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2555
2556         * gnus-start.el (gnus-read-init-file): Ditto.
2557
2558         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
2559
2560         * dgnushack.el (dgnushack-make-load): Ditto.
2561
2562         * mail-source.el (mail-source-fetch): Extract the right error
2563         code.
2564
2565         * message.el (message-fix-before-sending): Check illegible text.
2566
2567         * gnus-util.el (gnus-multiple-choice): New function.
2568
2569         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
2570         also defined in gnus-score.el.
2571
2572 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
2573
2574         * message.el (message-get-reply-headers): downcase email addresses
2575         for comaparisons for duplicate removal.
2576
2577 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2578
2579         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
2580         implementation of PKCS#7, which just allows users read the
2581         message.
2582         (mm-view-pkcs7): Use it.
2583
2584 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
2585
2586         * gnus.el (large-newsgroup-initial): New parameter.
2587
2588         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
2589         (gnus-summary-insert-old-articles): Ditto.
2590
2591 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
2592
2593         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
2594         used as the default answer of the question, "How many articles?".
2595         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
2596
2597         * nnagent.el (nnagent-retrieve-headers): Remove articles with
2598         small numbers.
2599
2600 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
2601
2602         * deuglify.el: Fix comments.
2603
2604 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
2605
2606         * html2text.el (html2text-clean-anchor): If there is no HREF,
2607         insert nothing.
2608
2609         * mml.el (mml-generate-mime-1): Add cdr.
2610         From: andre@slamdunknetworks.com
2611
2612         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
2613         (mm-text-html-washer-alist): Ditto.
2614
2615         * mm-decode.el (mm-text-html-renderer): Add html2text.
2616
2617         * html2text.el: Face lift.
2618
2619         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
2620
2621 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
2622
2623         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
2624
2625         * deuglify.el: Change copy right. Add autoload. Add coding-system.
2626
2627         * deuglify.el: New file. The original file name is
2628         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
2629
2630         * mm-decode.el (mm-display-external): Use
2631         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
2632
2633 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
2634
2635         * nnmaildir.el (nnmaildir-request-list): Report the highest
2636         article number, not the total number of articles.
2637
2638 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
2639
2640         * gnus-sum.el: Move uu key map here.
2641         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
2642
2643 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
2644
2645         * nnmaildir.el (nnmaildir-request-expire-articles): Use
2646         nnmail-expiry-wait* if expire-age parameter is not set.
2647
2648 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
2649
2650         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
2651         function.
2652         (gnus-group-sort-selected-groups-by-real-name): New function.
2653         (gnus-group-make-menu-bar): Add sort by real name.
2654
2655         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
2656         rebuild.
2657         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
2658         nil as dependencies as well.
2659
2660 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
2661
2662         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
2663         for mime-parts.
2664
2665         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
2666
2667         * gnus-group.el (gnus-group-name-decode): Don't test
2668         multibyte-string, because it breaks XEmacs.
2669         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
2670
2671         * message.el (message-send-mail): Be talkative.
2672
2673         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
2674         (mm-automatic-display): Ditto.
2675
2676         * mailcap.el (mailcap-mime-data): Ditto.
2677         From: Reiner Steib <4uce.02.r.steib@gmx.net>
2678
2679 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2680
2681         * many files: Remove trailing whitespaces, replace spc+tab with
2682         tab, replace leading whitespaces with tabs.
2683
2684 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
2685
2686         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
2687         articles with no body and no blank line after the header.
2688
2689 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
2690
2691         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
2692         parts.
2693
2694         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
2695         non-ascii chars.
2696
2697         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
2698
2699         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
2700         w3-delay-image-loads.
2701         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
2702         (mm-w3-prepare-buffer): Ditto.
2703
2704         * mail-source.el (mail-source-fetch-directory): Run scripts.
2705
2706 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2707
2708         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
2709         for Majordomo confirmations.
2710
2711 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2712
2713         * gnus-fun.el (gnus-respond-to-confirmation): New command.
2714
2715 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2716
2717         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
2718
2719 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
2720
2721         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
2722         References header field.  From Mark Thomas <mthomas@cmu.edu>.
2723
2724 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
2725
2726         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
2727         (mm-inline-render-with-stdin): Ditto.
2728         (mm-inline-render-with-function): Ditto.
2729         (mm-inline-wash-with-file): Bind coding-system-for-write.
2730         (mm-inline-wash-with-stdin): Ditto.
2731
2732 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
2733
2734         Suggested by Felix Natter <fnatter@gmx.net>
2735
2736         * gnus-art.el (gnus-mime-view-part-externally): Rename from
2737         gnus-mime-externalize-view.
2738         (gnus-mime-view-part-internally): Rename from
2739         gnus-mime-internalize-view.
2740         (gnus-article-view-part-externally): Rename from
2741         gnus-article-externalize-part.
2742         (gnus-mime-action-alist): Change correspondingly.
2743         (gnus-mime-button-commands): Ditto.
2744         (gnus-mime-action-alist): Remove duplication.
2745
2746         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
2747
2748 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
2749
2750         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
2751
2752         * gnus-art.el (gnus-display-mime): Use it.
2753
2754         * mm-partial.el (mm-partial-find-parts): Use it.
2755
2756         * gnus-sum.el (gnus-article-loose-mime): Rename from
2757         gnus-article-no-strict-mime.
2758         (gnus-summary-save-parts): Use it.
2759
2760 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2761
2762         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
2763         local variable.
2764
2765         * gnus-art.el (article-display-x-face): Don't sort multiple
2766         X-Faces.
2767
2768 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2769
2770         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
2771         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
2772
2773         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
2774
2775 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
2776
2777         Some ideas is inspired by code from Hrvoje Niksic
2778         <hniksic@arsdigita.com>
2779
2780         * gnus-art.el (gnus-article-wash-function): Set the default to
2781         nil, so that we use mm-text-html-renderer instead.
2782         (article-wash-html): Use mm-text-html-renderer.
2783
2784         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
2785         (mm-text-html-renderer): New variable.
2786         (mm-inline-text-html-renderer): Set the default to nil, so that we
2787         use mm-text-html-renderer instead.
2788
2789         * mm-view.el (mm-inline-text-html): New function.
2790         (mm-text-html-renderer-alist): New variable.
2791         (mm-inline-text-vcard): New function.
2792         (mm-inline-text): Split.
2793         (mm-links-remove-leading-blank): New function.
2794         (mm-inline-render-with-file): New function.
2795         (mm-inline-render-with-stdin): New function.
2796         (mm-inline-render-with-function): New function.
2797         (mm-text-html-washer-alist): New variable.
2798         (mm-inline-wash-with-file): New function.
2799         (mm-inline-wash-with-stdin): New function.
2800
2801 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
2802
2803         * message-utils.el: Fix installation doc.
2804         From: Reiner Steib <4uce.02.r.steib@gmx.net>
2805
2806 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
2807
2808         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
2809         (gnus-post-method): Use it.
2810         (gnus-summary-cancel-article): Find the correct post-method.
2811
2812         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
2813         * message.el (message-send-news): Ditto.
2814         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
2815         <ipmonger@delamancha.org>
2816
2817         * gnus.el (gnus-select-method): Fix doc.
2818         (gnus-server-string): Use 'using nntp'.
2819
2820         * gnus-agent.el (gnus-slave-unplugged): New command.
2821         From: Felix Natter <fnatter@gmx.net>
2822
2823 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
2824
2825         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
2826         Call edit-done-function first, then change the window
2827         configuration.
2828         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
2829         (gnus-article-edit-mode): mml-mode.
2830
2831         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
2832         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
2833
2834         * message-utils.el: Adopt the file.
2835
2836         * message-utils.el: New file.
2837         From Holger Schauer <Holger.Schauer@gmx.de>
2838
2839 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
2840
2841         * gnus-sum.el (gnus-summary-move-article): Select-article only
2842         when gnus-move-split-methods is non-nil. And we don't render or
2843         mark the article.
2844
2845         * gnus-fun.el (gnus-shell-command-to-string): New function.
2846         (gnus-shell-command-on-region): New function.
2847         (gnus-random-x-face): Use them.
2848         (gnus-x-face-from-file): Ditto.
2849         (gnus-convert-image-to-gray-x-face): Ditto.
2850         (gnus-convert-gray-x-face-to-xpm): Ditto.
2851         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
2852
2853 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2854
2855         * gnus-art.el (gnus-treat-display-xface): Don't use
2856         `shell-command-to-string' when compiling.
2857         (gnus-treat-display-grey-xface): Ditto.
2858
2859 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
2860
2861         * nnmaildir.el (nnmaildir--article-count): If the group is
2862         completely empty, report minimum article number as 1 instead of 0.
2863
2864 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
2865
2866         * gnus-agent.el (gnus-get-predicate): Use nconc.
2867
2868         * gnus-sum.el (gnus-summary-display-make-predicate): Use
2869         gnus-summary-display-cache as cache.
2870
2871         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
2872         (nndoc-mail-in-mail-type-p): New function.
2873         (nndoc-mail-in-mail-article-begin): New function.
2874
2875 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
2876
2877         * mailcap.el (mailcap-mime-data): Use enriched-decode.
2878
2879         * gnus-cite.el (gnus-article-fill-cited-article): Bind
2880         use-hard-newlines to nil.
2881
2882         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
2883         image is not available if window-system is not available.
2884
2885         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
2886
2887 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
2888
2889         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
2890         bookmark, because update-mark doesn't handle it correctly.
2891
2892 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
2893
2894         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
2895         directly instead of calling message-send-mail.
2896
2897         * gnus-start.el (gnus-read-descriptions-file): Use
2898         gnus-default-charset.
2899
2900         * mm-util.el (mm-guess-mime-charset): New function.
2901
2902         * gnus.el (gnus-default-charset): Use it.
2903         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
2904         the default.
2905
2906 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2907
2908         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
2909         (article-display-x-face): Use it.  Disable grey xface, if
2910         uncompface is not found.
2911
2912         * message.el (message-mode): Don't enable multibyte on an indirect
2913         buffer.
2914
2915         * nnrss.el (nnrss-content-function): New variable.
2916         (nnrss-request-article): Use it.
2917
2918 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2919
2920         * gnus.el: Add article-unsplit-urls.
2921         * gnus-sum.el: Ditto.
2922         * gnus-art.el (gnus-treat-strip-cr): New variable.
2923         (gnus-treatment-function-alist): Use it.
2924         (article-unsplit-urls): New function.
2925         (gnus-article-make-menu-bar): Use it.
2926         From: Michael Cook <michael.cook@cisco.com>
2927
2928 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2929
2930         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
2931         copy.
2932
2933 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
2934
2935         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
2936         with internal whitespace.
2937         (gnus-parent-id): Ditto.
2938
2939 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
2940
2941         * gnus-art.el (gnus-article-treat-body-boundary): Add
2942         gnus-decoration property.
2943         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
2944
2945         * message.el (message-mode): Set local-abbrev-table.
2946         From Matt Armstrong <matt@lickey.com>.
2947
2948         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
2949         too many spaces.
2950
2951         * rfc2047.el (rfc2047-unfold-region): Ditto.
2952         (rfc2047-decode-region): Don't unfold. Let
2953         gnus-article-treat-unfold-headers do it.
2954
2955         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
2956         From: Jesper Harder <harder@ifa.au.dk>
2957
2958 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2959
2960         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
2961         (gnus-configure-posting-styles): Use it.
2962         (gnus-configure-posting-styles): Remove trailing newspaces.
2963
2964 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
2965
2966         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
2967         is non-nil.
2968
2969         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
2970
2971         * gnus.el (gnus-server-to-method): Switch position with
2972         gnus-server-get-method.
2973         (gnus-agent): Add doc.
2974
2975         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
2976         (gnus-summary-save-parts): Use it.
2977
2978         * gnus-art.el (gnus-display-mime): Use it.
2979         * mm-partial.el (mm-partial-find-parts): Use it.
2980
2981         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
2982
2983         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
2984         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
2985
2986         * nnagent.el (nnagent-request-expire-articles): Don't delete
2987         files.
2988
2989 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
2990
2991         * message.el (message-gen-unsubscribed-mft): New function.
2992         From Sriram Karra <karra@cs.utah.edu>.
2993
2994         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
2995         open parenthesis.
2996
2997         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
2998         (mm-inline-text-html-render-with-w3): Ditto.
2999         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
3000         Suggested by Dave Love  <d.love@dl.ac.uk>.
3001
3002         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
3003
3004         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
3005         * nntp.el (nntp-send-command): Ditto.
3006         * nntp.el (nntp-send-command-nodelete): Ditto.
3007
3008 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
3009
3010         * mm-url.el (mm-url-load-url): New function.
3011         (mm-url-insert-file-contents): Use it.
3012
3013         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
3014
3015         * message.el (message-forward-make-body): Correctly copy
3016         forward-buffer.
3017
3018         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
3019
3020 2002-02-04  Simon Josefsson  <jas@extundo.com>
3021
3022         * gnus-art.el (gnus-article-followup-with-original): Mark with
3023         force, prevent errors when following up from article buffer.
3024         (gnus-article-reply-with-original): Ditto.
3025
3026         * binhex.el (binhex-decoder-switches): Fix doc.  From
3027         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
3028
3029 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
3030
3031         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
3032         highlight-citation after emphasize.
3033
3034 2002-02-04  Simon Josefsson  <jas@extundo.com>
3035
3036         * nnfolder.el (nnfolder-open-marks):
3037
3038         * nnml.el (nnml-open-marks): Message when done.  From David
3039         Edmondson <dme@sun.com>.
3040
3041 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
3042
3043         * imap.el (imap-anonymous-auth): Fix typo.
3044         From: Steinar Bang <sb@dod.no>
3045
3046         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
3047         save-excursion.
3048         (gnus-cache-braid-heads): Ditto.
3049
3050         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
3051         line, because there are extra articles in the overview buffer.
3052
3053         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
3054
3055         * message.el (message-forward-rmail-make-body): Directly use
3056         rmail-msg-restore-non-pruned-header to avoid calling
3057         vertical-motion.
3058
3059 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
3060
3061         * gnus-cache.el (gnus-summary-insert-cached-articles):
3062         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
3063
3064         * gnus-group.el (gnus-group-mark-article-read): Nreverse
3065         gnus-newsgroups-unselected.
3066
3067         * gnus-agent.el (gnus-summary-set-agent-mark): Use
3068         gnus-add-to-sorted-list.
3069
3070         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
3071         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
3072         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
3073         (gnus-update-read-articles): UNREAD is sorted.
3074         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
3075         (gnus-newsgroup-marked, gnus-newsgroup-cached)
3076         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
3077         (gnus-newsgroup-dormant): Require sorted.
3078
3079         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
3080         directories.
3081         (gnus-dired-print): New function.
3082
3083         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
3084         ps-despool.
3085
3086 2002-02-02  Simon Josefsson  <jas@extundo.com>
3087
3088         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
3089
3090 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
3091
3092         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
3093         t. This makes gnus-agent customizable without putting
3094         gnus-agentize into .gnus.
3095
3096         * gnus.el (gnus-agent): Make it customizable.
3097
3098         * gnus-dired.el: New file.
3099         From Benjamin Rutt <brutt@bloomington.in.us>
3100
3101         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
3102         if no article.
3103         (gnus-cache-possibly-remove-article): Ditto.
3104         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
3105
3106 2002-02-01  Simon Josefsson  <jas@extundo.com>
3107
3108         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
3109
3110 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3111
3112         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
3113         (mm-setup-w3m): Don't bind keys listed in the above.
3114
3115 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3116
3117         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
3118         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
3119         is non-nil; bind `w3m-force-redisplay' with nil.
3120
3121         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3122
3123         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
3124
3125 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
3126
3127         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
3128         use mail-header-unfold-field.
3129
3130         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
3131         gnus-summary-limit.
3132
3133         * gnus-range.el (gnus-add-to-sorted-list): New function.
3134         * gnus-sum.el (gnus-mark-article-as-read): Use it.
3135         (gnus-mark-article-as-unread): Ditto.
3136         (gnus-summary-mark-article-as-unread): Ditto.
3137         (gnus-build-get-header): Ditto.
3138         (gnus-summary-prepare-threads): Ditto.
3139         (gnus-summary-insert-pseudos): Ditto.
3140         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
3141         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
3142         (gnus-summary-insert-old-articles): Ditto.
3143
3144         * gnus-msg.el (gnus-posting-styles): Add new format of header.
3145         (gnus-configure-posting-styles): Support the new format.
3146
3147         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
3148         edebug-form-spec to (sexp body).
3149         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
3150
3151         * message.el (message-reply-headers): Add doc.
3152
3153 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
3154
3155         * gnus-group.el (gnus-group-delete-group): Nix the entry in
3156         gnus-cache-active-hashtb.
3157
3158         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
3159         (gnus-agent-summary-fetch-group): Use it.
3160
3161         * gnus-msg.el (gnus-debug-files): New variable.
3162         (gnus-debug-exclude-variables): New variable.
3163         (gnus-debug): Use them.
3164
3165         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
3166
3167 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
3168
3169         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
3170         (message-mode-syntax-table): Move back the previous position.
3171
3172         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
3173
3174         * gnus-agent.el (gnus-agent-retrieve-headers): Use
3175         gnus-sorted-difference.
3176
3177         * nnsoup.el (nnsoup-request-expire-articles): Use
3178         gnus-sorted-difference.
3179
3180         * nnheader.el: Autoload gnus-sorted-difference.
3181
3182         * nnfolder.el (nnfolder-request-expire-articles): Use
3183         gnus-sorted-difference.
3184
3185         * gnus-cache.el (gnus-cache-retrieve-headers): Use
3186         gnus-sorted-difference.
3187
3188         * gnus-range.el: Autoload cookies.
3189         (gnus-sorted-difference): New function.
3190         (gnus-sorted-ndifference): New function.
3191         (gnus-sorted-nintersection): Rename from
3192         gnus-set-sorted-intersection.
3193         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
3194         (gnus-list-range-difference): Rename from
3195         gnus-inverse-list-range-intersection.
3196         (gnus-inverse-list-range-intersection): Use defalias.
3197
3198         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
3199         gnus-sorted-ndifference, and gnus-sorted-nintersection.
3200         (gnus-articles-to-read): Use gnus-sorted-difference.
3201         (gnus-summary-limit-mark-excluded-as-read): Use
3202         gnus-sorted-intersection and gnus-sorted-ndifference.
3203         (gnus-list-of-read-articles): Use gnus-list-range-difference.
3204         (gnus-summary-insert-articles): Use gnus-sorted-difference.
3205
3206         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
3207
3208 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3209
3210         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
3211         property to the buffer for using emacs-w3m command keys.
3212
3213         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
3214         option.
3215
3216         * mm-view.el (mm-w3m-mode-map): New variable.
3217         (mm-w3m-mode-command-alist): New variable.
3218         (mm-w3m-minor-mode): Removed.
3219         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
3220         (mm-inline-text-html-render-with-w3m): Add keymap property to the
3221         buffer for using emacs-w3m command keys.
3222
3223 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
3224
3225         * message.el (message-mode-syntax-table): Move forward.
3226         (message-cite-prefix-regexp): Auto detect non word constituents.
3227         (message-cite-prefix-regexp): Don't use with-syntax-table.
3228
3229         * gnus-sum.el (gnus-summary-update-info): Use
3230         gnus-list-range-intersection.
3231
3232         * gnus-agent.el (gnus-agent-fetch-headers): Use
3233         gnus-list-range-intersection.
3234
3235         * gnus-range.el (gnus-range-normalize): Use correct predicate.
3236         (gnus-list-range-intersection): Use it.
3237         (gnus-inverse-list-range-intersection): Ditto.
3238         (gnus-sorted-intersection): Add doc.
3239         (gnus-set-sorted-intersection): Add doc.
3240         (gnus-sorted-union): New function.
3241         (gnus-set-sorted-union): New function.
3242
3243         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
3244         (gnus-inverse-list-range-intersection): Ditto.
3245
3246 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
3247
3248         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
3249
3250         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
3251         and permit `:' and `\' in order to handle full Windows pathnames.
3252         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
3253         technically not correct per standard, but seems to have common use.
3254
3255 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
3256
3257         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
3258         replacing numbers.
3259
3260 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
3261
3262         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
3263
3264         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
3265         Don't split when the window is small, e.g. when a small *BBDB*
3266         window is the lowest one.
3267
3268         * gnus-agent.el (gnus-agent-retrieve-headers): Use
3269         nnheader-find-nov-line to speed up. Use nreverse, because it is
3270         sorted. Use nnheader-insert-nov-file.
3271
3272 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3273
3274         * mm-decode.el (mm-inline-text-html-with-images): New user option.
3275
3276         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
3277         of `w3m-display-inline-images' with the value of
3278         `mm-inline-text-html-with-images'.
3279         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
3280
3281         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3282
3283 2002-01-27  Richard M. Stallman  <rms@gnu.org>
3284
3285         * time-date.el: Add autoload cookies.  Many doc fixes.
3286         (time-add): New function.
3287         (time-subtract): Renamed from subtract-time.
3288         (subtract-time): New alias for time-subtract.
3289
3290 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3291
3292         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
3293         emacs-w3m in doc-string.
3294
3295         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
3296         `w3m-current-buffer'.
3297
3298 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3299
3300         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
3301
3302         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
3303         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
3304         (mm-w3m-cid-retrieve): New function.
3305         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
3306
3307 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
3308
3309         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
3310
3311 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3312
3313         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
3314
3315 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3316
3317         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
3318         32K.
3319
3320         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
3321
3322         * nnmail.el (nnmail-article-group): Decode headers before running
3323         split rules over them.
3324         (nnmail-mail-splitting-charset): New variable.
3325
3326         * smiley.el: Replaced with smiley-ems.el.
3327
3328 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3329
3330         * mm-url.el (mm-url-predefined-programs): Add w3m.
3331         (mm-url-program): Ditto.
3332
3333 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3334
3335         * nnml.el (nnml-use-compressed-files): New variable.
3336         (nnml-filenames-are-evil): Removed.
3337         (nnml-current-group-article-to-file-alist): Don't use.
3338         (nnml-update-file-alist): Inhibit.
3339         (nnml-article-to-file): Use new var.
3340
3341 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3342
3343         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
3344
3345         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
3346
3347 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3348
3349         * gnus-agent.el (gnus-agent-load-alist): Use new caching
3350         function.
3351
3352         * gnus-util.el (gnus-cache-file-contents): New function.
3353
3354         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
3355         (gnus-agent-load-alist): Use it.
3356
3357         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
3358
3359         * nnheader.el (nnheader-insert-nov-file): New function.
3360
3361         * gnus-util.el (gnus-parse-without-error): Correct the loop.
3362
3363         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
3364         there are no references.
3365         (gnus-extract-message-id-from-in-reply-to): New function.
3366         (gnus-nov-parse-line): Use in-reply-to if there are no
3367         references.
3368
3369 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3370
3371         * nnagent.el (nnagent-retrieve-headers): Use new macro.
3372
3373         * gnus-util.el (gnus-parse-without-error): New macro.
3374
3375 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
3376
3377         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
3378         (gnus-article-wash-function): use locate-library to decide which
3379         to use.
3380
3381 2002-01-25  Simon Josefsson  <jas@extundo.com>
3382
3383         * pop3.el (pop3-munge-message-separator): Work if no date.
3384         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
3385
3386 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3387
3388         * gnus-agent.el (gnus-agent-save-alist): Fix.
3389
3390         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
3391         mistake.  Reinstated lost code.
3392
3393 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
3394
3395         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
3396         one exists in the case of an encrypted message with an internal
3397         signature.
3398
3399 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3400
3401         * gnus-agent.el (gnus-agent-save-alist): Optimized.
3402
3403 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3404
3405         * dgnushack.el: Commented out the experimental code.
3406
3407 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3408
3409         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
3410         error.
3411
3412         * gnus.el (gnus-server-to-method): Made into subst.
3413         (gnus-server-method-cache): New variable.
3414         (gnus-server-to-method): Use it.
3415         (gnus-group-method-cache): New variable.
3416         (gnus-find-method-for-group-1): Renamed.
3417         (gnus-find-method-for-group): New function.
3418         (gnus-group-method-cache): Removed.
3419
3420         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
3421         function.
3422
3423         * gnus-range.el (gnus-members-of-range): New function.
3424         (gnus-list-range-intersection): Renamed.
3425         (gnus-inverse-list-range-intersection): New function.
3426
3427         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
3428
3429         * nnagent.el (nnagent-retrieve-headers): New implementation.
3430
3431         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
3432         implementation.
3433
3434 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3435
3436         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
3437         `w3m-meta-content-type-charset-regexp'.
3438
3439         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
3440         charset-encoded html contents.
3441
3442 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
3443
3444         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
3445         an empty file.
3446
3447         * nnweb.el (url): Ignore errors when request url.
3448
3449         * nnrss.el: Clean up the comments.
3450
3451 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3452
3453         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
3454
3455         * mm-decode.el (mm-inline-text-html-renderer): New user option.
3456         (mm-inline-media-tests): Test whether the value of
3457         `mm-inline-text-html-renderer' is a function for text/html.
3458
3459         * mm-view.el (mm-inline-text-html-render-with-w3): New function
3460         separated from `mm-inline-text'.
3461         (mm-w3m-minor-mode): New variable.
3462         (mm-w3m-setup): New variable.
3463         (mm-setup-w3m): New function.
3464         (mm-inline-text-html-render-with-w3m): New function.
3465         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
3466         text/html.
3467
3468 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
3469
3470         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
3471
3472 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3473
3474         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
3475         and `gnus-xmas-completing-read'.
3476
3477 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3478
3479         * nneething.el (nneething-message-id-number): Abolished.
3480         (nneething-encode-file-name): Not encode numerical characters.
3481         (nneething-make-head): `nneething-message-id-number' is not
3482         used to generate message IDs.
3483
3484 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3485
3486         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
3487         characters.
3488
3489 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3490
3491         * gnus-xmas.el (gnus-xmas-completing-read): New function.
3492         (gnus-xmas-redefine): Redefine conditionally.
3493
3494 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
3495
3496         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
3497         tag.
3498
3499 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
3500
3501         * message.el (message-font-lock-keywords): Added the secure tag.
3502         * mml-sec.el: Added functions to generate/modify/remove the secure
3503         tag while in message mode.
3504         * mml-sec.el (mml-secure-message): New.
3505         * mml-sec.el (mml-unsecure-message): New.
3506         * mml-sec.el (mml-secure-message-sign-smime): New.
3507         * mml-sec.el (mml-secure-message-sign-pgp): New.
3508         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
3509         * mml-sec.el (mml-secure-message-encrypt-smime): New.
3510         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
3511         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
3512         * mml.el (mml-parse-1): Added code to recognise the secure tag and
3513         convert it to either a part or multipart depending on if there are
3514         other parts in the message.
3515         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
3516         to use the secure tag, rather than the part tag.
3517         * mml.el (mml-preview): Added a save-excursion to keep cursor
3518         position after doing an MML preview.
3519
3520 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3521
3522         * nnheader.el (nnheader-parse-overview-file): New function.
3523         (nnheader-write-overview-file): New function.
3524
3525 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3526
3527         * gnus.el (gnus-group-fast-parameter): Check better if expansion
3528         in wanted.
3529
3530         * nnweb.el (nnweb-type-definition): Clean up.
3531
3532 2002-01-21  Alastair Burt  <burt@dfki.de>
3533
3534         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
3535         buffer exists before jumping to it.
3536
3537 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3538
3539         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
3540         function.
3541         (article-wash-html): Use it.
3542         (gnus-article-wash-function): New variable.
3543         (gnus-article-wash-html-with-w3m): New function.
3544
3545 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
3546
3547         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
3548         XEmacs.
3549
3550 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
3551
3552         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
3553         command line.
3554
3555 2002-01-21  Simon Josefsson  <jas@extundo.com>
3556
3557         * canlock.el (base64-encode-string): Autoload it from base64.
3558         (canlock-make-cancel-key): Base64 encode unibyte string.
3559
3560 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3561
3562         * nnfolder.el (nnfolder-request-accept-article): Unfold
3563         x-from-line.
3564         (nnfolder-request-replace-article): Ditto.
3565
3566 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
3567
3568         * gnus-group.el (gnus-group-best-unread-group): Use the right
3569         positioning function.
3570
3571 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3572
3573         * smiley-ems.el (smiley-region): Use new function.
3574         (smiley-update-cache): Use general image functions.
3575         (smiley-region): Use general functions.
3576
3577         * gnus-util.el (gnus-graphic-display-p): New function.
3578
3579         * nnmail.el (nnmail-article-group): Allow outputting traces of
3580         non-strings.
3581
3582         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
3583         (nndoc-exim-bounce-type-p): New function.
3584
3585         * message.el (message-dont-send): Doc fix.
3586
3587         * gnus-util.el (gnus-completing-read): Remove
3588         inherit-input-method.
3589
3590         * gnus-art.el (gnus-treat-smiley): Doc fix.
3591
3592         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
3593         articles.
3594
3595 2002-01-19  Simon Josefsson  <jas@extundo.com>
3596
3597         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
3598         (imap-kerberos4-open): Ditto.
3599         (imap-open): Set port correctly, don't set auth.
3600
3601 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3602
3603         * gnus.el (gnus-version-number): Bump version number.
3604
3605 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3606
3607         * gnus.el: Oort Gnus v0.05 is released.
3608
3609 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3610
3611         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
3612         exists.
3613
3614         * gnus-spec.el (gnus-string-width-function): New function.
3615         (gnus-tilde-cut-form): Use it.
3616         (gnus-tilde-max-form): Ditto.
3617         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
3618         (gnus-substring-function): Use it.
3619         (gnus-tilde-cut-form): Ditto.
3620         (gnus-substring-function): New function.
3621
3622         * message.el (message-check-news-header-syntax): New message.
3623
3624         * gnus.el (gnus-slave-no-server): Doc fix.
3625
3626         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
3627
3628 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3629
3630         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
3631         `seen' if it looks like (seen NUM1 . NUM2).  It should be
3632         (seen (NUM1 . NUM2)).
3633
3634 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3635
3636         * gnus-topic.el (gnus-topic-catchup-articles): Update article
3637         number in closed topics.
3638
3639 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
3640
3641         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
3642         functions.
3643
3644 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3645
3646         * gnus.el (gnus-group-find-parameter): Clean up.
3647
3648         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
3649         articles.
3650
3651         * gnus-util.el (gnus-completing-read-with-default): Renamed.
3652
3653         * nnmail.el (nnmail-article-group): Clean up.
3654
3655 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
3656
3657         * gnus-agent.el (gnus-category-name): Intern the category name.
3658
3659 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3660
3661         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
3662
3663         * gnus-util.el (gnus-completing-read): New function.
3664
3665 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
3666
3667         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
3668
3669         * smiley-ems.el (smiley-region): Register smiley.
3670         (smiley-toggle-buffer): Rewrite the function.
3671         (smiley-active): Removed.
3672
3673 2002-01-19  Simon Josefsson  <jas@extundo.com>
3674
3675         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
3676         Jesper Harder <harder@ifa.au.dk>.
3677
3678 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3679
3680         * gnus-art.el (gnus-request-article-this-buffer): Call
3681         `nneething-get-file-name' to extract the file name from the
3682         message id.
3683
3684         * nneething.el (nneething-encode-file-name): New function.
3685         (nneething-decode-file-name): Ditto.
3686         (nneething-get-file-name): Ditto.
3687         (nneething-make-head): Encode the file name and encapsulate it
3688         into the field of the message id.
3689
3690 2002-01-18  Simon Josefsson  <jas@extundo.com>
3691
3692         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
3693         stored in .marks.
3694
3695         * nnfolder.el (nnfolder-request-update-info): Ditto.
3696
3697 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3698
3699         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
3700
3701 2002-01-18  Simon Josefsson  <jas@extundo.com>
3702
3703         * imap.el (imap-starttls-p): Don't check for binary.
3704         (imap-gssapi-auth-p): Ditto.
3705         (imap-kerberos4-auth-p): Ditto.
3706         (imap-open): Change logic.  Iterate through all possible streams,
3707         instead of bailing out after first failure.  Move authenticator
3708         decision to `imap-authenticate'.
3709         (imap-authenticate): Change logic, now finds the authenticator to
3710         use, was previously in `imap-open'.
3711         (imap-open): Return nil on failure.
3712         (imap-open): Setup temp buffer correctly.
3713         (imap-open): Return buffer only on success.
3714         (imap-interactive-login, imap-interactive-login): Tell the user
3715         which stream/authenticator is used for the queried
3716         username/password.
3717         (imap-open, imap-authenticate): Set variables.
3718         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
3719         (imap-open): Don't assume how `with-temp-buffer' is implemented.
3720
3721 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3722
3723         * gnus-fun.el (gnus-grab-cam-x-face): New function.
3724
3725 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3726
3727         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
3728
3729 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
3730
3731         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
3732         (gnus-agent-group-mode-map): Bind it to "Jo".
3733         (gnus-agent-group-make-menu-bar): Add it into menu bar.
3734
3735 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
3736
3737         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
3738         (gnus-summary-mail-toolbar): Add mail article deletion button.
3739
3740         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
3741         false positives for lines of "^^^^".
3742
3743         * gnus-picon.el (gnus-picon-find-face): faces database is all
3744         lowercase.
3745
3746 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
3747
3748         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
3749         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
3750         duplications.
3751         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
3752
3753 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3754
3755         * gnus-sum.el (gnus-summary-initial-limit): Inline
3756         gnus-summary-limit-children.
3757         (gnus-summary-initial-limit): Don't limit if
3758         gnus-newsgroup-display is nil.
3759         (gnus-summary-initial-limit): No, don't.
3760
3761         * gnus-util.el
3762         (gnus-put-text-property-excluding-characters-with-faces): Inline
3763         gnus-put-text-property.
3764
3765         * gnus-spec.el (gnus-default-format-specs): New variable.
3766
3767         * gnus-start.el (gnus-read-newsrc-file): Don't clear
3768         gnus-format-specs.
3769         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
3770
3771         * gnus-spec.el (gnus-update-format-specifications): Really check
3772         the Gnus version of the .newsrc.eld file.
3773         (gnus-format-specs): Save the new default summary format.
3774
3775         * gnus-util.el (gnus-parent-id): Check whether references is empty
3776         before splitting.
3777
3778         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
3779         functions.
3780         (gnus-gather-threads-by-references): Inline
3781         `gnus-split-references'.
3782
3783         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
3784         default value of gnus-summary-line-format-spec.
3785
3786 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3787
3788         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
3789         message.
3790         (nnslashdot-request-list): Ditto.
3791         (nnslashdot-sid-strip): Removed.
3792
3793 2002-01-15  Simon Josefsson  <jas@extundo.com>
3794
3795         * nnimap.el (nnimap-close-asynchronous): Enable.
3796         (nnimap-close-group): Expunge.
3797
3798 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3799
3800         * gnus-util.el (gnus-user-date-format-alist): Typo.
3801         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
3802
3803 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3804
3805         * nneething.el (nneething-request-article): Set
3806         `nnmail-file-coding-system' to `binary' locally, in order to read
3807         files without any conversion.
3808
3809 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3810
3811         * gnus-agent.el (gnus-agent-retrieve-headers): Use
3812         nnheader-file-coding-system and nnmail-active-file-coding-system.
3813         (gnus-agent-regenerate-group): Ditto.
3814         (gnus-agent-regenerate): Ditto.
3815         (gnus-agent-write-active): Ditto.
3816         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
3817
3818 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
3819
3820         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
3821         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
3822
3823 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
3824
3825         * gnus.el: We don't need gnus-article-show-all-headers.
3826
3827         * gnus-art.el (article-show-all, gnus-article-show-all-header):
3828         Ditto.
3829
3830         * gnus-sum.el (gnus-summary-select-article): Don't call
3831         show-all-headers, because hidden headers are not hidden text any
3832         more.
3833
3834 2002-01-13  Simon Josefsson  <jas@extundo.com>
3835
3836         * message.el (message-newline-and-reformat): Use `newline' instead
3837         of inserting \n, so that the newline is marked as hard.
3838
3839         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
3840         From Jesper Harder <harder@ifa.au.dk>.
3841
3842 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
3843
3844         * imap.el (imap-close): Keep going if quit.
3845
3846         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
3847         nntp-server-buffer.
3848
3849 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3850
3851         * mm-view.el (mm-display-inline-fontify): Require font-lock to
3852         avoid unbinding shadowed variables.
3853
3854         * gnus-art.el (gnus-picon-databases): Moved here.
3855         (gnus-picons-installed-p): Moved here.
3856         (gnus-article-reply-with-original): Use `mark'.
3857
3858         * gnus.el (gnus-picon): Moved here and renamed.
3859
3860         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
3861         installed.
3862         (gnus-treat-mail-picon): Ditto.
3863         (gnus-treat-newsgroups-picon): Ditto.
3864
3865         * gnus-picon.el (gnus-picons-installed-p): New function.
3866
3867 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
3868
3869         * gnus-agent.el (gnus-agent-go-online): Fix doc.
3870
3871 2002-01-12  Simon Josefsson  <jas@extundo.com>
3872
3873         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
3874         (nnimap-before-find-minmax-bugworkaround): Use it.
3875         (nnimap-find-minmax-uid): Don't reselect current mailbox.
3876         (nnimap-dont-close): New variable.
3877         (nnimap-close-group): Use it.
3878
3879 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3880
3881         * gnus-art.el (gnus-article-reply-with-original): Use
3882         `mark-active'.
3883
3884         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
3885
3886         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
3887         (gnus-score-advanced): Clean up.
3888         (gnus-score-advanced): Accept a multiple of the score.
3889
3890 2002-01-12  Simon Josefsson  <jas@extundo.com>
3891
3892         * flow-fill.el (fill-flowed-display-column)
3893         (fill-flowed-encode-columnq): New variables.  Suggested by
3894         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
3895         (fill-flowed-encode, fill-flowed): Use them.
3896
3897         * message.el (message-send-news, message-send-mail): Use
3898         m-b-s-n-p-e-h-n.
3899
3900         * mml.el (autoload): Autoload fill-flowed-encode.
3901         (mml-buffer-substring-no-properties-except-hard-newlines): New
3902         function.
3903         (mml-read-part): Use it.
3904         (mml-generate-mime-1): Encode format=flowed if appropriate.
3905         (mml-insert-mime-headers): Insert format=flowed.
3906
3907         * flow-fill.el (fill-flowed-encode): New function.
3908         (fill-flowed): Bind fill-column to window width.
3909
3910 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3911
3912         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
3913         it exists.
3914         (gnus-summary-setup-buffer): Wake up dead summary buffers.
3915         (gnus-summary-buffer-name): Don't return the dead name after all.
3916         (gnus-summary-setup-buffer): Kill the dead buffer.
3917
3918         * gnus-art.el (gnus-article-followup-with-original): Store the
3919         value of the mark before deactivating it.
3920
3921 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3922
3923         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
3924         From: Karl Kleinpaste <karl@charcoal.com>
3925
3926         * gnus-art.el (article-display-x-face): Ditto.
3927         (gnus-article-reply-with-original): Use gnus-region-active-p.
3928         (gnus-article-followup-with-original): Ditto.
3929
3930         * gnus-sum.el (gnus-summary-read-group-1): Don't select
3931         downloadable article either.
3932
3933 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3934
3935         * gnus-art.el (article-display-x-face): Insert From:.
3936
3937         * gnus-sum.el (gnus-summary-move-article): Don't draw the
3938         article. Bind gnus-display-mime-function and
3939         gnus-article-prepare-hook.
3940
3941         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
3942         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
3943         gnus-agent-possibly-synchronize-flags to the last.
3944         (gnus-agent-go-online): New function. New variable.
3945
3946 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3947
3948         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
3949         (gnus-agent-regenerate): Ditto.
3950
3951 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3952
3953         * message.el (message-ignored-news-headers)
3954         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
3955         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
3956
3957         * gnus.el (gnus-gethash-safe): New macro.
3958
3959         * gnus-agent.el (gnus-agent-regenerate-history): New function.
3960         (gnus-agent-regenerate): Show messages.
3961
3962 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3963
3964         * gnus-agent.el (gnus-agent-regenerate-group): New function.
3965         (gnus-agent-regenerate): New function.
3966         (gnus-agent-save-alist): Sort.
3967         (gnus-agent-copy-nov-line): Test eobp.
3968         (gnus-agent-retrieve-headers): Erase buffer.
3969
3970 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
3971
3972         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
3973         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
3974
3975         * gnus.el (gnus-agent-covered-methods): Move here.
3976         (gnus-online): New function.
3977         (gnus-agent-method-p): Move here.
3978
3979         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
3980         nil. Remove articles-alist.
3981
3982         * gnus-start.el (gnus-get-unread-articles): Check online.
3983         (gnus-groups-to-gnus-format): Ditto.
3984         (gnus-active-to-gnus-format): Ditto.
3985
3986         * gnus-agent.el (gnus-agent-get-function): Use it.
3987         (gnus-agent-get-undownloaded-list): Ditto.
3988         (gnus-agent-fetch-session): Only fetch online methods.
3989
3990         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
3991         (gnus-server-mode-map): Ditto.
3992         (gnus-server-offline-face): New face.
3993         (gnus-server-offline-face): New variable.
3994         (gnus-server-font-lock-keywords): Add offline.
3995         (gnus-server-insert-server-line): Ditto.
3996         (gnus-server-offline-server): New function.
3997
3998         * gnus-int.el (gnus-open-server): Turn to offline.
3999         (gnus-server-unopen-status): New variable.
4000
4001 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
4002
4003         * nnkiboze.el (nnkiboze-request-article): Use
4004         gnus-agent-request-article.
4005
4006         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
4007         function. Insert undownloaded NOV.
4008
4009         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
4010         (gnus-agent-request-article): New function.
4011
4012         * gnus.el (gnus-agent-cache): New variable.
4013
4014         * gnus-int.el (gnus-retrieve-headers): Use
4015         gnus-agent-retrieve-headers.
4016         (gnus-request-head): Use gnus-agent-request-article.
4017         (gnus-request-body): Ditto.
4018
4019         * gnus-art.el (gnus-request-article-this-buffer): Use
4020         gnus-agent-request-article.
4021
4022         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
4023         article if it is undownloaded.
4024
4025 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4026
4027         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
4028
4029 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4030
4031         * canlock.el (canlock-string-as-unibyte): New macro.
4032         (canlock-sha1-with-openssl): Return a unibyte string.
4033         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
4034
4035 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
4036
4037         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
4038
4039 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4040
4041         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
4042         application/x-emacs-lisp.
4043
4044         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
4045
4046         * nntp.el (nntp-request-article): Add group parameter.
4047         (nntp-request-head): Ditto.
4048         (nntp-find-group-and-number): Add parameter group. Figure out
4049         number if the status line doesn't give (e.g. quimby.gnus.org).
4050
4051 2002-01-08  Simon Josefsson  <jas@extundo.com>
4052
4053         * mml.el (mml-generate-mime-1): Set recipient correctly.
4054
4055 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4056
4057         * message.el (message-read-from-minibuffer): Add parameter
4058         initial-contents.
4059         * gnus-msg.el (gnus-summary-resend-message): Use it.
4060
4061         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
4062         behavior of quit-config.
4063
4064         * message.el (message-make-from): Don't quote fullname.
4065         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
4066
4067         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
4068         From: <andre@slamdunknetworks.com>
4069
4070 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
4071
4072         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
4073
4074         * gnus-art.el (gnus-header-button-alist): Handle mailto.
4075
4076         * mml.el (mml-preview): Bind gnus-original-article-buffer because
4077         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
4078         because bbdb may use it.
4079
4080 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4081
4082         * nneething.el (nneething-request-article): When a non-text file
4083         is converted to an article, its data is encoded in base64.  Call
4084         `nneething-make-head' with options to specify MIME types.
4085         (nneething-make-head): Add optional arguments to specify MIME
4086         types.
4087
4088 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4089
4090         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
4091         header if there is not.
4092
4093         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
4094
4095         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
4096         (gnus-inews-mark-gcc-as-read): Obsolete variable.
4097         (gnus-inews-do-gcc): Use them.
4098
4099         * gnus-group.el (gnus-group-mark-article-read): Put holes into
4100         gnus-newsgroup-unselected.
4101
4102 2002-01-06  Simon Josefsson  <jas@extundo.com>
4103
4104         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
4105         condition-case, not ignore-errors.
4106
4107 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4108
4109         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
4110         gnus-fetch-old-headers.
4111
4112         * gnus-art.el (article-display-x-face): Use the current buffer
4113         unless `W f'. Otherwise, X-Face may be shown in the header of a
4114         forwarded part.
4115         (gnus-treatment-function-alist): Treat xface before hiding
4116         headers.
4117
4118 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4119
4120         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
4121         parameters.
4122
4123 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4124
4125         * mm-util.el (mm-multibyte-p): Define conditionally when load.
4126         (mm-guess-charset): New function.
4127         (mm-charset-after): Use it.
4128         (mm-detect-coding-region): New function.
4129         (mm-detect-mime-charset-region): New function.
4130
4131         * gnus-sum.el (gnus-summary-show-article): Use
4132         mm-detect-coding-region.
4133
4134 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4135
4136         * message.el (message-make-fqdn): Be less violent.
4137
4138         * gnus.el (gnus-logo-color-style): Compute custom form
4139         automatically.
4140
4141         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
4142         score file of the parent to the document group.
4143
4144         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
4145         parameters parameter.
4146
4147         * gnus-score.el (gnus-score-load-file): Clean up.
4148
4149 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4150
4151         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
4152         From: Damien Wyart <damien.wyart@free.fr>
4153
4154         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
4155
4156 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
4157
4158         * gnus-sum.el (gnus-select-group-hook): Typo.
4159
4160         * rfc2047.el (rfc2047-decode-string): Return immediately if there
4161         is no quoted-printable-encoded STRING.
4162         From: Jesper Harder <harder@ifa.au.dk>
4163
4164         (rfc2047-decode-string): Decode it.
4165
4166 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4167
4168         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
4169
4170 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
4171
4172         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
4173         buffer to get rid of junk line.
4174
4175 2002-01-05  Simon Josefsson  <jas@extundo.com>
4176
4177         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
4178         C-o.
4179         (message-mode-map): Bind message-insert-or-toggle-importance to
4180         C-c C-u.
4181         (message-mode-map): Bind message-disposition-notification-to to
4182         C-c M-n.
4183         (message-mode-menu): Add m-d-n-t.
4184         (message-mode-field-menu): Add m-goto-from.
4185         (message-mode): Doc fix.
4186         (message-goto-from): New function.
4187         (message-insert-disposition-notification-to): New function.
4188         (message-tool-bar-map): Add receipt button.
4189
4190 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4191
4192         * gnus-sum.el (gnus-thread-latest-date): New function.
4193         (gnus-thread-sort-by-most-recent-number): Renamed.
4194         (gnus-thread-sort-functions): Doc fix.
4195         (gnus-select-group-hook): Don't use setq on a hook.
4196         (gnus-thread-latest-date): Use date, not number
4197
4198         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
4199         (gnus-agent-expire): Allow regexp of expire-days.
4200
4201         * gnus-art.el (gnus-article-reply-with-original): Deactivate
4202         region.
4203         (gnus-article-followup-with-original): Ditto.
4204
4205         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
4206
4207         * gnus-art.el (gnus-mime-display-alternative): Use
4208         gnus-local-map-property.
4209         (gnus-mime-display-alternative): Ditto.
4210         (gnus-insert-mime-security-button): Ditto.
4211         (gnus-insert-next-page-button): Ditto.
4212         (gnus-button-prev-page): Take optional args.
4213         (gnus-insert-prev-page-button): widget-convert.
4214
4215         * gnus-util.el (gnus-local-map-property): New function.
4216
4217         * gnus-art.el (gnus-prev-page-map): Use parent map.
4218         (gnus-next-page-map): Ditto.
4219
4220         * gnus-spec.el (gnus-parse-format): Clean up.
4221         (gnus-parse-format): Do complex formatting for %=.
4222
4223         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
4224         "X-Face: " to the data in the built-in scenario.
4225
4226         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
4227         (gnus-correct-pad-form): Renamed.
4228         (gnus-tilde-max-form): Clean up.
4229         (gnus-pad-form): Use gnus-use-correct-string-widths.
4230
4231         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
4232         support if that is available.
4233
4234         * gnus-sum.el (gnus-thread-highest-number): New function.
4235         (gnus-thread-sort-by-most-recent-thread): New function.
4236         (gnus-thread-sort-functions): Doc fix.
4237
4238 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
4239
4240         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
4241         all cases.
4242         (gnus-summary-mode): Enable it in all cases.
4243         (gnus-summary-display-article): Ditto.
4244         (gnus-summary-edit-article): Ditto.
4245
4246         * gnus-ems.el (gnus-put-image): Really return glyph.
4247
4248         * gnus-art.el (gnus-article-x-face-command): Fix :type.
4249         (gnus-treat-smiley): Don't take "P" in the interactive form.
4250
4251 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4252
4253         * compface.el (uncompface): XEmacs and Emacs have differing
4254         capabilities.
4255
4256         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
4257
4258         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
4259         (gnus-article-xface-ring-size): Removed.
4260         (gnus-article-display-xface): Removed.
4261         (gnus-remove-image): Cleaned up.
4262
4263         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
4264         (gnus-xmas-create-image): Take pbm files.
4265         (gnus-x-face): Removed.
4266         (gnus-xmas-article-display-xface): Removed.
4267
4268         * gnus-fun.el (gnus-display-x-face-in-from): Bind
4269         default-enable-multibyte-characters.
4270
4271         * compface.el (uncompface): Doc fix.
4272
4273         * gnus-art.el (gnus-article-x-face-command): Use
4274         gnus-display-x-face-in-from.
4275
4276         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
4277
4278         * gnus-ems.el (gnus-put-image): Return the image.
4279
4280         * gnus-fun.el (gnus-display-x-face-in-from): New function.
4281         (gnus-x-face): Moved here.
4282
4283 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
4284
4285         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
4286         invisible if string is nil.
4287         (gnus-xmas-article-display-xface): Use it.
4288
4289         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
4290         property when string is nil.
4291         (gnus-article-display-xface): Use it.
4292
4293 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4294
4295         * gnus-art.el (article-display-x-face): Check whether valid grey
4296         face was returned.
4297         (article-display-x-face): Place image in the right spot.
4298
4299         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
4300         stderr.
4301         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
4302
4303 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4304
4305         * gnus-xmas.el (gnus-xmas-create-image): Take optional
4306         parameters.
4307         (gnus-xmas-put-image): Allow non-strings to be passed.
4308
4309         * gnus-art.el (article-display-x-face): Use optional parameters.
4310
4311         * gnus-ems.el (gnus-create-image): Take optional parameters.
4312
4313         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
4314
4315         * compface.el (compface-xbm-p): Removed.
4316
4317         * gnus-ems.el (gnus-article-compface-xbm): Removed.
4318         (gnus-article-display-xface): Use compface.
4319
4320         * compface.el: New file.
4321
4322         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
4323         (gnus-convert-image-to-x-face-command): Ditto.
4324         (gnus-random-x-face): Quote argument.
4325         (gnus-x-face-from-file): Ditto.
4326
4327 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
4328
4329         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
4330         the expire-group parameter once per article rather than once
4331         per group; bind `nnmaildir-article-file-name' and `article'
4332         for convenience.  Leave article alone when expire-group
4333         specifies the current group.
4334         (nnmaildir--update-nov): be more concurrency-friendly with
4335         temp file names.
4336
4337 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4338
4339         * gnus-start.el (gnus-read-init-file): Cleaned up.
4340
4341 2002-01-03  Dave Love  <d.love@dl.ac.uk>
4342
4343         * gnus-start.el (gnus-startup-file-coding-system): Removed.
4344         (gnus-read-init-file): Don't use it.
4345
4346 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4347
4348         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
4349
4350 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4351
4352         * gnus-start.el (gnus-read-init-file): Don't force coding system
4353         for ~/.gnus.  From Dave Love <fx@gnu.org>.
4354
4355 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
4356
4357         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
4358         * nnspool.el (nnspool-request-post): Ditto.
4359
4360         * mm-util.el (mm-use-find-coding-systems-region): New variable.
4361         (mm-find-mime-charset-region): Use it.
4362
4363 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
4364
4365         * gnus.el (gnus-summary-line-format): Added :link.
4366         * gnus-topic.el (gnus-topic-line-format): Ditto.
4367         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
4368         * gnus-srvr.el (gnus-server-line-format): Ditto.
4369         * gnus-group.el (gnus-group-line-format): Ditto.
4370
4371         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
4372         :keys, it works on both Emacsen.
4373
4374 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
4375
4376         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
4377
4378 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4379
4380         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
4381
4382 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
4383
4384         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
4385         very wide reply.
4386
4387 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4388
4389         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
4390         (gnus-picon-cache): New variable.
4391         (gnus-picon-transform-newsgroups): Cache stuff.
4392
4393         * gnus-art.el (gnus-article-reply-with-original): New command.
4394         (gnus-article-followup-with-original): New command.
4395
4396         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
4397         END parameters.
4398         (gnus-summary-followup): Take a list of list of articles.
4399         (gnus-inews-yank-articles): Allow lists of article/regions.
4400
4401         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
4402         longer the usual commands.
4403
4404         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
4405         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
4406         shell-command-on-region.
4407
4408 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4409
4410         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
4411           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
4412
4413 2002-01-03  Steve Youngs  <youngs@xemacs.org>
4414
4415         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
4416         understand ':keys', wrap it in an featurep 'xemacs.
4417
4418 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4419
4420         * gnus-ems.el (gnus-article-display-xface): Show xface in the
4421         order of headers (Actually, it is called in a reversed order). Add
4422         'gnus-image-text-deletable property.
4423         (gnus-remove-image): Remove text with such a property.
4424
4425         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
4426         gnus-put-image.
4427
4428         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
4429         with ", "
4430
4431 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4432
4433         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
4434
4435         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
4436         (article-display-x-face): Display grey X-Faces.
4437
4438         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
4439         (gnus-convert-gray-x-face-to-ppm): Ditto.
4440         (gnus-convert-image-to-gray-x-face): Ditto.
4441
4442         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
4443         gnus-summary-show-raw-article.
4444
4445 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4446
4447         Display picons in XEmacs without showing text.
4448
4449         * gnus-xmas.el (gnus-xmas-create-image): Don't use
4450         mm-create-image-xemacs to create xbm glyph, because it deletes
4451         temporary files.
4452         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
4453         (gnus-xmas-remove-image): Make text visible, remove glyph.
4454
4455         * gnus-picon.el (gnus-picon-transform-newsgroups)
4456         (gnus-picon-transform-address): Insert spec backward, due to the
4457         incompatibility of gnus-xmas-put-image.
4458
4459 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4460
4461         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
4462
4463 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4464
4465         * gnus.el: Doc fix.
4466
4467         * gnus-art.el: Doc fix.
4468
4469         * gnus-agent.el: Doc fix.
4470
4471 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4472
4473         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
4474
4475 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
4476
4477         * nnmaildir.el (nnmaildir--update-nov): automatically parse
4478         NOV data out of the message again if nnmail-extra-headers has
4479         changed.
4480
4481 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4482
4483         * gnus-fun.el: New file.
4484         (gnus-convert-image-to-x-face-command): New variable.
4485         (gnus-insert-x-face): New function.
4486         (gnus-random-x-face): Renamed.
4487         (gnus-x-face-from-file): Renamed.
4488
4489         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
4490         "_".
4491         (gnus-body-boundary-delimiter): Typo fix.
4492
4493 2002-01-02  Simon Josefsson  <jas@extundo.com>
4494
4495         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
4496         (gnus-body-boundary-delimiter): Fix type.
4497
4498 2002-01-01  Simon Josefsson  <jas@extundo.com>
4499
4500         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
4501         (gnus-treat-emphasize, gnus-treat-strip-cr)
4502         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
4503         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
4504         (gnus-treat-fill-article, gnus-treat-hide-citation)
4505         (gnus-treat-hide-citation-maybe)
4506         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
4507         (gnus-treat-strip-pem, gnus-treat-strip-banner)
4508         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
4509         (gnus-treat-date-ut, gnus-treat-date-local)
4510         (gnus-treat-date-english, gnus-treat-date-lapsed)
4511         (gnus-treat-date-original, gnus-treat-date-iso8601)
4512         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
4513         (gnus-treat-strip-trailing-blank-lines)
4514         (gnus-treat-strip-leading-blank-lines)
4515         (gnus-treat-strip-multiple-blank-lines)
4516         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
4517         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
4518         (gnus-treat-display-xface, gnus-treat-display-smileys)
4519         (gnus-treat-from-picon, gnus-treat-mail-picon)
4520         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
4521         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
4522         (gnus-treat-play-sounds, gnus-treat-translate)
4523         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
4524
4525         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
4526         (gnus-article-treat-body-boundary): Use it.
4527
4528         * message.el (message-mode): Fix doc.
4529         (message-mode-menu): Fix names.
4530
4531 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4532
4533         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
4534         articles.
4535
4536         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
4537         (gnus-picon-transform-address): Search for unknown faces as well.
4538         (gnus-picon-find-face): Don't search "news" for MISC.
4539         (gnus-picon-user-directories): Changed default back to exclude
4540         "unknown".
4541
4542         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
4543
4544         * gnus-picon.el (gnus-picon-find-face): Search through all
4545         databases.
4546         (gnus-picon-find-face): New implementation.
4547
4548         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
4549         keystroke.
4550         (gnus-topic-goto-next-topic): Ditto.
4551
4552         * gnus.el (gnus-summary-line-format): Changed default.
4553
4554         * nnmail.el (nnmail-extra-headers): Change default.
4555
4556         * gnus-sum.el (gnus-extra-headers): Change default.
4557
4558         * message.el (message-news-other-window): Changed "news" to
4559         "posting".
4560         (message-news-other-frame): Ditto.
4561         (message-do-send-housekeeping): Ditto.
4562
4563         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
4564         function.
4565         (gnus-article-unread-p): New function.
4566         (gnus-article-unseen-p): New function.
4567         (gnus-dead-summary-mode-map): Typo.
4568
4569         * gnus-util.el (gnus-make-predicate): New function.
4570         (gnus-make-predicate-1): New function.
4571
4572         * gnus-sum.el: New function.
4573         (gnus-map-articles): New function.
4574
4575         * gnus-art.el (gnus-treat-fold-headers): New variable.
4576         (gnus-article-treat-fold-headers): New command and keystroke.
4577
4578         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
4579         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
4580
4581 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4582
4583         * message.el (message-fcc-externalize-attachments): New variable.
4584         (message-do-fcc): Use it.
4585
4586         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
4587         (gnus-inews-do-gcc): Use it.
4588
4589         * mml.el (mml-tweak-sexp-alist): New variable.
4590         (mml-externalize-attachments): New variable.
4591         (mml-tweak-part): Use mml-tweak-sexp-alist.
4592         (mml-tweak-externalize-attachments): New function.
4593
4594 2002-01-01  Steve Youngs  <youngs@xemacs.org>
4595
4596         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
4597         'set-glyph-face' so x-face back/foreground can be set.
4598
4599 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
4600
4601         * message.el (message-fix-before-sending): Fix a typo.
4602
4603 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4604
4605         * gnus-art.el (gnus-treat-smiley): Renamed command.
4606         (gnus-article-remove-images): New command and keystroke.
4607
4608         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
4609
4610         * smiley-ems.el (gnus-smiley-display): Removed.
4611
4612         * gnus.el (gnus-version-number): Update version.
4613
4614         * message.el (message-text-with-property): Renamed and moved
4615         here.
4616         (message-fix-before-sending): Highlight invisible text and place
4617         point there.
4618
4619 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4620
4621         * gnus.el: Oort Gnus v0.04 is released.
4622
4623 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4624
4625         * gnus-delay.el (gnus-delay-send-queue): Renamed.
4626
4627         * gnus-art.el (gnus-ignored-headers): More headers,
4628
4629         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
4630         of `scan-error', since XEmacs doesn't seem to support that.
4631
4632 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4633
4634         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
4635         arg.
4636         (gnus-summary-best-unread-subject): Ditto.
4637         (gnus-summary-best-unread-subject): No, don't.
4638         (gnus-summary-better-unread-subject): New command.
4639
4640         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
4641
4642         * lpath.el ((featurep 'xemacs)): fbind url function.
4643
4644         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
4645         buffer.
4646         (gnus-xmas-remove-image): Implementation that does something.
4647         (gnus-xmas-article-display-xface): Mark images properly.
4648
4649         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
4650
4651 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
4652
4653         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
4654
4655 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4656
4657         * gnus-group.el (gnus-group-line-format): Added %O to the default
4658         value.
4659
4660         * gnus-util.el (gnus-text-with-property): The smallest point is
4661         point-min.
4662
4663         * smiley-ems.el (smiley-region): Return images.
4664         (gnus-smiley-display): Allow toggling.
4665         (smiley-region): Use text properties, not overlays.
4666
4667         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
4668         implemented yet.
4669
4670         * smiley-ems.el (smiley-update-cache): Check for valid types.
4671
4672         * gnus-art.el (gnus-with-article-buffer): New macro.
4673
4674         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
4675         strings as well as the glyphs.
4676         (gnus-picon-transform-address): Ditto.
4677         (gnus-picon-insert-glyph): Ditto.
4678         (gnus-picon-transform-newsgroups): Toggle.
4679         (gnus-picon-transform-address): Toggle.
4680
4681         * gnus-ems.el (gnus-remove-image): New function.
4682         (gnus-put-image): Take an optional string.
4683
4684         * gnus-util.el (gnus-text-with-property): New function.
4685
4686         * gnus-art.el (gnus-delete-images): New function.
4687
4688         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
4689
4690         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
4691         (gnus-article-wash-status): Use it.
4692         (gnus-signature-toggle): Clean up.
4693         (gnus-add-wash-status): New function.
4694         (gnus-delete-wash-status): New function.
4695         (gnus-article-hide-text-type): Use them throughout.
4696         (gnus-add-image): New function.
4697
4698         * gnus-ems.el (gnus-article-display-xface): Use new interface.
4699
4700         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
4701         interface.
4702
4703         * gnus-art.el (article-display-x-face): Cleaned up.
4704
4705         * rfc2047.el (rfc2047-field-value): New function.
4706
4707         * mail-parse.el (mail-header-field-value): New alias.
4708
4709         * gnus-art.el (gnus-mime-print-part): Fix typos.
4710
4711         * smiley-ems.el (gnus-smiley-file-types): New variable.
4712         (smiley-update-cache): Use it.
4713         (smiley-regexp-alist): Suffix-less smiley names.
4714         (smiley-regexp-alist): Added more smileys.
4715
4716         * gnus-sum.el (gnus-print-buffer): Made into own function.
4717         (gnus-summary-print-article): Use it.
4718
4719         * mailcap.el (mailcap-mime-info): Actually return the bit that we
4720         looked for when REQUEST is a string.
4721
4722         * gnus-art.el (gnus-mime-button-commands): Add printing
4723         keystroke.
4724         (gnus-mime-copy-part): Doc fix.
4725         (gnus-mime-print-part): New command.
4726
4727 2001-12-31  Simon Josefsson  <jas@extundo.com>
4728
4729         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
4730         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
4731
4732 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4733
4734         * gnus-picon.el (gnus-treat-from-picon): Autoload.
4735         (picon): Fix doc.
4736
4737         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
4738         longer exists. Remove those codes.
4739         * gnus.el (gnus-use-picons): Ditto.
4740
4741 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4742
4743         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
4744         infloop.
4745
4746         * gnus-sum.el (t): New `W D' map.
4747
4748         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
4749         (gnus-article-treat-body-boundary): Clean up.
4750         (gnus-body-boundary-face): Removed.
4751         (gnus-article-goto-header): Moved here.
4752         (gnus-article-goto-header): Allow better regexps.
4753         (gnus-article-treat-fold-newsgroups): New command.
4754
4755         * gnus-sum.el (gnus-summary-move-article): We have to select an
4756         article to give `gnus-read-move-group-name' an opportunity to
4757         suggest an appropriate default.
4758
4759         * rfc2047.el (rfc2047-fold-line): New function.
4760         (rfc2047-unfold-line): Ditto.
4761         (rfc2047-fold-region): Don't fold just after the header name.
4762
4763         * mail-parse.el (mail-header-fold-line): New alias.
4764         (mail-header-unfold-line): Ditto.
4765
4766         * gnus-art.el (gnus-body-boundary-face): Renamed.
4767         (gnus-article-treat-body-boundary): Use it.
4768         (gnus-article-treat-body-boundary): Use an invisible header and a
4769         line of underline characters.
4770
4771 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4772
4773         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
4774
4775         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
4776         (gnus-picon-split-address): New function.
4777         (gnus-picon-find-face): Use it.
4778         (gnus-picon-transform-address): Use it. Set first to t for each
4779         address.
4780
4781         * gnus-art.el (gnus-with-article-headers): Move to here. Define
4782         the macro then use it.
4783         (gnus-treatment-function-alist): Treat picons earlier.
4784
4785 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4786
4787         * gnus-art.el (gnus-body-separator-face): New variable.
4788         (gnus-article-treat-body-boundary): Use a blank, colored line.
4789
4790         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
4791         well.
4792
4793         * gnus-art.el (gnus-treat-body-boundary): New variable.
4794         (gnus-article-treat-unfold-headers): Use helper macro.
4795         (gnus-article-treat-body-boundary): New command.
4796
4797         * gnus.el (gnus-logo-color-style): Change the default color.
4798         (gnus-splash-face): Gray, gray.
4799
4800         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
4801         colors.
4802
4803         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
4804         (gnus-logo-color-style): Ditto.
4805         (gnus-logo-colors): Ditto.
4806
4807         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
4808
4809         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
4810
4811         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
4812         (gnus-picon-transform-newsgroups): New function.
4813
4814         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
4815         string.
4816
4817         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
4818
4819         * gnus-art.el (gnus-treat-cc-picon): New variable.
4820         (gnus-treat-mail-picon): Renamed.
4821
4822         * gnus-picon.el: New implementation.
4823         (gnus-picon-find-face): Renamed.
4824         (gnus-treat-from-picon): Use it.
4825         (gnus-picon-transform-address): Renamed.
4826         (gnus-treat-from-picon): Use it.
4827         (gnus-picon-create-glyph): Renamed.
4828         (gnus-picon-transform-address): Use it.
4829         (gnus-treat-cc-picon): New command.
4830
4831         * mm-decode.el (mm-create-image-xemacs): Separated out into
4832         function.
4833         (mm-get-image): Use it.
4834
4835         * gnus-art.el (gnus-treat-display-picons): Simplify.
4836         (gnus-treat-from-picon): Renamed.
4837
4838         * gnus-ems.el (gnus-create-image): New function.
4839         (gnus-put-image): New function.
4840
4841         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
4842         (gnus-with-article-headers): New macro.
4843         (gnus-article-goto-header): New function.
4844
4845         * gnus-xmas.el (gnus-image-type-available-p): New function.
4846
4847         * gnus-ems.el (gnus-image-type-available-p): New function.
4848
4849 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4850
4851         * nnrss.el (nnrss-check-group): Find the correct tag, because
4852         xml.el is changed.
4853
4854 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4855
4856         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
4857         lines are shorter than the window width.
4858         (gnus-ignored-headers): More headers.
4859
4860 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4861
4862         * gnus-art.el (gnus-treat-unfold-lines): New variable.
4863         (gnus-treat-unfold-headers): Renamed.
4864         (gnus-article-treat-unfold-headers): New command and keystroke.
4865
4866         * rfc2047.el (rfc2047-encode-message-header): Clean up.
4867
4868         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
4869
4870 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
4871
4872         * sha1-el.el (sha1-use-external): New variable.
4873         (sha1-region): Use it.
4874         (sha1-string): Ditto.
4875
4876         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
4877         * gnus-picon.el: Less warnings when compile.
4878
4879 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4880
4881         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
4882         alias.
4883         (gnus-picons-database): Default to list.
4884         (gnus-picons-lookup-internal): Use it.
4885
4886         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
4887         to "bogus".
4888
4889         * gnus-win.el (gnus-configure-windows-hook): New hook.
4890
4891 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
4892
4893         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
4894
4895 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4896
4897         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
4898         lists.
4899         (gnus-select-newsgroup): Don't append; push.
4900         (gnus-adjust-marked-articles): Remove obsolete ranges from
4901         `seen'.
4902         (gnus-update-marks): Clean up.
4903         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
4904
4905 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
4906
4907         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
4908
4909 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4910
4911         * gnus-sum.el (gnus-auto-select-subject): New variable.
4912         (gnus-summary-best-unread-subject): New function.
4913         (gnus-summary-best-unread-article): Use it.
4914         (gnus-summary-first-unseen-subject): New function and command.
4915
4916         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
4917         other treatments.
4918
4919         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
4920         function.
4921
4922         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
4923         from the list of hidden types.
4924
4925         * mm-view.el (mm-inline-text): Ditto.
4926         (mm-inline-text): Ditto.
4927         (mm-w3-prepare-buffer): Ditto.
4928
4929         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
4930
4931 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4932
4933         * gnus-art.el (gnus-ignored-headers): Added more headers.
4934
4935 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
4936
4937         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
4938         once.
4939
4940 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4941
4942         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
4943
4944 2001-12-28  Simon Josefsson  <jas@extundo.com>
4945
4946         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
4947         Jesper Harder <harder@ifa.au.dk>.
4948
4949 2001-12-27  Simon Josefsson  <jas@extundo.com>
4950
4951         * gnus-sum.el (gnus-select-newsgroup): Make
4952         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
4953         contain all articles (instead of none) when no seen marks have
4954         been set for the group.
4955         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
4956         instead, it seems to result in shorter ranges.
4957
4958 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4959
4960         * mm-util.el (mm-iso-8859-x-to-15-region): Use
4961         insert-before-markers.
4962         From Jesper Harder <harder@ifa.au.dk>
4963
4964 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
4965
4966         * nnmaildir.el (nnmaildir-save-mail): create the destination
4967         groups if they do not exist.
4968
4969 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4970
4971         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
4972
4973 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4974
4975         * gnus-group.el (gnus-group-read-ephemeral-group): Call
4976         gnus-group-real-name.
4977
4978         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
4979         (gnus-newsgroup-variables): Ditto.
4980
4981         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
4982         return it.
4983
4984 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
4985
4986         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
4987         * nnmaildir.el (top-level): Add commentary.
4988         (nnmaildir-version): Indicate that nnmaildir is now a standard
4989         part of Gnus, not separately released.
4990
4991 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4992
4993         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
4994         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
4995         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
4996         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4997
4998 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4999
5000         * nnmaildir.el: Copyright changes. Require cl only at compile time.
5001
5002 2001-12-20  Simon Josefsson  <jas@extundo.com>
5003
5004         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
5005         ZHU <zsh@cs.rochester.edu>.
5006         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
5007         Brian P Templeton <bpt@tunes.org>.
5008
5009 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5010
5011         * nnmaildir.el: New file.
5012         From Paul Jarc <prj@po.cwru.edu>.
5013
5014 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5015
5016         * nndoc.el (nndoc-type-alist): Move forward to the end.
5017
5018 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5019
5020         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
5021         `dolist'.
5022
5023 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5024
5025         * gnus-win.el (gnus-frames-on-display-list): New function.
5026         (gnus-get-buffer-window): Use it.
5027
5028 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5029
5030         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
5031
5032 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5033
5034         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
5035
5036 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5037            From Harald Meland <Harald.Meland@usit.uio.no>
5038
5039         * gnus-win.el (gnus-get-buffer-window): New function.
5040         (gnus-all-windows-visible-p): Use it.
5041
5042         * gnus-util.el (gnus-horizontal-recenter)
5043         (gnus-horizontal-recenter, gnus-horizontal-recenter)
5044         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
5045
5046         * gnus-score.el (gnus-score-insert-help): Use it.
5047
5048         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
5049         (gnus-generate-tree, gnus-highlight-selected-tree)
5050         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
5051         it.
5052
5053         * gnus-art.el (gnus-article-set-window-start)
5054         (gnus-mm-display-part, gnus-request-article-this-buffer)
5055         (gnus-button-next-page, gnus-button-prev-page)
5056         (gnus-article-button-next-page, gnus-article-button-prev-page):
5057         Use it.
5058
5059 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
5060
5061         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
5062         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
5063         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
5064
5065 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5066
5067         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
5068         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
5069         * mml1991.el, nnultimate.el: Add `coding'.
5070
5071 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
5072
5073         * ChangeLog: changed coding to buffer-file-coding-system
5074         * ChangeLog.1: same
5075         * nnwfm.el: same
5076         * gnus-smiley.el: same
5077         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
5078         * gnus-delay.el: same
5079         * gnus-spec.el: same
5080         * message.el: same
5081         * mml1991.el: same
5082         * nnultimate.el: same
5083
5084 2001-12-16  Simon Josefsson  <jas@extundo.com>
5085         Inspired by code by Dirk Meyer <dischi@tzi.de>.
5086
5087         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
5088         (gnus-summary-save-map): Add muttprint.
5089         (gnus-summary-make-menu-bar): Ditto.
5090         (gnus-summary-muttprint): New function.
5091
5092         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
5093
5094 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5095
5096         * uudecode.el (uudecode-decode-region-internal): Speedup by using
5097         temporary list instead of buffer.
5098
5099         * mm-url.el (executable-find): autoload.
5100
5101 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
5102
5103         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
5104         to variable, follow doc-string conventions).
5105
5106 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
5107
5108         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
5109         subscribe-level
5110         * gnus-topic.el (gnus-subscribe-topics): use it.
5111
5112 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5113
5114         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
5115         messages. (A small patch with indentation)
5116         From Sean Neakums <sneakums@zork.net>.
5117
5118         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
5119         nil after shooting down the gnus-original-article-buffer.
5120
5121 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5122
5123         * uudecode.el (uudecode-use-external): New variable.
5124         (uudecode-decode-region): Automatically detect external program.
5125
5126         * binhex.el (binhex-use-external): New variable.
5127         (binhex-decode-region-internal): New function.
5128         (binhex-decode-region): Automatically detect external program.
5129
5130         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
5131         Use them.
5132
5133 2001-12-12  Simon Josefsson  <jas@extundo.com>
5134
5135         * nnvirtual.el (nnvirtual-always-rescan)
5136         (nnvirtual-component-regexp): Fix doc.
5137
5138         * nnoo.el (defvoo): Add doc to defvoo variables.
5139
5140         * nnml.el (nnml-directory, nnml-active-file)
5141         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
5142         (nnml-marks-is-evil, nnml-filenames-are-evil)
5143         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
5144
5145         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
5146         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
5147         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
5148         `error'.
5149
5150         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
5151         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
5152
5153         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
5154         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
5155         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
5156         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
5157
5158         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
5159         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
5160
5161         * imap.el, nnimap.el: Fix indentation.
5162
5163         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
5164
5165 2001-12-12  Didier Verna  <didier@xemacs.org>
5166
5167         * gnus-msg.el (gnus-group-news): New function.
5168         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
5169         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
5170         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
5171         for it.
5172         * gnus-msg.el (gnus-summary-news-other-window): New function.
5173         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
5174         bind it to `i'.
5175         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
5176         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
5177         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
5178         for it (called with a prefix).
5179         * gnus-msg.el (gnus-configure-posting-styles): add an optional
5180         group-name argument.
5181         * gnus-msg.el (gnus-setup-message): use it.
5182
5183 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5184
5185         * gnus-sum.el (gnus-summary-show-article): Fix doc.
5186
5187 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5188
5189         * mml.el (mime-to-mml): Remove Content-Disposition too.
5190
5191 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5192
5193         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
5194         * gnus-group.el (gnus-group-name-decode): Decode unibyte
5195         strings only.
5196         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
5197
5198 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
5199
5200         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
5201         (nnmail-fancy-expiry-target): Use it.
5202         Suggestions from Simon Josefsson <jas@extundo.com>.
5203
5204 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5205
5206         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
5207
5208 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5209
5210         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
5211
5212         * gnus-util.el (gnus-url-unhex-string): Move here.
5213
5214 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5215
5216         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
5217         mm-url-decode-entities-nbsp.
5218
5219         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
5220         * webmail.el, nnwfm.el: Use mm-url.
5221
5222         * mm-url.el (mm-url-fetch-form): Move from nnweb.
5223         (mm-url-remove-markup): Move from nnweb.
5224         (mm-url-fetch-simple): Move from webmail.
5225
5226         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
5227
5228 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5229
5230         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
5231         (gnus-summary-print-article): Use it.
5232
5233         * gnus-util.el (gnus-replace-in-string): Typo.
5234
5235 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5236
5237         * nnweb.el (nnweb-replace-in-string): Removed.
5238
5239         * gnus-util.el (gnus-replace-in-string): New function.
5240         (gnus-mode-string-quote): Use it.
5241
5242         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
5243         * nnwfm.el (nnwfm-create-mapping): Ditto.
5244
5245 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5246
5247         * dgnushack.el (dgnushack-compile): nnrss.el and
5248         nnslashdot.el don't depend on nnweb, url, w3.
5249
5250         * nnrss.el: Use mm-url.
5251
5252 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5253
5254         * mm-url.el (mm-url-insert-file-contents): Support file:.
5255
5256 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5257
5258         * mm-view.el: Lower case for the description line. Sync from the
5259         Emacs CVS.
5260
5261 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5262
5263         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
5264         From:  Stefan Monnier  <monnier@cs.yale.edu>
5265
5266 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5267
5268         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
5269
5270 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5271
5272         * mm-url.el: Require executable.
5273         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
5274
5275 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5276
5277         * pop3.el (pop3-munge-message-separator): Only use valid date.
5278         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
5279
5280         * Makefile.in: gnus-load.elc may not be generated.
5281
5282 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5283
5284         * mm-url.el: New file.
5285         * nnslashdot.el: Use it.
5286         * mm-extern.el (mm-extern-url): Use it.
5287
5288 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5289
5290         * gnus-sum.el (gnus-summary-save-article): Nix
5291         gnus-display-mime-function and gnus-article-prepare-hook.
5292
5293         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
5294         the beginning of lines.
5295         (gnus-complex-form-to-spec): Ditto.
5296
5297 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5298
5299         * message.el (message-make-mft): Fix the m-s-a-file regexp.
5300         From Paul Jarc <prj@po.cwru.edu>.
5301
5302 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5303
5304         * message.el: New variable message-subscribed-address-file;
5305         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
5306
5307 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5308
5309         * message.el (message-tab-body-function): Set to nil.
5310         (message-tab): Use text-mode-map or global-map.
5311         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
5312
5313 2001-11-30  Simon Josefsson  <jas@extundo.com>
5314
5315         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
5316         instead of gnus-union, for speed.  Suggested by Christoph Conrad
5317         <christoph.conrad@gmx.de>.
5318         (gnus-agent-fetch-group-1): Add verbose message.
5319
5320 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5321
5322         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
5323         of integers.
5324
5325 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5326
5327         * message.el (message-newgroups-header-regexp)
5328         (message-completion-alist, message-tab-body-function): Use
5329         defcustom rather than defvar.
5330         (message-tab): Mention `message-tab-body-function' in doc.
5331         Suggested by Karl Eichwalder.
5332
5333 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5334
5335         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
5336
5337 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5338
5339         * nnheader.el (nnheader-find-nov-line): Don't use macro
5340         gnus-delete-line.
5341
5342         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
5343         (gnus-group-name-charset): Ditto.
5344
5345         * gnus-util.el (gnus-buffer-live-p): Ditto.
5346
5347 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5348
5349         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
5350         open parenthesis in doc.
5351         (sieve-manage-authenticator-alist): Typo in doc.
5352         * imap.el (imap-authenticator-alist): Typo in doc.
5353         (imap-stream-alist): Backslash.
5354
5355         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
5356           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
5357
5358 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5359
5360         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
5361
5362         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
5363
5364         * gnus-msg.el (gnus-configure-posting-styles): use
5365         make-local-hook. Add LOCAL for add-hook.
5366
5367 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
5368
5369         * message.el (message-mode): Use `make-local-hook' unless
5370         obsolete.
5371         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
5372
5373 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5374
5375         * canlock.el: Remove sha1.el and base64.el stuff.
5376
5377 2001-11-26  Didier Verna  <didier@xemacs.org>
5378
5379         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
5380         if needed.
5381
5382 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5383
5384         * message.el (message-tamago-not-in-use-p): New function.
5385         (message-strip-forbidden-properties): Use it.
5386
5387 2001-11-26  Didier Verna  <didier@xemacs.org>
5388
5389         * gnus-start.el (gnus-check-first-time-used): only check for
5390         existence of .el[d] files.
5391
5392 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5393
5394         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
5395
5396         * message.el (message-setup-1): Clean up mc-*.
5397
5398 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5399
5400         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
5401         * gnus-score.el (gnus-score-find-bnews): Use it.
5402
5403         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
5404         (gnus-summary-limit-to-author): Ditto.
5405         (gnus-summary-limit-to-extra): Ditto.
5406         (gnus-summary-find-matching): Support not-matching argument.
5407
5408 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5409
5410         * message.el (message-wash-subject): Use `insert' rather than
5411         `insert-string', which is deprecated.
5412
5413 2001-11-24  Simon Josefsson  <jas@extundo.com>
5414
5415         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
5416         message. (Gnus does not "default" to using 8bit for the message,
5417         it default to use 8bit encoding and the user-supplied CTE
5418         value. Calling this behaviour "treating it as 8bit" is perhaps
5419         better.)
5420
5421         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
5422         (compare mm-charset-to-coding-system).
5423
5424 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5425
5426         * canlock.el (canlock-sha1-with-openssl): Use unibyte
5427         buffer. Correctly decode hex.
5428
5429 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5430
5431         * gnus-agent.el (gnus-category-insert-line): Convert category
5432         names to strings.
5433
5434 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5435
5436         * message.el (sha1): eval-and-compile.
5437
5438 2001-11-20  Simon Josefsson  <jas@extundo.com>
5439
5440         * message.el (message-allow-no-recipients): New variable.
5441         (message-send): Use it, customize the prompting when posting to
5442         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
5443
5444 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5445
5446         * mm-util.el (mm-coding-system-priorities): New variable.
5447         (mm-sort-coding-systems-predicate): New function.
5448         (mm-find-mime-charset-region): Resort coding systems if needed.
5449         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
5450
5451 2001-11-20  Didier Verna  <didier@xemacs.org>
5452
5453         * gnus-group.el (gnus-group-make-help-group): new optional
5454         argument to control the error behavior.
5455         * gnus-start.el (gnus-check-first-time-used): use it to avoid
5456         erroring.
5457
5458 2001-11-19  Simon Josefsson  <jas@extundo.com>
5459
5460         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
5461         instead of C-c C-u.  Suggested by Per Abrahamsen
5462         <abraham@dina.kvl.dk>.
5463
5464 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5465
5466         * nnfolder.el (nnfolder-read-folder): Use group instead of
5467         nnfolder-current-group.
5468         Suggested by Lorentey Karoly <lorentey@elte.hu>.
5469
5470 2001-11-17  Simon Josefsson  <jas@extundo.com>
5471
5472         * message.el (message-send): Ask user if Fcc/Gcc should be
5473         performed when no other sender was specified.
5474         Suggested by prj@po.cwru.edu (Paul Jarc).
5475
5476 2001-11-17  Simon Josefsson  <jas@extundo.com>
5477
5478         * message.el (message-mode, message-mode-map): Use C-c C-u for
5479         Importance: instead of C-c C-p (used by SC).
5480
5481 2001-11-16  Simon Josefsson  <jas@extundo.com>
5482
5483         * message.el (message-insert-importance-high)
5484         (message-insert-importance-low): Save point.
5485
5486         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
5487         value.
5488
5489 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
5490
5491         * message.el (message-strip-special-text-properties): New option.
5492         (message-strip-forbidden-properties): Obey it.
5493
5494 2001-11-14  Sam Steingold  <sds@gnu.org>
5495
5496         * gnus-score.el: Fixed some doc strings to properly quote symbols.
5497
5498 2001-11-15  Simon Josefsson  <jas@extundo.com>
5499
5500         Support "Importance:" header in Message.
5501
5502         * message.el (message-mode-map): Bind C-c C-p to
5503         `message-insert-or-toggle-importance'
5504         (message-mode-menu): Add message-insert-importance-{high,low}.
5505         (message-insert-importance-high, message-insert-importance-low)
5506         (message-insert-or-toggle-importance): New functions.
5507         (message-tool-bar-map): Add {un,}important.
5508         (message-mode): Doc fix.
5509
5510 2001-11-15  Simon Josefsson  <jas@extundo.com>
5511
5512         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
5513
5514         * mml.el (mml-menu): Fix toolbar tooltip.
5515
5516 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5517
5518         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
5519         * nnml.el (nnml-save-marks): Ditto.
5520
5521         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
5522
5523 2001-11-15  Simon Josefsson  <jas@extundo.com>
5524
5525         * nnml.el (nnml-save-marks):
5526         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
5527         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
5528
5529 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
5530
5531         * gnus-art.el (gnus-article-wash-status-strings): Use
5532         `copy-sequence', not `copy-seq'.
5533
5534 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
5535
5536         * gnus-art.el (gnus-article-wash-status-strings): New constant.
5537         (gnus-gnus-article-wash-status-entry): New function.
5538         (gnus-article-wash-status): Use it.
5539
5540 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5541
5542         * mml1991.el: Add coding header.
5543
5544 2001-11-12  Simon Josefsson  <jas@extundo.com>
5545
5546         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
5547         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
5548         `mml1991-sign' and `mml1991-encrypt'.
5549         (mml1991-encrypt, mml1991-sign): New glue functions.
5550         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
5551
5552         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
5553         (mml-menu): Add PGP to menu.
5554
5555         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
5556         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
5557         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
5558         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
5559
5560         * mml2015.el: Mention RFC 3156.
5561
5562         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
5563
5564 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5565
5566         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
5567
5568         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
5569           From <Michael.Cook@cisco.com>
5570
5571 2001-11-11  Simon Josefsson  <jas@extundo.com>
5572
5573         * message.el (top-level): Autoload sha1.
5574         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
5575         canlock, no need to require two different hash algs).  Suggested
5576         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
5577
5578 2001-11-09  Simon Josefsson  <jas@extundo.com>
5579
5580         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
5581         <Pavel@Janik.cz>.
5582
5583 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5584
5585         * message.el (message-point-in-header-p): New function.
5586         (message-do-auto-fill): Use it.
5587         (message-beginning-of-line): New function.  Goes to beginning of
5588         header value (i.e., end of header name), or to beginning of line
5589         if already at beginning of value.  Behaves like
5590         `beginning-of-line' when in message body.
5591         (message-mode-map): Bind it.
5592
5593 2001-11-08  Simon Josefsson  <jas@extundo.com>
5594
5595         * gnus-msg.el (gnus-posting-styles): Add doc.
5596
5597 2001-11-07  Simon Josefsson  <jas@extundo.com>
5598
5599         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
5600
5601         * sieve-mode.el (sieve-control-commands-face)
5602         (sieve-control-commands-face, sieve-action-commands-face)
5603         (sieve-test-commands-face, sieve-tagged-arguments-face): New
5604         faces.
5605         (sieve-font-lock-keywords): Use them.
5606         (sieve-mode): Only set font-lock-defaults in emacs.
5607
5608         * gnus-art.el (gnus-default-article-saver): Add
5609         gnus-summary-save-body-in-file.
5610         (gnus-summary-write-to-file): Fix doc.
5611
5612 2001-11-07  Simon Josefsson  <jas@extundo.com>
5613
5614         * gnus-art.el (gnus-treat-highlight-signature): Add cross
5615         reference to the correct chapter in the manual.
5616
5617         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
5618         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
5619
5620 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5621
5622         * mml.el (mml-preview): Bind mail-header-separator.
5623
5624 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5625
5626         * message.el: Always require canlock.
5627         (message-ignored-supersedes-headers): Include Cancel-Lock and
5628         Cancel-Key.
5629         (message-insert-canlock): Don't require canlock.
5630         (message-cancel-news): Don't check whether canlock is available.
5631         (message-supersede): Support cancel-locks.
5632
5633         * gnus-art.el: Don't autoload canlock.
5634
5635 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5636
5637         * mail-source.el (mail-source-fetch-imap): ASYNC param.
5638         From: <andre@slamdunknetworks.com>
5639
5640 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5641
5642         * many files: Fix copyright lines.
5643
5644 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5645
5646         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
5647         Suggested by Dave Love  <fx@gnu.org>.
5648
5649 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5650
5651         * message.el (message-kill-buffer): Remove auto-save file after
5652         confirm.
5653
5654         * message.el (message-send-mail): Call message-generate-headers
5655         once.  Suggested by Matt Armstrong <matt@lickey.com>.
5656
5657         * gnus-topic.el (gnus-topic-rename): Initial-input.
5658         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
5659
5660 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
5661
5662         * message.el (message-forbidden-properties): New constant.
5663         (message-strip-forbidden-properties): New function.
5664         (message-mode): Activate it.
5665
5666 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5667
5668         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
5669         (mm-hack-charsets): Fix doc.
5670
5671 2001-11-02  Simon Josefsson  <jas@extundo.com>
5672
5673         * gnus-int.el (gnus-check-server): Message "...done" when done.
5674
5675         * imap.el (imap-close): Don't message (imap-send-command-wait
5676         returns if the connection is dropped).
5677         (imap-wait-for-tag): Nix out message only when necessary.
5678
5679         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
5680         for non-crossposting.
5681         (gnus-sieve-crosspost): Default to t to be consistent with other
5682         parts of Gnus.
5683
5684 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5685
5686         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
5687         (mm-iso-8859-x-to-15-table): Ditto.
5688         (mm-iso-8859-x-to-15-region): Ditto.
5689         (mm-find-mime-charset-region): Ditto.
5690
5691 2001-11-01  Simon Josefsson  <jas@extundo.com>
5692
5693         * nnimap.el (nnimap-close-asynchronous): New variable.
5694         (nnimap-close-group): Use it.
5695         (nnimap-expunge): Don't use it.
5696
5697         * imap.el (imap-callbacks): New variable.
5698         (imap-remassoc): Copied from `gnus-remassoc'.
5699         (imap-add-callback): New function.
5700         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
5701         behaviour.
5702         (imap-parse-response): Call the callback.
5703
5704         * message.el (message-insert-canlock): New variable.
5705         (message-canlock-generate, message-canlock-password)
5706         (message-insert-canlock): New functions.
5707         (message-send-news): Call `message-insert-canlock'.
5708         (top-level): Require canlock when compiling.
5709         (message-insert-canlock): Require canlock before we need it.
5710
5711 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5712
5713         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
5714
5715 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5716
5717         * dgnushack.el (dgnushack-make-load): A workaround for
5718         custom-add-loads bug in some versions of XEmacs.
5719
5720 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5721
5722         * mm-util.el (mm-charset-synonym-alist): Revert (some).
5723
5724 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5725
5726         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
5727         (mm-hack-charsets): New variable.
5728         (mm-iso-8859-15-compatible): New variable.
5729         (mm-iso-8859-x-to-15-table): New variable.
5730         (mm-find-mime-charset-region): Add parameter hack-charsets.
5731
5732         * mm-bodies.el (mm-encode-body): Use it.
5733         * mml.el (mml-parse-1): Ditto.
5734
5735 2001-11-01  Simon Josefsson  <jas@extundo.com>
5736
5737         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
5738
5739 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5740
5741         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
5742         is nil.
5743
5744 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5745
5746         * smiley-ems.el (smiley-update-cache): Auto detect file type.
5747
5748         * message.el (message-forward-rmail-make-body): Use
5749         save-window-excursion.
5750         (message-encode-message-body): Search with noerror.
5751         (message-setup-1): Convert compose-mail send-actions to
5752         message-send-actions.
5753
5754 2001-11-01  Simon Josefsson  <jas@extundo.com>
5755
5756         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
5757         <yamaoka@jpl.org>.
5758
5759 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5760
5761         * sieve-manage.el (sieve-string-bytes): No complain.
5762
5763 2001-11-01  Simon Josefsson  <jas@extundo.com>
5764
5765         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
5766         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
5767         has autoload cookies, so no `require' should be necessary.)
5768
5769         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
5770         files.
5771
5772 2001-10-31  Simon Josefsson  <jas@extundo.com>
5773
5774         * gnus-cus.el (gnus-group-parameters): Support integer `display'
5775         parameter.
5776
5777         * gnus-sum.el (gnus-select-newsgroup): If group parameter
5778         `display' is a number (and C-u wasn't used to enter group), only
5779         fetch that number of articles.
5780
5781 2001-10-31  Matt Armstrong  <matt@lickey.com>
5782
5783         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
5784         not-subscribed -> subscribed.
5785
5786 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5787         From: Josh Huber <huber@alum.wpi.edu>
5788
5789         * message.el (message-subscribed-address-functions): New variable.
5790         (message-subscribed-addresses): New variable.
5791         (message-subscribed-regexps): New variable.
5792         (message-goto-mail-followup-to): New function.
5793         (message-send-mail): Add Mail-Followup-To.
5794         (message-make-mft): New function.
5795
5796         * gnus.el (gnus-find-subscribed-addresses): New function.
5797
5798 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5799
5800         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
5801         (mail-source-fetch-pop): Ditto.
5802         (mail-source-check-pop): Ditto.
5803
5804         * gnus-start.el (gnus-read-init-file): Ditto.
5805         (gnus-activate-group): Ditto.
5806         (gnus-read-newsrc-el-file): Ditto.
5807
5808 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5809
5810         * message.el (message-get-reply-headers): Make sure there is ", ".
5811
5812         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
5813         mm-coding-system-p. Don't correct it only in XEmacs.
5814         (mm-charset-to-coding-system): Use mm-coding-system-p and
5815         mm-get-coding-system-list.
5816         (mm-emacs-mule, mm-mule4-p): New variables.
5817         (mm-enable-multibyte, mm-disable-multibyte,
5818         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
5819         mm-with-unibyte-current-buffer,
5820         mm-with-unibyte-current-buffer-mule4): Use them.
5821         (mm-find-mime-charset-region): Treat iso-2022-jp.
5822
5823         From  Dave Love  <fx@gnu.org>:
5824
5825         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
5826         construction.
5827         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
5828         entries conditional on not having a coding system defined for
5829         them.
5830         (mm-mule-charset-to-mime-charset): Use
5831         find-coding-systems-for-charsets if defined.
5832         (mm-charset-to-coding-system): Don't use
5833         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
5834         later.  Add last resort search of coding systems.
5835         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
5836         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
5837         Mule 4.
5838         (mm-find-mime-charset-region): Re-write.
5839         (mm-with-unibyte-current-buffer): Restore buffer as well as
5840         multibyteness.
5841
5842 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5843
5844         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
5845         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
5846         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
5847
5848 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5849
5850         * gnus-art.el (article-display-x-face): Nix buffer-read-only
5851         again.
5852
5853         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
5854
5855 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5856
5857         * gnus-spec.el (gnus-parse-simple-format): Use
5858           buffer-substring-no-properties.
5859
5860 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5861
5862         * gnus-art.el (article-verify-cancel-lock): New function.
5863
5864         * nnheader.el (nntp-process-response): New variable.
5865         (nnheader-init-server-buffer): Make `nntp-process-response'
5866         buffer-local in `nntp-server-buffer'.
5867
5868         * nntp.el (nntp-prepare-post-hook): New hook.
5869         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
5870         (nntp-async-trigger): Ditto.
5871         (nntp-request-post): Insert a server's ID if there's no Message-ID
5872         header; run `nntp-prepare-post-hook'.
5873
5874 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5875
5876         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
5877         instead.
5878
5879         * message.el (message-forward-subject-author-subject): Don't use
5880         message-news-p, which widens the buffer.
5881         (message-forward-make-body): New function.
5882         (message-forward): Use it.
5883         (message-insinuate-rmail): New function.
5884         (message-forward-rmail-make-body): New function.
5885
5886 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5887
5888         * mm-extern.el (mm-extern): Provide it.
5889
5890         * mm-partial.el (mm-partial): Provide it.
5891
5892 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5893
5894         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
5895
5896 2001-10-29  Simon Josefsson  <jas@extundo.com>
5897
5898         * mml.el (mml-preview): Bind message-this-is-news if it is
5899         news. From Jesper Harder <harder@myrealbox.com>.
5900
5901 2001-10-28  Simon Josefsson  <jas@extundo.com>
5902
5903         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
5904
5905 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
5906
5907         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
5908         ironic smilies.
5909
5910 2001-10-27  Simon Josefsson  <jas@extundo.com>
5911
5912         * message.el (message-indent-citation): Don't add trailing
5913         whitespace when citing text.
5914
5915         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
5916         <harder@ifa.au.dk>.
5917
5918 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5919
5920         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
5921         not available.
5922         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
5923         (nnweb-type-definition): Add google as alias of dejanews.
5924         (nnweb-google-parse-1): Forward 1 line.
5925
5926 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5927
5928         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
5929         variable `message-forward-ignored-headers'.
5930
5931 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
5932
5933         * gnus.el (gnus-expand-group-parameter): New function.
5934         (gnus-expand-group-parameters): Call it.
5935         (gnus-group-fast-parameter): New function.
5936         (gnus-group-find-parameter): Call it.
5937
5938 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
5939
5940         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
5941         vector (it didn't before because of a bug).
5942         * gnus-msg.el (gnus-post-news): Use header vector directly, if
5943         available.  Before it converted it to an article number.
5944
5945         This makes followup to news articles with negative numbers in
5946         nnvirtual groups use news instead of mail.
5947
5948 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
5949
5950         * gnus.el (post-method): Use `native' instead of `nil'.
5951
5952         * gnus-msg.el (gnus-post-method): Ditto.
5953
5954 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
5955
5956         * gnus.el (gnus-define-group-parameter): Grammar fix.
5957
5958 2001-10-22  Simon Josefsson  <jas@extundo.com>
5959
5960         * gnus-msg.el (gnus-extended-version): Include
5961         system-configuration.
5962         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
5963
5964 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
5965
5966         * gnus.el (post-method): Customization fix: `native' is not a
5967         valid value.
5968         * gnus-msg.el (gnus-post-method): Doc and customization fix:
5969         `native' is not a valid value.
5970
5971 2001-10-21  Simon Josefsson  <jas@extundo.com>
5972
5973         * nnimap.el (nnimap): Defgroup
5974         (nnimap-strict-function, nnimap-strict-function-match): New
5975         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
5976         (nnimap-split-crosspost, nnimap-split-inbox)
5977         (nnimap-split-rule, nnimap-split-predicate)
5978         (nnimap-split-predicate): Defcustom.
5979         (nnimap-split-inbox, nnimap-expunge-search-string)
5980         (nnimap-importantize-dormant): Remove "*" from doc.
5981
5982 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5983
5984         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
5985         not supplied via prefix arg.  From Lisp, make arg mandatory.
5986         Suggested by Frank Schmitt.
5987
5988 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
5989
5990         * message.el (message-do-auto-fill): Avoid calling
5991         'rfc822-goto-eoh'.
5992
5993 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5994         From Paul Jarc <prj@po.cwru.edu>.
5995
5996         * message.el (message-get-reply-headers): Restructure the logic
5997         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
5998
5999 2001-10-20  Simon Josefsson  <jas@extundo.com>
6000
6001         * message.el (message-cancel-news): Support cancel-locks.
6002         Suggested by Per Abrahamsson.
6003
6004         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
6005         conses.  From David Z Maze <dmaze@MIT.EDU>.
6006
6007         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
6008
6009 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
6010
6011         * mm-decode.el (mm-default-directory): Fix customize type.
6012
6013         * message.el (message-setup-fill-variables): Kludge to use
6014         normal-auto-fill-function even if auto fill is already activated.
6015
6016 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
6017
6018         * message.el (message-do-auto-fill): New version that does not
6019         rely on text properties, by Simon Josefsson <jas@extundo.com>.
6020         (message-setup-1): Removed the `message-field' property.
6021
6022         * gnus-draft.el (gnus-draft-edit-message): Removed the
6023         `message-field' property.
6024
6025 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
6026
6027         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
6028         `message-field'.  The `field' property has a special significance in
6029         Emacs 21.
6030
6031         * message.el (message-send, message-setup-1): Ditto.
6032
6033 2001-10-18  Simon Josefsson  <jas@extundo.com>
6034
6035         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
6036         when undoing.
6037
6038 2001-10-18  Simon Josefsson  <jas@extundo.com>
6039         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
6040
6041         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
6042         (gnus-summary-make-menu-bar): Ditto.
6043
6044 2001-10-17  Simon Josefsson  <jas@extundo.com>
6045
6046         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
6047         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
6048
6049 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6050
6051         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
6052         * gnus-util.el (gnus-user-date): New function.
6053         From Frank Schmitt <usenet@Frank-Schmitt.net>.
6054
6055 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
6056
6057         * message.el (message-check-news-header-syntax): Special case
6058         nnvirtual groups.
6059
6060         * gnus-sum.el (gnus-summary-respool-default-method): Changed
6061         customize type to `symbol'.
6062
6063 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6064
6065         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
6066         %&foo;.
6067         (gnus-parse-simple-format): Support user extended spec too.
6068         %u&foo; invokes gnus-user-format-function-foo.
6069
6070 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6071
6072         * nnml.el (nnml-request-expire-articles): Make sure it is back to
6073         the server.
6074         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
6075         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6076         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
6077         * nndiary.el (nndiary-request-expire-articles): Ditto.
6078         (nndiary-schedule): Defsubst it before use it.
6079         (nndiary-error): eval-and-compile.
6080
6081 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
6082
6083         * gnus-msg.el (gnus-post-method): Changed two instances of
6084         `active' to `current' and one `null' to `not'.
6085
6086 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6087         From Katsumi Yamaoka <yamaoka@jpl.org>.
6088
6089         * message.el (message-setup-fill-variables): Use
6090         `normal-auto-fill-function' instead of `auto-fill-function'.
6091
6092 2001-10-16  Simon Josefsson  <jas@extundo.com>
6093
6094         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
6095         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
6096         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
6097
6098 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6099         Patch by Oliver Scholz <oscholz@my.gnus.org>.
6100
6101         * gnus-draft.el (gnus-draft-edit-message): Add text property
6102         `field' with value `header' to message headers.
6103         * message.el (message-setup-1): Really add text property to all of
6104         the header, not just part of it.
6105
6106 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6107
6108         * gnus-group.el (gnus-group-sort-by-server): Use it.
6109
6110         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
6111
6112         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
6113         and keystroke.
6114
6115 2001-10-14  Simon Josefsson  <jas@extundo.com>
6116
6117         * dig.el: Doc fix.
6118
6119         * smime.el: Doc fix.
6120
6121         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
6122         charset magic from message.el.
6123
6124 2001-10-12  Simon Josefsson  <jas@extundo.com>
6125         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
6126
6127         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
6128         'cite from g-a-wash-types.
6129         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
6130         (gnus-article-hide-citation): Fix.
6131
6132         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
6133         character.
6134         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
6135
6136         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
6137         definition.
6138         (gnus-signature-toggle): Toggle `s' mode line character.
6139
6140         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
6141         doing stuff that clears it.
6142
6143 2001-10-12  Simon Josefsson  <jas@extundo.com>
6144
6145         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
6146         From Eric Marsden <emarsden@laas.fr>.
6147
6148 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6149
6150         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
6151         (autoload): Add some autoloads.
6152
6153 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6154         Suggested by Oliver Scholz <epameinondas@gmx.de>.
6155
6156         * message.el (message-do-auto-fill): New function.  Like
6157         `do-auto-fill' but don't fill when in the message header.
6158         (message-setup-1): Put a text property on the message header.
6159         (message-setup-fill-variables): Use `message-do-auto-fill'.
6160
6161 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6162
6163         * message.el (message-send-mail-partially): Insert an empty line
6164         first, because of the change of message-make-lines.
6165
6166 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
6167
6168         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
6169         iso-8859-15, make it an alias for iso-8859-1.
6170
6171 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6172
6173         * message.el (message-send-news): Don't modify the value of
6174         `message-syntax-checks' if it is not a list (possibly it is
6175         `dont-check-for-anything-just-trust-me').
6176
6177 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6178
6179         * gnus-group.el (gnus-group-name-charset-group-alist): Use
6180         `find-coding-system' for XEmacs to check whether the coding-system
6181         `utf-8' is available.
6182
6183 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6184
6185         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
6186
6187 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
6188
6189         * message.el (message-send-news): Oops, missed case with no
6190         "Followup-To" header...
6191
6192 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
6193
6194         * message.el (message-send-news): Allow
6195         `gnus-group-name-charset-group-alist' to affect encoding of the
6196         "Newsgroups" and "Followup-To" headers.
6197
6198 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6199
6200         * Makefile.in (install-el): Depend on gnus-load.el.
6201
6202 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6203
6204         * Makefile.in (install-el): Use -f.
6205         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
6206
6207 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
6208
6209         * message.el (message-send-news): Don't encode Followups-To when
6210         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
6211
6212         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
6213         header.
6214
6215         * gnus-art.el (article-decode-group-name): Also decode
6216         "Followup-To".
6217
6218         * rfc2047.el (rfc2047-encode-message-header): Encode without
6219         asking for null methods.
6220
6221         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
6222         default charset for newsgroup names in accordance with USEFOR.
6223
6224         * gnus-group.el (gnus-group-name-charset-method-alist,
6225         gnus-group-name-charset-group-alist): Removed "*" from doc
6226         strings, "*" should not be used for complex variables.
6227
6228 2001-10-06  Simon Josefsson  <jas@extundo.com>
6229
6230         Support UTF-8 group names better.
6231
6232         * message.el (message-check-news-header-syntax): Encode group
6233         names before comparison.
6234
6235         * gnus-msg.el (gnus-copy-article-buffer): Run all
6236         `gnus-article-decode-hook's except `article-decode-charset'
6237         instead of hardcoding call to one of them.
6238
6239         * gnus-art.el (gnus-article-decode-hook): Add
6240         `article-decode-group-name'.
6241         (article-decode-group-name): New function, use `g-d-n'.
6242
6243         * gnus-group.el (gnus-group-insert-group-line): Decode
6244         gnus-tmp-group using `g-d-n'.
6245
6246         * gnus-util.el (gnus-decode-newsgroups): New function.
6247
6248 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
6249
6250         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
6251         `gnus-group-name-charset-group-alist'.
6252
6253 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6254
6255         * Makefile.in: Install el in install. Add uninstall.
6256
6257 2001-10-05  Simon Josefsson  <jas@extundo.com>
6258
6259         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
6260
6261         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
6262
6263         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
6264         empty folders.
6265
6266         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
6267         limiting if read-all (C-u RET) was used.
6268
6269 2001-10-04  Simon Josefsson  <jas@extundo.com>
6270
6271         * mail-source.el (mail-source-movemail-program): New variable.
6272         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
6273         <thutt@thutt.vmware.com>.
6274
6275 2001-10-03  Simon Josefsson  <jas@extundo.com>
6276
6277         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
6278         (gnus-summary-line-format-alist): Fix param.
6279
6280 2001-10-02  Simon Josefsson  <jas@extundo.com>
6281
6282         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
6283         don't go through `nnimap-request-expire-articles' to delete the
6284         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
6285
6286 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6287
6288         * gnus-agent.el (gnus-agent-write-active): The min in the
6289         agent/active may be larger than that in the server/active.
6290
6291 2001-10-01  Simon Josefsson  <jas@extundo.com>
6292
6293         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
6294         is IMAP4rev1.
6295
6296         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
6297
6298         * nnfolder.el: Ditto.
6299
6300 2001-09-30  Dan Christensen  <jdc@uwo.ca>
6301
6302         * gnus-sum.el (gnus-summary-extract-address-component): New function.
6303         (gnus-summary-from-or-to-or-newsgroups): Optimize.
6304
6305 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6306
6307         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
6308         (message-mode-menu): Menu item for same.
6309
6310         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
6311         delayed articles.
6312
6313         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
6314         nndraft:delayed does not exist.
6315         (gnus-delay-initialize): Don't set up keymap, that's done from
6316         message.el now.
6317         (gnus-delay, gnus-delay-group, gnus-delay-header)
6318         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
6319
6320 2001-09-29  Simon Josefsson  <jas@extundo.com>
6321
6322         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
6323         utf-8, not eight-bit-control.
6324
6325         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
6326         (imap-log, imap-debug): Custom.
6327         (imap-log-buffer, imap-debug-buffer): New constants.
6328         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
6329         (imap-network-open, imap-shell-open, imap-starttls-open)
6330         (imap-send-command-1, imap-send-command, imap-arrival-filter)
6331         (imap-debug): Use imap-*-buffer.
6332
6333         * nndoc.el (nndoc-article-type): Add mailman.
6334         (nndoc-type-alist): Ditto.
6335         (nndoc-mailman-type-p): New function.
6336
6337 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6338
6339         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
6340         gnus-art.el.
6341
6342 2001-09-27  Simon Josefsson  <jas@extundo.com>
6343
6344         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
6345         (gnus-topic-catchup-articles): New function. Suggested by Robin
6346         S. Socha <robin-dated-1001857693.185e29@socha.net>.
6347
6348 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6349         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
6350
6351         * gnus-ems.el (gnus-article-display-xface): Insert xface after
6352         previous ones.
6353
6354 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6355         From Daiki Ueno  <ueno@unixuser.org>
6356
6357         * gnus-sum.el (gnus-summary-show-article): The arglist of
6358         detect-coding-region is incompatible.
6359
6360 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6361         From Katsuhiro Hermit Endo <hermit@koka-in.org>
6362
6363         * gnus-group.el (gnus-group-delete-group): Typo.
6364
6365 2001-09-26  Simon Josefsson  <jas@extundo.com>
6366
6367         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
6368
6369         * nnimap.el (nnimap-expiry-target): Use temp buffer.
6370
6371 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6372
6373         * gnus-cus.el (gnus-group-parameters): Display as sexp.
6374
6375 2001-09-22  Simon Josefsson  <jas@extundo.com>
6376
6377         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
6378
6379         * nnfolder.el (nnfolder-open-marks): Ditto.
6380
6381         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
6382         (gnus-update-marks): Use it.
6383         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
6384         hardcoded list.
6385
6386         * gnus.el (gnus-article-special-mark-lists): Add killed.
6387         (gnus-article-unpropagated-mark-lists): New constant.
6388
6389 2001-09-22  Simon Josefsson  <jas@extundo.com>
6390
6391         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
6392         custom option.
6393
6394 2001-09-23  Simon Josefsson  <jas@extundo.com>
6395
6396         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
6397
6398 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6399
6400         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
6401
6402 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
6403
6404         * gnus-group.el (gnus-group-sort-function): Fix customize type to
6405         accept lists of functions.
6406
6407 2001-09-20  Simon Josefsson  <jas@extundo.com>
6408
6409         * gnus-group.el (gnus-group-catchup): Update expire marks in
6410         backend.  Also, if ALL also set expire marks on tick/dormant.
6411
6412 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6413
6414         * message.el (message-tab-body-function): New variable.
6415         * message.el (message-tab): Use it.
6416
6417 2001-09-19  Sam Steingold  <sds@gnu.org>
6418
6419         * gnus-win.el (gnus-buffer-configuration): Respect
6420         `gnus-bug-create-help-buffer'.
6421
6422 2001-09-18  Simon Josefsson  <jas@extundo.com>
6423
6424         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
6425         (gnus-parse-simple-format): Re-revert.
6426
6427 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
6428
6429         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
6430         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
6431
6432 2001-09-18  Simon Josefsson  <jas@extundo.com>
6433
6434         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
6435         signed.
6436         (gnus-parse-simple-format): Don't use it.
6437
6438 2001-09-17  Miles Bader  <miles@gnu.org>
6439
6440         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
6441         error querying a backend abort the whole process.
6442
6443 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6444
6445         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
6446         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
6447
6448 2001-09-17  Didier Verna  <didier@xemacs.org>
6449
6450         * nndiary.el: version 0.2-b14.
6451         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
6452         compatibility problem with XEmacs 21.1.
6453
6454 2001-09-15  Simon Josefsson  <jas@extundo.com>
6455
6456         * gnus-group.el (gnus-group-line-format): Document %c.
6457
6458         * nnml.el (nnml-parse-head): Handle CRLF files.
6459         (nnml-generate-nov-file): Ditto.
6460         (nnml-retrieve-headers): Ditto.
6461
6462 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
6463
6464         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
6465
6466 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
6467
6468         * gnus-spec.el (gnus-correct-substring): Still stopped one
6469         character before we wanted (never included last character).
6470         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
6471         add missing "," (once per function)
6472
6473 2001-09-14  Simon Josefsson  <jas@extundo.com>
6474
6475         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
6476         (otherwise e.g. gnus-agentize in .gnus overrides the customized
6477         default before gnus-group is loaded and the variable set.)
6478
6479         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
6480         killed or unsent marks.
6481
6482         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
6483         isn't an article to set it on (e.g. when you `a' in a group).
6484
6485 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6486
6487         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
6488         can read e-mails from Microsoft Outlook users not using ISO
6489         8859-2 character set.
6490
6491 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6492
6493         * gnus-diary.el: Minor modifications to avoid warnings.
6494         (gnus-summary-misc-menu): defvar.
6495         (gnus-diary-check-message): Use gnus-point-at-eol.
6496         (gnus-diary-kill-entire-line): eval-and-compile.
6497
6498 2001-09-12  Didier Verna  <didier@xemacs.org>
6499
6500         * nndiary.el: new version (0.2-b13).
6501         * nndiary.el (nndiary-mail-sources): doc update.
6502         * nndiary.el (nndiary-split-methods): ditto.
6503         * nndiary.el (nndiary-request-accept-article-hooks): New.
6504         * nndiary.el (nndiary-request-accept-article): use it, check
6505         message validity.
6506         * nndiary.el (nndiary-get-new-mail): changed default to nil.
6507         * nndiary.el (nndiary-schedule): fix bug (misplaced
6508         condition-case): it didn't return nil on error.
6509         * gnus-diary.el: new version.
6510         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
6511         * gnus-diary.el (gnus-diary-header-value-history): New.
6512         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
6513         * gnus-diary.el (gnus-diary-add-header): New.
6514         * gnus-diary.el (gnus-diary-check-message): New.
6515         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
6516         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
6517
6518 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6519
6520         * gnus-sum.el (gnus-select-newsgroup): Make
6521         `gnus-current-select-method' buffer-local.
6522
6523         * gnus-art.el (gnus-request-article-this-buffer): Refer
6524         `gnus-current-select-method' in the current summary buffer.
6525
6526 2001-09-10  Simon Josefsson  <jas@extundo.com>
6527         From Daniel Pittman <daniel@rimspace.net>
6528
6529         * gnus-spec.el (gnus-correct-pad-form): Fix.
6530
6531 2001-09-09  Simon Josefsson  <jas@extundo.com>
6532
6533         * mm-decode.el (mm-inline-media-tests): Add
6534         application/x-emacs-lisp.
6535         (mm-attachment-override-types): Add
6536         application/{x-,}pkcs7-signature.
6537
6538         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
6539         (gnus-server-line-format, gnus-server-mode-line-format)
6540         (gnus-server-browse-in-group-buffer): Customize.
6541
6542 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6543
6544         * nnml.el (nnml-marks-changed-p): Typo.
6545         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
6546         (nnml-marks-changed-p): Use gnus-gethash.
6547         (nnml-marks-modtime): Use gnus-make-hashtable.
6548
6549         * nnfolder.el (nnfolder-marks-changed-p): Typo.
6550         (nnfolder-request-expire-articles, nnfolder-save-marks)
6551         (nnfolder-open-marks): Typo.
6552         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
6553         (nnfolder-marks-changed-p): Use gnus-gethash.
6554         (nnfolder-marks-modtime): Use gnus-make-hashtable.
6555
6556 2001-09-08  Simon Josefsson  <jas@extundo.com>
6557
6558         * nnfolder.el (nnfolder-marks-modtime): New variable.
6559         (nnfolder-marks-changed-p): New function.
6560         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
6561         (nnfolder-request-update-info): Don't update if marks didn't change.
6562
6563         * nnml.el (nnml-marks-modtime): New variable.
6564         (nnml-marks-changed-p): New function.
6565         (nnml-save-marks, nnml-open-marks): Save modtime.
6566         (nnml-request-update-info): Don't update if marks didn't change.
6567
6568         * gnus-agent.el (gnus-agent-any-covered-gcc)
6569         (gnus-agent-add-server, gnus-agent-remove-server): Use
6570         gnus-agent-method-p.
6571
6572         * gnus-art.el (gnus-buttonized-mime-types): New variable.
6573         (gnus-unbuttonized-mime-type-p): Use it.
6574
6575         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
6576         fetch group.
6577
6578 2001-09-08  Simon Josefsson  <jas@extundo.com>
6579         From Daniel Pittman <daniel@rimspace.net>
6580
6581         * gnus-spec.el (gnus-correct-pad-form): New function.
6582         (gnus-parse-simple-format): Use it.
6583
6584 2001-09-07  Simon Josefsson  <jas@extundo.com>
6585
6586         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
6587         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
6588         Putnam <reader@newsguy.com>.
6589         (gnus-group-sort-selected-groups): Touch dribble file.
6590
6591 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
6592
6593         * nnml.el (nnml-filenames-are-evil): New variable.
6594         (nnml-article-to-file-alist): Rename to ...
6595         (nnml-current-group-article-to-file-alist): ... this.
6596         Respect `nnml-filenames-are-evil'.
6597         (nnml-active-number): Update.
6598         (nnml-update-file-alist): Update.
6599         (nnml-request-article): Use nnheader-article-to-file-alist.
6600         (nnml-request-rename-group): Likewise.
6601
6602 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6603
6604         * gnus-sum.el (gnus-summary-insert-line): Fix.
6605
6606 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
6607
6608         * gnus-sum.el: Bind g-s-t-s to "W g".
6609         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
6610         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
6611         display of graphical smilies.
6612
6613 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6614
6615         * gnus-start.el (gnus-setup-news): A typo.
6616         From Bill White <billw@wolfram.com>.
6617
6618 2001-09-06  Simon Josefsson  <jas@extundo.com>
6619
6620         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
6621         and unseen marks.
6622
6623 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6624
6625         * nnmail.el (nnmail-split-fancy): Document `junk'.
6626
6627 2001-09-04  Simon Josefsson  <jas@extundo.com>
6628
6629         * imap.el (imap-search): Don't error if server is broken.
6630
6631 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
6632
6633         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
6634         searching for an article that isn't in the mbox.
6635
6636 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6637
6638         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
6639         right, and get all the comments.
6640
6641 2001-09-02  Simon Josefsson  <jas@extundo.com>
6642         Suggested by Dan Christensen <jdc+news@uwo.ca>
6643
6644         * nnfolder.el (nnfolder-request-update-info): Fix message.
6645
6646         * nnml.el (nnml-request-update-info): Ditto.
6647
6648 2001-09-01  Simon Josefsson  <jas@extundo.com>
6649
6650         * nnml.el (nnml-request-expire-articles): Also bind
6651         `nnml-current-group' and `nnml-article-file-alist' when using
6652         expiry-target. (Otherwise nnml will be in a inconsistent internal
6653         state causing all kind of problems.)
6654         (nnml-request-expire-articles): If `nnml-article-to-file' or
6655         `file-attributes' failes, return article as un-expirable instead
6656         of treating it as expired.
6657
6658 2001-08-31  Sam Steingold  <sds@gnu.org>
6659
6660         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
6661         typo: `exmine' --> `examine'.
6662
6663 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6664
6665         * nndoc.el (nndoc-forward-type-p): It is not a digest.
6666
6667 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6668
6669         * nnml.el (nnml-check-directory-twice): Remove.
6670         (nnml-retrieve-headers): Ditto.
6671         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
6672
6673 2001-08-30  Andrew Innes  <andrewi@gnu.org>
6674
6675         * nnheader.el (nnheader-directory-files-is-safe): No need to read
6676         directory twice on Windows, or on GNU Emacs-21.
6677
6678 2001-08-30  Andrew Innes  <andrewi@gnu.org>
6679
6680         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
6681         (nnml-request-rename-group): Ditto.
6682         (nnml-active-number): Ditto.
6683         (nnml-request-create-group): Use nnml-directory-articles.
6684         (nnml-request-expire-articles): Use nnml-directory-articles, which
6685         gets list from nov database if available.
6686         (nnml-get-nov-buffer): New function.
6687         (nnml-open-nov): Use it.
6688         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
6689         gets alist from nov database if available.
6690         (nnml-directory-articles): New function.
6691         (nnml-article-to-file-alist): New function.
6692
6693 2001-08-30  Andrew Innes  <andrewi@gnu.org>
6694
6695         * mm-decode.el (mm-display-external): Use `name' as filename, if
6696         `filename' attribute is not present.
6697
6698 2001-08-30  Andrew Innes  <andrewi@gnu.org>
6699
6700         * mail-source.el (mail-source-flash): New defcustom.
6701         (mail-source-new-mail-p): Ring visible bell if appropriate.
6702         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
6703         timer is cleared even if mail check signals an error.
6704
6705 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6706
6707         * gnus-sum.el (gnus-summary-move-article): Only update marks of
6708         type 'list.
6709
6710 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6711
6712         * flow-fill.el (fill-flowed): eol might be point-max.
6713
6714 2001-08-27  Simon Josefsson  <jas@extundo.com>
6715
6716         * nnml.el (nnml-request-update-info): Fix message.
6717         (nnml-open-marks): Ditto.
6718
6719         * nnfolder.el (nnfolder-request-update-info):
6720         (nnfolder-open-marks): Fix message.
6721
6722 2001-08-25  Simon Josefsson  <jas@extundo.com>
6723
6724         * nnfolder.el (nnfolder-save-marks): Don't create directory named
6725         after group in ~/.
6726
6727 2001-08-25  Simon Josefsson  <jas@extundo.com>
6728         From Andreas Jaeger  <aj@suse.de>
6729
6730         * nnfolder.el (nnfolder-open-marks): Fix typo.
6731         * nnml.el (nnml-open-marks): Likewise.
6732
6733 2001-08-25  Simon Josefsson  <jas@extundo.com>
6734
6735         Make nnfolder groups self-contained as far as marks are concerned.
6736
6737         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
6738         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
6739         (nnfolder-open-server): Make marks directory.
6740         (nnfolder-request-delete-group): Delete marks file.
6741         (nnfolder-request-delete-group): Check of nov/marks file exist
6742         before deleting.
6743         (nnfolder-request-rename-group): Rename marks file.
6744         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
6745         (nnfolder-request-set-mark, nnfolder-request-update-info)
6746         (nnfolder-group-marks-pathname, nnfolder-save-marks)
6747         (nnfolder-open-marks): New functions.
6748         (top-level): Require gnus.
6749
6750 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6751
6752         * nnweb.el (nnweb-type-definition): Use google raw file.
6753         (nnweb-google-parse-1): Ditto.
6754         (nnweb-google-identity): Ditto.
6755         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
6756         (nnweb-altavista-wash-article): Ditto.
6757         (nnweb-request-article): Remove nnweb-decode-entities.
6758
6759         * nnml.el: Require 'gnus.
6760
6761 2001-08-25  Simon Josefsson  <jas@extundo.com>
6762
6763         * nnml.el (nnml-marks-is-evil): Add doc.
6764
6765 2001-08-25  Simon Josefsson  <jas@extundo.com>
6766
6767         * nnml.el (nnml-save-marks): Wrap saving marks in a
6768         condition-case, to allow user to start Gnus if saving marks failed
6769         for some reason.
6770
6771 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6772
6773         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
6774
6775         * gnus-group.el (gnus-update-group-mark-positions): Bind
6776         gnus-group-update-hook to nil.
6777
6778 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6779
6780         * mml.el (mml-generate-mime-1): Force as multibyte string.
6781
6782 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6783
6784         * gnus-sum.el (gnus-summary-insert-line)
6785         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
6786         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
6787
6788         * gnus-spec.el (gnus-correct-substring): Take optional END.
6789
6790         * nnrss.el (nnrss-request-article): Remove \n.
6791         (nnrss-retrieve-headers): Lines number is -1.
6792
6793 2001-08-24  Simon Josefsson  <jas@extundo.com>
6794
6795         * gnus-group.el (gnus-info-clear-data): Call
6796         nnfoo-request-set-mark to propagate marks.  Fix bug:
6797         `gnus-group-update-line' doesn't update read range unless we call
6798         `gnus-get-unread-articles-in-group' first.
6799
6800         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
6801         to server.
6802
6803 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6804
6805         * gnus-util.el (gnus-create-info-command): Return an interactive
6806         function.
6807
6808 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6809         From Katsumi Yamaoka <yamaoka@jpl.org>
6810
6811         * gnus-spec.el (gnus-parse-complex-format): Use equal.
6812
6813 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6814
6815         * gnus-sum.el (gnus-select-newsgroup): Use it.
6816
6817         * gnus-util.el (gnus-not-ignore): New function.
6818
6819         * lpath.el (featurep): Don't fbind char-int.
6820
6821         * gnus-util.el (gnus-create-info-command): New function.
6822
6823         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
6824         right node.
6825
6826         * gnus-sum.el (gnus-select-newsgroup): Clean up.
6827         (gnus-summary-limit-children): Use 'identity instead of `all'.
6828         (gnus-summary-limit-to-display-predicate): New command and
6829         keystroke.
6830
6831 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6832
6833         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
6834
6835         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
6836
6837 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6838
6839         * gnus-spec.el: Add the Gnus version.
6840         (gnus-update-format-specifications): If the Gnus version changes,
6841         nix out the format spec cache.
6842
6843         * gnus.el (gnus-continuum-version): Made into a command and
6844         optionalize the VERSION.
6845
6846         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
6847         the start of the lines.
6848
6849 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6850
6851         * gnus.el (gnus-visual-p): Define function before use of
6852         function.
6853
6854 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6855
6856         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
6857         (gnus-article-mark-to-type): New function.
6858         (gnus-update-missing-marks): Only update marks of type 'list.
6859
6860         * gnus.el (gnus-article-special-mark-lists): New variable.
6861
6862 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6863
6864         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
6865         (gnus-select-newsgroup): Still use 'all.
6866         (gnus-summary-initial-limit): Comparing with 'all.
6867
6868 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6869
6870         * gnus-start.el (gnus-activate-group): If dont-check, don't update
6871         active.
6872
6873 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6874
6875         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
6876         nnslashdot-*-retrieve-headers.
6877         (nnslashdot-request-article): Fix for slashcode 2.2.
6878         (nnslashdot-make-tuple): New function.
6879         (nnslashdot-read-groups): Use it.
6880
6881 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6882
6883         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
6884         list.
6885
6886         * gnus-sum.el (gnus-summary-move-article): Don't select article.
6887
6888 2001-08-20  Simon Josefsson  <jas@extundo.com>
6889
6890         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
6891         opened, error instead of continuing (and exploding later).
6892
6893 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6894
6895         * gnus.el (gnus-expand-group-parameters): Return the parameter
6896         list.
6897
6898         * gnus-sum.el (gnus-summary-show-article): Doc fix.
6899         (gnus-summary-show-article): Guess at charset if required.
6900
6901         * gnus-spec.el (gnus-correct-substring): Stopped one character
6902         before we wanted.
6903
6904 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6905
6906         * earcon.el (earcon-auto-play): Remove unused option.
6907
6908 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6909
6910         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
6911         message down in levels, since it happens very fast.
6912
6913         * smiley-ems.el (smiley-update-cache): Respect the symbol version
6914         of smiley-regexp-alist.
6915
6916         * mm-view.el (mm-inline-text): Ignore vcard errors.
6917
6918         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
6919
6920         * gnus-score.el (gnus-all-score-files): Use append instead of
6921         nconc.
6922
6923         * gnus.el (gnus-splash-face): Doc fix.
6924
6925         * mm-decode.el (mm-mailcap-command): Use
6926         mm-path-name-rewrite-functions.
6927         (mm-path-name-rewrite-functions): New variable.
6928
6929         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
6930         (gnus-complex-form-to-spec): Insert tab.
6931         (gnus-spec-tab): New function.
6932
6933         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
6934         entering the group.
6935
6936         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
6937         the positional spec.
6938         (gnus-parse-complex-format): React to %C.
6939
6940         * gnus-ems.el (gnus-char-width): Moved here.
6941
6942         * gnus-sum.el (gnus-select-newsgroup): Set
6943         gnus-newsgroup-articles.
6944         (gnus-unseen-mark): New variable.
6945         (gnus-newsgroup-unseen): Ditto.
6946         (gnus-newsgroup-seen): Ditto.
6947         (gnus-adjust-marked-articles): Use them.
6948         (gnus-update-marks): Use them.
6949         (gnus-summary-update-secondary-mark): Display.
6950         (gnus-summary-prepare-threads): Display.
6951
6952         * gnus-msg.el (gnus-inews-group-method): Use and return the
6953         method, not the server.
6954
6955 2001-08-19  Simon Josefsson  <jas@extundo.com>
6956
6957         * gnus-srvr.el (gnus-server-agent-face): New.
6958         (gnus-server-agent-face): New.
6959         (gnus-server-mode): Turn on font-lock-mode.
6960
6961         * gnus.el (gnus-server-visual): Add defgroup.
6962
6963 2001-08-19  Simon Josefsson  <jas@extundo.com>
6964         From Joe Casadonte <jcasadonte@northbound-train.com>
6965
6966         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
6967         gnus-server-denied-face): New.
6968         (gnus-server-opened-face, gnus-server-closed-face,
6969         gnus-server-denied-face): New.
6970         (gnus-server-font-lock-keywords): Add.
6971
6972 2001-08-19  Simon Josefsson  <jas@extundo.com>
6973
6974         * nnml.el (nnml-request-set-mark): Return nil.
6975         (nnml-save-marks): Use nnml-possibly-create-directory.
6976         (nnml-open-marks): Only work in temp buffer when inserting/reading
6977         .marks file.
6978
6979 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6980
6981         * gnus.el (gnus-expand-group-parameters): Fix.
6982
6983         * gnus-spec.el (gnus-char-width): New function.
6984         (gnus-correct-substring, gnus-correct-length): Use it.
6985
6986         * message.el (message-required-mail-headers): Fix doc.
6987
6988 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6989
6990         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
6991
6992         * mm-decode.el (mm-save-part-to-file): Insert the handle.
6993
6994 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6995
6996         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
6997         slashdot 2.2 (not fully fixed yet).
6998         (nnslashdot-request-article): Ditto.
6999
7000 2001-08-18  Simon Josefsson  <jas@extundo.com>
7001
7002         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
7003         nnimap.
7004
7005         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
7006         gnus-util.
7007         (nnimap-request-update-info-internal): Use new functions.
7008
7009         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
7010         new functions.
7011
7012 2001-08-18  Simon Josefsson  <jas@extundo.com>
7013
7014         Make nnml groups self-contained as far as marks are concerned.
7015
7016         * nnml.el (nnml-request-delete-group): Delete marks file.
7017         (nnml-request-rename-group): Move marks file.
7018         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
7019         variables.
7020         (nnml-request-set-mark, nnml-request-update-info): New server
7021         functions.
7022         (nnml-save-marks, nnml-open-marks): New functions.
7023
7024 2001-08-18  Simon Josefsson  <jas@extundo.com>
7025
7026         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
7027         `set' when setting marks.
7028
7029 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7030
7031         * gnus.el (gnus-info-find-node): Take an argument.
7032
7033         * gnus-art.el (gnus-button-handle-info): New function.
7034         (gnus-url-unhex-string): Replace "+" with " ".
7035
7036 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7037
7038         * message.el (message-check-news-header-syntax): Check bad From.
7039
7040 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7041
7042         * gnus-spec.el (gnus-correct-length): New function.
7043         (gnus-correct-substring): New function.
7044         (gnus-tilde-max-form): Use it.
7045
7046 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
7047
7048         * nnmh.el: Docstring changes as below.
7049
7050         * nnml.el: Docstring changes as below.
7051
7052         * nnbabyl.el: Docstring changes as below.
7053
7054         * nnmbox.el: Docstring changes as below.
7055
7056         * nnfolder.el: Added docstrings identifying each virtual server
7057         parameter.
7058
7059 2001-08-18  Simon Josefsson  <jas@extundo.com>
7060
7061         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
7062
7063 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
7064
7065         * message.el: rename "Abort Message" to "Postpone Message".
7066         Remove "Attach file as MIME" from Message menu, it's already in
7067         the MIME menu.
7068
7069 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7070
7071         * smime.el (smime-point-at-eol): eval-and-compile.
7072         (smime-make-temp-file): New function.
7073         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
7074         Use it.
7075
7076 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7077
7078         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
7079         (gnus-agent-summary-fetch-group): New command and keystroke.
7080
7081         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
7082         (gnus-mime-display-security): Make it respect
7083         gnus-unbuttonized-mime-type-p.
7084
7085         * gnus-sum.el (gnus-articles-to-read): Comments.
7086         (gnus-article-marked-p): New function.
7087         (gnus-summary-display-make-predicate): New function.
7088         (gnus-select-newsgroup): Use them.
7089
7090         * mm-decode.el (mm-save-part-to-file): Made it not error.
7091
7092 2001-08-17  Simon Josefsson  <jas@extundo.com>
7093
7094         * imap.el (imap-wait-for-tag): If process-status isn't open or
7095         run, return nil instead of sit-for looping.
7096
7097 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7098
7099         * lpath.el (featurep): fbind xml-parse-region.
7100
7101         * gnus.el (gnus-message-archive-method): Default to "archive".
7102         (gnus-message-archive-method): Doc fix.
7103         (gnus-parameters-get-parameter): Cleaned up.
7104         (gnus-expand-group-parameter): New function.
7105
7106         * gnus-start.el (gnus-setup-news): Push the archive server only
7107         the server list.
7108
7109         * mml.el (mml-menu): Changed name to "Attachments".
7110
7111         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
7112         when there is something to detroy.
7113
7114 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7115
7116         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
7117         nil.
7118
7119 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7120
7121         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
7122         which specifies a time today or tomorrow.
7123
7124 2001-08-15  Simon Josefsson  <jas@extundo.com>
7125         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
7126
7127         * gnus-agent.el (gnus-agent-make-mode-line-string)
7128         (gnus-agent-toggle-plugged): Use new API.
7129
7130 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7131
7132         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
7133         deadline has expired.
7134
7135 2001-08-12  Simon Josefsson  <jas@extundo.com>
7136         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
7137
7138         Support `recent' mark indicating newly arrived messages (to
7139         separate from old but unread messages).
7140
7141         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
7142         `nnmail-split-history' if recent is > 0.
7143         (nnimap-request-update-info-internal): Update `recent' marks.
7144         (nnimap-request-set-mark): Never set `recent' marks.
7145         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
7146         recent.
7147
7148         * gnus-sum.el (gnus-recent-mark): New mark.
7149         (gnus-newsgroup-recent): New variable.
7150         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
7151         (gnus-summary-prepare-threads): Mark recent articles.
7152         (gnus-summary-add-mark): Support recent.
7153         (gnus-summary-update-secondary-mark): Support recent.
7154
7155         * gnus.el (gnus-article-mark-lists): Add recent.
7156
7157 2001-08-12  Simon Josefsson  <jas@extundo.com>
7158
7159         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
7160         whether successful decoding took place.  Add doc.
7161
7162 2001-08-12  Simon Josefsson  <jas@extundo.com>
7163         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
7164
7165         * gnus.el (gnus-summary-line-format, gnus-parameters):
7166         * gnus-gl.el (gnus-summary-grouplens-line-format):
7167         * gnus-salt.el (gnus-summary-pick-line-format):
7168         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
7169
7170 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
7171         Committed by Kai Gro\e,b_\e(Bjohann.
7172
7173         * gnus-score.el (gnus-score-string): Fix `match' regexp
7174         for `extra' header case.
7175
7176 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7177
7178         * nnmbox.el (nnmbox-read-mbox): No warning.
7179
7180 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7181
7182         * nndoc.el (nndoc-article-type): Fix doc.
7183         (nndoc-generate-article-function): New variable.
7184         (nndoc-dissection-function): New variable.
7185         (nndoc-type-alist): Add oe-dbx.
7186         (nndoc-oe-dbx-type-p): New function.
7187         (nndoc-oe-dbx-dissection): New function.
7188         (nndoc-oe-dbx-generate-article): New function.
7189
7190 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7191
7192         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
7193         whether deadline has been reached.  Patch from Dan Nicolaescu
7194         <dann@godzilla.ics.uci.edu>.
7195
7196 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7197
7198         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
7199         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
7200         <rintaman@cs.Helsinki.FI>.
7201
7202         * mail-source.el (mail-source-movemail): The error buffer is
7203         modified, but nothing in it.
7204
7205 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7206
7207         * message.el (message-bogus-system-names): New variable.
7208         (message-make-fqdn): Use it.
7209
7210 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7211
7212         * nndraft.el (nndraft-request-group): Use
7213         nndraft-auto-save-file-name.
7214
7215 2001-08-09  Simon Josefsson  <jas@extundo.com>
7216
7217         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
7218         Don't ask whether to decrypt.  Just leave result in buffer (don't
7219         call mm).
7220
7221         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
7222         parts as well.
7223         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
7224         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
7225
7226 2001-08-09  Simon Josefsson  <jas@extundo.com>
7227
7228         * mm-decode.el (mm-insert-part): Return decoding success status.
7229         (mm-save-part-to-file): Error if decoding failed.
7230
7231 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7232
7233         * message.el (message-tab): Use indent-relative.
7234         (message-mode): Don't bind indent-line-function to indent-relative.
7235
7236 2001-08-09  Simon Josefsson  <jas@extundo.com>
7237
7238         * message.el (message-get-reply-headers): Fix string. Suggested by
7239         Christoph Conrad <cc@cli.de>.
7240
7241 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7242
7243         * message.el (message-tab): Use the current value of
7244         indent-line-function.
7245         (message-mode): Bind indent-line-function to indent-relative.
7246
7247 2001-08-08  Simon Josefsson  <jas@extundo.com>
7248
7249         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
7250         whether `imtest' is installed.
7251
7252 2001-08-04  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
7253         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
7254
7255         * gnus-sum.el (gnus-summary-show-article): Call
7256         gnus-summary-update-secondary-secondary-mark.
7257         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
7258         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
7259
7260 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7261
7262         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
7263
7264         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
7265
7266         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
7267         <gerd@gnu.org>.
7268
7269         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
7270
7271         * gnus-util.el (gnus-output-to-rmail): Ditto.
7272         (gnus-output-to-mail): Ditto.
7273
7274         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
7275
7276 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
7277
7278         * message.el (message-indent-citation): Use
7279         `message-yank-cited-prefix' for empty lines.
7280
7281 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
7282
7283         * message.el (message-indent-citation): Quote only lines starting
7284         with ">" using `message-yank-cited-prefix'.
7285
7286 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
7287
7288         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
7289         gnus-cache-fully-p.
7290
7291 2001-08-04  Simon Josefsson  <jas@extundo.com>
7292
7293         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
7294         file if it doesn't exist (by calling gnus-cache-read-active).
7295
7296 2001-08-04  Simon Josefsson  <jas@extundo.com>
7297
7298         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
7299         (gnus-cache-passively-or-fully-p): Removed.
7300         (gnus-cache-fully-p): Fix it.
7301
7302         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
7303
7304 2001-08-04  Simon Josefsson  <jas@extundo.com>
7305
7306         * gnus-cache.el (gnus-cache-fully-p)
7307         (gnus-cache-passively-or-fully-p): New functions.
7308         (gnus-cache-possibly-enter-article): Cosmetic change, use
7309         `g-c-p-o-f-p'.
7310         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
7311         was bogus (`g-c-p-a-a' does not change active info, just change
7312         the functions parameters).
7313         (gnus-cache-possibly-remove-articles-1): Make sure articles are
7314         not removed in groups that match `gnus-uncacheable-groups'.
7315
7316         Reported and modifications based on discussions with Nuutti
7317         Kotivuori <nuutti.kotivuori@smarttrust.com>.
7318
7319 2001-08-04  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
7320         Committed by Simon Josefsson  <jas@extundo.com>
7321
7322         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
7323         calls `gnus-cache-update-active' if bounds has been extended.
7324
7325 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7326
7327         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
7328         before remove.
7329         (gnus-mime-security-show-details): Ditto.
7330
7331 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7332
7333         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
7334         syntax.  Protect string-match against nil string and regexp.
7335
7336 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7337
7338         * mm-util.el (mm-find-charset-region): Remove control-1.
7339
7340 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7341
7342         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
7343
7344 2001-08-04  Simon Josefsson  <jas@extundo.com>
7345
7346         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
7347         buffer.  Delete MIME-Version header.
7348
7349 2001-08-03  Simon Josefsson  <jas@extundo.com>
7350
7351         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
7352         that is entered does not necessarily have the highest article
7353         number in the group, so use `gnus-cache-possibly-alter-active'
7354         instead of `gnus-cache-update-active'.
7355
7356 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7357
7358         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
7359
7360 2001-08-03  Simon Josefsson  <jas@extundo.com>
7361
7362         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
7363         menu.
7364
7365 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7366
7367         * gnus.el (post-method): New group parameter.  It also provides
7368         the user option `gnus-post-method-alist' and the internal function
7369         `gnus-parameter-post-method'.
7370
7371         * gnus-msg.el (gnus-post-method): Bind the value of
7372         `gnus-post-method' to the group parameter if it is defined.
7373
7374 2001-08-02  Simon Josefsson  <jas@extundo.com>
7375
7376         * smime.el (smime-extra-arguments): Removed.
7377         (smime-call-openssl-region): Don't use it.
7378
7379 2001-08-02  Simon Josefsson  <jas@extundo.com>
7380
7381         * smime.el (smime-sign-region): Handle stderr.
7382         (smime-encrypt-region): Ditto.
7383
7384         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
7385         match the ASN.1 length bytes.
7386         (mm-pkcs7-enveloped-magic): Ditto.
7387         (mm-view-pkcs7-get-type): Don't regexp quote.
7388
7389 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7390         From Andreas Fuchs <asf@void.at>
7391
7392         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
7393
7394 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7395
7396         * gnus-art.el (gnus-header-button-alist): References regexp.
7397
7398 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
7399
7400         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
7401         already fboundp.  Add INTERACTIVE arg to autoload form.
7402
7403 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7404
7405         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
7406
7407         * nnmail.el (nnmail-cache-open): Ditto.
7408
7409 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7410
7411         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
7412
7413 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7414
7415         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
7416
7417 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7418         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7419
7420         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
7421         (gnus-agent-toggle-plugged): Use it.
7422
7423 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
7424
7425         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
7426         (gnus-ding-file-coding-system): New variable.
7427         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
7428         (gnus-slave-save-newsrc): Use it.
7429
7430 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7431
7432         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
7433         syntax.
7434
7435 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7436         Originally from Andreas Fuchs <asf@void.at>
7437
7438         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
7439         (mml2015-gpg-pretty-print-fpr): New function.
7440         (mml2015-gpg-extract-signature-details): More details, rename from
7441         `m-g-e-from'.
7442         (mml2015-gpg-verify): Use them.
7443         (mml2015-gpg-clear-verify): Use them.
7444
7445 2001-07-31  Simon Josefsson  <jas@extundo.com>
7446
7447         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
7448         buffer when done.
7449
7450 2001-07-30  Simon Josefsson  <jas@extundo.com>
7451
7452         * smime.el (smime-call-openssl-region): Revert previous change,
7453         just pass on buf to `call-process-region'.
7454         (smime-verify-region): Doc fix.  Don't message stuff.  Use
7455         `smime-new-details-buffer'.  Inserts error messages into buffer.
7456         (smime-noverify-region): Ditto.
7457         (smime-decrypt-region): Ditto.  Handles stderr separately.
7458         (smime-verify-buffer, smime-noverify-buffer)
7459         (smime-decrypt-buffer): Doc fix.
7460         (smime-new-details-buffer): New function.
7461         (smime-pkcs7-region, smime-pkcs7-certificates-region)
7462         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
7463         (smime-sign-region, smime-encrypt-region): Don't use
7464         `insert-buffer'.
7465
7466         * mml-smime.el (mml-smime-verify): Fix security button strings.
7467
7468 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7469
7470         * gnus-art.el (gnus-mime-save-part-and-strip): Save
7471         gnus-article-mime-handles.
7472
7473 2001-07-29  Simon Josefsson  <jas@extundo.com>
7474
7475         * mail-source.el (top-level): Require message for message-directory.
7476         (mail-source-directory): Change default to message-directory.
7477
7478         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
7479         (smime-certificate-directory, smime-openssl-program)
7480         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
7481         (smime-extra-arguments): New variable.
7482         (smime-dns-server): Fix customize group.
7483         (smime-call-openssl-region): Use `smime-extra-arguments'.
7484
7485 2001-07-29  Simon Josefsson  <jas@extundo.com>
7486         From Vladimir Volovich <vvv@vsu.ru>
7487
7488         * smime.el (smime-call-openssl-region): Ignore stderr.
7489
7490 2001-07-29  Simon Josefsson  <jas@extundo.com>
7491         From Christoph Conrad <christoph.conrad@gmx.de>
7492
7493         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
7494         file.
7495
7496 2001-07-29  Simon Josefsson  <jas@extundo.com>
7497
7498         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
7499
7500         Support S/MIME decryption.
7501
7502         * mm-decode.el (mm-inline-media-tests):
7503         (mm-inlined-types):
7504         (mm-automatic-display):
7505         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
7506
7507         * mm-view.el (mm-pkcs7-signed-magic):
7508         (mm-pkcs7-enveloped-magic): New variables.
7509         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
7510         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
7511         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
7512         PKCS#7 blobs.
7513
7514         * smime.el (smime-decrypt-region): Expand keyfile.
7515
7516 2001-07-29  Simon Josefsson  <jas@extundo.com>
7517
7518         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
7519         `ssl.el' variables.
7520
7521         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
7522         but line instead of narrowing to it, because `nnmail-parse-active'
7523         calls widen.  Thanks to Christoph Conrad
7524         <christoph.conrad@gmx.de>.
7525
7526 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7527
7528         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
7529         for %B spec.
7530
7531         * gnus-sum.el (gnus-summary-prepare-threads): If
7532         gnus-sum-thread-tree-root is nil, use subject instead.
7533         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
7534         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
7535         (gnus-sum-thread-tree-leaf-with-other)
7536         (gnus-sum-thread-tree-single-leaf): Documentation.
7537         (gnus-sum-thread-tree-single-indent): Allow nil.
7538
7539 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7540
7541         * message.el (message-fill-paragraph): Do nothing if the user
7542         wants filladapt-mode.
7543
7544 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7545
7546         * mm-decode.el (mm-image-type-from-buffer): New function.
7547         (mm-get-image): Use it.
7548
7549 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7550
7551         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
7552
7553         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
7554         mm-display-parts too.
7555
7556 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7557
7558         * nnfolder.el (nnfolder-request-accept-article): Bind
7559         nntp-server-buffer.
7560
7561         * nnmail.el (nnmail-parse-active): Read from buffer instead of
7562         nntp-server-buffer.
7563
7564 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7565
7566         * message.el (message-check-news-header-syntax): Use
7567         message-post-method.
7568         (message-send-news): Bind message-post-method.
7569
7570 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7571
7572         * mml.el (mml-tweak-type-alist): New variable.
7573         (mml-tweak-function-alist): New variable.
7574         (mml-tweak-part): New function.
7575         (mml-generate-mime-1): Use it.
7576
7577 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7578
7579         * nnfolder.el (nnfolder-request-accept-article): Replace
7580         nnfolder-request-list.
7581
7582 2001-07-27  Simon Josefsson  <jas@extundo.com>
7583
7584         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
7585         nnoo-change-server failed to do it.
7586
7587 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7588
7589         * gnus.el (gnus-parameters): Make it customizable.
7590
7591 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7592
7593         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
7594
7595         * message.el (message-set-auto-save-file-name): More
7596         poor-system-types.
7597
7598         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
7599
7600         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
7601         supports +.
7602
7603 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7604
7605         * mm-decode.el (mm-readable-p): New function.
7606         (mm-inline-media-tests): Fix the default testers.
7607
7608 2001-07-26  Simon Josefsson  <jas@extundo.com>
7609
7610         * nnimap.el (nnimap-version): Bump version number.
7611
7612 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7613         From Steven E. Harris <seh@speakeasy.org>
7614
7615         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
7616         in M$Windows too.
7617
7618 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7619
7620         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
7621
7622 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7623
7624         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
7625
7626         * mm-decode.el (mm-get-image): Guess then use the type.
7627
7628         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
7629
7630 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
7631
7632         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
7633         display (%B) for threads if threading is off.
7634
7635 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7636         From Henrik Enberg <henrik@enberg.org>
7637
7638         * gnus-msg.el: Customization patch.
7639
7640 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
7641
7642         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
7643         variable.
7644         (nnmail-split-fancy-with-parent): Ignore certain groups.
7645
7646 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7647
7648         * gnus-util.el (gnus-byte-compile): New function.
7649         (gnus-use-byte-compile): New variable.
7650         (gnus-make-sort-function): Use it.
7651
7652         * nnmail.el (nnmail-get-new-mail): Use it.
7653
7654         * gnus-agent.el (gnus-category-make-function): Simple function or
7655         compiled function.
7656         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
7657
7658         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
7659         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
7660         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
7661
7662         * message.el (message-check-news-header-syntax): Remove quote.
7663
7664 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7665
7666         * message.el (message-use-mail-followup-to): `t' is not a
7667         documented value.
7668
7669 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7670
7671         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
7672
7673 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7674
7675         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
7676         there are long lines.
7677
7678 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7679
7680         * dgnushack.el (copy-list): New compiler macro.
7681
7682 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7683
7684         * message.el (message-bounce): If no Return-Path, the whole
7685         content is considered as the original message.
7686
7687         * nnml.el (nnml-check-directory-twice): New variable.
7688         (nnml-article-to-file): Use it.
7689         (nnml-retrieve-headers): Hack it.
7690
7691 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7692
7693         * gnus-win.el (gnus-buffer-configuration): New configure.
7694
7695         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
7696         not alive.
7697
7698         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
7699         (mm-display-external): Use display-term configure.
7700
7701 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7702
7703         * gnus-delay.el (gnus-delay-default-hour): New variable.
7704         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
7705
7706 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7707         From Karl Kleinpaste <karl@charcoal.com>
7708
7709         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
7710         (gnus-summary-prepare-threads): Ditto.
7711
7712         * gnus.el (gnus-summary-line-format): Add %B.
7713
7714 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7715
7716         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
7717
7718         * mm-util.el (mm-string-as-multibyte): New function.
7719
7720         * nnmh.el (nnmh-request-list-1): Encode, not decode!
7721
7722 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7723
7724         * mm-util.el (mm-universal-coding-system): New variable.
7725
7726         * gnus-start.el (gnus-startup-file-coding-system): Use it.
7727
7728         * score-mode.el (score-mode-coding-system): Use it.
7729
7730 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7731
7732         * gnus-start.el (gnus-setup-news): Call
7733         `gnus-check-bogus-newsgroups' just after the native server is
7734         opened.
7735
7736 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7737
7738         * nnmail.el (nnmail-do-request-post): Util function to be used by
7739         `nnchoke-request-post' for all nnmail-derived backends.
7740
7741         * nnml.el (nnml-request-post): Use it.
7742
7743         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
7744         backend, for it groks nnml-request-post.
7745
7746         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
7747         Treat `mail-post' backends like `mail' backends, not like `news'
7748         backends.
7749
7750 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7751
7752         * gnus-msg.el (gnus-setup-message): make-local-hook.
7753
7754 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7755
7756         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
7757         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
7758         <karl@charcoal.com>, slightly changed by Kai.
7759
7760         * message.el (message-check-news-header-syntax): When checking
7761         whether the groups exist, check the right server based on
7762         `gnus-post-method'.
7763
7764 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7765
7766         * gnus-delay.el: New file.
7767
7768 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7769
7770         * mm-util.el (mm-read-coding-system): Take two arguments.
7771
7772         * gnus-sum.el (gnus-summary-show-article): Use
7773         mm-read-coding-system.
7774
7775         * gnus-art.el (article-de-quoted-unreadable):
7776         (article-de-base64-unreadable, article-wash-html):
7777         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
7778
7779 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7780
7781         * nnml.el (nnml-request-post): New function.  Can be used for
7782         annotations in nnml groups.
7783
7784 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7785
7786         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
7787         command.
7788
7789         * gnus-start.el (gnus-find-new-newsgroups): Use
7790         `message-make-date' instead of `current-time-string'.
7791         (gnus-ask-server-for-new-groups): Ditto.
7792         (gnus-check-first-time-used): Ditto.
7793
7794 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7795
7796         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
7797
7798 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
7799
7800         * message.el (message-shorten-references): Change `maxcount' and
7801         `cut' to obey USEFOR draft 5.
7802
7803 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
7804
7805         * gnus-sum.el (gnus-summary-display-arrow): New variable.
7806         (gnus-summary-set-article-display-arrow): New function.
7807         (gnus-summary-goto-subject): Use it.
7808
7809 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7810
7811         * gnus-sum.el (gnus-summary-import-article): Insert date if
7812         doesn't exist.
7813
7814 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7815
7816         * mml.el (mml-content-type-parameters): New variable.
7817         (mml-content-disposition-parameters): New variable.
7818         (mml-insert-mime-headers): Use them.
7819         (mml-parse-1): Accept charset.
7820
7821 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7822
7823         * gnus-group.el (gnus-group-select-group): Doc fix.
7824
7825         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
7826
7827 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7828
7829         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
7830         to handle `define-derived-mode'.
7831
7832 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7833         From:  Stefan Monnier  <monnier@cs.yale.edu>
7834
7835         * message.el (message-mode): Use define-derived-mode.
7836         (message-tab): message-completion-alist.
7837
7838         * imap.el (imap-interactive-login): Use make-local-variable.
7839         (imap-open): Ditto.
7840         (imap-authenticate): Ditto.
7841
7842         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
7843
7844         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
7845
7846 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7847
7848         * message.el (message-citation-line-function): Refer to
7849         gnus-cite-attribution-suffix.
7850
7851 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7852
7853         * gnus-art.el,...: Error convention changes.
7854
7855 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7856
7857         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
7858
7859 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7860
7861         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
7862         (nnrss-read-server-data): Ditto.
7863
7864 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7865
7866         * gnus-setup.el (gnus-use-installed-gnus): Typo.
7867         * Cleanup files.
7868         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
7869
7870 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7871
7872         * gnus.el (gnus-summary-line-format): Add %o.
7873
7874         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
7875         unless shell outputs something.
7876
7877 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7878
7879         * gnus-art.el (gnus-boring-article-headers): Better doc.
7880         (article-hide-headers): Better regexp.
7881         Suggested by Matt Swift <swift@alum.mit.edu>.
7882
7883         * nnheader.el (nnheader-max-head-length): Better doc.
7884         (nnheader-header-value): Skip spaces.
7885         (nnheader-parse-head): Remove space.
7886         Suggested by Matt Swift <swift@alum.mit.edu>.
7887
7888         * gnus-sum.el (gnus-summary-show-raw-article): New function.
7889         (gnus-get-newsgroup-headers): Remove space.
7890
7891 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7892
7893         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
7894         (gnus-summary-reply): Use it.
7895         (gnus-summary-reply-broken-reply-to): New function.
7896         (gnus-msg-force-broken-reply-to): New function.
7897
7898         * mm-view.el (mm-inline-text): Showing as text/plain when error.
7899
7900 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7901
7902         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
7903
7904 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7905
7906         * mm-decode.el (mm-external-terminal-program): New variable.
7907         (mm-display-external): Use it. Use term to display when no
7908         window-system.
7909
7910 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
7911
7912         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
7913         Browse->Next entries to Browse->Prev
7914
7915 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7916
7917         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
7918
7919 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7920
7921         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
7922         for the default encoding.
7923
7924         * nnrss.el (nnrss-url-field): New field.
7925         (nnrss-request-article): Add newsgroups.
7926
7927         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
7928
7929 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7930
7931         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
7932
7933         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
7934         (gnus-draft-setup): Remove backlog.
7935
7936 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7937
7938         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
7939         Cleanup.
7940
7941 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7942
7943         * gnus-msg.el (gnus-bug): Erase buffer.
7944
7945         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
7946
7947 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7948
7949         * mm-decode.el (mm-attachment-override-p): Fix typo.
7950
7951 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
7952
7953         * gnus-kill.el (gnus-execute): Work with the extra headers.
7954         * gnus-sum.el (gnus-summary-execute-command): Ditto.
7955
7956 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7957
7958         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
7959         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
7960
7961         * message.el (message-send-mail-real-function): New variable.
7962         (message-send-mail-partially, message-send-mail):
7963
7964         * nngateway.el (nngateway-request-post): Use it.
7965
7966         * gnus-agent.el (gnus-agentize): Use it.
7967
7968         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
7969         (nnsoup-revert-variables): Use it.
7970
7971 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
7972
7973         * mm-decode.el (mm-inline-media-tests): Default to displaying as
7974         text/plain if the type doesn't match any other media types.
7975         (mm-inlined-types): Doc fix.
7976         (mm-display-inline): Revert previous change (now handled by a
7977         default type in `mm-inline-media-tests'.
7978         (mm-inlinable-p): Revive.
7979         (mm-display-part): Call `mm-inlinable-p'.
7980         (mm-attachment-override-p): Ditto.
7981         (mm-inlined-p): Doc fix.
7982
7983         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
7984         well as `mm-inlined-p'.
7985
7986 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7987
7988         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
7989         (nntp-send-command-and-decode): Use gnus-point-at-bol.
7990
7991 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7992         From  Paul Jarc <prj@po.cwru.edu>
7993
7994         * message.el (message-use-mail-followup-to): New variable.
7995         (message-get-reply-headers): Use it.
7996
7997 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
7998
7999         * nnheader.el (nnheader-init-server-buffer): Make sure the
8000         *nntpd* buffer is made multibyte instead of a random buffer.
8001
8002 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8003
8004         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
8005         when it returns headers.
8006
8007 2001-07-07  Simon Josefsson  <jas@extundo.com>
8008
8009         * rfc2047.el (rfc2047-encode-message-header): Skip header when
8010         trying to fold. Thanks to Colin Walters
8011         <walters@cis.ohio-state.edu>
8012
8013 2001-07-06  Simon Josefsson  <jas@extundo.com>
8014
8015         * imap.el (imap-parse-address-list, imap-parse-flag-list)
8016         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
8017         Add information in `assert's.
8018
8019         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
8020         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
8021         and `nnimap-group-overview-filename', should handle all
8022         change-of-uidvalidity related issues.  But there may be other
8023         problems.)
8024
8025 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
8026
8027         * rfc2047.el (rfc2047-encode-message-header): Don't include the
8028         header name when folding.
8029
8030 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
8031
8032         * mm-decode.el (mm-inlined-types): Document relationship with
8033         `mm-inline-media-tests'.
8034         (mm-display-inline): Default to displaying as plain text if no
8035         inlining handler is available.
8036         (mm-inlinable-p): Remove.
8037         (mm-inlined-p): Don't call `mm-inlinable-p'.
8038         (mm-automatic-display-p): Ditto.
8039         (mm-attachment-override-p): Ditto.
8040
8041 2001-07-04  Simon Josefsson  <jas@extundo.com>
8042
8043         * nnimap.el (nnimap-importantize-dormant): New variable.
8044         (nnimap-request-update-info-internal): Use it.
8045         (nnimap-request-set-mark): Ditto.
8046
8047 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
8048
8049         * nntp.el (nntp-send-command): don't pass a buffer argument to
8050         `point'. Only XEmacs accepts this.
8051         * nntp.el (nntp-send-command-nodelete): ditto.
8052         * nntp.el (nntp-send-command-and-decode): ditto.
8053
8054 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
8055
8056         * nntp.el (nntp-open-connection-function): doc update.
8057         * nntp.el (nntp-pre-command): New.
8058         * nntp.el (nntp-via-rlogin-command): New.
8059         * nntp.el (nntp-via-telnet-command): New.
8060         * nntp.el (nntp-via-telnet-switches): New.
8061         * nntp.el (nntp-via-user-name): New.
8062         * nntp.el (nntp-via-user-password): New.
8063         * nntp.el (nntp-via-address): New.
8064         * nntp.el (nntp-via-envuser): New.
8065         * nntp.el (nntp-via-shell-prompt): New.
8066         * nntp.el (nntp-open-telnet-stream): New.
8067         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
8068         * nntp.el (nntp-open-via-telnet-and-telnet): New.
8069         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
8070         * nntp.el (nntp-send-command): ditto.
8071         * nntp.el (nntp-send-command-nodelete): ditto.
8072         * nntp.el (nntp-send-command-and-decode): ditto.
8073
8074 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
8075
8076         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
8077         `when'.
8078
8079 2001-07-03  Simon Josefsson  <jas@extundo.com>
8080         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
8081
8082         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
8083
8084 2001-07-03  Simon Josefsson  <jas@extundo.com>
8085
8086         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
8087         remove it (workaround XEmacs `fill-region' bug).
8088
8089 2001-07-01  Simon Josefsson  <jas@extundo.com>
8090
8091         * nnimap.el (nnimap-date-days-ago): Defeat locale.
8092
8093 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8094
8095         * mml2015.el (mml2015-format-error): New function.
8096         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
8097         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
8098         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
8099
8100 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8101
8102         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
8103         Suggested by Christoph Conrad <C.Conrad@cli.de>.
8104
8105         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
8106         group variables.
8107
8108 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8109
8110         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
8111
8112         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
8113         (nnrss-save-group-data): Ditto.
8114
8115         * gnus-agent.el (gnus-agent-save-alist): Ditto.
8116
8117 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8118
8119         * message.el (message-do-send-housekeeping): Narrow to headers.
8120
8121 2001-06-24  Simon Josefsson  <jas@extundo.com>
8122
8123         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
8124         insertion when breaking lines looked for " \t" instead of "[ \t]".
8125         (rfc2047-encode-message-header): Fold lines even if
8126         no QP encoding is done.
8127
8128 2001-06-23  Simon Josefsson  <jas@extundo.com>
8129         From Samuel Tardieu <sam@inf.enst.fr>
8130
8131         * smime.el (smime-keys): Support additional certificates.
8132         (smime-make-certfiles): New function.
8133         (smime-sign-region): Use previous variables.
8134         (smime-get-certfiles): New function.
8135         (smime-sign-buffer): Use it.
8136         (smime-verify-region): Support both CAfile and CApath.
8137
8138 2001-06-23  Simon Josefsson  <jas@extundo.com>
8139
8140         * smime.el (smime-decrypt-region): Perhaps work.
8141
8142 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8143
8144         * gnus-msg.el (gnus-copy-article-buffer): Typo.
8145
8146 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
8147
8148         * mm-decode.el (mm-save-part): Rewrite file name.
8149         (mm-file-name-rewrite-functions): New variable.
8150         (mm-file-name-delete-whitespace): New function.
8151         (mm-file-name-trim-whitespace): New function.
8152         (mm-file-name-collapse-whitespace): New function.
8153         (mm-file-name-replace-whitespace): New variable and function.
8154
8155 2001-06-22  Simon Josefsson  <jas@extundo.com>
8156
8157         * message.el (message-make-date): Workaround locale for weekdays.
8158
8159 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8160
8161         * message.el (message-goto-body): Return nil if not found. (revert!)
8162
8163 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8164         From Fremlin <chief@bandits.org>
8165
8166         * message.el (message-goto-body): Some messages have no header.
8167
8168         * gnus-msg.el (gnus-copy-article-buffer): Use it.
8169
8170 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
8171
8172         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
8173
8174 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8175
8176         * message.el (message-make-date): Add week day.
8177         Suggested by Jason R. Mastaler <jason@mastaler.com>.
8178
8179 2001-06-19  Simon Josefsson  <jas@extundo.com>
8180
8181         * message.el (message-yank-prefix): Doc fix.
8182         (message-yank-cited-prefix): Ditto.
8183         (message-delete-not-region): Keep citation prefix on first line,
8184         if possible and appropriate.
8185
8186 2001-06-19  Simon Josefsson  <jas@extundo.com>
8187
8188         * imap.el (imap-process-connection-type): New variable.
8189         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
8190         recent `imtest's work completely (no line length issues), while
8191         making making old `imtest's unusable.  Thanks to NAGY Andras
8192         <nagya@inf.elte.hu> for his work.
8193
8194 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
8195
8196         * imap.el (imap-ssl-program): Add -quiet to shut up
8197         OpenSSL/SSLeay's internal debug talk.
8198
8199 2001-06-19  Matt Armstrong  <matt@lickey.com>
8200
8201         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
8202         server.
8203
8204 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8205
8206         * nnmail.el (nnmail-article-buffer): New variable.
8207         (nnmail-split-incoming): Use it.
8208
8209 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
8210
8211         * qp.el (quoted-printable-decode-region): If called interactively,
8212         use coding-system-for-read.
8213
8214 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8215
8216         * message.el (message-check-news-header-syntax): Check Reply-To.
8217
8218 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8219
8220         * mml.el (mml-parse-1): Use message options.
8221
8222         * message.el (message-do-fcc): Don't do anything if there is no
8223         FCC.
8224
8225 2001-06-16  Simon Josefsson  <jas@extundo.com>
8226
8227         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
8228         (nnimap-expunge-search-string): New variable.
8229         (nnimap-request-expire-articles): Use it.
8230
8231 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8232
8233         * message.el (message-send-mail-with-qmail): wrong exit status is
8234         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
8235
8236 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8237
8238         * gnus-art.el (article-strip-multiple-blank-lines): Use
8239         delete-region instead of replace-match.
8240
8241 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8242
8243         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
8244         (nnweb-google-wash-article): Ditto.
8245
8246 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
8247
8248         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
8249
8250 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8251
8252         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
8253         specs.
8254
8255 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8256
8257         * gnus.el (gnus-email-address): Move it here.
8258
8259         * gnus-art.el (article-de-quoted-unreadable): Read charset if
8260         requested.
8261         (article-de-base64-unreadable): Ditto.
8262         (article-wash-html): Ditto.
8263
8264 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8265
8266         * message.el (message-options-set-recipient): Don't add ", "
8267         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
8268
8269 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8270
8271         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
8272
8273 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8274
8275         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
8276         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
8277
8278         * nnrss.el (nnrss-node-text): Node might be nil.
8279
8280 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8281
8282         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
8283         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
8284
8285         * nnrss.el (nnrss-group-alist): More items.
8286
8287 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8288
8289         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
8290
8291 2001-06-03  Dale Hagglund  <rdh@best.com>
8292
8293         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
8294         restrict clauses.
8295
8296 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8297
8298         From Benjamin Rutt <brutt+news@bloomington.in.us>
8299
8300         * message.el (message-wide-reply-confirm-recipients): New variable.
8301
8302 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8303         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
8304
8305         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
8306         fix so it works with XEmacs.
8307
8308 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8309
8310         * nnrss.el (nnrss-retrieve-headers): Support description as extra
8311         headers.
8312
8313 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8314
8315         * nnrss.el: Fix a few bugs.
8316
8317 2001-06-05  Simon Josefsson  <jas@extundo.com>
8318
8319         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
8320         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
8321
8322 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
8323
8324         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
8325         binary so that we don't transmit ISO 2022 garbage to the process.
8326         This is needed under XEmacs.
8327
8328 2001-06-03  Simon Josefsson  <simon@josefsson.org>
8329
8330         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
8331         autoloaded incorrectly below because ssl-program-* is bound.)
8332         Thanks to Amos Gouaux for report.
8333
8334 2001-06-02  Simon Josefsson  <simon@josefsson.org>
8335
8336         * imap.el (imap-kerberos4-open):
8337         (imap-gssapi-open):
8338         (imap-ssl-open):
8339         (imap-network-open):
8340         (imap-shell-open):
8341         (imap-starttls-open): Set buffer to workaround spurious
8342         `accept-process-output' buffer changes.  Thanks to Mats Lidell
8343         <Mats.Lidell@contactor.se> for report and partial patch and Jake
8344         Colman <colman@ppllc.com> for report.
8345
8346 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8347
8348         * gnus-sum.el (gnus-summary-catchup): New argument.
8349         (gnus-summary-catchup-from-here): New function.
8350
8351 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8352
8353         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
8354         back, then insert glyph.  (Before, the glyph was inserted first,
8355         then the newline.)  This works around a behavior in XEmacs where
8356         it is not possible to insert a character after a glyph which is at
8357         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
8358
8359 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8360
8361         From Jaap-Henk Hoepman (jhh@xs4all.nl).
8362
8363         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
8364         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
8365         mm-destroy-postponed-undisplay-list): New functions.
8366         (mm-display-external): Use them.
8367
8368 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8369
8370         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
8371         `default-low' when evaluating `gnus-summary-highlight'.
8372         From Raja R Harinath <harinath@cs.umn.edu>.
8373
8374 2001-05-27  Simon Josefsson  <simon@josefsson.org>
8375
8376         * message.el (message-yank-cited-prefix): New variable.
8377         (message-indent-citation): Use it.
8378
8379         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
8380         as details.
8381         (mml2015-mailcrypt-clear-verify): Ditto.
8382
8383 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8384         From Nevin Kapur <nevin@jhu.edu>.
8385
8386         * gnus-sum.el (gnus-summary-default-high-score,
8387         gnus-summary-default-low-score): New variables.
8388         (gnus-summary-highlight): Use them.
8389
8390 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
8391
8392         * message.el (message-mail): pass the 'send-actions argument to
8393         `message-setup'.
8394
8395 2001-05-16  Simon Josefsson  <simon@josefsson.org>
8396         From Raymond Scholz <ray-2001@zonix.de>
8397
8398         * gnus-art.el (gnus-mime-view-part-as-charset):
8399         (gnus-mime-internalize-part): Doc fixes.
8400
8401 2001-05-11  Simon Josefsson  <simon@josefsson.org>
8402
8403         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
8404         status lines without any text ("^215$").
8405
8406 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8407
8408         * nnrss.el (nnrss-check-group): Reverse.
8409
8410 2001-05-07  Simon Josefsson  <simon@josefsson.org>
8411
8412         * message.el (message-get-reply-headers):
8413         (message-followup): Fix typo, suggested by David Green
8414         <dgreen@uab.edu>
8415
8416 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8417
8418         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
8419
8420         * nnrss.el (nnrss-open-server): Read server data when it is called.
8421         (nnrss-request-expire-articles): Fix.
8422
8423 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8424
8425         * message.el (message-do-send-housekeeping): mail-abbrevs may
8426         rename buffer behind Gnus.
8427
8428 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8429
8430         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
8431         (nnrss-group-alist): Add more resources.
8432         (nnrss-check-group): Ignore errors.
8433
8434 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8435
8436         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
8437
8438         * nnslashdot.el (nnslashdot-request-list): Add time.
8439         (nnslashdot-request-expire-articles): New function.
8440
8441         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
8442         secondary methods too.
8443
8444 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8445
8446         * message.el (message-use-followup-to): Set default value to t.
8447
8448 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
8449
8450         * message.el (message-dont-reply-to-names): Fix documentation.
8451         (message-get-reply-headers): Use Mail-Followup-To only for wide
8452         replies.
8453
8454 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8455
8456         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
8457         correctly.
8458         (nnrss-check-group): Use time.
8459
8460 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8461
8462         * gnus.el: Oort Gnus v0.03 is released.
8463
8464 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8465
8466         * nnultimate.el (nnultimate-topic-article-to-article): Use the
8467         group.
8468
8469 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8470
8471         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
8472
8473 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8474
8475         * nnultimate.el (nnultimate-retrieve-headers): Return all
8476         available headers.
8477
8478         * gnus-sum.el (gnus-read-all-available-headers): New variable.
8479         (gnus-get-newsgroup-headers-xover): Use it.
8480
8481 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8482
8483         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
8484
8485 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8486
8487         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
8488
8489 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8490
8491         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
8492         disable it.
8493
8494         * gnus.el (gnus-info-nodes): Remove a few The's.
8495
8496 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8497
8498         * mail-source.el (mail-source-movemail): Call-process may return a
8499         signal description string.
8500
8501         * gnus-start.el (gnus-read-newsrc-el-file):
8502         gnus-newsrc-file-version may be nil.
8503
8504         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
8505         Suggested by Michael Sperber [Mr. Preprocessor]
8506         <sperber@informatik.uni-tuebingen.de>.
8507
8508 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
8509
8510         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
8511
8512 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
8513
8514         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
8515         fontify HANDLE.
8516
8517 2001-04-18  Simon Josefsson  <simon@josefsson.org>
8518
8519         * smime.el (smime-ask-passphrase): Rework to return value.
8520         (smime-sign-region): Rework to bind value and use it.
8521         (smime-decrypt-region): Ditto.
8522
8523 2001-04-18  Mathias Herberts  <Mathias.Herberts@iroise.net>
8524         Committed by Simon Josefsson  <simon@josefsson.org>
8525
8526         * smime.el (smime-ask-passphrase): New function.
8527         (smime-sign-region): Use it.
8528         (smime-encrypt-cipher): New variable.
8529         (smime-decrypt-region): Ditto.
8530
8531 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
8532         Committed by Simon Josefsson  <simon@josefsson.org>
8533
8534         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
8535         the log.
8536
8537 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8538
8539         *gnus.el: Oort Gnus v0.02 is released.
8540
8541 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
8542
8543         * gnus.el: Oort Gnus v0.01 is released.
8544
8545 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8546
8547         * gnus-sum.el (gnus-summary-highlight): Highlight read
8548         undownloaded articles as read articles.
8549
8550         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
8551         (gnus-agent-get-undownloaded-list): Mark all undownloaded
8552         articles, even read ones, as such.
8553
8554         * gnus-sum.el (gnus-summary-find-matching): Clean up.
8555         (gnus-find-matching-articles): New function.
8556         (gnus-summary-limit-include-matching-articles): New command.
8557         (gnus-summary-limit-include-thread): Include articles that have
8558         matching subjects.
8559         (gnus-offer-save-summaries): Clean up.
8560
8561 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8562
8563         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
8564
8565 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8566         From Jason Merrill <jason_merrill@redhat.com>
8567
8568         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
8569
8570 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
8571         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8572
8573         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
8574         newsgroup names when the original article is a news message.
8575
8576 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8577
8578         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
8579         supported. Suggest by Jim Meyering <jim@meyering.net>.
8580
8581 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
8582         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
8583
8584         * nnmail.el (nnmail-split-it): Added check for .* at the end of
8585         regexp in nnmail-split-fancy.
8586
8587 2001-04-10  Simon Josefsson  <simon@josefsson.org>
8588
8589         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
8590
8591 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
8592
8593         * message.el (message-send-mail): Improve the interaction with the
8594         user.
8595
8596 2001-04-10  Simon Josefsson  <simon@josefsson.org>
8597
8598         * imap.el (imap-message-copy): Work around buggy servers that
8599         doesn't send TRYCREATE tags.
8600
8601 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
8602
8603         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
8604
8605 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8606
8607         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
8608         date.
8609
8610 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8611
8612         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
8613         lives.
8614
8615 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8616
8617         * gnus-art.el (gnus-parse-news-url): New function.
8618         (gnus-button-handle-news): New function.
8619         (gnus-button-alist): Point to new functions.
8620
8621         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
8622
8623         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
8624         gnus-format-specs.
8625
8626         * message.el (message-check-news-header-syntax): Question even
8627         when Gnus doesn't know the group names.
8628         (message-send-news): Clean up.
8629
8630         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
8631         exited on purpose without saving.
8632
8633         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
8634
8635 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8636
8637         * gnus-score.el (gnus-score-orphans): Clean up.
8638
8639         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
8640
8641         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
8642         later.
8643
8644         * gnus-start.el (gnus-close-all-servers): Find the right items to
8645         close.
8646
8647         * qp.el (quoted-printable-decode-region): Just message
8648         malformation; don't quit.
8649
8650 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8651         From Gerd Moellmann <gerd@gnu.org>.
8652
8653         * gnus.el (gnus-interactive): A typo.
8654
8655 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
8656         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8657
8658         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
8659         `assq-delete-all', if that function exists; otherwise use the old
8660         definition. Documentation changed to match the one in
8661         `assq-delete-all'.
8662
8663 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8664
8665         * gnus-start.el (gnus-close-all-servers): New function.
8666
8667         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
8668         (gnus-server-remove-denials): Clean up.
8669
8670         * gnus-sum.el (gnus-summary-sort-by-original): New command and
8671         keystroke.
8672
8673 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8674
8675         * message.el (message-send-news): Message where we are sending.
8676         (message-send-mail): Ditto.
8677
8678         * gnus.el (gnus-server-string): New function.
8679
8680         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
8681
8682         * mm-decode.el (mm-default-directory): Customized.
8683         (mm-tmp-directory): Ditto.
8684
8685         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
8686         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
8687         or Chars.
8688         (gnus-summary-line-format-alist): ?l is now a string.
8689         (gnus-summary-prepare-threads): Output ? for unknown lines.
8690         (gnus-summary-insert-line): Ditto.
8691         (gnus-summary-print-article): Unbalanced parentheses.
8692
8693         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
8694         out whether new stuff has arrived.
8695
8696 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
8697
8698         * gnus-sum.el: Let printing work on ttys on Emacs.
8699
8700 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8701
8702         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
8703         when forcing news.
8704
8705         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
8706         command.
8707
8708 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
8709
8710         * message.el (message-set-auto-save-file-name): Don't use
8711         asterisks under nt.
8712
8713 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8714
8715         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
8716         lists of articles.
8717
8718         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
8719
8720         * gnus-msg.el (gnus-put-message): Clean up.
8721         (gnus-summary-reply): Mark all replied-to articles as replied to.
8722         (gnus-inews-add-send-actions): Also mark as forwarded.
8723         (gnus-summary-mail-forward): Mark as forwarded.
8724
8725         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
8726         of articles.
8727         (gnus-summary-mark-article-as-forwarded): Ditto.
8728
8729         * gnus-msg.el (gnus-summary-resend-message): Mark article as
8730         forwarded.
8731         (gnus-summary-mail-forward): Clean up.
8732
8733         * gnus.el (gnus-article-mark-lists): Added forward.
8734
8735         * gnus-sum.el (gnus-forwarded-mark): New variable.
8736         (gnus-summary-prepare-threads): Use it.
8737         (gnus-summary-update-secondary-mark): Ditto.
8738         (gnus-newsgroup-forwarded): New variable.
8739
8740 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8741
8742         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
8743         (gnus-summary-very-wide-reply): New command and keystroke.
8744         (gnus-summary-very-wide-reply-with-original): Ditto.
8745
8746         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
8747         (gnus-score-adaptive): Use it.
8748
8749         * gnus-start.el (gnus-get-unread-articles): Clean up.
8750
8751 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8752
8753         * nnultimate.el (nnultimate-retrieve-headers): Work for other
8754         boards.
8755
8756 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
8757
8758         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
8759         * gnus-start.el (gnus-subscribe-newsgroup): use it.
8760
8761 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8762
8763         * nnultimate.el (nnultimate-retrieve-headers): Understand
8764         long-form month names.
8765
8766 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8767
8768         * gnus-sum.el (gnus-summary-show-all-headers):
8769         gnus-article-show-all-headers is broken. Use
8770         gnus-summary-toggle-header instead.
8771
8772         * mml2015.el (mml2015-gpg-extract-from): No error.
8773
8774 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8775         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
8776
8777         * mml2015.el (mml2015-gpg-extract-from): New function.
8778         (mml2015-gpg-verify): Use it.
8779         (mml2015-gpg-clear-verify): Use it.
8780
8781 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8782
8783         * message.el (message-setup-fill-variables): Use
8784         fill-paragraph-function.
8785         (message-fill-paragraph): Take an argument.
8786         (message-newline-and-reformat): Take another argument.
8787
8788 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8789
8790         * message.el (rmail-output): It is in rmailout.el not rmail.el.
8791
8792 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8793
8794         * message.el (message-forward): local-variable-p takes an extra
8795         argument in XEmacs.
8796
8797 2001-03-16  Simon Josefsson  <simon@josefsson.org>
8798
8799         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
8800         `nnimap-use-nov-p' (it really tested the negative).
8801         (nnimap-retrieve-headers): Use it.
8802
8803 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8804
8805         * message.el (message-generate-headers-first): Update doc.
8806
8807 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
8808
8809         * gnus.el (gnus-summary-line-format): Typo.
8810
8811 2001-03-11  Simon Josefsson  <simon@josefsson.org>
8812
8813         * mailcap.el (mailcap-mime-data): Add application/sieve.
8814         (mailcap-mime-extensions): Add .siv, .xls.
8815
8816 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8817         From Christoph Conrad <christoph.conrad@gmx.de>
8818
8819         * gnus-score.el (gnus-summary-lower-thread): Typo.
8820
8821 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8822
8823         * message.el (message-forward-decoded-p): New variable.
8824         (message-forward-subject-author-subject): Use it.
8825         (message-make-forward-subject): Use it.
8826         (message-forward): Use it.
8827
8828         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
8829
8830         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
8831         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
8832
8833 ;;Has been fixed -- zsh.
8834 ;;2001-03-05  Dave Love  <fx@gnu.org>
8835 ;;
8836 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
8837 ;;      Move it after definition of mm-coding-system-p.
8838 ;;
8839 2001-03-01  Dave Love  <fx@gnu.org>
8840
8841         * mm-util.el (mm-inhibit-file-name-handlers): Add
8842         image-file-handler.
8843
8844 2001-02-11  Dave Love  <fx@gnu.org>
8845
8846         * message.el (message-signature-file): Fix doc, :type.
8847
8848 2001-02-08  Dave Love  <fx@gnu.org>
8849
8850         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
8851         (message-posting-charset): Defvar when compiling again.
8852         (rfc2047-encodable-p): Require message.
8853
8854         * gnus-sum.el (gnus-alter-articles-to-read-function):
8855         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
8856
8857 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8858
8859         * nnrss.el: New file.
8860
8861 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
8862         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8863
8864         * rfc2047.el (rfc2047-unfold-region): Fix arg of
8865         `skip-chars-forward'.
8866
8867 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8868
8869         * nndraft.el (nndraft-request-group): Restore auto save files if
8870         the original files do not exist.
8871
8872 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8873
8874         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
8875         SCORE paths.
8876
8877         * mm-decode.el (mm-dissect-buffer): Call
8878         mail-extract-address-components only if necessary.
8879
8880 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8881
8882         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
8883         directory part.
8884         (gnus-score-search-global-directories): Use file-directory-p.
8885
8886         * gnus-score.el (gnus-score-score-files-1): Use
8887         gnus-kill-files-directory.
8888         From Adrian Aichner <adrian@xemacs.org>.
8889
8890 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8891
8892         * gnus.el (charset): Move here from gnus-sum.el.
8893
8894 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8895
8896         * mml.el (mml-preview): Disable local map.
8897
8898         * gnus-sum.el (gnus-summary-make-menu-bar): Make
8899         gnus-article-post-menu here.
8900
8901         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
8902         if it has not been made.
8903
8904 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8905
8906         * gnus-art.el (gnus-article-describe-key): Map key to event.
8907         (gnus-article-describe-key-briefly): Ditto
8908
8909 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8910
8911         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
8912
8913 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8914         From Katsumi Yamaoka <yamaoka@jpl.org>.
8915
8916         * dgnushack.el (coerce, merge, subseq): defmacro.
8917
8918 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8919
8920         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
8921         A fake defalias in nndraft.el results a not-activated bug in
8922         uncompiled versions.
8923
8924 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
8925         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8926
8927         * gnus-util.el (gnus-split-references): Handle malformed References:.
8928
8929 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8930
8931         * gnus-art.el (gnus-article-mime-part-status): 1 part.
8932
8933 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8934         From NAGY Andras <nagya@inf.elte.hu>.
8935
8936         * gnus.el (gnus-parameters): Typo.
8937
8938 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8939
8940         * gnus.el (gnus-read-method): Remove redundancy.
8941
8942 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8943
8944         * nnslashdot.el (nnslashdot-backslash-url): New variable.
8945         (nnslashdot-request-list): Use it.
8946
8947 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8948
8949         * nnml.el (nnml-generate-active-info): Fix the case when there is
8950         no file.
8951
8952         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
8953         (gnus-summary-create-article): New function.
8954
8955         * gnus-group.el (gnus-group-mark-article-read): New function.
8956
8957         * gnus-msg.el (gnus-inews-do-gcc): Use it.
8958
8959         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
8960
8961 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8962
8963         * gnus-art.el (gnus-article-edit-done): Don't use
8964         gnus-article-edit-exit.
8965         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
8966
8967         * gnus.el (gnus-parameters): New variable.
8968         Suggested by NAGY Andras <nagya@inf.elte.hu>.
8969         (gnus-parameters-get-parameter): New function.
8970         (gnus-group-find-parameter): Use it.
8971
8972 2001-02-23  Simon Josefsson  <simon@josefsson.org>
8973
8974         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
8975         change of default value to `current'.
8976
8977 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8978
8979         * nneething.el (nneething-get-head): Insert unreadable file too.
8980
8981 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8982
8983         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
8984
8985         * webmail.el (webmail-type-definition): Deja is bought by google.
8986
8987 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8988
8989         * gnus-sum.el (gnus-fetch-headers): New function.
8990         (gnus-select-newsgroup): Use it.
8991         (gnus-summary-insert-articles): New function.
8992         (gnus-summary-insert-old-articles): New function.
8993         (gnus-summary-insert-new-articles): New function.
8994
8995         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
8996         (gnus-group-list-active): Ditto.
8997         * gnus-sum.el (gnus-set-mode-line): Ditto.
8998         (gnus-summary-read-group-1): Ditto.
8999
9000 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9001
9002         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
9003         current topic.
9004
9005 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9006
9007         * smiley.el (gnus-smiley-display): Don't do widening.
9008
9009         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
9010         within body.
9011
9012         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
9013
9014         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
9015         New variable.
9016         (gnus-mime-display-multipart-related-as-mixed): New variable.
9017         (gnus-mime-display-part): Use them.
9018
9019 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9020
9021         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
9022         something special.
9023
9024 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9025
9026         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
9027         (nnweb-request-article): Call reference if exists.
9028         (nnweb-type-definition): Dejanews is bought by google.com.
9029         Beta!
9030
9031 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9032
9033         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
9034
9035 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9036
9037         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
9038         gnus-article-sort-functions.
9039         (gnus-article-sort-functions): Doc fix.  Refer to
9040         gnus-thread-sort-functions.
9041
9042 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9043         From Paul Jarc <prj@po.cwru.edu>.
9044
9045         * message.el (message-get-reply-headers): More fixes.
9046
9047 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
9048         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9049
9050         * message.el (message-get-reply-headers): Fix bug with
9051         Mail-Followup-To/to-address interaction.
9052
9053 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9054
9055         * gnus-msg.el (gnus-configure-posting-styles): Match header in
9056         gnus-article-copy.
9057
9058 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9059
9060         * message.el (message-do-send-housekeeping): Rename to a better
9061         name.
9062
9063 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9064
9065         * message.el (message-cancel-news): Check article first, then ask
9066         yes or no.
9067
9068 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9069
9070         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
9071
9072 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9073
9074         * gnus-range.el (gnus-range-normalize): New function.
9075
9076 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
9077
9078         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
9079
9080 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9081
9082         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
9083
9084         * nnagent.el (nnagent-request-regenerate): New function.
9085
9086         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
9087
9088         * nnml.el (nnml-generate-nov-databases): Accept argument
9089         server. Don't open server if it is opened.
9090         (nnml-request-regenerate): Use it. Change to deffoo.
9091
9092 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9093         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9094
9095         * gnus.el (gnus-define-group-parameter): Fix.
9096
9097 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9098
9099         * gnus.el (gnus-define-group-parameter): Improved.
9100
9101         * gnus-sum.el (charset): Define parameter.
9102         (ignored-charsets): Ditto.
9103         (gnus-summary-setup-default-charset): Use them.
9104
9105         * gnus-start.el (gnus-read-descriptions-file): Use them.
9106
9107         * gnus-cus.el (gnus-group-parameters): Remove them.
9108
9109 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9110
9111         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
9112
9113 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9114
9115         * gnus-sum.el (gnus-summary-read-group-1): Remove
9116         gnus-summary-set-local-parameters.
9117         (gnus-summary-setup-buffer): Put it here.
9118
9119 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9120
9121         * gnus.el (to-address): Define parameter.
9122         (to-list): Ditto.
9123         * gnus-art.el (article-hide-boring-headers): Use them.
9124         * gnus-msg.el (gnus-post-news): Ditto.
9125         * gnus-cus.el (gnus-group-parameters): Remove them.
9126
9127 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9128
9129         * gnus-draft.el (gnus-draft-reminder): New function.
9130
9131         * gnus-art.el (gnus-sender-save-name): New function.
9132
9133 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9134
9135         * mm-util.el (mm-mime-charset): Error message.
9136
9137 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9138
9139         * message.el (message-check-news-body-syntax): Don't check mml lines.
9140
9141 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9142
9143         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
9144         subscribe.
9145
9146         * gnus-start.el (gnus-call-subscribe-functions): New function.
9147         (gnus-find-new-newsgroups): Use it.
9148         (gnus-ask-server-for-new-groups): Use it.
9149         (gnus-check-first-time-used): Use it.
9150         (gnus-subscribe-newsgroup-method): Grok a list of functions.
9151         (gnus-subscribe-options-newsgroup-method): Ditto.
9152         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
9153         return .
9154
9155 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9156
9157         * gnus-cus.el (gnus-score-customize): Doc fix.
9158
9159 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
9160
9161         * dgnushack.el (my-getenv): Typo.
9162
9163 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9164
9165         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
9166
9167 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9168
9169         * gnus-group.el (gnus-group-suspend): Offer save summaries.
9170
9171         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
9172         (gnus-treatment-function-alist): Use it.
9173         (article-remove-leading-whitespace): New function.
9174         (gnus-article-make-menu-bar): Use it.
9175
9176         * gnus-sum.el (gnus-summary-wash-empty-map): Add
9177         remove-leading-whitespace.
9178         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
9179         because of conflict.
9180
9181 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9182
9183         * Makefile.in: Hack generating gnus-load.el.
9184         * dgnushack.el: Ditto.
9185         * gnus-load.el: Remove it.
9186
9187 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9188
9189         * dgnushack.el : Add URLDIR.
9190
9191         * Makefile.in (EMACS_COMP): Ditto.
9192
9193 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9194
9195         * gnus-cus.el (gnus-score-customize): Error on no score file.
9196
9197 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9198
9199         * mm-decode.el (mm-merge-handles): New function.
9200
9201         * mm-view.el (mm-inline-message): Use it.
9202         (mm-view-message): Ditto.
9203
9204         * mm-partial.el (mm-inline-partial): Ditto.
9205
9206         * mm-extern.el (mm-inline-external-body): Ditto.
9207
9208         * gnus-art.el (gnus-mime-view-part): Ditto.
9209         (gnus-mime-view-part-as-type): Ditto.
9210         (gnus-mime-save-part-and-strip): Prevent users to strip in some
9211         cases.
9212
9213 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9214
9215         * message.el (message-cancel-news): Allow to shoot foot.
9216         (message-supersede): Ditto.
9217
9218 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
9219
9220         * gnus-sum.el (gnus-simplify-subject-re): Use
9221         message-subject-re-regexp.
9222
9223 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9224
9225         * nnmail.el (nnmail-expiry-target-group): Bind
9226         nnmail-cache-accepted-message-ids to nil.
9227
9228         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
9229         coding system.
9230
9231 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9232
9233         * qp.el (quoted-printable-encode-region): Make sure characters are
9234         between 00 and FF.  Don't check charset.
9235
9236         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
9237         in Emacs 20.
9238         * rfc2047.el (rfc2047-q-encode-region): Ditto.
9239
9240 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9241
9242         * message.el (message-make-forward-subject): Argument decoded.
9243         (message-forward): Use it when digest.
9244
9245         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
9246         buffer.
9247
9248 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9249
9250         * message.el (message-generate-headers-first): Doc fix.
9251
9252 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9253
9254         * gnus-art.el (article-make-date-line): Error proof.
9255
9256 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9257
9258         * gnus-group.el (gnus-group-listing-limit): New variable.
9259         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
9260
9261         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
9262
9263 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9264
9265         * message.el (message-newline-and-reformat): Special case for
9266         breaking at BOL.
9267
9268 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
9269
9270         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
9271         message/rfc822.
9272
9273 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9274
9275         * message.el (message-encode-message-body): Don't insert
9276         Content-Type if it is inside a mail.
9277
9278 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9279
9280         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
9281         gnus-article-commands-menu.
9282
9283         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
9284         in Emacs.
9285
9286         * gnus-start.el (gnus-read-descriptions-file): Use
9287         gnus-group-name-charset and gnus-group-charset-alist.
9288
9289 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9290
9291         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
9292         active region.
9293
9294         * gnus-start.el (gnus-group-change-level): Remove from both
9295         gnus-zombie-list and gnus-killed-list.
9296
9297 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9298
9299         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
9300         gnus-subscribe-topics.
9301
9302         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
9303
9304 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9305
9306         * gnus-art.el (gnus-article-make-menu-bar): Make
9307         gnus-article-post-menu.
9308
9309         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
9310
9311         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
9312
9313         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
9314
9315         * message.el (message-mode-menu): Ditto.
9316
9317         * gnus-art.el (defvar): eval-when-compile.
9318
9319 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9320
9321         * gnus-agent.el (gnus-agentize): Fix doc.
9322
9323 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
9324
9325         * mml.el (mml-preview): Bind `q'.
9326
9327 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9328
9329         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
9330
9331 2001-01-31  Dave Love  <fx@gnu.org>
9332
9333         * mm-util.el (mm-mime-mule-charset-alist)
9334         (mm-find-mime-charset-region): Consider mule-utf-8.
9335
9336 2001-01-31  Dave Love  <fx@gnu.org>
9337
9338         * gnus-art.el (gnus-article-x-face-command)
9339         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
9340         :version.
9341
9342 2001-01-26  Dave Love  <fx@gnu.org>
9343
9344         * mm-util.el (mm-multibyte-string-p): New.
9345
9346 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
9347 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
9348 ;;      string-as-multibyte on class.  Clarify line-folding.
9349         (quoted-printable-encode-string): Make temp buffer inherit
9350         string's multibyteness.
9351
9352 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
9353
9354         * nnheader.el (toplevel): Don't require `gnus-util' at
9355         compile-time; this creates a circular dependency, and prevents
9356         a bootstrap.
9357
9358 2001-01-22  Andreas Schwab  <schwab@suse.de>
9359
9360         * nnheader.el (gnus-delete-line): Autoload it as a macro.
9361
9362 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9363
9364         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
9365
9366         * gnus-art.el (article-hide-list-identifiers): Ditto.
9367
9368         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
9369
9370 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9371
9372         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
9373
9374         * gnus-art.el (article-hide-list-identifiers): Similar.
9375
9376 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
9377
9378         * nnmail.el (nnmail-remove-list-identifiers): Improved.
9379
9380 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9381
9382         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
9383
9384 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9385
9386         * gnus-util.el (gnus-string-equal): New function.
9387
9388         * gnus-art.el (article-hide-boring-headers): Use it.
9389
9390 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
9391
9392         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
9393
9394 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9395
9396         * gnus-msg.el (gnus-msg-mail): Support switch-action.
9397
9398 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9399
9400         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
9401         command if there is not last-saver.
9402
9403 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9404
9405         * nntp.el (nntp-open-connection): 201 is possible.
9406
9407 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9408
9409         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
9410         (rfc2047-charset-encoding-alist): Add big5.
9411
9412 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9413
9414         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
9415         (gnus-agent-remove-server): Ditto.
9416         (autoload): gnus-server-update-server.
9417
9418         * gnus-srvr.el (gnus-server-line-format): Add %a.
9419         (gnus-server-line-format-alist): Add gnus-tmp-agent.
9420         (gnus-server-insert-server-line): Use it.
9421
9422 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9423
9424         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
9425         GB2312 and Big5.
9426
9427 2001-01-24  Simon Josefsson  <sj@extundo.com>
9428
9429         * mail-source.el (mail-sources): Add :program specifier to IMAP
9430         mail source.
9431         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
9432
9433 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9434
9435         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
9436
9437 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9438
9439         * nntp.el (nntp-wait-for): Return the success code.
9440         (nntp-open-connection): Use it.
9441
9442 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9443
9444         * gnus-int.el (gnus-check-server): Allow breaking the opening.
9445
9446 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9447
9448         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
9449
9450 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9451
9452         * gnus-sum.el (gnus-summary-print-article): Take one prefix
9453         argument. Allow to print several articles in one file.
9454
9455 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9456
9457         * webmail.el (webmail-type-definition): netaddress changes.
9458
9459 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9460
9461         * gnus.el: Fix copyright. Remove trailing spaces.
9462
9463         * message.el (message-forward): Use mule4.
9464
9465 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9466
9467         * mm-util.el (mm-string-as-unibyte): New function.
9468
9469         * message.el (message-forward): Use it.
9470
9471 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9472
9473         * message.el (message-cite-original-without-signature): Don't peel
9474         off the blank line.
9475         (message-get-reply-headers): Add Cc if it is not in follow-to.
9476
9477 2001-01-20  Simon Josefsson  <sj@extundo.com>
9478
9479         * mm-decode.el (mm-handle-multipart-from): Add.
9480         (mm-dissect-buffer): Save From: header value.
9481         (mm-security-from): Remove.
9482         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
9483
9484         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
9485         instead of `mml-security-from'.  Protect null from value.
9486
9487 2001-01-20  Simon Josefsson  <sj@extundo.com>
9488
9489         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
9490         application/vnd.ms-excel attachments.
9491
9492 2001-01-19  Simon Josefsson  <sj@extundo.com>
9493
9494         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
9495
9496 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9497
9498         * message.el (message-ignored-mail-headers): Ditto.
9499
9500 2001-01-19  Simon Josefsson  <sj@extundo.com>
9501
9502         * message.el (message-ignored-news-headers): Only search beginning
9503         of line.
9504
9505 2001-01-19  Alberto Lusiani  <a.lusiani@noemail.org>
9506
9507         * message.el (message-send-mail): Content-Type may not be there.
9508
9509 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9510
9511         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
9512         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
9513
9514         * gnus-art.el (article-display-x-face): Insert X-Face if there is
9515         not.
9516
9517 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9518
9519         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
9520         non-native groups.
9521
9522 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9523
9524         * message.el (message-yank-original): Understand
9525         universal-argument.
9526
9527 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9528
9529         * gnus-art.el (gnus-boring-article-headers): Add to-address.
9530         (article-hide-boring-headers): Ditto.
9531
9532         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
9533
9534 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9535
9536         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
9537         one.
9538
9539 2001-01-16  Simon Josefsson  <simon@josefsson.org>
9540
9541         * message.el (message-make-in-reply-to): Add comment to message-id
9542         (old syntax, see 2000-08-02 change).
9543
9544 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9545
9546         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
9547         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
9548         (gnus-button-reply): Ditto.
9549
9550 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9551
9552         * gnus-art.el (article-display-x-face): Fix.
9553
9554 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9555
9556         * gnus-art.el (article-display-x-face): Use
9557         gnus-original-article-buffer.
9558
9559 2001-01-15  Jack Twilley  <jmt@tbe.net>
9560
9561         * message.el (message-add-header): Move to point-max.
9562
9563 2001-01-15  Simon Josefsson  <simon@josefsson.org>
9564
9565         * smime.el (smime-CA-directory, smime-CA-file): Change default to
9566         nil, improve documentation.
9567         (smime-certificate-directory): Comment out false hints (until it
9568         is implemented).
9569
9570         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
9571         there aren't any keys.
9572         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
9573         verify certificate.  Default is changed to only check integrity.
9574         Improved security status texts.  If a certificate doesn't contain
9575         a email address, don't fail.
9576
9577         * smime.el (smime-noverify-region):
9578         (smime-noverify-buffer): New functions.  Verifies integrity only.
9579
9580 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9581
9582         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
9583
9584 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9585
9586         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
9587         (gnus-remove-some-windows): Ditto.
9588
9589 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9590
9591         * gnus-art.el (article-make-date-line): 11th.
9592
9593 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9594
9595         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
9596         (mml2015-gpg-sign): Ditto.
9597
9598 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9599
9600         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
9601         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
9602
9603 2001-01-08  Dave Love  <fx@gnu.org>
9604
9605         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
9606         single character.
9607
9608         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
9609
9610         * message.el: Doc and message fixes.
9611         (message-send-rename-function)
9612         (message-make-forward-subject-function)
9613         (message-send-mail-function, message-reply-to-function)
9614         (message-wide-reply-to-function, message-followup-to-function)
9615         (message-distribution-function, message-auto-save-directory): Fix
9616         :type.
9617
9618         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
9619         proceeding after warnings.  Amend multipart warning message.
9620
9621 2001-01-04  Dave Love  <fx@gnu.org>
9622
9623         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
9624         compiling.
9625         (gnus-make-directory): Require nnmail.
9626
9627         * mm-decode.el (mm-inline-media-tests): Add
9628         image/x-portable-bitmap.
9629         (mm-get-image): Grok pbm.
9630
9631 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
9632
9633         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
9634
9635 2001-01-09  Didier Verna  <didier@xemacs.org>
9636
9637         * dgnushack.el (dgnushack-compile): give a dummy value to
9638         `gnus-xmas-glyph-directory' for the time of compilation.
9639         * gnus-agent.el: moved some XEmacs specific hook add-ons from
9640         `gnus-xmas-[re]define' to avoid loosing user custom settings.
9641         * gnus-art.el: ditto.
9642         * gnus-group.el: ditto.
9643         * gnus-salt.el: ditto.
9644         * gnus-sum.el: ditto.
9645         * gnus-topic.el: ditto.
9646         * gnus-xmas.el (gnus-xmas-define): see above.
9647         * gnus-xmas.el (gnus-xmas-redefine): see above.
9648         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
9649         non-continuable error when the directory can't be found.
9650
9651 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9652
9653         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
9654         handle.
9655         * gnus-art.el (gnus-mime-view-part): Copy it.
9656         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
9657
9658 2001-01-09  Michael Downes  <mjd@ams.org>
9659
9660         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
9661
9662 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9663
9664         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
9665         orig-file. Use ',source.
9666
9667 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9668
9669         * gnus-xmas.el (gnus-xmas-modeline-glyph):
9670         (gnus-xmas-group-startup-message):
9671         Detect gnus-xmas-glyph-directory when it is nil.
9672
9673 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9674
9675         * pop3.el (pop3-get-message-count): Andrew Innes
9676         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
9677
9678 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9679
9680         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
9681
9682         * time-date.el (time-to-number-of-days): New function.
9683
9684 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
9685
9686         * nnslashdot.el (nnslashdot-request-list): Always get the right
9687         sid.
9688
9689 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9690
9691         * message.el (message-minibuffer-local-map): New keymap.
9692         (message-read-from-minibuffer): Use it.
9693         * gnus-msg.el (gnus-summary-resend-message): Use it
9694
9695 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9696
9697         * gnus-start.el (gnus-display-time-event-handler): New function.
9698         (gnus-after-getting-new-news-hook): Use it.
9699
9700 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9701
9702         * message.el (message-ignored-mail-headers): Add draft header.
9703
9704 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9705
9706         * gnus-sum.el (gnus-summary-expire-articles): Don't save
9707         excursion.
9708
9709         * nnslashdot.el (nnslashdot-request-list): Get the right year.
9710
9711 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
9712
9713         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
9714
9715 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9716
9717         * qp.el (quoted-printable-decode-region): Don't backward-char.
9718
9719 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9720
9721         * gnus-draft.el: Mark articles as replied.
9722
9723         * gnus-sum.el (gnus-summary-add-mark): New function.
9724
9725         * gnus-group.el (gnus-add-mark): New function.
9726
9727         * gnus-sum.el (gnus-summary-buffer-name): New function.
9728         (gnus-summary-setup-buffer): Use it.
9729
9730         * gnus-draft.el: Set things up with the right post method and
9731         stuff.
9732
9733         * message.el (message-ignored-news-headers): Remove X-Draft-From.
9734
9735         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
9736
9737         * gnus.el (gnus-draft-meta-information-header): New variable.
9738
9739 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9740
9741         * gnus-art.el (gnus-treatment-function-alist): Move the date
9742         functions before the header sorting functions.
9743
9744         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
9745
9746         * dgnushack.el (dgnushack-compile): Message whether there is w3.
9747         Don't (push "/usr/share/emacs/site-lisp" load-path).
9748
9749         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
9750         to empty fill prefixes.
9751
9752 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9753
9754         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
9755         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
9756
9757 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9758
9759         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
9760
9761         * nnml.el (autoload): Move to nnheader.el.
9762
9763         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
9764         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
9765         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
9766         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
9767
9768 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9769
9770         * gnus-art.el (article-make-date-line): Get the hours right.
9771         (gnus-ignored-headers): More hiding.
9772
9773         * nnmail.el (nnmail-expiry-wait): Not an integer.
9774
9775         * message.el (message-goto-body): Only expand abbrev when called
9776         interactively.
9777         (message-make-lines): Use it.
9778
9779 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9780
9781         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
9782
9783 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9784
9785         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
9786         include the expunged articles.
9787
9788         * gnus-group.el (gnus-group-sort-by-server): New function.
9789
9790         * gnus.el (gnus-method-to-server-name): New function.
9791         (gnus-group-prefixed-name): Use it.
9792
9793         * gnus-group.el (gnus-group-sort-function): Doc fix.
9794         (gnus-group-sort-groups-by-server): New command.
9795
9796 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9797
9798         * gnus-art.el (gnus-treat-date-english): New variable.
9799         (article-date-english): New command.
9800         (gnus-english-month-names): New variable.
9801         (article-make-date-line): Do 'english.
9802
9803         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
9804         after the fill prefix.
9805
9806         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
9807         score...".
9808
9809         * gnus-art.el (gnus-ignored-headers): Hide more headers.
9810
9811         * message.el (message-mode-map): Bind comment-region.
9812
9813         * gnus-art.el (gnus-mime-display-part): Let w3 display
9814         multipart/related.
9815
9816         * mm-bodies.el (mm-long-lines-p): New function.
9817         (mm-body-encoding): Use it.
9818         (mm-body-encoding): Encode articles with lines longer than 1000
9819         characters.
9820
9821 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9822
9823         * mm-util.el (mm-enable-multibyte): Use
9824         default-enable-multibyte-characters.
9825         (mm-enable-multibyte-mule4): Ditto.
9826         (mm-disable-multibyte): Test XEmacs.
9827         (mm-disable-multibyte-mule4): Ditto.
9828         (mm-with-unibyte-current-buffer): Simplified.
9829         (mm-with-unibyte-current-buffer-mule4): Ditto.
9830
9831 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9832
9833         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
9834
9835         * nnheader.el (nnheader-string-as-multibyte): New alias.
9836
9837         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
9838
9839         * gnus-uu.el (gnus-message-process-mark): New function.
9840         (gnus-uu-mark-by-regexp): Use it.
9841         (gnus-new-processable): New function.
9842
9843 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
9844
9845         * gnus-sum.el (gnus-no-mark): New variable.
9846
9847 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9848
9849         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
9850         backslashes.
9851
9852 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9853
9854         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
9855         definition.
9856
9857 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9858
9859         * dgnushack.el (dgnushack-compile): elc is in the current directory.
9860
9861         * qp.el (quoted-printable-encode-region): Don't check multibyte in
9862         XEmacs.
9863
9864 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
9865
9866         * mml.el (mml-read-tag): Save tag location.
9867
9868 2000-12-25  Simon Josefsson  <simon@josefsson.org>
9869
9870         * starttls.el: Sync with Emacs 21.
9871
9872 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9873
9874         * message.el (message-mail): Support yank-action.
9875
9876         * message.el (message-setup): Revoke the last change.
9877
9878 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9879
9880         * message.el (message-setup): Use cons. Suggested by Johan Vromans
9881         <jvromans@squirrel.nl>.
9882
9883 2000-12-24  Simon Josefsson  <sj@extundo.com>
9884
9885         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
9886         mailing list junk at end of part.
9887
9888 2000-12-23  Simon Josefsson  <sj@extundo.com>
9889
9890         * nnimap.el (nnimap-expiry-target): New function.
9891         (nnimap-request-expire-articles): Use it.
9892
9893 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9894
9895         * gnus.el (gnus-group-parameters-more): New variable.
9896         * gnus-cus.el (gnus-group-customize): Use it.
9897
9898         * gnus.el (gnus-define-group-parameter): New macro.
9899         (auto-expire): Use it
9900         (total-expire): Use it.
9901         * gnus-art.el (banner): Use it.
9902
9903         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
9904         <ljz@asfast.com>.
9905
9906 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9907
9908         * gnus-topic.el (gnus-topic-create-topic): Use list.
9909
9910         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
9911         before binding gnus-default-article-saver.
9912
9913         * gnus-sum.el (gnus-summary-save-article):
9914         (gnus-summary-pipe-output):
9915         (gnus-summary-save-article-mail):
9916         (gnus-summary-save-article-rmail):
9917         (gnus-summary-save-article-file):
9918         (gnus-summary-write-article-file):
9919         (gnus-summary-save-article-body-file): Ditto.
9920
9921         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
9922
9923 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9924
9925         * gnus-art.el (gnus-mime-security-button-map):
9926         (gnus-mime-button-map): Add parent.
9927
9928 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9929
9930         * messagexmas.el (message-xmas-redefine): New function.
9931
9932         * message.el: Use it.
9933
9934         * gnus-art.el (gnus-article-check-hidden-text): Return t.
9935
9936         * gnus-util.el (gnus-remove-text-properties-when): Return t.
9937
9938 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9939
9940         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
9941         malformatted messages.
9942
9943 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9944
9945         * mm-util.el (mm-image-load-path): New function.
9946
9947         * gnus-group.el (gnus-group-make-tool-bar): Use it.
9948
9949         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
9950
9951         * message.el (message-tool-bar-map): Use it.
9952
9953         * Makefile.in (install-el): New rule.
9954
9955 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9956
9957         * gnus-art.el (article-treat-dumbquotes): Quote \.
9958
9959 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9960
9961         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
9962         Emacs 20 runs on a terminal.
9963
9964 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9965
9966         * gnus-msg.el (gnus-bug): Revert to save-excursion.
9967
9968         * mml.el (gnus-add-minor-mode): Autoload.
9969
9970         * message.el (message-forward): Save-restriction.
9971
9972 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9973
9974         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
9975         Paul Stevenson <p.stevenson@surrey.ac.uk>
9976
9977 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9978
9979         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
9980
9981         * mml.el (gnus-ems): Don't require.
9982
9983         * gnus.el (gnus-decode-rfc1522): Removed.
9984         (gnus-set-text-properties): Define.
9985
9986 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9987
9988         * gnus-art.el (gnus-mime-*): handle may be nil.
9989
9990         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
9991
9992         * gnus.el (gnus-group-remove-excess-properties): Not defined
9993         in gnus-xmas.
9994
9995 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9996
9997         * message.el (message-mail-user-agent): Add :version.
9998
9999 2000-12-21  Miles Bader  <miles@gnu.org>
10000
10001         * message.el (message-mode): Set `comment-start' to the  yank prefix.
10002
10003 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10004
10005         * message.el (message-mail-user-agent): New variable.
10006         (message-setup): Renamed to message-setup-1. Support
10007         mail-user-agent.
10008         (message-mail-user-agent): New function.
10009         (message-mail): Use it.
10010         (message-reply): Use it.
10011         (message-resend): Use it.
10012         (message-mail-other-window): Use it.
10013         (message-mail-other-frame): Use it.
10014
10015         * gnus-msg.el (gnus-bug): Support mail-user-agent.
10016
10017 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10018
10019         * message.el (message-tool-bar-map): Simplify.
10020         (message-narrow-to-head-1): New function.
10021         (message-narrow-to-head): Use it.
10022         (message-reply): Ditto.
10023         (message-cancel-news): Ditto.
10024         (message-supersede): Ditto.
10025         (message-make-forward-subject): Ditto.
10026         (message-bounce): Ditto.
10027
10028 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10029
10030         * uudecode.el (uudecode-decode-region-external): make-temp-file
10031         may not be defined.
10032
10033         * binhex.el (defalias): eval-and-compile.
10034
10035         * message.el (message-tool-bar-map): New function.
10036         (message-mode): Use it.
10037
10038 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10039
10040         * nntp.el (nntp-find-connection): Remove the entry.
10041         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
10042
10043 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10044
10045         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
10046
10047         * message.el (message-forward): Copy buffer in unibyte mode.
10048
10049 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10050
10051         * message.el (message-make-forward-subject): Don't widen. Decode.
10052         (message-forward): Don't decode subject.
10053
10054 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
10055
10056         * qp.el (quoted-printable-encode-region): Upcase QP.
10057
10058 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10059
10060         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
10061         mail-extract-a-c instead. Don't depend on Gnus.
10062
10063         * mml.el (gnus-ems): Require it.
10064
10065         * gnus-msg.el (gnus-summary-mail-forward):
10066
10067         * message.el (message-forward):  Move mime-to-mml here.
10068
10069 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10070
10071         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
10072         * gnus-art.el (gnus-insert-mime-button): Simplify.
10073         (gnus-mime-display-alternative): Ditto.
10074         (gnus-insert-mime-security-button): Ditto.
10075
10076 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10077
10078         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
10079         text-property-not-all doesn't return nil when start=mark(end).
10080         (gnus-remove-text-properties-when): Ditto.
10081
10082 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10083
10084         * gnus-start.el (gnus-group-change-level): Remove group from
10085         gnus-active-hashtb if real killed.
10086
10087 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10088
10089         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
10090         (gnus-mime-display-alternative): Ditto.
10091         (gnus-insert-mime-security-button): Ditto.
10092
10093 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10094
10095         * gnus-start.el (gnus-group-change-level): Don't add it into
10096         killed-list if it was killed.
10097
10098 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10099
10100         * nnmbox.el (nnmbox-file-coding-system): Use binary.
10101         (nnmbox-active-file-coding-system): Ditto.
10102
10103         * gnus-cus.el (gnus-group-parameters): Add posting-style.
10104
10105 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10106
10107         * gnus.el (gnus-version):
10108         (gnus-version-number): Set to Oort Gnus 0.01.
10109
10110         * gnus-art.el (gnus-mime-security-button-map):
10111         (gnus-insert-mime-security-button): Fix for Emacs21.
10112
10113 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10114
10115         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
10116         easymenu, because XEmacs doesn't understand :help.
10117
10118         * mm-uu.el: Require binhex.
10119
10120 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10121
10122         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
10123
10124 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
10125
10126         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
10127
10128 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
10129
10130         * *.xpm, *.pbm: Convert icons icons to size 24x24.
10131
10132 2000-12-18  Dave Love  <fx@gnu.org>
10133
10134         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
10135         (unused).
10136
10137 2000-12-13  Miles Bader  <miles@gnu.org>
10138
10139         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
10140         to t, so that we don't get stuck while trying to smilefy
10141         intangible text.
10142
10143 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
10144
10145         * smiley-ems.el (smiley-regexp-alist): Make regexps match
10146         at the end of the buffer.
10147         (smiley-region): In the loop, move to the end of the submatch
10148         matching the smiley instead of using the end of the match
10149         of the whole regexp.
10150
10151 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
10152
10153         * message.el (message-mode): Doc fix.
10154
10155 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
10156
10157         * smiley-ems.el (smiley-region): Doc fix.
10158
10159 2000-12-11  Miles Bader  <miles@gnu.org>
10160
10161         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
10162         bottom line visible, check to see if it's partially obscured, and
10163         if so, either scroll one more line to make it fully visible, or
10164         revert to showing the second line from the top.
10165
10166 2000-12-07  Dave Love  <fx@gnu.org>
10167
10168         * mailcap.el (mailcap-download-directory)
10169         * gnus-audio.el (gnus-audio-directory)
10170         * smiley-ems.el (smiley-data-directory): Fix :type.
10171
10172 2000-11-30  Dave Love  <fx@gnu.org>
10173
10174         * message.el (message-auto-save-directory): Use
10175         file-name-as-directory.
10176         (message-set-auto-save-file-name): Create
10177         message-auto-save-directory if necessary.
10178         (message-replace-chars-in-string): Removed -- unused.
10179         (message-mail-alias-type): Customize.
10180         (message-headers): Remove duplicate defgroup.
10181
10182 2000-11-29  Dave Love  <fx@gnu.org>
10183
10184         * qp.el (quoted-printable-decode-region): Use error, not message
10185         to report malformed text (like base64).  Amend message.
10186
10187 2000-11-29  Miles Bader  <miles@gnu.org>
10188
10189         * message.el (message-header-lines): Fontify tag.
10190
10191 2000-11-27  Dave Love  <fx@gnu.org>
10192
10193         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
10194         compiler warning.
10195
10196 ;2000-11-26  Dave Love  <fx@gnu.org>
10197 ;
10198 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
10199 ;
10200 2000-11-23  Dave Love  <fx@gnu.org>
10201
10202         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
10203
10204         * mm-uu.el (uudecode): Require.
10205         (uudecode-decode-region, uudecode-decode-region-external): Don't
10206         autoload.
10207         (mm-uu-copy-to-buffer): Doc fix.
10208         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
10209         type fix.
10210
10211         * mailcap.el: Doc fixes.
10212         (mailcap-mime-data): Various adjustments.
10213         (mailcap): New group.
10214         (mailcap-download-directory): Customize.
10215         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
10216         (mailcap-temporary-directory): Deleted (unused).
10217         (mailcap-unescape-mime-test): Simplify slightly.
10218         (mailcap-viewer-passes-test): Use functionp.
10219         (mailcap-command-p): Aliased to executable-find.
10220
10221         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
10222         default-enable-multibyte-characters is nil.
10223
10224 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
10225
10226         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
10227
10228 2000-11-21  Dave Love  <fx@gnu.org>
10229
10230         * gnus-art.el (gnus-mime-button-map): Don't inherit from
10231         gnus-article-mode-map.
10232 ;       (gnus-mime-button-menu): Use mouse-set-point.
10233         (gnus-insert-mime-button, gnus-mime-display-alternative)
10234         (gnus-mime-display-alternative): Don't use local-map property.
10235
10236 2000-11-17  Dave Love  <fx@gnu.org>
10237
10238         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
10239         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
10240         and make-temp-file.
10241         (uudecode-decode-region): Doc fix.
10242
10243 2000-11-14  Dave Love  <fx@gnu.org>
10244
10245         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
10246         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
10247         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
10248         New files, derived from the XPMs.
10249
10250 2000-11-10  Dave Love  <fx@gnu.org>
10251
10252         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
10253         (gnus-agent-lib-file, gnus-agent-load-alist)
10254         (gnus-agent-save-alist, gnus-agent-article-name): Use
10255         expand-file-name.
10256
10257         * gnus-group.el (gnus-group-name-charset-method-alist): Add
10258         :version.
10259         (nnkiboze-score-file): Defvar when compiling.
10260
10261         * gnus-start.el (gnus-read-newsrc-file): Add :version.
10262
10263         * gnus-art.el (gnus-article-banner-alist)
10264         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
10265         (gnus-article-date-lapsed-new-header)
10266         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
10267         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
10268         (gnus-treat-strip-headers-in-body)
10269         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
10270         (gnus-treat-translate): Add :version.
10271         (gnus-article-mime-part-function): Fix defcustom.
10272
10273         * nnmail.el (nnmail-expiry-target)
10274         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
10275         (nnmail-split-header-length-limit): Add :version.
10276
10277         * gnus-sum.el (gnus-auto-expirable-marks)
10278         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
10279         (gnus-extra-headers, gnus-ignored-from-addresses)
10280         (gnus-newsgroup-ignored-charsets)
10281         (gnus-group-highlight-words-alist)
10282         (gnus-summary-show-article-charset-alist): Add :version.
10283
10284         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
10285         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
10286         files, converted from the XPMs.
10287
10288         * gnus-cache.el (gnus-cache-active-file): Don't use
10289         file-name-as-directory on directory.
10290         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
10291         use file-name-as-directory on directory.
10292
10293         * time-date.el (timezone-make-date-arpa-standard): Autoload.
10294         (date-to-time): Use it.
10295
10296 ;       * message.el (message-mode) <adaptive-fill-regexp>:
10297 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
10298 ;       (message-newline-and-reformat): Likewise.
10299         (message-forward-as-mime, message-forward-ignored-headers)
10300         (message-buffer-naming-style, message-default-charset)
10301         (message-dont-reply-to-names, message-send-mail-partially-limit):
10302         Add :version.
10303
10304         * mm-util.el: Doc fixes.
10305         (mm-mime-charset): Don't use the raw result of
10306         mm-preferred-coding-system.
10307         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
10308         (mm-with-unibyte): Simplify.
10309
10310         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
10311         concat.
10312
10313         * pop3.el (pop3-version): Deleted.
10314         (pop3-make-date): New function, avoiding message-make-date.
10315         (pop3-munge-message-separator): Use it.
10316
10317 2000-11-09  Dave Love  <fx@gnu.org>
10318
10319         * gnus-group.el (gnus-group-make-directory-group)
10320         (gnus-group-fetch-faq): Use expand-file-name.
10321         (gnus-group-fetch-faq): Simplify completing-read form.
10322
10323         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
10324         test for Mule.
10325
10326         * message.el (tool-bar-map): Defvar when compiling.
10327
10328         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
10329         (gnus-tm-lisp-directory): Deleted.
10330         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
10331         (featurep 'xemacs).
10332         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
10333         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
10334         version numbers from file names.
10335
10336 2000-11-08  Dave Love  <fx@gnu.org>
10337
10338         * mm-view.el: Use featurep for XEmacs test.
10339         (mm-inline-message): Test for `remove-specifier'; don't use
10340         condition-case.
10341
10342         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
10343
10344         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
10345         (gnus-score-find-bnews): Don't concat "".
10346
10347         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
10348         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
10349         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
10350         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
10351
10352         * gnus-sum.el: Put some defvars in eval-when-compile.
10353         (gnus-summary-mode-hook): Add :options.
10354         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
10355         (gnus-summary-tool-bar-map): New variable.
10356         (gnus-summary-make-tool-bar): New function.
10357         (gnus-summary-mode): Put kill-all-local-variables first.
10358
10359         * gnus-group.el (gnus-group-toolbar-map): New variable.
10360         (gnus-group-make-tool-bar): Rewritten.
10361         (gnus-group-mode): Put kill-all-local-variables first.
10362
10363         * rfc2047.el: Require gnus-util.
10364
10365         * nnml.el (gnus-sorted-intersection): Autoload.
10366
10367         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
10368         Put some defvars in eval-when-compile.
10369         (gnus-intersection, gnus-sorted-complement):  Autoload.
10370
10371         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
10372
10373         * mm-encode.el (mm-body-7-or-8): Autoload.
10374
10375         * mm-decode.el (mm-insert-inline): Autoload.
10376
10377         * mml.el:
10378         * message.el: Put some defvars in eval-when-compile.
10379
10380         * gnus-msg.el: Put some defvars in eval-when-compile.
10381         (gnus-msg-mail): Move after gnus-setup-message.
10382
10383         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
10384
10385 2000-11-07  Dave Love  <fx@gnu.org>
10386
10387         * gnus-util.el (nnheader): Don't require message (recursive
10388         autoload).
10389
10390         * uudecode.el: Avoid compiler warnings.
10391
10392         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
10393         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
10394
10395 2000-11-06  Dave Love  <fx@gnu.org>
10396
10397         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
10398
10399         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
10400         (uudecode-char-int): New alias, replacing char-int.
10401         (uudecode-decode-region): Don't call buffer-disable-undo.
10402
10403 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
10404 ;       (mm-uu-configure-list): Doc fix.
10405 ;
10406 ;       * earcon.el (running-xemacs): Don't define.
10407 ;
10408 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
10409 ;
10410 ;       * message.el (message-font-lock-keywords): Match a final newline
10411 ;       to help font-lock's multiline support.
10412 ;
10413 2000-11-03  Dave Love  <fx@gnu.org>
10414
10415         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
10416
10417         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
10418         name.
10419
10420         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
10421         <banner>: Fix custom type, doc.
10422
10423         * mm-decode.el (mm-display-external): Space-prefix temp buffer
10424         name.  Don't disable undo explicitly.
10425
10426 ;2000-11-02  Dave Love  <fx@gnu.org>
10427 ;
10428 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
10429 ;       cite-prefix.
10430
10431 2000-11-01  Dave Love  <fx@gnu.org>
10432
10433         * rfc2047.el (base64): Require unconditionally.
10434         (message-posting-charset): Defvar when compiling.
10435         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
10436         message.
10437
10438         * gnus-sum.el (nnoo): Require.
10439         (mm-uu-dissect): Autoload.
10440
10441         * mml.el (mml-parse-1): Clarify message.
10442         (mml-minibuffer-read-type): Use mailcap-mime-types.
10443
10444 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
10445
10446         * mml.el: Fix a typo in the requiring of CL.
10447
10448 2000-11-01  Dave Love  <fx@gnu.org>
10449
10450         * utf7.el: Require cl when compiling.
10451
10452         * binhex.el: Use (featurep 'xemacs).
10453         (binhex-char-int): New alias, replacing char-int.  Change callers.
10454         (binhex-decode-region): Simplify work buffer code.
10455         (binhex-decode-region-external): Use expand-file-name, not concat.
10456
10457 2000-10-30  Dave Love  <fx@gnu.org>
10458
10459         * gnus-art.el: Fix 2000-10-27 change properly.
10460
10461 2000-10-28  Miles Bader  <miles@gnu.org>
10462
10463         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
10464
10465 2000-10-27  Dave Love  <fx@gnu.org>
10466
10467         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
10468         strings.
10469         (gnus-group-make-tool-bar): New function.
10470         (gnus-group-mode): Use it.
10471
10472         * message.el (message-mode-menu): Add some :help strings.
10473         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
10474         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
10475
10476         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
10477         * describe-group.xpm, get-news.xpm, kill-group.xpm:
10478         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
10479
10480         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
10481         display-graphic-p here.
10482
10483 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
10484
10485         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
10486         of the `gnus-xemacs' variable, as the latter has been removed.
10487         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
10488         * gnus-art.el (gnus-treat-display-xface)
10489         (gnus-treat-display-smileys, gnus-treat-display-picons)
10490         (gnus-article-read-summary-keys): Likewise.
10491
10492 2000-10-26  Dave Love  <fx@gnu.org>
10493
10494         (defvar): Use rmail-spool-directory unconditionally.
10495
10496 2000-10-18  Dave Love  <fx@gnu.org>
10497
10498         * mm-bodies.el (mm-uu-decode-function)
10499         (mm-uu-binhex-decode-function): Defvar when compiling.
10500
10501         * gnus-nocem.el (gnus-nocem-issuers): Update.
10502         (gnus-nocem-check-from): New option.
10503         (gnus-nocem-scan-groups): Use it.
10504         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
10505         (gnus-nocem-check-article-limit): Add :version.
10506
10507 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
10508
10509         * ietf-drums.el (mm-util): Require CL when compiling.
10510
10511 2000-10-15  Dave Love  <fx@gnu.org>
10512
10513         * qp.el: Require mm-util.
10514
10515 2000-10-13  Dave Love  <fx@gnu.org>
10516
10517         * qp.el (quoted-printable-decode-region): Avoid invalid
10518         coding-systems.
10519
10520 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
10521
10522         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
10523         to a recursive load.
10524
10525 2000-10-12  Dave Love  <fx@gnu.org>
10526
10527         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
10528
10529         * gnus.el (gnus-group-startup-message): Check for PBM image.
10530
10531 2000-10-09  Dave Love  <fx@gnu.org>
10532
10533         * mail-source.el (mail-source-fetch-imap): Bind
10534         default-enable-multibyte-characters rather than using
10535         mm-disable-multibyte.
10536
10537 2000-10-05  Dave Love  <fx@gnu.org>
10538
10539         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
10540         Autoload.
10541         (quoted-printable-decode-region):  Rename arg which confused
10542         charset with coding-system.  Don't use nonascii-insert-offset.
10543         Coding-system encode the region initially.  Don't recognize `=='
10544         as valid QP.  Coding-system decode the region finally.
10545         (quoted-printable-decode-string): Rename arg which confused
10546         charset with coding-system.
10547
10548         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
10549         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
10550         mm-encode-coding-region.
10551         (mm-decode-body, mm-decode-string): Rename variables which
10552         confused charset with coding-system.
10553         (binhex-decode-region): Don't autoload.
10554         (mm-body-encoding): Require message.
10555         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
10556         cond branches.
10557
10558         * gnus-art.el (article-de-quoted-unreadable)
10559         (article-de-base64-unreadable): Fold search case
10560         rather than downcasing string.  Apply mm-charset-to-coding-system
10561         to arg of quoted-printable-decode-region.
10562
10563 2000-10-04  Dave Love  <fx@gnu.org>
10564
10565         * gnus-ems.el: Don't turn off compiler warnings in local vars.
10566         Require ring when compiling.
10567         (gnus-article-compface-xbm): New variable.
10568
10569 2000-10-04  Dave Love  <fx@gnu.org>
10570
10571         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
10572         pbm images.
10573
10574         * frown.pbm, smile.pbm, wry.pbm: New files.
10575
10576         * frown.xbm, smile.xbm, wry.xbm: Deleted.
10577
10578 2000-10-03  Dave Love  <fx@gnu.org>
10579
10580         * mail-source.el (mail-sources): Revert to nil.
10581
10582         * nnmail (nnmail-spool-file): Revert to `((file))'.
10583
10584         * qp.el: Don't require mm-util.
10585         (quoted-printable-decode-region): Rewritten.
10586         (quoted-printable-decode-string, quoted-printable-encode-region):
10587         Doc fix.
10588         (quoted-printable-encode-region): Barf on multibyte characters.
10589         Maybe make the class multibyte.  Upcase chars, not formatted
10590         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
10591         (quoted-printable-encode-string): Don't use
10592         mm-with-unibyte-buffer.
10593
10594 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
10595
10596         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
10597
10598 2000-09-21  Dave Love  <fx@gnu.org>
10599
10600         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
10601         (for Emacs 20).  Tidy somewhat.
10602
10603 2000-09-21  Dave Love  <fx@gnu.org>
10604
10605         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
10606         image processing.  Rationalize logic somewhat.
10607
10608 2000-09-20  Dave Love  <fx@gnu.org>
10609
10610         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
10611         specifically.
10612
10613         * gnus.el (gnus-version-number): Avoid some redundant
10614         autoloads.
10615
10616 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
10617
10618         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
10619         to XBM; we always have PBM support.
10620
10621 2000-09-14  Dave Love  <fx@gnu.org>
10622
10623         * gnus.el (gnus-charset):
10624         * mm-decode.el (mime-display):
10625         * imap.el (imap) <defgroup>: Add :version.
10626
10627 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
10628
10629         * parse-time.el: Fix author's mail address.
10630
10631         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
10632         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
10633         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
10634         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
10635         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
10636         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
10637         * rfc2231.el, uudecode.el: Fix copyright notice.
10638
10639         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
10640         require `w3' at load-time only if not running in batch mode.
10641
10642 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10643
10644         * gnus.el: Before merge with Emacs21.
10645
10646 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
10647
10648         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
10649
10650 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
10651
10652         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
10653         to avoid conflict with the standard `back-to-indentation'
10654         binding.
10655
10656 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10657
10658         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
10659
10660         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
10661         (mm-disable-multibyte-mule4): Ditto.
10662         (mm-with-unibyte-current-buffer-mule4): Ditto.
10663
10664 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10665
10666         * pop3.el (pop3-movemail): Use binary.
10667         (pop3-movemail-file-coding-system): Removed.
10668
10669 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10670
10671         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
10672
10673 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10674
10675         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
10676         exists.
10677
10678 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10679
10680         * gnus-msg.el (gnus-post-method): Use backend name when the
10681         address is "".
10682
10683 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10684
10685         * gnus-art.el (article-verify-x-pgp-sig): Don't test
10686         mm-verify-option.
10687         (gnus-treat-x-pgp-sig): Default value.
10688         (gnus-ignored-headers): Redundant.
10689
10690 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10691
10692         * gnus-win.el (gnus-configure-frame): Save selected window.
10693
10694 2000-02-15  Andrew Innes  <andrewi@gnu.org>
10695
10696         * nnmbox.el: Require gnus-range.
10697         (nnmbox-group-building-active-articles): New variable.
10698         (nnmbox-group-active-articles): New variable; this is a cache of
10699         all active articles by group and number.
10700         (nnmbox-in-header-p): New function.
10701         (nnmbox-find-article): New function.
10702         (nnmbox-record-active-article): New function.
10703         (nnmbox-record-deleted-article): New function.
10704         (nnmbox-is-article-active-p): New function.
10705         (nnmbox-retrieve-headers): Use nnmbox-find-article.
10706         (nnmbox-request-article): Ditto.  Also supply extra arg to
10707         nnmbox-article-group-number.
10708         (nnmbox-request-expire-articles): Ditto.
10709         (nnmbox-request-move-article): Ditto.
10710         (nnmbox-request-replace-article): Ditto.
10711         (nnmbox-request-rename-group): Rename group entry in active
10712         article cache.
10713         (nnmbox-delete-mail): Update active article cache, unless article
10714         is being replaced.
10715         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
10716         than partially duplicating it.
10717         (nnmbox-article-group-number): Add extra `this-line' arg, to
10718         handle articles belonging to multiple groups.
10719         (nnmbox-save-mail): Update active article cache.
10720         (nnmbox-read-mbox): Build active article cache when loading mbox.
10721         Also do some repair work, if we find articles that are missing the
10722         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
10723         reconstruct these from Xref info.
10724
10725 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10726
10727         * mail-source.el (mail-source-report-new-mail): Use
10728         nnheader-run-at-time.
10729
10730 2000-02-15  Andrew Innes  <andrewi@gnu.org>
10731
10732         * mail-source.el (mail-source-fetch-pop): Clear pop password when
10733         an error is thrown, and then rethrow the error.
10734         (mail-source-check-pop): Ditto.
10735         (mail-source-start-idle-timer): Prevent multiple pop checks
10736         running if the check takes a long time.
10737
10738 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10739
10740         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
10741         succeed.
10742
10743 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10744
10745         * gnus-win.el (gnus-configure-windows): Make sure
10746         nntp-server-buffer is live.
10747         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
10748
10749 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
10750
10751         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
10752
10753 2000-12-04  Andreas Jaeger  <aj@suse.de>
10754
10755         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
10756
10757 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10758
10759         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
10760
10761 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
10762         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
10763
10764         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
10765
10766 2000-12-01  Simon Josefsson  <sj@extundo.com>
10767
10768         * mml-smime.el (mml-smime-verify): Fix address parsing.
10769
10770 2000-12-01  Simon Josefsson  <sj@extundo.com>
10771
10772         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
10773         more than one certificate inside PKCS#7 blob.  Better security
10774         information (clamed / actual sender, openssl output, certificates
10775         inside message).
10776
10777         * smime.el (smime-verify-region): Output to /dev/null.
10778         (smime-buffer-as-string-region): Don't parse empty lines.
10779
10780 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10781
10782         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
10783         ?d and ?D.
10784         (gnus-mime-security-show-details-inline): New variable.
10785         (gnus-mime-security-show-details): Use them.
10786         (gnus-insert-mime-security-button): Ditto.
10787
10788         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
10789         Suggest by Michael Duggan (md5i@cs.cmu.edu).
10790         (mml2015-gpg-clear-verify): Ditto.
10791         (mml2015-gpg-decrypt-1): Ditto.
10792         (mml2015-use): Prefer 'gpg.
10793
10794 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10795
10796         * gnus-util.el (gnus-add-text-properties-when): New function.
10797         (gnus-remove-text-properties-when): Ditto.
10798
10799         * gnus-cite.el (gnus-article-hide-citation): Use them.
10800         (gnus-article-toggle-cited-text): Use them.
10801
10802         * gnus-art.el (gnus-signature-toggle): Use them.
10803         (gnus-article-show-hidden-text): Ditto.
10804         (gnus-article-hide-text): Ditto.
10805
10806 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10807
10808         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
10809
10810 2000-11-30  Simon Josefsson  <sj@extundo.com>
10811
10812         * smime.el (smime-point-at-eol): New alias.
10813         (smime-buffer-as-string-region): Use it.
10814
10815 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10816
10817         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
10818
10819 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10820
10821         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
10822
10823         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
10824
10825         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
10826
10827 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10828
10829         * nnmh.el (nnmh-request-expire-articles): Implemented
10830         expiry-target for nnmh backend.
10831
10832 2000-11-30  Simon Josefsson  <sj@extundo.com>
10833
10834         * mm-decode.el (mm-security-from): New variable.
10835         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
10836
10837         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
10838         than `from'.
10839
10840 2000-11-30  Simon Josefsson  <sj@extundo.com>
10841
10842         * mml-smime.el (mml-smime-verify): Verify that certificate mail
10843         address match sender address.
10844
10845         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
10846
10847         * smime.el (smime-verify-region): Don't copy buffer.
10848         (smime-decrypt-buffer): Use expand-file-name on keyfile.
10849         (smime-pkcs7-region): New function.
10850         (smime-pkcs7-certificates-region): Ditto.
10851         (smime-pkcs7-email-region): Ditto.
10852         (smime-buffer-as-string-region): Ditto.
10853
10854         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
10855         buffer.
10856
10857 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
10858
10859         * smime.el (smime-decrypt-region): Fix keyfile argument.
10860
10861 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10862
10863         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
10864
10865 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10866
10867         * message.el (message-shoot-gnksa-feet): New variable.
10868         (message-gnksa-enable-p): New function.
10869         (message-send): Use it.
10870         (message-check-news-body-syntax): Ditto.
10871
10872 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10873
10874         * message.el (message-make-message-id): Remove the redundancy.
10875
10876 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10877
10878         * message.el (message-setup): Discourage using mc-install-*-mode.
10879
10880         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
10881
10882 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10883
10884         * gnus-cite.el (gnus-cite-parse): Guess citation length.
10885
10886 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10887
10888         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
10889
10890 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10891
10892         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
10893
10894 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10895
10896         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
10897         insert-buffer-substring.
10898
10899         * message.el (message-send-mail): Use buffer-substring-no-properties.
10900         (message-send-news): Ditto.
10901
10902 2000-11-22  David Edmondson  <dme@dme.org>
10903
10904         * imap.el (imap-wait-for-tag): Message read info.
10905
10906 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10907
10908         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
10909         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
10910         (mml2015-gpg-encrypt): Ditto.
10911
10912 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10913
10914         * mm-decode.el (mm-verify-option): Default value.
10915
10916         * mml-sec.el (mml-secure-part): Error message.
10917
10918 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10919
10920         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
10921
10922 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10923
10924         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
10925
10926 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10927
10928         * gnus-art.el (gnus-article-describe-key): Use prompt.
10929         (gnus-article-describe-key-briefly): Ditto.
10930
10931 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10932
10933         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
10934
10935 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10936
10937         * gnus-art.el (gnus-article-describe-key): New function.
10938         (gnus-article-describe-key-briefly): New function.
10939
10940 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10941
10942         * mm-decode.el (mm-decrypt-option): Doc typo.
10943
10944         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
10945         return a number.
10946
10947 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10948
10949         * message.el (message-newline-and-reformat): Typo.
10950
10951 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10952
10953         * gnus-art.el (article-verify-x-pgp-sig): Check whether
10954         original-article-buffer exists.
10955
10956         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
10957         (rfc2047-header-encoding-alist): Addresses are different from text.
10958         (rfc2047-encode-message-header): Ditto.
10959         (rfc2047-dissect-region): Extra parameter.
10960         (rfc2047-encode-region): Ditto.
10961         (rfc2047-encode-string): Ditto.
10962
10963 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10964
10965         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
10966         (mm-uu-pgp-encrypted-extract): Use it.
10967         (mm-uu-pgp-signed-extract-1): New function.
10968         (mm-uu-pgp-signed-extract): Use it.
10969
10970         * gnus-art.el (gnus-mime-display-security): New function.
10971         (gnus-mime-display-part): Use it.
10972         (gnus-mime-security-verify-or-decrypt): New function.
10973         (gnus-mime-security-press-button): New function.
10974         (gnus-insert-mime-security-button): Use it.
10975
10976         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
10977         (mm-find-raw-part-by-type): Ditto.
10978         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
10979         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
10980         (mm-destroy-parts): Kill nested multibyte buffer.
10981
10982         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
10983         (mml2015-gpg-verify): Ditto.
10984
10985 2000-11-18  Simon Josefsson  <sj@extundo.com>
10986
10987         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
10988         (mml2015-function-alist): Use it.
10989
10990         * mml-sec.el (mml-sign-alist): Update names.
10991         (mml-encrypt-alist): Ditto.
10992         (mml-secure-part-smime-sign): Moved to mml-smime.el
10993         as `mml-smime-sign-query'.
10994         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
10995         `mml-smime-get-file-cert'.
10996         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
10997         `mml-smime-get-dns-cert'.
10998         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
10999         `mml-smime-encrypt-query'.
11000         (mml-smime-sign-buffer): Use mml-smime-sign.
11001         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
11002
11003         * mml-smime.el (mml-smime-sign): New function.
11004         (mml-smime-encrypt):
11005         (mml-smime-sign-query):
11006         (mml-smime-get-file-cert):
11007         (mml-smime-get-dns-cert):
11008         (mml-smime-encrypt-query): Moved from mml-sec.el.
11009
11010 2000-11-16  Simon Josefsson  <sj@extundo.com>
11011
11012         * mml2015.el (mml2015-gpg-clear-verify): New function.
11013         (mml2015-function-alist): Add it.
11014
11015 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
11016
11017         * message.el (message-setup-fill-variables): Use
11018         message-cite-prefix-regexp.
11019         (message-newline-and-reformat): Check the end of citation, leading
11020         WSP, break in the cite prefix.
11021         (message-fill-paragraph): New function.
11022
11023 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
11024
11025         * lpath.el: Shut up.
11026
11027 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
11028
11029         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
11030         raw 8-bit in headers in dk.* newsgroups.
11031
11032 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
11033
11034         * message.el (message-newline-and-reformat): Match extra WSPs.
11035
11036 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
11037
11038         * mml.el (mml-generate-mime-1): Ignore ascii.
11039
11040 2000-11-16 Justin Sheehy  <justin@iago.org>
11041
11042         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
11043
11044 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11045
11046         * message.el (message-cite-prefix-regexp): Prefix should not end
11047         at space.
11048
11049 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
11050
11051         * message.el (message-mode-syntax-table): Add - as a word
11052         constituent as in articles.
11053         (message-setup-fill-variables): Add -_. as supercite-style prefix.
11054         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
11055         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
11056
11057 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
11058
11059         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
11060
11061 2000-11-12  David Edmondson  <dme@dme.org>
11062
11063         * message.el (message-font-lock-keywords): use
11064         message-cite-prefix-regexp.
11065
11066 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11067
11068         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
11069         Stein Arild Str\e,Ax\e(Bmme.
11070         (gnus-group-jump-to-group): Use it.
11071         (gnus-group-jump-to-group-prompt): Customize.
11072
11073 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
11074
11075         * mailcap.el (mailcap-possible-viewers): Match the entire string.
11076
11077 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
11078
11079         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
11080         incompatible.
11081         (mml2015-mailcrypt-sign): Ditto.
11082
11083 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
11084
11085         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
11086         group is open.
11087
11088 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
11089
11090         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
11091         nnvirtual articles.
11092         (gnus-backlog-request-article): Don't request nnvirtual articles.
11093
11094 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
11095
11096         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
11097         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
11098
11099 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
11100
11101         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
11102         * mml.el (mml-generate-mime-1): Use charset attribute.
11103         * mm-bodies.el (mm-encode-body): Add parameter charset.
11104         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
11105
11106 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
11107
11108         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
11109         (mml2015-mailcrypt-clear-decrypt): Ditto.
11110         (mml2015-mailcrypt-verify): Ditto.
11111         (mml2015-mailcrypt-clear-verify): Ditto.
11112         (mml2015-gpg-verify): Ditto.
11113
11114 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
11115
11116         * smime.el (smime-openssl-program): Test the existence of openssl.
11117         * mml-smime.el: Require mm-decode.
11118         (mml-smime-verify-test): New function.
11119         * mm-decode.el (mm-verify-function-alist): Use it.
11120
11121 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
11122
11123         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
11124         anyway.
11125
11126 2000-11-13  Simon Josefsson  <sj@extundo.com>
11127
11128         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
11129         verification doesn't work.
11130
11131 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
11132
11133         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
11134         (gnus-inews-do-gcc): Use it.
11135
11136 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
11137
11138         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
11139         leading space.
11140         * mm-extern.el (mm-inline-external-body): Report error when no
11141         access-type.
11142
11143 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
11144
11145         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
11146
11147 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
11148
11149         * gnus-art.el (gnus-mime-button-menu): Use select-window.
11150
11151 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
11152
11153         * gnus-art.el (gnus-mime-display-part): Display multipart/related
11154         as multipart/mixed.
11155
11156 2000-11-12  David Edmondson  <dme@dme.org>
11157
11158         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
11159         and replace `.' with `\w' to allow for different syntax tables
11160         (from Vladimir Volovich).
11161         * message.el (message-newline-and-reformat): use
11162         `message-cite-prefix-regexp'.
11163         * gnus-cite.el (gnus-supercite-regexp): use
11164         `message-cite-prefix-regexp'.
11165         * gnus-cite.el (gnus-cite-parse): use
11166         `message-cite-prefix-regexp'.
11167
11168 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
11169
11170         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
11171         PGP SIGNATURE.  Escape leading "-"'s.
11172         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
11173
11174 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
11175
11176         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
11177
11178 2000-11-11  Simon Josefsson  <sj@extundo.com>
11179
11180         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
11181
11182         * smime.el (smime-details-buffer): New variable.
11183         (smime-sign-region):
11184         (smime-encrypt-region):
11185         (smime-verify-region):
11186         (smime-decrypt-region): Copy OpenSSL output to the buffer.
11187
11188         * mml-smime.el (mml-smime-verify): Support security info.
11189
11190 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
11191
11192         * mm-decode.el (mm-verify-option): Set default to nil.
11193         (mm-decrypt-option): Ditto.
11194         * gnus-art.el (article-verify-x-pgp-sig): New function.
11195
11196 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
11197
11198         * gnus-art.el (gnus-mime-display-alternative): Show button if no
11199         preferred part.
11200
11201 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11202
11203         * gnus-sum.el (gnus-move-split-methods): Say that
11204         `gnus-split-methods' uses file names, whereas this uses group
11205         names.  (Report from Nevin Kapur)
11206
11207 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
11208
11209         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
11210
11211 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
11212
11213         * nnheader.el (nnheader-directory-files-is-safe): New variable.
11214         (nnheader-directory-articles): Use it.
11215         (nnheader-article-to-file-alist): Ditto.
11216
11217 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
11218
11219         * rfc2047.el (rfc2047-pad-base64): New function.
11220         (rfc2047-decode): Use it.
11221
11222 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
11223
11224         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
11225         select method.
11226
11227 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
11228
11229         * mml2015.el (mml2015-gpg-decrypt-1):
11230         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
11231
11232 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
11233
11234         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
11235
11236 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
11237
11238         * pop3.el (pop3-munge-message-separator): A message may have an
11239         empty body.
11240
11241 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
11242
11243         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
11244         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
11245         (mm-uu-pgp-signed-extract): Use coding-system.
11246
11247 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
11248
11249         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
11250         (gnus-insert-mime-security-button): New function.
11251         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
11252         * mml2015.el:  Add security info when verify or decrypt.
11253         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
11254         (mm-uu-pgp-encrypted-extract): Ditto.
11255
11256 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
11257
11258         * mm-decode.el (mm-display-parts): New function.
11259         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
11260
11261 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11262
11263         * gnus-mlspl.el: Documentation tweaks.
11264
11265 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
11266
11267         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
11268         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
11269         argument.
11270
11271 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
11272
11273         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
11274
11275 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
11276
11277         * gnus-art.el (gnus-article-encrypt): New function.
11278         (gnus-article-encrypt-protocol-alist): New variable.
11279         (gnus-article-encrypt-protocol): New variable.
11280         * mml2015.el (mml2015-self-encrypt): New function.
11281         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
11282
11283 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
11284
11285         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
11286         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
11287         let mailcap do it.
11288         * mml2015.el: Remove snarf code.
11289         * mm-decode.el: Remove snarf code.
11290
11291 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
11292
11293         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
11294         (mml-insert-mime): Understand gnus-decoded.
11295         (mime-to-mml): New parameter handles.
11296         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
11297         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
11298
11299 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
11300
11301         * mm-decode.el (mime-security): New group.
11302         (mm-verify-function-alist): Add test function.
11303         (mm-decrypt-function-alist): Ditto.
11304         (mm-snarf-option): Set default value as nil.
11305         (mm-find-part-by-type): Recursive parameter.
11306         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
11307         * mml2015.el: Support draft-ietf-openpgp-multsig.
11308
11309 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
11310
11311         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
11312         (gnus-article-view-part-as-charset): New function.
11313
11314 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
11315
11316         * mm-decode.el (mm-verify-option): Default value.
11317         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
11318
11319 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
11320
11321         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
11322
11323 2000-11-05  Simon Josefsson  <sj@extundo.com>
11324
11325         * mml-smime.el (mml-smime-verify): Work in original multipart
11326         buffert.
11327
11328         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
11329         (mm-handle-multipart-ctl-parameter): Ditto.
11330         (mm-alist-to-plist): New function.
11331         (mm-dissect-buffer): Store CTL parameters and copy original buffer
11332         for multiparts.
11333         (mm-destroy-parts): Destroy multipart buffert.
11334         (mm-remove-part): Ditto.
11335
11336         * mml-smime.el (mml-smime-sign): Not used.
11337         (mml-smime-encrypt): Ditto.
11338
11339         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
11340
11341         Verify S/MIME signature support.
11342
11343         * mm-decode.el (mm-inline-media-tests): Add
11344         application/{x-,}pkcs7-signature.
11345         (mm-inlined-types): Ditto.
11346         (mm-automatic-display): Ditto.
11347         (mm-verify-function-alist): Ditto.  Add name of method.
11348         (mm-decrypt-function-alist): Add name of method.
11349         (mm-find-part-by-type): Add documentation.
11350         (mm-possibly-verify-or-decrypt): Use new format of
11351         mm-{verify,decrypt}-function-alist.  Use method names.
11352
11353         * mml-smime.el (mml-smime-verify): New function.
11354
11355 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
11356
11357         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
11358
11359 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
11360
11361         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
11362         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
11363         * mm-decode.el (mm-snarf-option): New variable.
11364
11365 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
11366
11367         * mm-util.el (mm-subst-char-in-string): New function.
11368         (mm-replace-chars-in-string): Use it.
11369         * message.el (message-replace-chars-in-string): Use it.
11370         * nnheader.el (nnheader-replace-chars-in-string): Use it.
11371         * gnus-mh.el (mh-lib-progs): Shut up.
11372
11373 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
11374
11375         * base64.el, md5.el: Moved to contrib directory.
11376
11377 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
11378
11379         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
11380         the last article when search.
11381
11382 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
11383
11384         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
11385         * nnmail.el (nnmail-pathname-coding-system): Ditto.
11386
11387 2000-09-29  David Edmondson  <dme@thus.net>
11388
11389         * message.el (message-newline-and-reformat): Typo.
11390
11391 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
11392
11393         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
11394
11395 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
11396
11397         * nntp.el (nntp-decode-text): Delete bogus status lines.
11398
11399 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
11400
11401         * message.el (message-font-lock-keywords): Match a final newline
11402         to help font-lock's multiline support.
11403
11404 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
11405
11406         * nnoo.el (nnoo-set): New function.
11407
11408 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
11409
11410         * gpg.el, gpg-ring.el: Moved to contrib directory.
11411
11412 2000-11-04  Simon Josefsson  <sj@extundo.com>
11413
11414         * nnimap.el (nnimap-split-inbox): Typo.
11415
11416 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
11417
11418         * gnus-msg.el (gnus-msg-mail): Move it backwards.
11419
11420 2000-11-03  Simon Josefsson  <sj@extundo.com>
11421
11422         * rfc2231.el (rfc2231-parse-qp-string): New function.
11423         (require): rfc2047.
11424
11425         * mail-parse.el (mail-header-parse-content-type):
11426         (mail-header-parse-content-disposition): Support invalid QP
11427         encoded strings, by using `rfc2231-parse-qp-string'.
11428
11429 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
11430
11431         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
11432         (rfc2231-decode-encoded-string): Typo "> X 1".
11433         (rfc2231-encode-string): Insert the name of charset.
11434         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
11435
11436 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
11437
11438         * mm-decode.el (mm-save-part): Return the filename.
11439         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
11440         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
11441         (gnus-mime-action-alist): Use it.
11442         (gnus-mime-button-commands): Use it.
11443         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
11444         (mm-inline-external-body): unwind-protect.
11445
11446 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
11447
11448         * gnus-art.el (gnus-insert-mime-button): Show url.
11449
11450 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
11451
11452         * mml.el (mml-generate-mime-1): Support external url.
11453         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
11454
11455 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
11456
11457         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
11458         * mm-decode.el (mm-display-external): Ditto.
11459         * mm-extern.el: New file.
11460         * mm-decode.el (mm-inline-media-tests): Hook it up.
11461         (mm-inlined-types): Inline message/external-body.
11462
11463 2000-11-02  Simon Josefsson  <sj@extundo.com>
11464
11465         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
11466
11467         * message.el (message-get-reply-headers): Better handling when
11468         Mail-Followup-To is very large.
11469
11470 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
11471
11472         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
11473         * gnus-art.el (gnus-article-edit-done):
11474         * gnus-sum.el (gnus-summary-edit-article-done): Move line
11475         counting code here.
11476         * gnus-msg.el (gnus-setup-message): Remove a hack.
11477
11478 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
11479
11480         * gnus-sum.el (gnus-newsgroup-variables): New variable.
11481         (gnus-summary-mode): Make them local variables.
11482         (gnus-set-global-variables): Globalize them.
11483         (gnus-summary-exit): Kill them.
11484
11485 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
11486
11487         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
11488         word.
11489
11490 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
11491
11492         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
11493         gnus-article-wash-types.
11494         * gnus-art.el (gnus-article-wash-status): Use them.
11495
11496 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
11497
11498         * mml.el (mml-read-tag): Remove spaces and LF.
11499
11500 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
11501
11502         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
11503         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
11504
11505 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
11506
11507         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
11508
11509 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
11510
11511         * gnus-sum.el (gnus-article-charset): New variable.
11512         (gnus-summary-display-article): Set it.
11513         * gnus-msg.el (gnus-copy-article-buffer): Use it.
11514         * gnus-art.el (gnus-article-mode): Make it local variable.
11515
11516 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11517
11518         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
11519
11520 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11521
11522         * nnwfm.el: New file.
11523
11524         * nnweb.el (nnweb-replace-in-string): New function.
11525
11526 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
11527
11528         * mml2015.el: Wrap gpg.el.
11529         * gpg.el (gpg-verify): The last argument of apply is a list.
11530         (gpg-encrypt): Add passphrase as a parameter.
11531
11532 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
11533
11534         * gpg.el: New file.
11535         * gpg-ring.el: New file.
11536
11537 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
11538
11539         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
11540
11541 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11542
11543         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
11544         double-quote characters.
11545         (gnus-summary-prepare-threads): Ditto.
11546
11547 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
11548
11549         * gnus-art.el (gnus-mime-display-single): Forward line -1.
11550         * mml.el (mml-read-tag): Don't skip the leading space.
11551         * lpath.el (font-lock-set-defaults): Shut up.
11552
11553 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
11554
11555         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
11556
11557 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
11558
11559         * qp.el (quoted-printable-encode-region): Replace leading - when
11560         ultra safe.
11561         * mml.el (mml-generate-mime-postprocess-function): Removed.
11562         (mml-postprocess-alist): Removed.
11563         (mml-generate-mime-1): Use ultra-safe when sign.
11564         * mml2015.el (mml2015-fix-micalg): Uppercase.
11565         (mml2015-verify): Insert LF.
11566         (mml2015-mailcrypt-sign): Downcase; search backward.
11567
11568 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11569
11570         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
11571         restrictive.
11572         (nnultimate-table-regexp): New variable.
11573         (nnultimate-forum-table-p): Use it.
11574
11575 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
11576
11577         * gnus-sum.el (gnus-summary-expire-articles): Save point.
11578
11579 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
11580
11581         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
11582         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
11583
11584 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
11585
11586         * mml2015.el: Shut up.
11587
11588 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
11589
11590         * gnus.el (gnus-server-browse-hashtb): Removed.
11591         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
11592         (gnus-group-insert-group-line-info): Use simplified method.
11593         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
11594
11595 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
11596
11597         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
11598         moved here.
11599         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
11600         * gnus-group.el (gnus-group-prepare-flat): Use it.
11601         * gnus-topic.el (gnus-group-prepare-topics): Use it.
11602
11603 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
11604
11605         * mml.el (mml-mode): Show menu in XEmacs.
11606
11607 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
11608
11609         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
11610         (gnus-server-read-server-in-server-buffer): New function.
11611         (gnus-browse-foreign-server): Browse in group buffer.
11612         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
11613         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
11614         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
11615         * gnus.el (gnus-server-browse-hashtb): New variable.
11616
11617 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
11618
11619         * nnfolder.el (nnfolder-open-nov): Use group.
11620
11621 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
11622
11623         * nnfolder.el: Add NOV. Set version to 2.0.
11624         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
11625
11626 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
11627
11628         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
11629
11630 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
11631
11632         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
11633         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
11634
11635 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
11636
11637         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
11638
11639 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
11640
11641         * mm-decode.el (mm-verify-function-alist): New variable.
11642         (mm-verify-option): New variable.
11643         (mm-decrypt-function-alist): Ditto.
11644         (mm-decrypt-option): Ditto.
11645         (mm-find-raw-part-by-type): New function.
11646         (mm-possibly-verify-or-decrypt): New function.
11647         (mm-dissect-multipart): Use it.
11648         * mml2015.el (mml2015-fix-micalg): New function.
11649         (mml2015-decrypt): Use new interface.
11650         (mml2015-verify):  Use new interface.
11651         (mml2015-setup): Make it bogus.
11652
11653 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
11654
11655         * mml.el (mml-generate-mime-postprocess-function): Set to
11656         mml-postprocess.
11657         (autoload): Autoload mml2015 and mml-smime.
11658         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
11659         * mml2015.el (mml2015-encrypt): New function.
11660         (mml2015-sign): New function.
11661         (mml2015-encrypt-function): New variable.
11662         (mml2015-sign-function): New variable.
11663         (mml2015-mailcrypt-encrypt): Use message-recipients.
11664         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
11665         * mml-smime.el (mml-smime-setup): Ditto.
11666
11667 2000-10-28  Simon Josefsson  <sj@extundo.com>
11668
11669         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
11670         Communigate Pro 3.3.1 server.
11671
11672         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
11673         in buffers.
11674         (mml-secure-dns-server): Removed.
11675         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
11676         write certificates to files.
11677
11678         * smime.el (smime-dns-server): New variable.
11679         (smime-mail-to-domain):
11680         (smime-cert-by-dns): New functions.
11681
11682         * dig.el: New file.
11683
11684 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
11685
11686         * message.el (message-options): New variable.
11687         (message-options-set-recipient): New function.
11688         (message-send): Use them.
11689         * gnus-int.el (gnus-request-replace-article): Use them.
11690         (gnus-request-accept-article): Ditto.
11691         * mml.el (mml-preview): Use them.
11692         * gnus-sum.el (gnus-summary-edit-article): Use them.
11693
11694         * message.el (message-options-get): New function.
11695         (message-options-get): New function.
11696         * rfc2047.el (rfc2047-encode-message-header): Use them.
11697         * mm-bodies.el (mm-encode-body): Use them.
11698
11699 2000-10-28  Simon Josefsson  <sj@extundo.com>
11700
11701         * nnimap.el (nnimap-retrieve-which-headers):
11702         (nnimap-request-article-part): Quote message-id.
11703
11704         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
11705         (smime-CA-file): New variable.
11706         (smime-call-openssl-region): Don't error.
11707         (smime-sign-region): Return result value.
11708         (smime-encrypt-region): Ditto.
11709         (smime-verify-region): New function.
11710         (smime-decrypt-region): Ditto.
11711         (smime-verify-buffer): Ditto.
11712         (smime-decrypt-buffer): Ditto.
11713
11714         * mml.el: Require mml-sec.
11715         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
11716         (mml-mode-map): Add "sign" and "encrypt" maps.
11717         (mml-menu): Add security menu.
11718         (mml-preview): Use generate-new-buffer.
11719
11720         * mml-sec.el: New file.
11721
11722 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
11723
11724         * mm-decode.el (mm-find-part-by-type): Move it here.
11725         * mml.el (mml-postprocess): Move it here.
11726         (mml-postprocess-alist): Move it here. Merge them.
11727
11728 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
11729
11730         * rfc2047.el (rfc2047-encode-message-header): Make sure no
11731         unencoded stuff in the header.
11732
11733 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
11734
11735         * gnus-group.el (gnus-group-listed-groups): New variable.
11736         (gnus-group-list-option): New variable.
11737         (gnus-group-list-limit-map): New keymap.
11738         (gnus-group-list-flush-map): New keymap.
11739         (gnus-group-list-plus-map): New keymap.
11740         (gnus-group-prepare-logic): New function.
11741         (gnus-group-prepare-flat): Merge with
11742         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
11743         (gnus-group-prepare-flat-list-dead): Ditto.
11744         (gnus-group-list-matching): Use gnus-group-prepare-function.
11745         (gnus-group-list-dormant): Ditto.
11746         (gnus-group-list-cached): Ditto.
11747         (gnus-group-listed-groups): New function.
11748         (gnus-group-list-limit): New function.
11749         (gnus-group-list-flush): New function.
11750         (gnus-group-list-plus): New function.
11751         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
11752         (gnus-topic-prepare-topic): Ditto.
11753
11754 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
11755
11756         * message.el (message-insert-to, message-get-reply-headers):
11757         (message-reply, message-followup): Mail-{Followup,Reply}-To.
11758
11759 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
11760
11761         * mml2015.el: New file.
11762         * smime.el: New file.
11763         * mml-smime.el: New file.
11764
11765 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
11766
11767         * ChangeLog: Moved to ChangeLog.1.
11768
11769     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
11770   Copying and distribution of this file, with or without modification,
11771   are permitted provided the copyright notice and this notice are preserved.
11772
11773 ;; Local Variables:
11774 ;; coding: iso-2022-7bit
11775 ;; End: