typos.
[gnus] / lisp / ChangeLog
1 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
2
3         * gnus-agent.el (gnus-agent-uncached-articles): if
4         gnus-agent-load-alist fails, return ARTICLES.
5
6         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
7
8 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
9
10         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
11         superfluous function call.
12         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
13         Add warning to docstring.
14
15 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16
17         * gnus-agent.el: Autoload number-at-point instead.
18         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
19
20 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
21
22         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
23         require thingatpt (for number-at-point) and protect against
24         deactivate-mark being unbound (on XEmacs).
25
26 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
27
28         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
29         print message on entry.
30
31         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
32
33         * gnus-range.el (gnus-range-difference): New function.
34         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
35
36 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
37
38         * gnus-sum.el (gnus-summary-insert-old-articles): Use
39         gnus-remove-from-range instead of gnus-range-difference which
40         doesn't exist.
41
42 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
43         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
44
45         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
46         used for showing which articles have been downloaded.
47         (gnus-agent-article-alist): Format change.  Add documentation.
48         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
49         process-marked articles.
50         (gnus-agent-summary-fetch-series): Command for `J s'.
51         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
52         gnus-message instead of message.
53         (gnus-agent-read-servers): Use file lib/methods instead of
54         lib/servers.  TODO: Why?
55         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
56         (gnus-agent-get-undownloaded-list): Remove articles that appear to
57         come from the agent.  This means that they are not downloaded.
58         TODO: Correct?
59         (gnus-agent-fetch-selected-article): Don't use history.
60         (gnus-agent-save-history, gnus-agent-enter-history)
61         (gnus-agent-article-in-history-p, gnus-agent-history-path):
62         Removed function; history is not used anymore.
63         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
64         (gnus-agent-crosspost): TODO: What happened here?
65         (gnus-agent-check-overview-buffer): Some sanity checks on the
66         agent overview buffer.  This is a safety net used during
67         development.
68         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
69         changed, write a number to the file indicating this.
70         (gnus-agent-fetch-headers): Rewrite to respect
71         gnus-agent-consider-all-articles without relying on the
72         `.fetched' files.  Make it fast.
73         (gnus-agent-braid-nov): Change resulting from
74         gnus-agent-fetch-headers change.
75         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
76         `.fetched' files.
77         (gnus-agent-read-agentview): New function, used by
78         gnus-agent-load-alist.
79         (gnus-agent-load-fetched-headers): Remove.
80         (gnus-agent-save-alist): Rewrite to accomodate new format.
81         (gnus-agent-fetch-group-1): Make sure list of articles is in the
82         same order as in gnus-newsgroup-headers.
83         (gnus-agent-expire): Document and implement extra args ARTICLES,
84         GROUP, FORCE.  Do not restrict usage.
85         (gnus-agent-uncached-articles): New function.
86         (gnus-agent-retrieve-headers): Use it.
87         (gnus-agent-regenerate-group): Rewrite.  TODO: Why?
88         (gnus-agent-regenerate): Ditto.  TODO: Why?
89
90         * gnus-start.el (gnus-make-ascending-articles-unread): New
91         function, for efficient mass-marking.
92
93         * gnus-sum.el (gnus-summary-highlight): Use new face for
94         downloaded articles.
95         (gnus-article-mark): Prefer to indicate read/unread status over
96         downloaded status.
97         (gnus-summary-highlight-line-0): New function, maybe rehighlights
98         line.
99         (gnus-summary-highlight-line): Use new face for downloaded
100         articles.
101         (gnus-summary-insert-old-articles): TODO: What does this change
102         do?
103
104 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
105
106         * gnus-agent.el (gnus-category-mode): Typo in doc string.
107
108 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
109
110         * spam.el:
111         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
112
113         * spam.el: added `M s t' and `M s x' key mappings
114
115 2002-11-20  Simon Josefsson  <jas@extundo.com>
116
117         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
118
119 2002-11-19  Simon Josefsson  <jas@extundo.com>
120
121         * gnus-sum.el (gnus-summary-morse-message): Load
122         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
123         (unmorse-region): Autoload it instead.
124
125 2002-11-18  Simon Josefsson  <jas@extundo.com>
126
127         * gnus-sum.el (gnus-summary-morse-message): New function.
128         (gnus-summary-wash-map): Bind to `W m'.
129         (gnus-summary-make-menu-bar): Add.
130
131         * nnimap.el (nnimap-request-expire-articles): Compress sequence
132         before storing \Deleted mark on expired articles.
133
134 2002-11-17   Markus Rost  <rost@math.ohio-state.edu>
135
136         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
137         parens in column 0.
138
139 2002-11-17  Juanma Barranquero  <lektu@terra.es>
140
141         * nnweb.el (nnweb-google-create-mapping): Fix typo.
142
143         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
144
145         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
146
147 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
148
149         * message.el (message-set-auto-save-file-name): Use
150         make-directory, to avoid the dependence on gnus-util.
151
152 2002-11-16  Simon Josefsson  <jas@extundo.com>
153
154         * nnimap.el (nnimap-callback-callback-function):
155         (nnimap-callback-buffer): Removed, these cannot be global but must
156         be embedded into the callback.
157         (nnimap-make-callback): New.  Embedd article number, callback and
158         buffer in function.
159         (nnimap-callback, nnimap-request-article-part): Update.
160
161 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
162
163         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
164
165 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
166
167         * gnus.el (gnus-summary-line-format): Document %C.
168
169 2002-11-11  Simon Josefsson  <jas@extundo.com>
170
171         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
172         output when called interactively.
173
174 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
175
176         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
177
178         * message.el (message-draft-coding-system): Improve comment; use
179         mm-auto-save-coding-system for the default value.
180
181         * nndraft.el (nndraft-request-article): Revert to the state before
182         2002-10-29; regexp-quote mail-header-separator.
183
184 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
185
186         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
187         allow editing of drafts from an nnvirtual group.
188
189 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
190
191         * nndraft.el (nndraft-request-article): Replace emacs-mule with
192         mm-auto-save-coding-system.
193
194         * message.el (message-draft-coding-system): Default to
195         iso-2022-7bit.
196
197         * mm-util.el (mm-auto-save-coding-system): Undo last change to
198         restore the default value to emacs-mule or escape-quoted.
199
200 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
201
202         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
203         a delayed or a queued article as well as a draft.
204
205         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
206         delayed or a queued article in the raw format; treat a delayed
207         article as a raw article as well as a draft.
208         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
209         for the delayed group.
210
211         * nndraft.el (nndraft-request-article): Ignore auto save files for
212         a delayed or a queued article; don't bother to decode a queued
213         article; don't bind nnmail-file-coding-system for a queued article.
214
215         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
216         and the queue group.
217
218 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
219
220         * gnus-group.el (gnus-group-delete-group):
221         gnus-cache-active-hashtb might be void.
222
223 2002-11-02  Simon Josefsson  <jas@extundo.com>
224
225         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
226         setting of the default user ID.  From Raymond Scholz
227         <ray-2002@zonix.de>.
228
229 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
230
231         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
232         charset.
233
234 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
235         From Alex Schroeder <alex@emacswiki.org>
236         * spam-stat.el (spam-stat-process-directory): add dir to message
237         (spam-stat-reduce-size): No longer remove words
238         with values close to 0.5, because the default value is 0.2.
239
240 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
241
242         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
243         documentation.
244
245 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
246
247         * gnus-agent.el (gnus-agent-fetched-headers)
248         (gnus-agent-load-fetched-headers)
249         (gnus-agent-save-fetched-headers): Remove variable and two
250         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
251         works better.
252         (gnus-agent-fetch-headers): New implementation from Kevin
253         Greiner.  Uses gnus-agent-article-alist to store information
254         about fetched messages which aren't on the server anymore.  The
255         trick is to return a list of considered messages to the caller,
256         but to only fetch those which haven't been fetched yet.
257
258 2002-10-30  Simon Josefsson  <jas@extundo.com>
259
260         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
261
262         * pgg.el (pgg-passphrase-cache-expiry): Removed.
263
264 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
265
266         * mm-view.el (mm-w3m-local-map-property): Make it work with older
267         versions of emacs-w3m than 1.3.3.
268
269         * lpath.el: Bind w3m-minor-mode-map.
270
271         * mm-view.el (mm-w3m-mode-command-alist)
272         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
273         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
274         (mm-setup-w3m): Simplified.
275         (mm-w3m-local-map-property): New function.
276         (mm-inline-text-html-render-with-w3m): Use it.
277
278         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
279         mm-w3m-local-map-property.
280
281 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
282
283         * mm-util.el (mm-auto-save-coding-system): Default to
284         iso-2022-7bit.
285
286         * nndraft.el (nndraft-request-article): Decode an article using
287         the coding-system emacs-mule if it seems to have been saved using
288         emacs-mule.
289         (nndraft-request-replace-article): Use message-draft-coding-system
290         instead of mm-auto-save-coding-system for the draft or delayed
291         group.
292
293 2002-10-28  Josh  <huber@alum.wpi.edu>
294
295         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
296         functions.
297
298 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
299         From mah@everybody.org (Mark A. Hershberger).
300
301         * mm-url.el (mm-url-insert-file-contents): Make it return the same
302         type values ("url" size) regardless of the values of
303         mm-url-use-external.
304
305 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
306
307         * nnimap.el (nnimap-request-article-part): Try harder to show
308         group name in debugging message.
309
310 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
311
312         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
313         directory if it doesn't exist.
314         (gnus-agent-fetch-headers): Remove old cruft that tried to
315         abstain from downloading articles more than once if
316         gnus-agent-consider-all-articles was true.  This is now done
317         properly via the .fetched files.
318
319 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
320
321         * nndraft.el (nndraft-request-article): Treat delayed articles
322         like drafts.
323
324 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
325
326         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
327
328 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
329
330         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
331         Remove unused optional arg DIR and corresponding code.
332
333         * nnimap.el (nnimap-request-article-part): Include group name in
334         debugging output.
335
336 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
337
338         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
339
340 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
341
342         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
343         contains range of headers that have been fetched by the agent
344         already.  Compare gnus-agent-article-alist.
345         (gnus-agent-file-header-cache): Like
346         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
347         (gnus-agent-fetch-headers): Improve comment.  Revert to old
348         seen/recent logic.
349         Remember which headers have been fetched before and don't fetch
350         them again the next time round.
351         (gnus-agent-load-fetched-headers)
352         (gnus-agent-save-fetched-headers): New functions, for remembering
353         which headers have been fetched before.
354
355 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
356
357         * lpath.el: Remove useless bindings.
358
359 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
360
361         * gnus-sum.el (gnus-summary-execute-command): Disable visual
362         features while searching.
363
364 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
365
366         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
367
368 2002-10-22  Simon Josefsson  <jas@extundo.com>
369
370         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
371         (pgg-snarf-keys): Add.
372
373 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
374
375         * lpath.el: Fbind bbdb-records.
376
377         * spam.el: Don't autoload bbdb-records.
378
379 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
380
381         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
382         prevent inf-loop.
383
384 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
385
386         * nnslashdot.el: Removed some test lines.
387         More test.
388
389 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
390
391         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
392         are known to be downloaded already.
393
394 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
395
396         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
397         (mm-text-html-washer-alist): Ditto.
398
399 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
400
401         * nnheader.el (nnheader-remove-body): Fix an error of detecting
402         boundary between headers and body.
403         * nnml.el (nnml-parse-head): Ditto.
404
405 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
406
407         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
408         entries.
409
410         * gnus-group.el (gnus-fetch-group): Allow an optional
411         specification of the articles to select.
412
413         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
414
415 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
416
417         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
418         headers from the group, update variable `articles' to contain
419         only those numbers where headers exist.  (When fetching all
420         articles in a group, Gnus creates lots of numbers where there is
421         no articles.)
422
423 2002-10-20  Steve Youngs  <youngs@xemacs.org>
424
425         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
426         doesn't have the 'alist custom type, use cons cells instead.
427         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
428         (pgg-parse-hash-algorithm-alist): Ditto.
429         (pgg-parse-compression-algorithm-alist): Ditto.
430         (pgg-parse-signature-type-alist): Ditto.
431
432         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
433
434         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
435
436         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
437
438 2002-10-19  Simon Josefsson  <jas@extundo.com>
439
440         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
441         buffer.
442
443 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
444
445         * gnus-spec.el (gnus-make-format-preserve-properties)
446         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
447         properties also on XEmacs.  `gnus-xmas-format' is like format but
448         preserves text properties on XEmacs (though it only understands
449         simple format specs).  The variable
450         `gnus-make-format-preserve-properties' controls whether the
451         function is used, and is checked in `gnus-parse-simple-format'.
452         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
453
454         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
455         output.
456         (gnus-agent-consider-all-articles): New variable.
457         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
458         (gnus-agent-fetch-headers): Depending on
459         gnus-agent-consider-all-articles, maybe get all articles.
460         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
461         `read'.
462         (gnus-predicate-imples-unread): New function.
463         (gnus-agent-fetch-headers): Optimize to call
464         gnus-list-of-unread-articles if that is sufficient.
465         Check unseen and recent instead of seen and recent.
466         (gnus-agent-fetch-headers): Abstain from calling
467         gnus-list-range-intersection if range (a . b) would have (> a b).
468
469 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
470
471         * message.el (message-send-mail): Make it possible to perform
472         edebug-defun.
473
474 2002-10-18  Simon Josefsson  <jas@extundo.com>
475
476         * gnus-art.el (gnus-button-man-handler): Change default to
477         `manual-entry' (defined in both emacsen).
478         (gnus-button-man-handler): Remove emacsen difference and use
479         `manual-entry'.
480
481 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
482
483         * spam.el: Wrap autoload settings for bbdb-records,
484         executable-find and ifile-spam-filter with eval-and-compile.
485         (spam-display-buffer-contents): Remove.
486         (spam-bogofilter-score): Merge spam-display-buffer-contents.
487
488 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
489
490         * spam.el (spam-display-buffer-contents): New function.
491         (spam-bogofilter-score): use spam-display-buffer-contents, patch
492         from Katsumi Yamaoka <yamaoka@jpl.org>.
493
494 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
495
496         * nnheader.el (nnheader-parse-naked-head): New function.
497         (nnheader-parse-head): Use the above function, in order to handle
498         continuation lines properly.
499         (nnheader-remove-body): New function.
500         (nnheader-remove-cr-followed-by-lf): New function.
501         (nnheader-ms-strip-cr): Use the above function.
502
503         * gnus-agent.el (gnus-agent-regenerate-group): Call
504         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
505         `nnheader-parse-head'.
506         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
507
508         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
509         continuation lines by itself; call `nnheader-parse-naked-head'
510         instead of `nnheader-parse-head'.
511         * nndiary.el (nndiary-parse-head): Ditto.
512         * nnfolder.el (nnfolder-parse-head): Ditto.
513         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
514         * nnmaildir.el (nnmaildir--update-nov): Ditto.
515         * nnml.el (nnml-parse-head): Ditto.
516
517 2002-10-17  Steve Youngs  <youngs@xemacs.org>
518
519         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
520         XEmacs, default to it if featurep 'xemacs.
521
522 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
523
524         * spam-stat.el: Check for the existence of hash functions instead
525         of the Emacs version to decide whether to load cl.  Suggested by
526         Kai Gro\e,A_\e(Bjohann.
527
528 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
529
530         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
531         if it isn't open yet.
532
533 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
534
535         * gnus-group.el: Require mm-url only when compiling.
536         (gnus-group-fetch-charter): Require mm-url.
537
538         * spam-stat.el: Require cl for the functions gethash,
539         hash-table-count, make-hash-table and mapc for Emacs 20.
540         (puthash): Alias to cl-puthash for Emacs 20.
541         (with-syntax-table): New macro for Emacs 20.
542
543 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
544
545         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
546
547 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
548
549         * spam.el (spam-check-ifile): added ifile as a spam checking
550         backend, and spam-use-ifle as the variable to toggle that check.
551
552 2002-10-12  Simon Josefsson  <jas@extundo.com>
553
554         * message.el (message-beginning-of-line): New variable.
555         (message-beginning-of-line): Use it.
556
557 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
558
559         * spam.el: more compilation fixes for BBDB
560
561         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
562         (spam-stat-reduce-size): Interactive.
563         (spam-stat-reset): New function.
564         (spam-stat-save): Interactive.
565
566 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
567
568         * gnus.el: Autoload gnus-delay-initialize.
569
570         * message.el: Autoload gnus-delay-article.
571
572 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
573
574         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
575         text property in Emacs.
576
577 2002-10-11  Simon Josefsson  <jas@extundo.com>
578
579         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
580         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
581
582         * mml1991.el (mml1991-pgg-sign): Remove CR.
583
584 2002-10-10  Simon Josefsson  <jas@extundo.com>
585
586         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
587         decrypt failed.
588         (mml2015-trust-boundaries-alist): Removed.
589         (mml2015-gpg-extract-signature-details): Don't use it.
590         (mml2015-unabbrev-trust-alist): New.
591         (mml2015-gpg-extract-signature-details): Use it.
592
593 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
594
595         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
596         BBDB installed
597
598         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
599         statistical analysis of spam in Lisp only
600
601 2002-10-10  Simon Josefsson  <jas@extundo.com>
602
603         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
604         auth, selected or examine state.
605
606         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
607         buffer and error buffer depending on type of information.
608
609         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
610         --status-fd stuff even if gpg.el is not used (revert earlier
611         change).
612         (mml2015-pgg-{clear-,}verify): Store both output and errors as
613         gnus details.
614         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
615         buffer.
616
617         * pgg.el (pgg-verify-region): Use it.
618
619         * pgg-def.el (pgg-query-keyserver): New variable.
620
621         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
622         key-identifier in packet.  Is this a good idea?
623
624         * mml.el (mml-mode-map): Add security commands that operates on
625         MIME parts.
626         (mml-menu): And menu items for them.
627
628         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
629
630         * mml.el (mml-parse-1): Support sender in #secure tags.
631
632         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
633         defined.
634
635         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
636         (mml-pgp-encrypt-buffer): Support combined signing.
637
638         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
639         (mml1991-gpg-encrypt): Ditto.
640         (mml1991-pgg-encrypt): Ditto.
641         (mml1991-encrypt): Pass sign parameter.
642
643         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
644         (mml-signencrypt-style): Mention the variable.
645
646 2002-10-09  Simon Josefsson  <jas@extundo.com>
647
648         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
649         pgg-gpg-user-id.
650
651         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
652         (pgg-fetch-key-function): Nil if w3 is not installed.
653
654 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
655
656         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
657         gnus-agent-current-history.
658
659 2002-10-06  Simon Josefsson  <jas@extundo.com>
660
661         * imap.el (imap-parse-status): Don't use read to read token.
662
663 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
664
665         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
666         for methods not covered by the agent, and when unplugged.
667
668 2002-10-05  Simon Josefsson  <jas@extundo.com>
669
670         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
671         signing.
672
673         * gnus-agent.el (gnus-agent-read-servers): If getting method from
674         a named server fails, ignore the server.
675
676         * mml1991.el (mml1991-pgg-sign): Do QP.
677
678         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
679         work.
680
681 2002-10-04  Simon Josefsson  <jas@extundo.com>
682
683         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
684
685         * pgg-pgp.el (pgg-pgp-verify-region): Inline
686         binary-write-decoded-region from MEL.
687
688         * pgg.el (pgg-encrypt-region): Support sign.
689
690         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
691
692         * mml2015.el (mml2015-pgg-encrypt): Ditto.
693
694         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
695         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
696         branch where PGG was taken from in the ChangeLog entries below.
697
698 2002-10-01  Simon Josefsson  <jas@extundo.com>
699
700         * pgg-pgp.el: Don't require mel.  Don't use luna.
701         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
702         (pgg-pgp-process-region): Use expand-file-name instead of concat.
703         (pgg-pgp-process-region): Don't use binary-funcall.
704
705         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
706
707         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
708         instead of concat.
709
710         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
711
712 2002-09-29  Simon Josefsson  <jas@extundo.com>
713
714         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
715         compile warnings.
716
717         * pgg.el (pgg-decrypt-region): Don't parse packet.
718
719         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
720
721 2002-09-29  Daiki Ueno <ueno@unixuser.org>
722
723         * pgg.el: Remove dependency on calist.el.
724
725 2002-09-28  Simon Josefsson  <jas@extundo.com>
726
727         * pgg.el (pgg-temporary-file-directory): New variable.
728         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
729
730         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
731         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
732
733         * pgg-parse.el (pgg-char-int): Defalias.
734         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
735         (pgg-read-bytes, pgg-read-body): Use it.
736         (pgg-decode-packets): Don't use MEL, use base64-*.
737         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
738         (pgg-string-as-unibyte): Defalias.
739         (pgg-parse-armor-region): Use it.
740
741         * pgg-gpg.el (pgg-gpg-process-region): Use
742         pgg-temporary-file-directory.
743
744         * luna.el: Don't def-edebug.
745
746         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
747         binary-write-decoded-region from MEL.
748
749         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
750
751         * alist.el, calist.el: Don't require product/APEL.
752
753         * pgg-parse.el (top-level): Remove dependency on static.el,
754         pccl.el, mel.el.
755         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
756         `define-ccl-program' is boundp, instead of using broken.
757
758 2002-10-01  Simon Josefsson  <jas@extundo.com>
759
760         * message.el (message-required-mail-headers): Remove Lines:.
761
762 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
763         From Jesper Harder.
764
765         * gnus-group.el (gnus-group-fetch-charter,
766         gnus-group-fetch-control): Prompt for group if given a prefix
767         argument.
768         * gnus-sum.el (t): Add gnus-group-fetch-charter and
769         gnus-group-fetch-control to summary key map and menu.
770
771
772 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
773
774         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
775         number when there are no articles.
776
777 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
778
779         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
780         arg ALL means to fetch all articles, not only downloadable ones.
781         (gnus-agent-fetch-selected-article): New function for
782         gnus-select-article-hook or gnus-mark-article-hook.
783
784 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
785         From Peter von der Ahe <nospam2159@daimi.au.dk>.
786
787         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
788         raw-text.
789
790 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
791
792         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
793         Pinard).
794         Major revamp of the code, documentation is in comments in the file
795         for now.
796
797 2002-09-30  Simon Josefsson  <jas@extundo.com>
798
799         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
800         buffer seem to be needed?
801
802 2002-09-29  Simon Josefsson  <jas@extundo.com>
803
804         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
805         compile warnings.
806
807         * mml1991.el (mml1991-function-alist): Add pgg.
808         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
809         (mml1991-pgg-encrypt): Fix recipients querying.
810
811 2002-09-28  Simon Josefsson  <jas@extundo.com>
812
813         * mml2015.el (autoload): Autoload correct files.  Trivial patch
814         from dme@dme.org.
815         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
816         handle is returned.
817
818 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
819
820         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
821         Protect against non-existent of `nnimap-mailbox-info'.
822
823 2002-09-27  Simon Josefsson  <jas@extundo.com>
824
825         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
826         (gnus-setup-news-hook): Use it.
827         (gnus-after-getting-new-news-hook): Ditto.
828
829         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
830
831 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
832         From Mats Lidell <matsl@contactor.se>.
833
834         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
835
836 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
837
838         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
839         the part to decode encoded words, use raw words instead of decoded
840         words.
841
842 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
843
844         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
845
846         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
847         (mm-setup-w3m): Use it.
848
849 2002-09-27  Simon Josefsson  <jas@extundo.com>
850
851         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
852         article buffers.
853
854         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
855         it just in case.
856         (nnimap-update-unseen): New function; update unseen count in
857         `n-m-info'.
858         (nnimap-close-group): Call it.
859
860         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
861         (gnus-after-getting-new-news-hook): Ditto.
862
863         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
864         message into verboselevel 9.  Change slow mail check message.
865         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
866         (nnimap-fixup-unread-after-getting-new-news): New function, to be
867         used as a hook after getting new mail.
868
869 2002-09-26  Simon Josefsson  <jas@extundo.com>
870
871         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
872         SELECT/EXAMINE is first unseen article, not number of unseen
873         articles.  Make them distinct by renaming the former to
874         `first-unseen' instead of `unseen'.
875
876         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
877         too.
878         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
879         changed.
880         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
881
882         * gnus-int.el (gnus-server-unopen-status): Defcustom.
883
884         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
885         better.
886
887         * mml2015.el (mml2015-pgg-decrypt): Only add security information
888         if dissecting resulting buffer actually had any information.
889
890 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
891
892         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
893         because the function `string<' allows symbols.
894
895         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
896
897 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
898
899         * message.el (message-forward-make-body): Revert an early change
900         because 8-bit utf-8 emails.
901
902 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
903
904         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
905         links to Info)
906         * gnus-art.el (gnus-treat-highlight-signature):
907         * gnus-art.el (gnus-treat-buttonize):
908         * gnus-art.el (gnus-treat-buttonize-head):
909         * gnus-art.el (gnus-treat-emphasize):
910         * gnus-art.el (gnus-treat-strip-cr):
911         * gnus-art.el (gnus-treat-unsplit-urls):
912         * gnus-art.el (gnus-treat-leading-whitespace):
913         * gnus-art.el (gnus-treat-hide-headers):
914         * gnus-art.el (gnus-treat-hide-boring-headers):
915         * gnus-art.el (gnus-treat-hide-signature):
916         * gnus-art.el (gnus-treat-fill-article):
917         * gnus-art.el (gnus-treat-hide-citation):
918         * gnus-art.el (gnus-treat-hide-citation-maybe):
919         * gnus-art.el (gnus-treat-strip-list-identifiers):
920         * gnus-art.el (gnus-treat-strip-pgp):
921         * gnus-art.el (gnus-treat-strip-pem):
922         * gnus-art.el (gnus-treat-strip-banner):
923         * gnus-art.el (gnus-treat-highlight-headers):
924         * gnus-art.el (gnus-treat-highlight-citation):
925         * gnus-art.el (gnus-treat-date-ut):
926         * gnus-art.el (gnus-treat-date-local):
927         * gnus-art.el (gnus-treat-date-english):
928         * gnus-art.el (gnus-treat-date-lapsed):
929         * gnus-art.el (gnus-treat-date-original):
930         * gnus-art.el (gnus-treat-date-iso8601):
931         * gnus-art.el (gnus-treat-date-user-defined):
932         * gnus-art.el (gnus-treat-strip-headers-in-body):
933         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
934         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
935         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
936         * gnus-art.el (gnus-treat-unfold-headers):
937         * gnus-art.el (gnus-treat-fold-headers):
938         * gnus-art.el (gnus-treat-fold-newsgroups):
939         * gnus-art.el (gnus-treat-overstrike):
940         * gnus-art.el (gnus-treat-display-xface):
941         * gnus-art.el (gnus-treat-display-smileys):
942         * gnus-art.el (gnus-treat-from-picon):
943         * gnus-art.el (gnus-treat-mail-picon):
944         * gnus-art.el (gnus-treat-newsgroups-picon):
945         * gnus-art.el (gnus-treat-body-boundary):
946         * gnus-art.el (gnus-treat-capitalize-sentences):
947         * gnus-art.el (gnus-treat-fill-long-lines):
948         * gnus-art.el (gnus-treat-play-sounds):
949         * gnus-art.el (gnus-treat-translate):
950         * gnus-art.el (gnus-treat-x-pgp-sig):
951         * gnus-art.el (gnus-mime-button-line-format):
952         * gnus-art.el (gnus-button-man-level):
953         * gnus-art.el (gnus-button-emacs-level):
954         * gnus-cus.el (gnus-group-parameters):
955         * gnus-gl.el (bbb-build-mid-scores-alist):
956         * gnus-group.el (gnus-group-line-format):
957         * gnus-mlspl.el (gnus-group-split-setup):
958         * gnus-mlspl.el (gnus-group-split):
959         * gnus-msg.el (gnus-mailing-list-groups):
960         * gnus-msg.el (gnus-posting-styles):
961         * gnus-nocem.el (gnus-nocem-issuers):
962         * gnus-score.el (gnus-score-regexp-bad-p):
963         * gnus-srvr.el (gnus-server-line-format):
964         * gnus-topic.el (gnus-topic-line-format):
965         * gnus.el (gnus-summary-line-format):
966         * mail-source.el (mail-sources):
967         * message.el (message-subscribed-address-file):
968         * nnmail.el (nnmail-split-fancy):
969
970 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
971
972         * mail-source.el(mail-source-run-script): use `functionp' to test
973         whether the argument `script' is in fact a function.
974         (mail-sources): adjust the defcustom to allow users to specify a
975         function or a string as the value of the `:prescript' and
976         `:postscript' arguments of the `file' and `pop3' mail sources.
977
978 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
979
980         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
981         number when article 1 does not exist.
982
983 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
984
985         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
986         apropos if apropos-variable does not exist.
987         (gnus-button-guessed-mid-regexp)
988         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
989         regexes.  From Reiner Steib.
990         (gnus-button-handle-describe-function)
991         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
992         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
993         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
994
995 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
996
997         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
998         the file.
999
1000 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
1001
1002         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
1003
1004 2002-09-24  Simon Josefsson  <jas@extundo.com>
1005
1006         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
1007         (mml2015-use): Prefer PGG if installed.
1008         (mml2015-function-alist): Add PGG wrappers.
1009         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
1010         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
1011         prefix, make regexp optionally skip it.
1012         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
1013         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
1014         (mml2015-pgg-encrypt): New functions.
1015         (defvar, autoload): Prevent byte-compile warnings.
1016
1017 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1018         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
1019
1020         * gnus-art.el (article-strip-banner): Check for the existence of
1021         from header.
1022
1023 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
1024
1025         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
1026         (gnus-button-alist): Improved regexp for
1027         gnus-button-handle-mid-or-mail (false positives), fixed
1028         gnus-button-handle-man entries.
1029         From Reiner Steib.
1030
1031 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
1032         From Josh Huber.
1033
1034         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
1035         nnmail-extra-headers is non-nil.
1036
1037 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
1038
1039         * nnmaildir.el: Store article numbers persistently.  General
1040         revision.
1041         (nnmaildir-request-expire-articles): handle 'immediate and 'never
1042         for nnmail-expiry-wait; delete instead of moving if 'force is
1043         given.
1044
1045 2002-09-23  Simon Josefsson  <jas@extundo.com>
1046         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
1047
1048         * smime.el (smime-sign-buffer): Get key and extra certs.
1049         (smime-get-key-with-certs-by-email): Utility function.
1050
1051 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
1052         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
1053
1054         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
1055         article exists.
1056
1057 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
1058
1059         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
1060
1061 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
1062         From Reiner Steib.
1063
1064         * gnus-art.el (gnus-button-handle-custom,
1065         gnus-button-handle-mid-or-mail,
1066         gnus-button-handle-describe-{function,variable,key},
1067         gnus-button-handle-apropos{,command,variable}): New functions.
1068         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
1069         gnus-button-{man,emacs,mail}-level): New variables.
1070         (gnus-button-alist): Use the above to buttonize emacs and mail
1071         related links.
1072
1073 2002-09-18  Juanma Barranquero  <lektu@terra.es>
1074
1075         * gnus-int.el (gnus-status-message): Fix spacing.
1076
1077         * imap.el (imap-continuation): Fix typos.
1078
1079 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
1080
1081         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
1082
1083         * gnus-art.el (gnus-article-reply-with-original): Correct
1084         with-current-buffer scope.
1085
1086         * message.el (message-completion-alist): Add Reply-To, From, etc.
1087
1088 2002-09-18  Simon Josefsson  <jas@extundo.com>
1089
1090         * nnimap.el (nnimap-request-expire-articles): Make flag setting
1091         conditional.  From Nevin Kapur <nevin@jhu.edu>.
1092
1093 2002-09-17  Simon Josefsson  <jas@extundo.com>
1094
1095         * nnimap.el (nnimap-expiry-target): Don't search for which
1096         articles exists here.
1097         (nnimap-request-expire-articles): Do it here instead.  Only expire
1098         when articles are found.  Suggested by Nevin Kapur
1099         <nevin@jhu.edu>.
1100
1101 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1102         From Reiner Steib <reiner.steib@gmx.de>.
1103
1104         * message.el (message-strip-subject-trailing-was)
1105         (message-change-subject, message-add-archive-header)
1106         (message-xpost-fup2-header, message-xpost-insert-note)
1107         (message-xpost-fup2, message-reduce-to-to-cc): New functions
1108         adopted from message-utils.el.  Add functions to the keymap, mode
1109         describtion and menu.
1110         (message-change-subject,message-xpost-fup2): Signal error if
1111         current header is empty.
1112         (message-xpost-insert-note): Changed insert position.
1113         (message-archive-note): Ensure to insert note in message body (not
1114         in head).
1115         (message-archive-header, message-archive-note)
1116         (message-xpost-default, message-xpost-note, message-fup2-note)
1117         (message-xpost-note-function): New variables adopted from
1118         message-utils.el.  Changed some doc-strings.
1119         (message-mark-insert-{begin,end}): Rename from
1120         message-{begin,end}-inserted-text-mark (message-utils.el), changed
1121         values.
1122         (message-subject-trailing-was-query)
1123         (message-subject-trailing-was-ask-regexp)
1124         (message-subject-trailing-was-regexp): New variables.
1125         (message-to-list-only): Added doc-string and menu entry.
1126
1127         * message-utils.el: Removed.  Functions are now in message.el.
1128
1129 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
1130
1131         * gnus-art.el (gnus-article-reply-with-original,
1132         gnus-article-followup-with-original): Switch to
1133         gnus-summary-buffer before reply/followup.
1134
1135 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
1136
1137         * gnus-sum.el (gnus-summary-toggle-header): The article window may
1138         not exist. Toggle it anyway.
1139
1140 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
1141
1142         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
1143
1144         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
1145         Trivial patch from Urban Engberg <ue@ccieurope.com>.
1146
1147         * rfc2047.el (message-posting-charset): Defvar it.
1148         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
1149         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
1150
1151         * mail-source.el (mail-source-fetch): Hide password.
1152
1153         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
1154
1155 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1156         From John Paul Wallington <jpw@shootybangbang.com>.
1157
1158         * gnus.el (gnus-visual, gnus-meta): Fix typo.
1159
1160 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1161
1162         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
1163
1164 2002-09-11  Simon Josefsson  <jas@extundo.com>
1165
1166         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
1167         (nnimap-split-rule): Doc fix.
1168         (nnimap-request-expire-articles): Cleanup code.
1169
1170 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1171         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
1172
1173         * gnus-art.el (gnus-article-address-banner-alist): New option.
1174         (article-strip-banner): Refer the above option to split banners of
1175         free mail servers, when no group parameter is specified.
1176
1177 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1178
1179         * nntp.el (nntp-wait-for-string): Check for a process in the
1180         current buffer instead of `nntp-server-buffer'.
1181
1182 2002-09-09  Simon Josefsson  <jas@extundo.com>
1183
1184         * gnus-art.el (gnus-button-man-handler): New variable.
1185         (gnus-button-alist): Use g-b-handle-man.
1186         (gnus-button-handle-man): New, call g-b-man-handler.
1187
1188 2002-09-08  Simon Josefsson  <jas@extundo.com>
1189
1190         * gnus-art.el (gnus-button-alist): Buttonize man page links.
1191
1192 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1193
1194         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
1195
1196 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1197
1198         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
1199
1200         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
1201         keystroke.
1202
1203         * gnus-srvr.el (gnus-browse-describe-group): New command and
1204         keystroke.
1205
1206 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1207
1208         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
1209         value for gnus-decoration property.
1210
1211 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1212
1213         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
1214         string) as group name in case we have a CRLF in the file.
1215
1216 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
1217
1218         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
1219         group.
1220         (rfc1843-decode-hzp): do.
1221         (rfc1843-newsgroups-regexp): do.
1222
1223 2002-09-04  Simon Josefsson  <jas@extundo.com>
1224
1225         * message.el (message-canlock-generate): Make sure sha1 doesn't
1226         call external programs.
1227
1228 2002-09-03  Simon Josefsson  <jas@extundo.com>
1229
1230         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
1231
1232         * gnus-agent.el (gnus-agent-batch): Add doc.
1233
1234 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
1235
1236         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
1237         check for signed and encrypted parts.
1238         * mml.el (mml-parse-1): Correct small typo which preventing
1239         setting recipients in a secure tag.
1240
1241 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1242
1243         * mm-util.el (mm-coding-system-priorities): Default to a list of
1244         iso-2022-jp and others for the Japanese environment.
1245
1246 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1247
1248         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
1249         invalid display names.
1250
1251 2002-08-30  Simon Josefsson  <jas@extundo.com>
1252
1253         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
1254         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
1255
1256 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
1257
1258         * gnus.el (gnus-group-charter-alist): New option.
1259         (gnus-group-fetch-control-use-browse-url): New option.
1260
1261         * gnus-group.el (gnus-group-fetch-charter): New function.
1262         (gnus-group-fetch-control): New function.
1263         Add them to the keymap and menu. Require mm-url.
1264
1265 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1266
1267         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
1268         From Alex Schroeder <alex@emacswiki.org>.
1269
1270 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
1271
1272         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
1273         items expecting user interaction.
1274
1275         * gnus-topic.el (gnus-topic-make-menu-bar): do.
1276
1277         * gnus-sum.el (gnus-summary-make-menu-bar): do.
1278
1279         * gnus-srvr.el (gnus-server-make-menu-bar): do.
1280
1281         * mml.el (mml-menu): do.
1282
1283 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1284
1285         * mail-source.el (mail-source-touch-pop): New function.
1286
1287         * message.el (message-smtpmail-send-it): New function.
1288         (message-send-mail-function): Add it for a candidate.
1289
1290 2002-08-27  Simon Josefsson  <jas@extundo.com>
1291
1292         * gnus-msg.el (posting-charset-alist): Use
1293         gnus-define-group-parameter instead of defcustom.
1294         (gnus-put-message): Handle SPC in GCC.
1295         (gnus-inews-insert-gcc): Ditto.
1296         (gnus-inews-insert-archive-gcc): Ditto.
1297
1298 2002-08-26  Simon Josefsson  <jas@extundo.com>
1299
1300         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
1301         (gnus-agentize): Auto agentize all nntp and nnimap groups.
1302         (gnus-agent-possibly-save-gcc): Autoload.
1303         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
1304
1305 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1306
1307         * gnus.el (gnus-other-frame-function): New user option.
1308         (gnus-other-frame): Use it; add a doc-string; make it work with
1309         the gnuclient program.
1310
1311         * gnus-util.el (gnus-frame-or-window-display-name): New function.
1312
1313         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
1314         `device-connection' and `dfw-device'.
1315
1316 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1317
1318         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
1319         positives, make it stricter.  From Jochen Hein (trivial change).
1320
1321 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1322
1323         * gnus.el (gnus-other-frame): Trivial fix.
1324
1325 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1326
1327         * gnus.el (gnus-other-frame-parameters): New user option.
1328         (gnus-other-frame-object): New variable.
1329         (gnus-other-frame): Make it search for existing Gnus frame; don't
1330         read new news; delete frame on exit.
1331
1332         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
1333
1334         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
1335
1336 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1337         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
1338
1339         * message.el (message-set-auto-save-file-name): Add support for
1340         the Cygwin Emacs; the system-type is `cygwin'.
1341         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
1342
1343 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
1344
1345         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
1346
1347         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
1348         avoid arithmetic errors.
1349
1350 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1351
1352         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
1353
1354 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1355
1356         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
1357         (message-ignored-resent-headers): Add envelope From.
1358
1359 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1360
1361         * gnus.el (gnus-summary-line-format): Document %k specifier.
1362
1363 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1364
1365         * gnus-sum.el (gnus-summary-line-message-size): New function.
1366         (gnus-summary-line-format-alist): Use it.
1367
1368 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1369
1370         * gnus-art.el (article-make-date-line): Refer to the value for
1371         `gnus-article-time-format' in the summary buffer.
1372
1373         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
1374
1375 2002-08-14  Simon Josefsson  <jas@extundo.com>
1376
1377         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
1378         quoting.
1379         (gnus-button-alist): Fix doc.
1380         (gnus-header-button-alist): Use ' not ` for default value quoting.
1381         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
1382         rationale similar to 2002-05-01 change.
1383         (gnus-article-add-buttons-to-head): Evaluate expression.
1384
1385         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
1386
1387 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1388
1389         * message.el (message-font-lock-keywords): Refer to the value for
1390         `message-cite-prefix-regexp' dynamically.
1391
1392 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1393
1394         * gnus-art.el (gnus-decode-header-methods): Doc fix.
1395
1396 2002-08-12  Simon Josefsson  <jas@extundo.com>
1397
1398         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
1399         (imap-shell-open): Skip initial junk before IMAP greeting.
1400
1401 2002-08-11  Simon Josefsson  <jas@extundo.com>
1402
1403         * message-utils.el (message-xpost-default,
1404         message-xpost-fup2-header, message-xpost-fup2): Fixed
1405         Typos.  Trivial changes from Reiner Steib
1406         <4uce.02.r.steib@gmx.net>.
1407
1408 2002-08-09  Simon Josefsson  <jas@extundo.com>
1409
1410         * message.el (message-canlock-password): Set
1411         canlock-password-for-verify to newly generated canlock-password.
1412         When Emacs is restarted, Custom makes sure this is set, but during
1413         the same session we must set it manually.
1414
1415 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
1416
1417         * yenc.el: New file.
1418
1419         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
1420         (mm-uu-type-alist): Add yenc.
1421         (mm-uu-yenc-filename): New function.
1422         (mm-uu-yenc-extract): New function.
1423
1424         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
1425
1426 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
1427
1428         * dgnushack.el (merge): Don't use coerce.
1429
1430 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
1431
1432         * mailcap.el (mailcap-mime-data): Test window-system rather than
1433         mm-device-type.
1434         (mailcap-mime-data): Call xdvi and gv with "-safer".
1435
1436         * mm-util.el: Don't define mm-device-type.
1437
1438 2002-08-05  Simon Josefsson  <jas@extundo.com>
1439
1440         * mm-util.el (mm-coding-system-priorities): coding-system type not
1441         supported everywhere.
1442
1443 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1444
1445         * gnus.el (gnus-version-number): Bumped version number.
1446
1447 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1448
1449         * gnus.el: Oort Gnus v0.07 is released.
1450
1451 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1452
1453         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
1454         (gnus-article-sort-functions): Doc fix.
1455         (t): New keystroke.
1456         (gnus-article-sort-by-random): New function.
1457         (gnus-thread-sort-by-random): New function.
1458
1459 2002-08-02  Simon Josefsson  <jas@extundo.com>
1460
1461         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
1462         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
1463
1464 2002-07-31  Danny Siu  <dsiu@adobe.com>
1465
1466         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
1467         when splitting malformed messages without message-id
1468
1469 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1470         From Niklas Morberg <niklas.morberg@axis.com>.
1471
1472         * nnweb.el (nnweb-type, nnweb-type-definition)
1473         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
1474         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
1475         functionality.
1476         * nnweb.el: Removed old non-functioning search engines.
1477
1478 2002-07-27  Simon Josefsson  <jas@extundo.com>
1479
1480         * message.el (message-forward-make-body): Don't use
1481         `message-forward-ignored-headers' when doing a "raw" followup (it
1482         is important to preserve e.g. CTE).
1483
1484         * flow-fill.el (fill-flowed): Disable filladapt-mode.
1485
1486         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
1487         regexp-quote, Cyrus Sieve is fixed.
1488
1489         * sieve-manage.el (sieve-manage-deletescript): New function.
1490
1491         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
1492         (sieve-manage-mode): Fix menubar.
1493         (sieve-activate): Change some messages.
1494         (sieve-deactivate-all): New function.
1495         (sieve-deactivate): New alias.
1496         (sieve-remove): New function.
1497         (sieve-help): Fix help.
1498         All suggested by Ned Ludd.
1499
1500 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1501
1502         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
1503         (mm-w3m-safe-url-regexp): New user option.
1504
1505         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
1506         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
1507
1508 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
1509
1510         * gnus-sum.el (gnus-summary-delete-article): Force
1511         nnmail-expiry-target to 'delete, so that absolute deletion
1512         happens when absolute deletion is requested.
1513
1514 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1515         From Nevin Kapur <nevin@jhu.edu>.
1516
1517         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
1518         headers as empty headers.
1519
1520 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1521         From Jochen Hein <jochen@jochen.org>.
1522
1523         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
1524         correct typo.
1525         (gnus-emphasis-strikethru): New face.
1526
1527 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1528         From Jason Merrill <jason@redhat.com>.
1529
1530         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
1531         entire file for each of a sequence of missing articles.
1532
1533         * gnus-salt.el (gnus-binary-display-article): Respect an existing
1534         value for gnus-view-pseudos.
1535
1536         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
1537         avoid nreverse.
1538
1539 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1540         From Ted Zlatanov <teodor.zlatanov@divine.com>.
1541
1542         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
1543         (gnus-summary-mode-line-format-alist): Add %h for number of
1544         spams.
1545         (gnus-newsgroup-spam-marked): New variable.
1546         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
1547         (gnus-article-read-p, gnus-article-mark)
1548         (gnus-set-global-variables, gnus-set-global-variables)
1549         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
1550         (gnus-summary-mark-article-as-unread)
1551         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
1552         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
1553         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
1554
1555 2002-07-10  Simon Josefsson  <jas@extundo.com>
1556
1557         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
1558         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
1559
1560 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
1561
1562         * gnus-sum.el (gnus-summary-delete-article): Respect group
1563         parameters while expiring.
1564
1565 2002-07-08  Simon Josefsson  <jas@extundo.com>
1566
1567         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
1568         Enberg.
1569
1570 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1571
1572         * gnus-art.el (article-unsplit-urls): Only display MIME when this
1573         function is called interactively.  From Niklas Morberg.
1574
1575 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
1576
1577         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
1578         cdaar to cdar and car.
1579
1580         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
1581         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
1582
1583 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1584
1585         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
1586         don't break a narrowed article.
1587
1588         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
1589         (nntp-open-via-rlogin-and-telnet): Ditto.
1590
1591 2002-07-02  Didier Verna  <didier@xemacs.org>
1592
1593         * nnmail.el (nnmail-split-methods): fix custom type.
1594
1595 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1596
1597         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
1598         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
1599
1600 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1601
1602         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
1603         (gnus-summary-resend-message): Use it.
1604
1605 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1606
1607         * nntp.el (nntp-via-rlogin-command-switches): New variable.
1608         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
1609
1610 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1611
1612         * message.el (message-font-lock-keywords): Don't fontify
1613         headers in the message body, only in the header.
1614         (message-font-lock-make-header-matcher): New function, used by
1615         message-font-lock-keywords.
1616         From Katsumi Yamaoka <yamaoka@jpl.org>.
1617
1618 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1619
1620         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
1621
1622 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1623
1624         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
1625
1626 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1627
1628         * message.el (message-font-lock-keywords): Revert 2002-06-22
1629         change.
1630
1631 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1632
1633         * message.el (message-font-lock-keywords): Put colon in header
1634         name match.
1635
1636 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1637
1638         * message.el (message-font-lock-keywords): Don't use header faces
1639         in the body.  Thanks to Stefan Monnier for the hint on the
1640         implementation.
1641
1642 2002-05-09  Miles Bader  <miles@gnu.org>
1643
1644         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
1645         (gnus-article-hide-citation): Respect it.
1646
1647 2002-04-12  Juanma Barranquero  <lektu@terra.es>
1648
1649         * pop3.el (pop3-open-server): Fix typo.
1650
1651 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
1652
1653         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
1654         instead of push to ignore duplicate to-(list|address) values.
1655         * nnmail.el (nnmail-cache-ignore-groups): New.
1656         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
1657
1658 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1659
1660         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
1661         before sending.  Suggested by Jan Rychter.
1662
1663 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1664
1665         * dgnushack.el (remove): New compiler macro.
1666         (last, coerce, subseq): Remove compiler macros for those built-in
1667         or unused functions.
1668
1669 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1670
1671         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
1672         sure to write byte-compiled versions of gnus-*-format-alist to
1673         .newsrc.eld.  From Simon Josefsson.
1674
1675 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1676
1677         * gnus-agent.el (gnus-agent-read-servers)
1678         (gnus-agent-write-servers): Put server name (string like
1679         "nnchoke:frumple") in the file instead of a server specification
1680         (Lisp expression like (nnchoke "frumple" ...parameters...)).
1681         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
1682
1683 2002-06-16  Simon Josefsson  <jas@extundo.com>
1684
1685         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
1686         Reiner Steib <4uce.02.r.steib@gmx.net>.
1687
1688 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
1689
1690         * nnheader.el (nnheader-file-name-translation-alist): Set the
1691         default value for MS Windows systems.
1692
1693         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
1694
1695 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1696
1697         * message.el (message-beginning-of-line): Keep the region active
1698         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
1699
1700 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
1701
1702         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
1703         * gnus-msg.el (gnus-summary-reply): Ditto.
1704         * gnus-msg.el (gnus-summary-handle-replysign): New.
1705
1706 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1707
1708         * message.el (message-send-mail-with-sendmail): Kill errbuf even
1709         if sending failed.
1710
1711 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
1712
1713         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
1714         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
1715         to sign while encrypting.
1716
1717 2002-06-11  Simon Josefsson  <jas@extundo.com>
1718
1719         * gnus-int.el (gnus-request-move-article): Agent expire article if
1720         successfuly moved.
1721
1722         * nnweb.el (nnweb-google-create-mapping): Honors the value of
1723         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
1724
1725 2002-06-10  Simon Josefsson  <jas@extundo.com>
1726
1727         * gnus-int.el (gnus-request-expire-articles): Fix last change?
1728
1729 2002-06-09  Simon Josefsson  <jas@extundo.com>
1730
1731         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
1732
1733         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
1734
1735 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
1736
1737         * flow-fill.el (fill-flowed): Ignore errors.
1738
1739 2002-06-06  Simon Josefsson  <jas@extundo.com>
1740
1741         * message.el (message-send-mail-with-sendmail): Improve error message.
1742
1743 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1744
1745         * message.el (message-interactive): Change default from nil to t.
1746         Better to be safe than to be fast.
1747
1748 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1749
1750         * message.el (message-send-mail-with-sendmail): Check return value
1751         from call-process-region.
1752
1753 2002-06-04  Simon Josefsson  <jas@extundo.com>
1754
1755         * gnus-msg.el (gnus-group-mail, gnus-group-news)
1756         (gnus-group-post-news, gnus-summary-mail-other-window)
1757         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
1758         gnus-article-copy to nil, thereby inhibiting the `header' posting
1759         style match to use data from last viewed article.
1760         Suggested by Hrvoje Niksic.
1761
1762 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1763
1764         * spam.el (spam-point-at-eol): New alias.
1765         (spam-parse-whitelist): Use it.
1766
1767 2002-06-03  Simon Josefsson  <jas@extundo.com>
1768
1769         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
1770         (nnmail-article-group): Use it.
1771
1772 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1773
1774         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
1775         so that code reading them won't be surprised.  From Jesper Harder
1776         <harder@ifa.au.dk>.
1777
1778 2002-05-29  Simon Josefsson  <jas@extundo.com>
1779
1780         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
1781         articles.
1782
1783         * gnus.el (gnus-agent-cache): Doc fix.
1784         (gnus-agent): Change default to t.
1785
1786         * gnus-agent.el (gnus-agent-expire): Make it accept optional
1787         ARTICLES, GROUP and FORCE parameters.
1788
1789 2002-05-28  Simon Josefsson  <jas@extundo.com>
1790
1791         * gnus-group.el (gnus-group-line-format): Doc fix.
1792
1793 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1794
1795         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
1796         original article before yanking.  From Jesper Harder
1797         <harder@ifa.au.dk>.
1798
1799 2002-05-26  Simon Josefsson  <jas@extundo.com>
1800
1801         * gnus-sum.el (gnus-summary-menu-split): New function.
1802         (gnus-summary-make-menu-bar): Split charset submenu.
1803         (gnus-summary-menu-maxlen): New variable.
1804         (gnus-summary-menu-split): Use it.
1805
1806 2002-05-25  Simon Josefsson  <jas@extundo.com>
1807
1808         * mml.el (mml-preview): Generate some headers.
1809
1810         * gnus.el (gnus-large-newsgroup): Fix :type.
1811
1812         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
1813         Agent cache NOV's by default now).
1814         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
1815
1816 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
1817
1818         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
1819         call to gnus-parent-id when we check for References loops.
1820         (gnus-summary-prepare-threads): Avoid simplifying every Subject
1821         twice by saving the simplified subject string in simp-subject.
1822
1823 2002-05-23  Simon Josefsson  <jas@extundo.com>
1824
1825         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
1826         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
1827
1828         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
1829         Niklas Morberg <niklas.morberg@axis.com>.
1830
1831 2002-05-22  Simon Josefsson  <jas@extundo.com>
1832
1833         * sieve.el (sieve-change-region): Define it before it is used.
1834
1835         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
1836         (gnus-summary-reply): Ask for confirmation when replying to news.
1837         Defaults to not ask.  From Benjamin Rutt
1838         <rutt+news@cis.ohio-state.edu>.
1839
1840         * nnimap.el (nnimap-nov-is-evil): Improve doc.
1841
1842 2002-05-21  Simon Josefsson  <jas@extundo.com>
1843
1844         * sieve-mode.el (sieve-manage): Fix autoloads.
1845
1846         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
1847         name (makes it work with recent Cyrus timsieved).
1848
1849 2002-05-20  Jason  <jbaker@cs.utah.edu>
1850
1851         * gnus-art.el (gnus-request-article-this-buffer): Try
1852         reconnecting if you don't get the message.
1853
1854 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1855
1856         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
1857         Reply-To headers from the headers.
1858
1859 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1860
1861         * mm-url.el (mm-url-insert): Remove junk message.
1862
1863 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1864
1865         * nnslashdot.el (nnslashdot-request-list): Parse new html.
1866         (nnslashdot-use-front-page): New variable.
1867         (nnslashdot-request-list): Use it.
1868
1869         * mm-url.el (mm-url-timeout): New variable.
1870         (mm-url-retries): Ditto.
1871         (mm-url-insert): Use it.
1872
1873 2002-05-16  Simon Josefsson  <jas@extundo.com>
1874
1875         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
1876         (gnus-simplify-subject-functions): Mention g-s-a-w.
1877
1878 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
1879
1880         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
1881         nnmail-cache-insert.
1882         * nndiary.el (nndiary-request-accept-article): Ditto.
1883         * nnfolder.el (nnfolder-request-accept-article): Ditto.
1884         * nnimap.el (nnimap-request-accept-article): Ditto.
1885         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
1886         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
1887         * nnmbox.el (nnmbox-request-accept-article): Ditto.
1888         * nnmh.el (nnmh-request-accept-article): Ditto.
1889         * nnmail.el (nnmail-cache-insert): Change group to required,
1890         removed code which tried to figure out the group.
1891
1892 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
1893
1894         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
1895         messages. From Hans de Graaff <hans@degraaff.org>.
1896         * nnml.el (nnml-request-accept-article): Pass in the group name to
1897         nnmail-cache-insert, since it's available.
1898
1899 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
1900
1901         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
1902
1903 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1904         From Florian Weimer <fw@deneb.enyo.de>.
1905
1906         * gnus.el (subscribed): New group parameter.
1907         (gnus-find-subscribed-addresses): Use it.
1908
1909 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
1910
1911         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
1912         the default for pgpmime to support pgp v2.
1913         * mml-sec.el (mml-signencrypt-style): New accessor function to
1914         allow users to get/set the signencrypt style more easily without
1915         frobbing the alist directly.
1916         * mml.el (mml-generate-mime-1): Use accessor function.
1917
1918 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1919
1920         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
1921         parenthesis for "<" and ">".  Suggested by Andreas Schwab
1922         <schwab@suse.de>.
1923
1924 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1925
1926         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
1927         when intuiting the group the message is written to.  From Josh
1928         Huber <huber@alum.wpi.edu>.
1929
1930 2002-05-06  Simon Josefsson  <jas@extundo.com>
1931
1932         * gnus-topic.el (gnus-group-topic-parameters): Work when group
1933         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
1934
1935 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
1936
1937         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
1938         argument, and fixed compiler warning. (added autoload for
1939         gpg-encrypt).
1940
1941 2002-05-04  Simon Josefsson  <jas@extundo.com>
1942
1943         * mml1991.el (mml1991-function-alist): Doc fix.
1944
1945         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
1946         doesn't exist (for previewing messages without having Gnus
1947         started).
1948
1949         * mm-util.el (mm-coding-system-priorities): Defcustom.
1950
1951         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
1952
1953 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
1954
1955         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
1956         default.
1957         * mml-sec.el:
1958         * mml-sec.el (mml-signencrypt-style): New.
1959         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
1960         argument `sign'.
1961         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
1962         signencrypt.
1963         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
1964         * mml.el (mml-generate-mime-1): Changed logic so a part which is
1965         both signed & encryped is processed in one operation. (rather than
1966         two separate ops: sign, then encrypt)
1967         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
1968         indication if a message is signed by an expired key.
1969         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
1970         enables combined sign & encrypt operation. (this was always on
1971         before).
1972         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
1973
1974 2002-05-01  Simon Josefsson  <jas@extundo.com>
1975
1976         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
1977         server.
1978         (nnimap-mailbox-info): defvar instead of defvoo.
1979
1980 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1981
1982         * gnus.el: Oort Gnus v0.06 is released.
1983
1984 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1985
1986         * lpath.el: Bind url-package-version.
1987
1988 2002-05-01  Simon Josefsson  <jas@extundo.com>
1989
1990         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
1991         filename before deleting the group itself, because the presence of
1992         a group filename decides if long filenames are used or not.
1993
1994         * gnus-art.el (gnus-button-alist): Don't inline
1995         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
1996         without also modifying g-button-alist.
1997         (gnus-button-alist): Fix type to allow variable as well as regexp.
1998         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
1999         themselves, variables to its contents.
2000         (gnus-button-entry): Ditto.
2001
2002 2002-05-01  Simon Josefsson  <jas@extundo.com>
2003
2004         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
2005         UIDNEXT as a string.
2006
2007         * nnimap.el (nnimap-string-lessp-numerical): New function.
2008         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
2009         integers.
2010
2011 2002-04-29  Simon Josefsson  <jas@extundo.com>
2012
2013         * nnmail.el (nnmail-cache-insert): Accept optional group
2014         parameter.
2015
2016         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
2017         n-r-g-a is disabled.
2018
2019 2002-04-29  Simon Josefsson  <jas@extundo.com>
2020
2021         * nnimap.el (nnimap-split-fancy): Fix doc.
2022         (nnimap-split-fancy): Fix doc.
2023
2024         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
2025         (nnimap-mailbox-info): New internal variable.
2026         (nnimap-retrieve-groups): Implement faster new mail check.
2027
2028         * nnimap.el (nnimap-split-articles): Support
2029         nnmail-cache-accepted-message-ids.
2030         (nnimap-request-accept-article): Ditto.
2031
2032         * imap.el (imap-mailbox-status-asynch): New command.
2033
2034 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
2035
2036         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
2037         are no subscribed mail groups.
2038         - Strip quoted names when comparing addresses
2039
2040 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
2041
2042         * mm-decode.el (mm-text-html-renderer): Change customize type to
2043         const.
2044
2045         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
2046         (gnus-debug-exclude-variables): do.
2047
2048 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
2049
2050         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
2051         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
2052
2053 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2054
2055         * dns.el (dns-make-network-process): New macro.
2056         (query-dns): Use it.
2057
2058 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
2059
2060         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
2061         article-buffer.
2062
2063         * mm-url.el (mm-url-package-name): New variable.
2064         (mm-url-package-version): New variable.
2065         (mm-url-insert-file-contents): Bind url-package-name and
2066         url-package-version here.
2067         * nnrss.el (nnrss-insert-w3): Move the bindings.
2068
2069         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
2070         url-package-version. Trivial change from Andrew J Cosgriff
2071         <ajc@polydistortion.net>
2072
2073         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
2074         attachments. Trivial change from Peter 'Luna' Runestig
2075         <peter@runestig.com>.
2076
2077 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
2078
2079         * nnkiboze.el (nnkiboze-request-scan): Call
2080         nnkiboze-possibly-change-group.
2081         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
2082         problems.
2083         (nnkiboze-generate-group): Set newsrc to the *highest* article
2084         number kibozed, not the lowest.
2085
2086 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
2087
2088         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
2089
2090 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2091         From Dan Christensen <jdc+news@uwo.ca>.
2092
2093         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
2094         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
2095         Recognize math postings.  Extract Date (now ignores "(15kb)").
2096         Extract email address using gnus-extract-address-components
2097         instead of just taking the first word.  Create Date and From
2098         headers for message which are missing these headers.  Get rid
2099         of spurious \\ lines (purely cosmetic).  Extend body-end and
2100         file-end regexps, to exclude more garbage from the message.
2101         Make URL rephrasing regexp more flexible, to match current
2102         format.
2103
2104 2002-04-23  Simon Josefsson  <jas@extundo.com>
2105
2106         * netrc.el: New file, functions copied from gnus-util.el by Ted
2107         Zlatanov <tzz@lifelogs.com>.
2108
2109         * gnus-util.el: Require netrc.
2110         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
2111         new code in netrc.el.
2112
2113 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2114
2115         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
2116         message-ignored-resent-headers, too.  From Matthieu Moy
2117         <Matthieu.Moy@imag.fr>.
2118
2119 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
2120
2121         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
2122         boolean not a string
2123         * gnus-group.el (gnus-group-line-format): add description of %C
2124         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
2125           as %C
2126         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
2127
2128 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
2129
2130         * nnmaildir.el (nnmaildir-request-scan): typo: set
2131         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
2132         nnmail-get-new-mail for 'find-new-groups.
2133
2134 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
2135
2136         * nnmaildir.el (nnmaildir-request-update-info,
2137         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
2138         unnecessary calls to nnmaildir-request-scan.
2139
2140 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
2141
2142         * gnus-msg.el:
2143         * gnus-msg.el (gnus-message-replysign): New.
2144         * gnus-msg.el (gnus-message-replyencrypt): New.
2145         * gnus-msg.el (gnus-message-replysignencrypted): New.
2146         * gnus-msg.el (gnus-summary-reply): Use the three new variables
2147         (above) to automatically encrypt/sign to encrypted/signed
2148         messages.
2149         * message.el:
2150         * message.el (message-mode-map): Add keybinding for
2151         `message-to-list-only'
2152         * message.el (message-mode): Add description for
2153         `message-to-list-only'
2154         * message.el (message-to-list-only): New.
2155         * message.el (message-make-mft): Changed to use the cl loop macro,
2156         and added optional flag to return only the matched list. (for use
2157         in new message-to-list-only function)
2158
2159 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
2160
2161         * gnus-msg.el:
2162         * gnus-msg.el (gnus-message-replysign):
2163         * gnus-msg.el (gnus-replysign): New.
2164         * gnus-msg.el (gnus-replyencrypt): New.
2165         * gnus-msg.el (gnus-replysignencrypted): New.
2166         * gnus-msg.el (gnus-summary-reply):
2167         * message.el:
2168         * message.el (message-mode-map):
2169         * message.el (message-mode):
2170         * message.el (message-to-list-only): New.
2171         * message.el (message-make-mft):
2172
2173 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
2174
2175         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
2176
2177 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
2178
2179         * message.el (message-gen-unsubscribed-mft): accept a prefix
2180         argument so CC can be included with C-u C-c C-f C-a
2181
2182 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2183         From Ted Zlatanov <teodor.zlatanov@divine.com>.
2184
2185         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
2186         Improve docstring.
2187         (spam-enter-blacklist): New command.
2188
2189         * gnus-sum.el (gnus-spam-mark): New mark.
2190         (gnus-auto-expirable-marks): Add gnus-spam-mark.
2191         (gnus-summary-make-tool-bar): Correct conditional.
2192         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
2193         (gnus-summary-mark-as-spam): New command.
2194
2195 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
2196
2197         * mml-sec.el (mml-secure-message): changed to support arbritrary
2198         modes.
2199         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
2200         changed to support "signencrypt" mode.
2201         * mml.el (mml-parse-1): changed to support different secure modes
2202         more easily. (for signencrypt)
2203
2204 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
2205
2206         * gnus-sum.el (gnus-update-summary-mark-positions)
2207         (gnus-summary-toggle-header):
2208         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
2209         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
2210         (gnus-uu-post-encoded):
2211         * nnfolder.el (nnfolder-possibly-change-group):
2212         * nnimap.el (nnimap-retrieve-headers):
2213         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
2214
2215 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
2216
2217         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
2218         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
2219
2220 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2221
2222         * gnus-srvr.el (gnus-server-set-info): Clear
2223         `gnus-server-method-cache' when `gnus-server-alist' is changed.
2224         From Daiki Ueno <ueno@unixuser.org>.
2225
2226 2002-04-11  Simon Josefsson  <jas@extundo.com>
2227
2228         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
2229         viewing of security buttons.  Thanks to Nicolas Kowalski
2230         <Nicolas.Kowalski@imag.fr>.
2231
2232         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
2233         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
2234         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
2235         <Nicolas.Kowalski@imag.fr>.
2236         (smime-decrypt-buffer): Ditto.
2237
2238 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2239
2240         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
2241         header line.
2242
2243 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
2244
2245         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
2246
2247 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2248
2249         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
2250
2251 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
2252
2253         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
2254         errors when debug.
2255
2256 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
2257
2258         * message.el (message-make-mft): Changed MFT code from using
2259         message-recipients (which included Bcc) to use only the To and CC
2260         headers.
2261
2262 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
2263
2264         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
2265         add link.
2266         (gnus-treat-mail-picon): Ditto.
2267         (gnus-treat-newsgroups-picon): Ditto.
2268         (gnus-picon-databases): Fix custom type.
2269         (gnus-picon-databases): Add link.
2270         (gnus-article-x-face-command): Add to gnus-picon group.
2271
2272 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
2273
2274         * message.el (message-buffer-naming-style): Remove.
2275
2276 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
2277
2278         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
2279
2280         * message.el (message-tool-bar-map): Ditto.
2281
2282         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2283
2284 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2285
2286         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
2287
2288 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
2289
2290         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
2291
2292 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
2293
2294         * dns.el: open-network-stream under XEmacs does udp.
2295
2296 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
2297
2298         * spam.el (spam-enter-whitelist): New function.
2299         (spam-parse-whitelist): Ditto.
2300         (spam-refresh-list-cache): Ditto.
2301         (spam-address-whitelisted-p): New function.
2302
2303         * dns.el (query-dns): Use TCP when make-network-process isn't
2304         available.
2305         (dns-servers): New variable.
2306         (dns-parse-resolv-conf): New function.
2307         (query-dns): Use it.
2308
2309         * spam.el: New file.
2310
2311         * dns.el (query-dns): Test.
2312
2313 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2314
2315         * lpath.el (featurep): Bind make-network-process.
2316
2317 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
2318
2319         * nnmaildir.el: Use defstruct.  Use a single copy of
2320         nnmail-extra-headers to save memory.  Store server's group name
2321         prefix instead of each group's prefixed name.
2322         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
2323         nntp-server-buffer.
2324
2325 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2326
2327         * dns.el: New file.
2328
2329 2002-03-28  Simon Josefsson  <jas@extundo.com>
2330
2331         * gnus-sum.el (gnus-summary-dummy-line-format):
2332         * gnus.el (gnus-summary-line-format): Fixing links to Info.
2333         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
2334
2335 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2336
2337         * gnus-sum.el (gnus-summary-move-article)
2338         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
2339         the doc string.
2340
2341 2002-03-28  Simon Josefsson  <jas@extundo.com>
2342
2343         * mml-sec.el (mml-secure-message): Search after
2344         mail-header-separator from top of message.
2345
2346 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
2347
2348         * nnmaildir.el: Cosmetic changes.
2349         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
2350         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
2351         nnmaildir--group-ls): New macros/functions.  Use them.
2352         (nnmaildir--unlink): Evalutate argument only once.
2353
2354 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
2355
2356         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
2357         symbols.
2358         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
2359         `gnus-point-at-eol'.
2360
2361 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
2362
2363         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
2364         nnmaildir--marks-dir): New macros.  Use them.
2365         Use inhibit-quit for atomicity instead of in-memory journaling.
2366         (nnmaildir--edit-prep): New function.
2367         (Local Variables): Use it.
2368
2369 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
2370
2371         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
2372
2373 2002-03-25  Simon Josefsson  <jas@extundo.com>
2374
2375         * message.el (message-mode): Fix doc.
2376
2377 2002-03-25  Simon Josefsson  <jas@extundo.com>
2378
2379         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
2380         Matthieu Moy <Matthieu.Moy@imag.fr>.
2381
2382 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
2383
2384         * mml-sec.el (mml-unsecure-message): Add docstring.
2385
2386 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
2387
2388         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
2389         value.
2390         Trivial change from andre@slamdunknetworks.com
2391
2392 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
2393
2394         * mml.el (mml-mode-map): Added a keybinding for
2395         `mml-unsecure-message'.  Also, added a menu entry for said
2396         function in the Attachments menu.
2397
2398 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2399
2400         * canlock.el (canlock-version): Remove.
2401         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
2402         here; simplify \x insertions.
2403         (canlock-sha1): New function, always return a unibyte string.
2404         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
2405         of a password.
2406         (canlock-insert-header): Use `canlock-sha1'.
2407         (canlock-verify): Ditto.
2408
2409 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
2410
2411         * message.el (message-fix-before-sending): Add an option that
2412         ignores illegible text.
2413         Trivial change from Mark Milhollan <mlm@attglobal.net>
2414
2415         * message.el (message-font-lock-keywords): Support multi-line MML
2416         tags.
2417
2418         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
2419         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
2420
2421 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2422
2423         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
2424         symbols for "View as different encoding" submenu.
2425
2426 2002-03-19  Simon Josefsson  <jas@extundo.com>
2427
2428         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
2429         encoding" submenu.
2430
2431 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
2432
2433         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
2434
2435 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2436
2437         * gnus-sum.el (gnus-sum-thread-tree-root)
2438         (gnus-sum-thread-tree-single-indent)
2439         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
2440         (gnus-sum-thread-tree-leaf-with-other)
2441         (gnus-sum-thread-tree-single-leaf): Make customizable.
2442
2443 2002-03-16  Simon Josefsson  <jas@extundo.com>
2444
2445         * gnus-util.el (gnus-extract-address-components): Don't break on
2446         names such as James "Kibo" Parry.  From Francis Litterio
2447         <franl@world.std.com>.
2448
2449 2002-03-13  Simon Josefsson  <jas@extundo.com>
2450
2451         * pop3.el (pop3-open-server): Revert multibyte change.  From
2452         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
2453
2454         * message.el (message-send-mail-with-qmail): Make it work.  From
2455         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
2456
2457 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
2458
2459         * message.el (message-make-mft): Set case-fold-search while
2460         generating the MFT.  Also, a little cleanup in the MFT code.
2461
2462 2002-03-12  Simon Josefsson  <jas@extundo.com>
2463
2464         * message.el (message-qmail-inject-args): May be function.
2465         (message-send-mail-with-qmail): Call function if m-q-i-a is
2466         function.  From fn@hungry.org (Faried Nawaz).
2467
2468 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
2469
2470         * message.el (message-abbrevs-loaded): Remove.
2471         (mailabbrev): Require it.
2472
2473         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
2474
2475 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2476
2477         * pop3.el (pop3-open-server): Set process buffer unibyte.
2478
2479 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2480
2481         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
2482
2483 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
2484
2485         * nnslashdot.el (nnslashdot-request-article): Remove javascript
2486         too.
2487
2488 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
2489
2490         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
2491         duplication.
2492         (gnus-summary-save-parts-type-history): Ditto.
2493         (gnus-summary-save-parts-last-directory): Ditto.
2494         Trivial change from andre@slamdunknetworks.com
2495
2496 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
2497
2498         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
2499
2500 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
2501
2502         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
2503         -->" as the end of the first article.
2504
2505         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
2506         From Matthieu Moy <Matthieu.Moy@imag.fr>
2507
2508         * message.el (message-add-action): Use add-to-list.
2509         (message-delete-action): New function.
2510
2511         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
2512         pieces.
2513
2514 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
2515
2516         * nnnil.el: New file.
2517         * gnus.el (gnus-valid-select-methods): Include nnnil.
2518
2519 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
2520
2521         * message.el (message-syntax-checks): Because canlock is
2522         supported, we disable sender syntax check.
2523         (message-shoot-gnksa-feet): Add cancel-messages option doc.
2524
2525         * gnus-draft.el (gnus-draft-send): If interactive, use its default
2526         value of message-syntax-checks.
2527
2528         * qp.el (quoted-printable-decode-region): Doc addition.
2529         From: Eli Zaretskii <eliz@is.elta.co.il>
2530
2531         * mail-source.el (make-source-make-complex-temp-name): Use
2532         make-temp-file.
2533
2534         * mm-util.el (mm-make-temp-file): New function.
2535         * nneething.el (nneething-file-name): Use it.
2536         * mml-smime.el (mml-smime-encrypt): Ditto.
2537         * mm-view.el (mm-inline-wash-with-file): Ditto.
2538         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
2539         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
2540         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
2541         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
2542         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
2543         * gnus-art.el (gnus-mime-print-part): Ditto.
2544
2545 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
2546
2547         * message.el (nnmaildir-article-number-to-base-name): New
2548         function.
2549         (nnmaildir-base-name-to-article-number): New function.
2550
2551 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2552
2553         * smime.el (smime-make-temp-file): Don't quote
2554         `temporary-file-directory'.
2555
2556 2002-03-04  Simon Josefsson  <jas@extundo.com>
2557
2558         * smime.el (smime-sign-region): Rename argument keyfiles to
2559         keyfile. You only sign something with one key.
2560         (smime-sign-buffer): Better completing-read prompt.
2561         (smime-decrypt-buffer): Ditto.
2562
2563         * smime.el (smime-make-temp-file): Make it work under XEmacs.
2564
2565         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
2566         completing-read.
2567         (mm-view-pkcs7-decrypt): CRLF->LF.
2568
2569 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
2570
2571         * message.el (message-hierarchical-addresses): New variable.
2572         (message-get-reply-headers): Use it.
2573         From Ted Zlatanov <teodor.zlatanov@divine.com>
2574
2575 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
2576
2577         * message.el (message-mode): If buffer-file-name, don't set auto
2578         save file name.
2579         Trivial change from Geoff Greene <ggreene@wpi.edu>
2580
2581 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
2582
2583         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
2584         takes one argument in read-char.
2585
2586         * message.el (message-fix-before-sending): Forward a char.
2587         Check mmu-multibyte-p, add control-1.
2588
2589 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2590
2591         * gnus-start.el (gnus-read-init-file): Ditto.
2592
2593         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
2594
2595         * dgnushack.el (dgnushack-make-load): Ditto.
2596
2597         * mail-source.el (mail-source-fetch): Extract the right error
2598         code.
2599
2600         * message.el (message-fix-before-sending): Check illegible text.
2601
2602         * gnus-util.el (gnus-multiple-choice): New function.
2603
2604         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
2605         also defined in gnus-score.el.
2606
2607 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
2608
2609         * message.el (message-get-reply-headers): downcase email addresses
2610         for comaparisons for duplicate removal.
2611
2612 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2613
2614         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
2615         implementation of PKCS#7, which just allows users read the
2616         message.
2617         (mm-view-pkcs7): Use it.
2618
2619 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
2620
2621         * gnus.el (large-newsgroup-initial): New parameter.
2622
2623         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
2624         (gnus-summary-insert-old-articles): Ditto.
2625
2626 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
2627
2628         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
2629         used as the default answer of the question, "How many articles?".
2630         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
2631
2632         * nnagent.el (nnagent-retrieve-headers): Remove articles with
2633         small numbers.
2634
2635 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
2636
2637         * deuglify.el: Fix comments.
2638
2639 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
2640
2641         * html2text.el (html2text-clean-anchor): If there is no HREF,
2642         insert nothing.
2643
2644         * mml.el (mml-generate-mime-1): Add cdr.
2645         From: andre@slamdunknetworks.com
2646
2647         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
2648         (mm-text-html-washer-alist): Ditto.
2649
2650         * mm-decode.el (mm-text-html-renderer): Add html2text.
2651
2652         * html2text.el: Face lift.
2653
2654         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
2655
2656 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
2657
2658         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
2659
2660         * deuglify.el: Change copy right. Add autoload. Add coding-system.
2661
2662         * deuglify.el: New file. The original file name is
2663         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
2664
2665         * mm-decode.el (mm-display-external): Use
2666         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
2667
2668 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
2669
2670         * nnmaildir.el (nnmaildir-request-list): Report the highest
2671         article number, not the total number of articles.
2672
2673 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
2674
2675         * gnus-sum.el: Move uu key map here.
2676         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
2677
2678 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
2679
2680         * nnmaildir.el (nnmaildir-request-expire-articles): Use
2681         nnmail-expiry-wait* if expire-age parameter is not set.
2682
2683 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
2684
2685         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
2686         function.
2687         (gnus-group-sort-selected-groups-by-real-name): New function.
2688         (gnus-group-make-menu-bar): Add sort by real name.
2689
2690         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
2691         rebuild.
2692         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
2693         nil as dependencies as well.
2694
2695 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
2696
2697         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
2698         for mime-parts.
2699
2700         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
2701
2702         * gnus-group.el (gnus-group-name-decode): Don't test
2703         multibyte-string, because it breaks XEmacs.
2704         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
2705
2706         * message.el (message-send-mail): Be talkative.
2707
2708         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
2709         (mm-automatic-display): Ditto.
2710
2711         * mailcap.el (mailcap-mime-data): Ditto.
2712         From: Reiner Steib <4uce.02.r.steib@gmx.net>
2713
2714 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2715
2716         * many files: Remove trailing whitespaces, replace spc+tab with
2717         tab, replace leading whitespaces with tabs.
2718
2719 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
2720
2721         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
2722         articles with no body and no blank line after the header.
2723
2724 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
2725
2726         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
2727         parts.
2728
2729         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
2730         non-ascii chars.
2731
2732         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
2733
2734         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
2735         w3-delay-image-loads.
2736         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
2737         (mm-w3-prepare-buffer): Ditto.
2738
2739         * mail-source.el (mail-source-fetch-directory): Run scripts.
2740
2741 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2742
2743         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
2744         for Majordomo confirmations.
2745
2746 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2747
2748         * gnus-fun.el (gnus-respond-to-confirmation): New command.
2749
2750 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2751
2752         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
2753
2754 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
2755
2756         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
2757         References header field.  From Mark Thomas <mthomas@cmu.edu>.
2758
2759 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
2760
2761         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
2762         (mm-inline-render-with-stdin): Ditto.
2763         (mm-inline-render-with-function): Ditto.
2764         (mm-inline-wash-with-file): Bind coding-system-for-write.
2765         (mm-inline-wash-with-stdin): Ditto.
2766
2767 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
2768
2769         Suggested by Felix Natter <fnatter@gmx.net>
2770
2771         * gnus-art.el (gnus-mime-view-part-externally): Rename from
2772         gnus-mime-externalize-view.
2773         (gnus-mime-view-part-internally): Rename from
2774         gnus-mime-internalize-view.
2775         (gnus-article-view-part-externally): Rename from
2776         gnus-article-externalize-part.
2777         (gnus-mime-action-alist): Change correspondingly.
2778         (gnus-mime-button-commands): Ditto.
2779         (gnus-mime-action-alist): Remove duplication.
2780
2781         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
2782
2783 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
2784
2785         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
2786
2787         * gnus-art.el (gnus-display-mime): Use it.
2788
2789         * mm-partial.el (mm-partial-find-parts): Use it.
2790
2791         * gnus-sum.el (gnus-article-loose-mime): Rename from
2792         gnus-article-no-strict-mime.
2793         (gnus-summary-save-parts): Use it.
2794
2795 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2796
2797         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
2798         local variable.
2799
2800         * gnus-art.el (article-display-x-face): Don't sort multiple
2801         X-Faces.
2802
2803 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2804
2805         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
2806         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
2807
2808         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
2809
2810 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
2811
2812         Some ideas is inspired by code from Hrvoje Niksic
2813         <hniksic@arsdigita.com>
2814
2815         * gnus-art.el (gnus-article-wash-function): Set the default to
2816         nil, so that we use mm-text-html-renderer instead.
2817         (article-wash-html): Use mm-text-html-renderer.
2818
2819         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
2820         (mm-text-html-renderer): New variable.
2821         (mm-inline-text-html-renderer): Set the default to nil, so that we
2822         use mm-text-html-renderer instead.
2823
2824         * mm-view.el (mm-inline-text-html): New function.
2825         (mm-text-html-renderer-alist): New variable.
2826         (mm-inline-text-vcard): New function.
2827         (mm-inline-text): Split.
2828         (mm-links-remove-leading-blank): New function.
2829         (mm-inline-render-with-file): New function.
2830         (mm-inline-render-with-stdin): New function.
2831         (mm-inline-render-with-function): New function.
2832         (mm-text-html-washer-alist): New variable.
2833         (mm-inline-wash-with-file): New function.
2834         (mm-inline-wash-with-stdin): New function.
2835
2836 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
2837
2838         * message-utils.el: Fix installation doc.
2839         From: Reiner Steib <4uce.02.r.steib@gmx.net>
2840
2841 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
2842
2843         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
2844         (gnus-post-method): Use it.
2845         (gnus-summary-cancel-article): Find the correct post-method.
2846
2847         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
2848         * message.el (message-send-news): Ditto.
2849         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
2850         <ipmonger@delamancha.org>
2851
2852         * gnus.el (gnus-select-method): Fix doc.
2853         (gnus-server-string): Use 'using nntp'.
2854
2855         * gnus-agent.el (gnus-slave-unplugged): New command.
2856         From: Felix Natter <fnatter@gmx.net>
2857
2858 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
2859
2860         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
2861         Call edit-done-function first, then change the window
2862         configuration.
2863         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
2864         (gnus-article-edit-mode): mml-mode.
2865
2866         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
2867         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
2868
2869         * message-utils.el: Adopt the file.
2870
2871         * message-utils.el: New file.
2872         From Holger Schauer <Holger.Schauer@gmx.de>
2873
2874 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
2875
2876         * gnus-sum.el (gnus-summary-move-article): Select-article only
2877         when gnus-move-split-methods is non-nil. And we don't render or
2878         mark the article.
2879
2880         * gnus-fun.el (gnus-shell-command-to-string): New function.
2881         (gnus-shell-command-on-region): New function.
2882         (gnus-random-x-face): Use them.
2883         (gnus-x-face-from-file): Ditto.
2884         (gnus-convert-image-to-gray-x-face): Ditto.
2885         (gnus-convert-gray-x-face-to-xpm): Ditto.
2886         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
2887
2888 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2889
2890         * gnus-art.el (gnus-treat-display-xface): Don't use
2891         `shell-command-to-string' when compiling.
2892         (gnus-treat-display-grey-xface): Ditto.
2893
2894 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
2895
2896         * nnmaildir.el (nnmaildir--article-count): If the group is
2897         completely empty, report minimum article number as 1 instead of 0.
2898
2899 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
2900
2901         * gnus-agent.el (gnus-get-predicate): Use nconc.
2902
2903         * gnus-sum.el (gnus-summary-display-make-predicate): Use
2904         gnus-summary-display-cache as cache.
2905
2906         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
2907         (nndoc-mail-in-mail-type-p): New function.
2908         (nndoc-mail-in-mail-article-begin): New function.
2909
2910 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
2911
2912         * mailcap.el (mailcap-mime-data): Use enriched-decode.
2913
2914         * gnus-cite.el (gnus-article-fill-cited-article): Bind
2915         use-hard-newlines to nil.
2916
2917         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
2918         image is not available if window-system is not available.
2919
2920         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
2921
2922 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
2923
2924         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
2925         bookmark, because update-mark doesn't handle it correctly.
2926
2927 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
2928
2929         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
2930         directly instead of calling message-send-mail.
2931
2932         * gnus-start.el (gnus-read-descriptions-file): Use
2933         gnus-default-charset.
2934
2935         * mm-util.el (mm-guess-mime-charset): New function.
2936
2937         * gnus.el (gnus-default-charset): Use it.
2938         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
2939         the default.
2940
2941 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2942
2943         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
2944         (article-display-x-face): Use it.  Disable grey xface, if
2945         uncompface is not found.
2946
2947         * message.el (message-mode): Don't enable multibyte on an indirect
2948         buffer.
2949
2950         * nnrss.el (nnrss-content-function): New variable.
2951         (nnrss-request-article): Use it.
2952
2953 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2954
2955         * gnus.el: Add article-unsplit-urls.
2956         * gnus-sum.el: Ditto.
2957         * gnus-art.el (gnus-treat-strip-cr): New variable.
2958         (gnus-treatment-function-alist): Use it.
2959         (article-unsplit-urls): New function.
2960         (gnus-article-make-menu-bar): Use it.
2961         From: Michael Cook <michael.cook@cisco.com>
2962
2963 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2964
2965         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
2966         copy.
2967
2968 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
2969
2970         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
2971         with internal whitespace.
2972         (gnus-parent-id): Ditto.
2973
2974 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
2975
2976         * gnus-art.el (gnus-article-treat-body-boundary): Add
2977         gnus-decoration property.
2978         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
2979
2980         * message.el (message-mode): Set local-abbrev-table.
2981         From Matt Armstrong <matt@lickey.com>.
2982
2983         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
2984         too many spaces.
2985
2986         * rfc2047.el (rfc2047-unfold-region): Ditto.
2987         (rfc2047-decode-region): Don't unfold. Let
2988         gnus-article-treat-unfold-headers do it.
2989
2990         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
2991         From: Jesper Harder <harder@ifa.au.dk>
2992
2993 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2994
2995         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
2996         (gnus-configure-posting-styles): Use it.
2997         (gnus-configure-posting-styles): Remove trailing newspaces.
2998
2999 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3000
3001         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
3002         is non-nil.
3003
3004         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
3005
3006         * gnus.el (gnus-server-to-method): Switch position with
3007         gnus-server-get-method.
3008         (gnus-agent): Add doc.
3009
3010         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
3011         (gnus-summary-save-parts): Use it.
3012
3013         * gnus-art.el (gnus-display-mime): Use it.
3014         * mm-partial.el (mm-partial-find-parts): Use it.
3015
3016         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
3017
3018         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
3019         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
3020
3021         * nnagent.el (nnagent-request-expire-articles): Don't delete
3022         files.
3023
3024 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
3025
3026         * message.el (message-gen-unsubscribed-mft): New function.
3027         From Sriram Karra <karra@cs.utah.edu>.
3028
3029         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
3030         open parenthesis.
3031
3032         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
3033         (mm-inline-text-html-render-with-w3): Ditto.
3034         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
3035         Suggested by Dave Love  <d.love@dl.ac.uk>.
3036
3037         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
3038
3039         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
3040         * nntp.el (nntp-send-command): Ditto.
3041         * nntp.el (nntp-send-command-nodelete): Ditto.
3042
3043 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
3044
3045         * mm-url.el (mm-url-load-url): New function.
3046         (mm-url-insert-file-contents): Use it.
3047
3048         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
3049
3050         * message.el (message-forward-make-body): Correctly copy
3051         forward-buffer.
3052
3053         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
3054
3055 2002-02-04  Simon Josefsson  <jas@extundo.com>
3056
3057         * gnus-art.el (gnus-article-followup-with-original): Mark with
3058         force, prevent errors when following up from article buffer.
3059         (gnus-article-reply-with-original): Ditto.
3060
3061         * binhex.el (binhex-decoder-switches): Fix doc.  From
3062         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
3063
3064 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
3065
3066         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
3067         highlight-citation after emphasize.
3068
3069 2002-02-04  Simon Josefsson  <jas@extundo.com>
3070
3071         * nnfolder.el (nnfolder-open-marks):
3072
3073         * nnml.el (nnml-open-marks): Message when done.  From David
3074         Edmondson <dme@sun.com>.
3075
3076 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
3077
3078         * imap.el (imap-anonymous-auth): Fix typo.
3079         From: Steinar Bang <sb@dod.no>
3080
3081         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
3082         save-excursion.
3083         (gnus-cache-braid-heads): Ditto.
3084
3085         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
3086         line, because there are extra articles in the overview buffer.
3087
3088         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
3089
3090         * message.el (message-forward-rmail-make-body): Directly use
3091         rmail-msg-restore-non-pruned-header to avoid calling
3092         vertical-motion.
3093
3094 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
3095
3096         * gnus-cache.el (gnus-summary-insert-cached-articles):
3097         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
3098
3099         * gnus-group.el (gnus-group-mark-article-read): Nreverse
3100         gnus-newsgroups-unselected.
3101
3102         * gnus-agent.el (gnus-summary-set-agent-mark): Use
3103         gnus-add-to-sorted-list.
3104
3105         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
3106         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
3107         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
3108         (gnus-update-read-articles): UNREAD is sorted.
3109         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
3110         (gnus-newsgroup-marked, gnus-newsgroup-cached)
3111         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
3112         (gnus-newsgroup-dormant): Require sorted.
3113
3114         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
3115         directories.
3116         (gnus-dired-print): New function.
3117
3118         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
3119         ps-despool.
3120
3121 2002-02-02  Simon Josefsson  <jas@extundo.com>
3122
3123         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
3124
3125 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
3126
3127         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
3128         t. This makes gnus-agent customizable without putting
3129         gnus-agentize into .gnus.
3130
3131         * gnus.el (gnus-agent): Make it customizable.
3132
3133         * gnus-dired.el: New file.
3134         From Benjamin Rutt <brutt@bloomington.in.us>
3135
3136         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
3137         if no article.
3138         (gnus-cache-possibly-remove-article): Ditto.
3139         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
3140
3141 2002-02-01  Simon Josefsson  <jas@extundo.com>
3142
3143         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
3144
3145 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3146
3147         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
3148         (mm-setup-w3m): Don't bind keys listed in the above.
3149
3150 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3151
3152         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
3153         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
3154         is non-nil; bind `w3m-force-redisplay' with nil.
3155
3156         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3157
3158         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
3159
3160 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
3161
3162         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
3163         use mail-header-unfold-field.
3164
3165         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
3166         gnus-summary-limit.
3167
3168         * gnus-range.el (gnus-add-to-sorted-list): New function.
3169         * gnus-sum.el (gnus-mark-article-as-read): Use it.
3170         (gnus-mark-article-as-unread): Ditto.
3171         (gnus-summary-mark-article-as-unread): Ditto.
3172         (gnus-build-get-header): Ditto.
3173         (gnus-summary-prepare-threads): Ditto.
3174         (gnus-summary-insert-pseudos): Ditto.
3175         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
3176         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
3177         (gnus-summary-insert-old-articles): Ditto.
3178
3179         * gnus-msg.el (gnus-posting-styles): Add new format of header.
3180         (gnus-configure-posting-styles): Support the new format.
3181
3182         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
3183         edebug-form-spec to (sexp body).
3184         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
3185
3186         * message.el (message-reply-headers): Add doc.
3187
3188 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
3189
3190         * gnus-group.el (gnus-group-delete-group): Nix the entry in
3191         gnus-cache-active-hashtb.
3192
3193         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
3194         (gnus-agent-summary-fetch-group): Use it.
3195
3196         * gnus-msg.el (gnus-debug-files): New variable.
3197         (gnus-debug-exclude-variables): New variable.
3198         (gnus-debug): Use them.
3199
3200         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
3201
3202 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
3203
3204         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
3205         (message-mode-syntax-table): Move back the previous position.
3206
3207         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
3208
3209         * gnus-agent.el (gnus-agent-retrieve-headers): Use
3210         gnus-sorted-difference.
3211
3212         * nnsoup.el (nnsoup-request-expire-articles): Use
3213         gnus-sorted-difference.
3214
3215         * nnheader.el: Autoload gnus-sorted-difference.
3216
3217         * nnfolder.el (nnfolder-request-expire-articles): Use
3218         gnus-sorted-difference.
3219
3220         * gnus-cache.el (gnus-cache-retrieve-headers): Use
3221         gnus-sorted-difference.
3222
3223         * gnus-range.el: Autoload cookies.
3224         (gnus-sorted-difference): New function.
3225         (gnus-sorted-ndifference): New function.
3226         (gnus-sorted-nintersection): Rename from
3227         gnus-set-sorted-intersection.
3228         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
3229         (gnus-list-range-difference): Rename from
3230         gnus-inverse-list-range-intersection.
3231         (gnus-inverse-list-range-intersection): Use defalias.
3232
3233         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
3234         gnus-sorted-ndifference, and gnus-sorted-nintersection.
3235         (gnus-articles-to-read): Use gnus-sorted-difference.
3236         (gnus-summary-limit-mark-excluded-as-read): Use
3237         gnus-sorted-intersection and gnus-sorted-ndifference.
3238         (gnus-list-of-read-articles): Use gnus-list-range-difference.
3239         (gnus-summary-insert-articles): Use gnus-sorted-difference.
3240
3241         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
3242
3243 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3244
3245         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
3246         property to the buffer for using emacs-w3m command keys.
3247
3248         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
3249         option.
3250
3251         * mm-view.el (mm-w3m-mode-map): New variable.
3252         (mm-w3m-mode-command-alist): New variable.
3253         (mm-w3m-minor-mode): Removed.
3254         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
3255         (mm-inline-text-html-render-with-w3m): Add keymap property to the
3256         buffer for using emacs-w3m command keys.
3257
3258 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
3259
3260         * message.el (message-mode-syntax-table): Move forward.
3261         (message-cite-prefix-regexp): Auto detect non word constituents.
3262         (message-cite-prefix-regexp): Don't use with-syntax-table.
3263
3264         * gnus-sum.el (gnus-summary-update-info): Use
3265         gnus-list-range-intersection.
3266
3267         * gnus-agent.el (gnus-agent-fetch-headers): Use
3268         gnus-list-range-intersection.
3269
3270         * gnus-range.el (gnus-range-normalize): Use correct predicate.
3271         (gnus-list-range-intersection): Use it.
3272         (gnus-inverse-list-range-intersection): Ditto.
3273         (gnus-sorted-intersection): Add doc.
3274         (gnus-set-sorted-intersection): Add doc.
3275         (gnus-sorted-union): New function.
3276         (gnus-set-sorted-union): New function.
3277
3278         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
3279         (gnus-inverse-list-range-intersection): Ditto.
3280
3281 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
3282
3283         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
3284
3285         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
3286         and permit `:' and `\' in order to handle full Windows pathnames.
3287         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
3288         technically not correct per standard, but seems to have common use.
3289
3290 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
3291
3292         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
3293         replacing numbers.
3294
3295 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
3296
3297         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
3298
3299         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
3300         Don't split when the window is small, e.g. when a small *BBDB*
3301         window is the lowest one.
3302
3303         * gnus-agent.el (gnus-agent-retrieve-headers): Use
3304         nnheader-find-nov-line to speed up. Use nreverse, because it is
3305         sorted. Use nnheader-insert-nov-file.
3306
3307 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3308
3309         * mm-decode.el (mm-inline-text-html-with-images): New user option.
3310
3311         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
3312         of `w3m-display-inline-images' with the value of
3313         `mm-inline-text-html-with-images'.
3314         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
3315
3316         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3317
3318 2002-01-27  Richard M. Stallman  <rms@gnu.org>
3319
3320         * time-date.el: Add autoload cookies.  Many doc fixes.
3321         (time-add): New function.
3322         (time-subtract): Renamed from subtract-time.
3323         (subtract-time): New alias for time-subtract.
3324
3325 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3326
3327         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
3328         emacs-w3m in doc-string.
3329
3330         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
3331         `w3m-current-buffer'.
3332
3333 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3334
3335         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
3336
3337         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
3338         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
3339         (mm-w3m-cid-retrieve): New function.
3340         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
3341
3342 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
3343
3344         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
3345
3346 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3347
3348         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
3349
3350 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3351
3352         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
3353         32K.
3354
3355         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
3356
3357         * nnmail.el (nnmail-article-group): Decode headers before running
3358         split rules over them.
3359         (nnmail-mail-splitting-charset): New variable.
3360
3361         * smiley.el: Replaced with smiley-ems.el.
3362
3363 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3364
3365         * mm-url.el (mm-url-predefined-programs): Add w3m.
3366         (mm-url-program): Ditto.
3367
3368 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3369
3370         * nnml.el (nnml-use-compressed-files): New variable.
3371         (nnml-filenames-are-evil): Removed.
3372         (nnml-current-group-article-to-file-alist): Don't use.
3373         (nnml-update-file-alist): Inhibit.
3374         (nnml-article-to-file): Use new var.
3375
3376 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3377
3378         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
3379
3380         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
3381
3382 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3383
3384         * gnus-agent.el (gnus-agent-load-alist): Use new caching
3385         function.
3386
3387         * gnus-util.el (gnus-cache-file-contents): New function.
3388
3389         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
3390         (gnus-agent-load-alist): Use it.
3391
3392         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
3393
3394         * nnheader.el (nnheader-insert-nov-file): New function.
3395
3396         * gnus-util.el (gnus-parse-without-error): Correct the loop.
3397
3398         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
3399         there are no references.
3400         (gnus-extract-message-id-from-in-reply-to): New function.
3401         (gnus-nov-parse-line): Use in-reply-to if there are no
3402         references.
3403
3404 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3405
3406         * nnagent.el (nnagent-retrieve-headers): Use new macro.
3407
3408         * gnus-util.el (gnus-parse-without-error): New macro.
3409
3410 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
3411
3412         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
3413         (gnus-article-wash-function): use locate-library to decide which
3414         to use.
3415
3416 2002-01-25  Simon Josefsson  <jas@extundo.com>
3417
3418         * pop3.el (pop3-munge-message-separator): Work if no date.
3419         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
3420
3421 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3422
3423         * gnus-agent.el (gnus-agent-save-alist): Fix.
3424
3425         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
3426         mistake.  Reinstated lost code.
3427
3428 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
3429
3430         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
3431         one exists in the case of an encrypted message with an internal
3432         signature.
3433
3434 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3435
3436         * gnus-agent.el (gnus-agent-save-alist): Optimized.
3437
3438 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3439
3440         * dgnushack.el: Commented out the experimental code.
3441
3442 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3443
3444         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
3445         error.
3446
3447         * gnus.el (gnus-server-to-method): Made into subst.
3448         (gnus-server-method-cache): New variable.
3449         (gnus-server-to-method): Use it.
3450         (gnus-group-method-cache): New variable.
3451         (gnus-find-method-for-group-1): Renamed.
3452         (gnus-find-method-for-group): New function.
3453         (gnus-group-method-cache): Removed.
3454
3455         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
3456         function.
3457
3458         * gnus-range.el (gnus-members-of-range): New function.
3459         (gnus-list-range-intersection): Renamed.
3460         (gnus-inverse-list-range-intersection): New function.
3461
3462         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
3463
3464         * nnagent.el (nnagent-retrieve-headers): New implementation.
3465
3466         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
3467         implementation.
3468
3469 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3470
3471         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
3472         `w3m-meta-content-type-charset-regexp'.
3473
3474         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
3475         charset-encoded html contents.
3476
3477 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
3478
3479         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
3480         an empty file.
3481
3482         * nnweb.el (url): Ignore errors when request url.
3483
3484         * nnrss.el: Clean up the comments.
3485
3486 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3487
3488         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
3489
3490         * mm-decode.el (mm-inline-text-html-renderer): New user option.
3491         (mm-inline-media-tests): Test whether the value of
3492         `mm-inline-text-html-renderer' is a function for text/html.
3493
3494         * mm-view.el (mm-inline-text-html-render-with-w3): New function
3495         separated from `mm-inline-text'.
3496         (mm-w3m-minor-mode): New variable.
3497         (mm-w3m-setup): New variable.
3498         (mm-setup-w3m): New function.
3499         (mm-inline-text-html-render-with-w3m): New function.
3500         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
3501         text/html.
3502
3503 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
3504
3505         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
3506
3507 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3508
3509         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
3510         and `gnus-xmas-completing-read'.
3511
3512 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3513
3514         * nneething.el (nneething-message-id-number): Abolished.
3515         (nneething-encode-file-name): Not encode numerical characters.
3516         (nneething-make-head): `nneething-message-id-number' is not
3517         used to generate message IDs.
3518
3519 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3520
3521         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
3522         characters.
3523
3524 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3525
3526         * gnus-xmas.el (gnus-xmas-completing-read): New function.
3527         (gnus-xmas-redefine): Redefine conditionally.
3528
3529 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
3530
3531         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
3532         tag.
3533
3534 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
3535
3536         * message.el (message-font-lock-keywords): Added the secure tag.
3537         * mml-sec.el: Added functions to generate/modify/remove the secure
3538         tag while in message mode.
3539         * mml-sec.el (mml-secure-message): New.
3540         * mml-sec.el (mml-unsecure-message): New.
3541         * mml-sec.el (mml-secure-message-sign-smime): New.
3542         * mml-sec.el (mml-secure-message-sign-pgp): New.
3543         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
3544         * mml-sec.el (mml-secure-message-encrypt-smime): New.
3545         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
3546         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
3547         * mml.el (mml-parse-1): Added code to recognise the secure tag and
3548         convert it to either a part or multipart depending on if there are
3549         other parts in the message.
3550         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
3551         to use the secure tag, rather than the part tag.
3552         * mml.el (mml-preview): Added a save-excursion to keep cursor
3553         position after doing an MML preview.
3554
3555 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3556
3557         * nnheader.el (nnheader-parse-overview-file): New function.
3558         (nnheader-write-overview-file): New function.
3559
3560 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3561
3562         * gnus.el (gnus-group-fast-parameter): Check better if expansion
3563         in wanted.
3564
3565         * nnweb.el (nnweb-type-definition): Clean up.
3566
3567 2002-01-21  Alastair Burt  <burt@dfki.de>
3568
3569         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
3570         buffer exists before jumping to it.
3571
3572 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3573
3574         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
3575         function.
3576         (article-wash-html): Use it.
3577         (gnus-article-wash-function): New variable.
3578         (gnus-article-wash-html-with-w3m): New function.
3579
3580 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
3581
3582         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
3583         XEmacs.
3584
3585 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
3586
3587         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
3588         command line.
3589
3590 2002-01-21  Simon Josefsson  <jas@extundo.com>
3591
3592         * canlock.el (base64-encode-string): Autoload it from base64.
3593         (canlock-make-cancel-key): Base64 encode unibyte string.
3594
3595 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3596
3597         * nnfolder.el (nnfolder-request-accept-article): Unfold
3598         x-from-line.
3599         (nnfolder-request-replace-article): Ditto.
3600
3601 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
3602
3603         * gnus-group.el (gnus-group-best-unread-group): Use the right
3604         positioning function.
3605
3606 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3607
3608         * smiley-ems.el (smiley-region): Use new function.
3609         (smiley-update-cache): Use general image functions.
3610         (smiley-region): Use general functions.
3611
3612         * gnus-util.el (gnus-graphic-display-p): New function.
3613
3614         * nnmail.el (nnmail-article-group): Allow outputting traces of
3615         non-strings.
3616
3617         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
3618         (nndoc-exim-bounce-type-p): New function.
3619
3620         * message.el (message-dont-send): Doc fix.
3621
3622         * gnus-util.el (gnus-completing-read): Remove
3623         inherit-input-method.
3624
3625         * gnus-art.el (gnus-treat-smiley): Doc fix.
3626
3627         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
3628         articles.
3629
3630 2002-01-19  Simon Josefsson  <jas@extundo.com>
3631
3632         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
3633         (imap-kerberos4-open): Ditto.
3634         (imap-open): Set port correctly, don't set auth.
3635
3636 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3637
3638         * gnus.el (gnus-version-number): Bump version number.
3639
3640 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3641
3642         * gnus.el: Oort Gnus v0.05 is released.
3643
3644 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3645
3646         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
3647         exists.
3648
3649         * gnus-spec.el (gnus-string-width-function): New function.
3650         (gnus-tilde-cut-form): Use it.
3651         (gnus-tilde-max-form): Ditto.
3652         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
3653         (gnus-substring-function): Use it.
3654         (gnus-tilde-cut-form): Ditto.
3655         (gnus-substring-function): New function.
3656
3657         * message.el (message-check-news-header-syntax): New message.
3658
3659         * gnus.el (gnus-slave-no-server): Doc fix.
3660
3661         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
3662
3663 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3664
3665         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
3666         `seen' if it looks like (seen NUM1 . NUM2).  It should be
3667         (seen (NUM1 . NUM2)).
3668
3669 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3670
3671         * gnus-topic.el (gnus-topic-catchup-articles): Update article
3672         number in closed topics.
3673
3674 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
3675
3676         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
3677         functions.
3678
3679 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3680
3681         * gnus.el (gnus-group-find-parameter): Clean up.
3682
3683         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
3684         articles.
3685
3686         * gnus-util.el (gnus-completing-read-with-default): Renamed.
3687
3688         * nnmail.el (nnmail-article-group): Clean up.
3689
3690 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
3691
3692         * gnus-agent.el (gnus-category-name): Intern the category name.
3693
3694 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3695
3696         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
3697
3698         * gnus-util.el (gnus-completing-read): New function.
3699
3700 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
3701
3702         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
3703
3704         * smiley-ems.el (smiley-region): Register smiley.
3705         (smiley-toggle-buffer): Rewrite the function.
3706         (smiley-active): Removed.
3707
3708 2002-01-19  Simon Josefsson  <jas@extundo.com>
3709
3710         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
3711         Jesper Harder <harder@ifa.au.dk>.
3712
3713 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3714
3715         * gnus-art.el (gnus-request-article-this-buffer): Call
3716         `nneething-get-file-name' to extract the file name from the
3717         message id.
3718
3719         * nneething.el (nneething-encode-file-name): New function.
3720         (nneething-decode-file-name): Ditto.
3721         (nneething-get-file-name): Ditto.
3722         (nneething-make-head): Encode the file name and encapsulate it
3723         into the field of the message id.
3724
3725 2002-01-18  Simon Josefsson  <jas@extundo.com>
3726
3727         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
3728         stored in .marks.
3729
3730         * nnfolder.el (nnfolder-request-update-info): Ditto.
3731
3732 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3733
3734         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
3735
3736 2002-01-18  Simon Josefsson  <jas@extundo.com>
3737
3738         * imap.el (imap-starttls-p): Don't check for binary.
3739         (imap-gssapi-auth-p): Ditto.
3740         (imap-kerberos4-auth-p): Ditto.
3741         (imap-open): Change logic.  Iterate through all possible streams,
3742         instead of bailing out after first failure.  Move authenticator
3743         decision to `imap-authenticate'.
3744         (imap-authenticate): Change logic, now finds the authenticator to
3745         use, was previously in `imap-open'.
3746         (imap-open): Return nil on failure.
3747         (imap-open): Setup temp buffer correctly.
3748         (imap-open): Return buffer only on success.
3749         (imap-interactive-login, imap-interactive-login): Tell the user
3750         which stream/authenticator is used for the queried
3751         username/password.
3752         (imap-open, imap-authenticate): Set variables.
3753         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
3754         (imap-open): Don't assume how `with-temp-buffer' is implemented.
3755
3756 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3757
3758         * gnus-fun.el (gnus-grab-cam-x-face): New function.
3759
3760 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3761
3762         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
3763
3764 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
3765
3766         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
3767         (gnus-agent-group-mode-map): Bind it to "Jo".
3768         (gnus-agent-group-make-menu-bar): Add it into menu bar.
3769
3770 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
3771
3772         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
3773         (gnus-summary-mail-toolbar): Add mail article deletion button.
3774
3775         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
3776         false positives for lines of "^^^^".
3777
3778         * gnus-picon.el (gnus-picon-find-face): faces database is all
3779         lowercase.
3780
3781 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
3782
3783         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
3784         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
3785         duplications.
3786         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
3787
3788 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3789
3790         * gnus-sum.el (gnus-summary-initial-limit): Inline
3791         gnus-summary-limit-children.
3792         (gnus-summary-initial-limit): Don't limit if
3793         gnus-newsgroup-display is nil.
3794         (gnus-summary-initial-limit): No, don't.
3795
3796         * gnus-util.el
3797         (gnus-put-text-property-excluding-characters-with-faces): Inline
3798         gnus-put-text-property.
3799
3800         * gnus-spec.el (gnus-default-format-specs): New variable.
3801
3802         * gnus-start.el (gnus-read-newsrc-file): Don't clear
3803         gnus-format-specs.
3804         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
3805
3806         * gnus-spec.el (gnus-update-format-specifications): Really check
3807         the Gnus version of the .newsrc.eld file.
3808         (gnus-format-specs): Save the new default summary format.
3809
3810         * gnus-util.el (gnus-parent-id): Check whether references is empty
3811         before splitting.
3812
3813         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
3814         functions.
3815         (gnus-gather-threads-by-references): Inline
3816         `gnus-split-references'.
3817
3818         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
3819         default value of gnus-summary-line-format-spec.
3820
3821 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3822
3823         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
3824         message.
3825         (nnslashdot-request-list): Ditto.
3826         (nnslashdot-sid-strip): Removed.
3827
3828 2002-01-15  Simon Josefsson  <jas@extundo.com>
3829
3830         * nnimap.el (nnimap-close-asynchronous): Enable.
3831         (nnimap-close-group): Expunge.
3832
3833 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3834
3835         * gnus-util.el (gnus-user-date-format-alist): Typo.
3836         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
3837
3838 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3839
3840         * nneething.el (nneething-request-article): Set
3841         `nnmail-file-coding-system' to `binary' locally, in order to read
3842         files without any conversion.
3843
3844 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3845
3846         * gnus-agent.el (gnus-agent-retrieve-headers): Use
3847         nnheader-file-coding-system and nnmail-active-file-coding-system.
3848         (gnus-agent-regenerate-group): Ditto.
3849         (gnus-agent-regenerate): Ditto.
3850         (gnus-agent-write-active): Ditto.
3851         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
3852
3853 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
3854
3855         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
3856         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
3857
3858 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
3859
3860         * gnus.el: We don't need gnus-article-show-all-headers.
3861
3862         * gnus-art.el (article-show-all, gnus-article-show-all-header):
3863         Ditto.
3864
3865         * gnus-sum.el (gnus-summary-select-article): Don't call
3866         show-all-headers, because hidden headers are not hidden text any
3867         more.
3868
3869 2002-01-13  Simon Josefsson  <jas@extundo.com>
3870
3871         * message.el (message-newline-and-reformat): Use `newline' instead
3872         of inserting \n, so that the newline is marked as hard.
3873
3874         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
3875         From Jesper Harder <harder@ifa.au.dk>.
3876
3877 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
3878
3879         * imap.el (imap-close): Keep going if quit.
3880
3881         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
3882         nntp-server-buffer.
3883
3884 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3885
3886         * mm-view.el (mm-display-inline-fontify): Require font-lock to
3887         avoid unbinding shadowed variables.
3888
3889         * gnus-art.el (gnus-picon-databases): Moved here.
3890         (gnus-picons-installed-p): Moved here.
3891         (gnus-article-reply-with-original): Use `mark'.
3892
3893         * gnus.el (gnus-picon): Moved here and renamed.
3894
3895         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
3896         installed.
3897         (gnus-treat-mail-picon): Ditto.
3898         (gnus-treat-newsgroups-picon): Ditto.
3899
3900         * gnus-picon.el (gnus-picons-installed-p): New function.
3901
3902 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
3903
3904         * gnus-agent.el (gnus-agent-go-online): Fix doc.
3905
3906 2002-01-12  Simon Josefsson  <jas@extundo.com>
3907
3908         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
3909         (nnimap-before-find-minmax-bugworkaround): Use it.
3910         (nnimap-find-minmax-uid): Don't reselect current mailbox.
3911         (nnimap-dont-close): New variable.
3912         (nnimap-close-group): Use it.
3913
3914 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3915
3916         * gnus-art.el (gnus-article-reply-with-original): Use
3917         `mark-active'.
3918
3919         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
3920
3921         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
3922         (gnus-score-advanced): Clean up.
3923         (gnus-score-advanced): Accept a multiple of the score.
3924
3925 2002-01-12  Simon Josefsson  <jas@extundo.com>
3926
3927         * flow-fill.el (fill-flowed-display-column)
3928         (fill-flowed-encode-columnq): New variables.  Suggested by
3929         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
3930         (fill-flowed-encode, fill-flowed): Use them.
3931
3932         * message.el (message-send-news, message-send-mail): Use
3933         m-b-s-n-p-e-h-n.
3934
3935         * mml.el (autoload): Autoload fill-flowed-encode.
3936         (mml-buffer-substring-no-properties-except-hard-newlines): New
3937         function.
3938         (mml-read-part): Use it.
3939         (mml-generate-mime-1): Encode format=flowed if appropriate.
3940         (mml-insert-mime-headers): Insert format=flowed.
3941
3942         * flow-fill.el (fill-flowed-encode): New function.
3943         (fill-flowed): Bind fill-column to window width.
3944
3945 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3946
3947         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
3948         it exists.
3949         (gnus-summary-setup-buffer): Wake up dead summary buffers.
3950         (gnus-summary-buffer-name): Don't return the dead name after all.
3951         (gnus-summary-setup-buffer): Kill the dead buffer.
3952
3953         * gnus-art.el (gnus-article-followup-with-original): Store the
3954         value of the mark before deactivating it.
3955
3956 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3957
3958         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
3959         From: Karl Kleinpaste <karl@charcoal.com>
3960
3961         * gnus-art.el (article-display-x-face): Ditto.
3962         (gnus-article-reply-with-original): Use gnus-region-active-p.
3963         (gnus-article-followup-with-original): Ditto.
3964
3965         * gnus-sum.el (gnus-summary-read-group-1): Don't select
3966         downloadable article either.
3967
3968 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3969
3970         * gnus-art.el (article-display-x-face): Insert From:.
3971
3972         * gnus-sum.el (gnus-summary-move-article): Don't draw the
3973         article. Bind gnus-display-mime-function and
3974         gnus-article-prepare-hook.
3975
3976         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
3977         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
3978         gnus-agent-possibly-synchronize-flags to the last.
3979         (gnus-agent-go-online): New function. New variable.
3980
3981 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3982
3983         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
3984         (gnus-agent-regenerate): Ditto.
3985
3986 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3987
3988         * message.el (message-ignored-news-headers)
3989         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
3990         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
3991
3992         * gnus.el (gnus-gethash-safe): New macro.
3993
3994         * gnus-agent.el (gnus-agent-regenerate-history): New function.
3995         (gnus-agent-regenerate): Show messages.
3996
3997 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3998
3999         * gnus-agent.el (gnus-agent-regenerate-group): New function.
4000         (gnus-agent-regenerate): New function.
4001         (gnus-agent-save-alist): Sort.
4002         (gnus-agent-copy-nov-line): Test eobp.
4003         (gnus-agent-retrieve-headers): Erase buffer.
4004
4005 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
4006
4007         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
4008         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
4009
4010         * gnus.el (gnus-agent-covered-methods): Move here.
4011         (gnus-online): New function.
4012         (gnus-agent-method-p): Move here.
4013
4014         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
4015         nil. Remove articles-alist.
4016
4017         * gnus-start.el (gnus-get-unread-articles): Check online.
4018         (gnus-groups-to-gnus-format): Ditto.
4019         (gnus-active-to-gnus-format): Ditto.
4020
4021         * gnus-agent.el (gnus-agent-get-function): Use it.
4022         (gnus-agent-get-undownloaded-list): Ditto.
4023         (gnus-agent-fetch-session): Only fetch online methods.
4024
4025         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
4026         (gnus-server-mode-map): Ditto.
4027         (gnus-server-offline-face): New face.
4028         (gnus-server-offline-face): New variable.
4029         (gnus-server-font-lock-keywords): Add offline.
4030         (gnus-server-insert-server-line): Ditto.
4031         (gnus-server-offline-server): New function.
4032
4033         * gnus-int.el (gnus-open-server): Turn to offline.
4034         (gnus-server-unopen-status): New variable.
4035
4036 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
4037
4038         * nnkiboze.el (nnkiboze-request-article): Use
4039         gnus-agent-request-article.
4040
4041         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
4042         function. Insert undownloaded NOV.
4043
4044         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
4045         (gnus-agent-request-article): New function.
4046
4047         * gnus.el (gnus-agent-cache): New variable.
4048
4049         * gnus-int.el (gnus-retrieve-headers): Use
4050         gnus-agent-retrieve-headers.
4051         (gnus-request-head): Use gnus-agent-request-article.
4052         (gnus-request-body): Ditto.
4053
4054         * gnus-art.el (gnus-request-article-this-buffer): Use
4055         gnus-agent-request-article.
4056
4057         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
4058         article if it is undownloaded.
4059
4060 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4061
4062         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
4063
4064 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4065
4066         * canlock.el (canlock-string-as-unibyte): New macro.
4067         (canlock-sha1-with-openssl): Return a unibyte string.
4068         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
4069
4070 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
4071
4072         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
4073
4074 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4075
4076         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
4077         application/x-emacs-lisp.
4078
4079         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
4080
4081         * nntp.el (nntp-request-article): Add group parameter.
4082         (nntp-request-head): Ditto.
4083         (nntp-find-group-and-number): Add parameter group. Figure out
4084         number if the status line doesn't give (e.g. quimby.gnus.org).
4085
4086 2002-01-08  Simon Josefsson  <jas@extundo.com>
4087
4088         * mml.el (mml-generate-mime-1): Set recipient correctly.
4089
4090 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4091
4092         * message.el (message-read-from-minibuffer): Add parameter
4093         initial-contents.
4094         * gnus-msg.el (gnus-summary-resend-message): Use it.
4095
4096         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
4097         behavior of quit-config.
4098
4099         * message.el (message-make-from): Don't quote fullname.
4100         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
4101
4102         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
4103         From: <andre@slamdunknetworks.com>
4104
4105 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
4106
4107         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
4108
4109         * gnus-art.el (gnus-header-button-alist): Handle mailto.
4110
4111         * mml.el (mml-preview): Bind gnus-original-article-buffer because
4112         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
4113         because bbdb may use it.
4114
4115 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4116
4117         * nneething.el (nneething-request-article): When a non-text file
4118         is converted to an article, its data is encoded in base64.  Call
4119         `nneething-make-head' with options to specify MIME types.
4120         (nneething-make-head): Add optional arguments to specify MIME
4121         types.
4122
4123 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4124
4125         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
4126         header if there is not.
4127
4128         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
4129
4130         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
4131         (gnus-inews-mark-gcc-as-read): Obsolete variable.
4132         (gnus-inews-do-gcc): Use them.
4133
4134         * gnus-group.el (gnus-group-mark-article-read): Put holes into
4135         gnus-newsgroup-unselected.
4136
4137 2002-01-06  Simon Josefsson  <jas@extundo.com>
4138
4139         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
4140         condition-case, not ignore-errors.
4141
4142 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4143
4144         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
4145         gnus-fetch-old-headers.
4146
4147         * gnus-art.el (article-display-x-face): Use the current buffer
4148         unless `W f'. Otherwise, X-Face may be shown in the header of a
4149         forwarded part.
4150         (gnus-treatment-function-alist): Treat xface before hiding
4151         headers.
4152
4153 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4154
4155         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
4156         parameters.
4157
4158 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4159
4160         * mm-util.el (mm-multibyte-p): Define conditionally when load.
4161         (mm-guess-charset): New function.
4162         (mm-charset-after): Use it.
4163         (mm-detect-coding-region): New function.
4164         (mm-detect-mime-charset-region): New function.
4165
4166         * gnus-sum.el (gnus-summary-show-article): Use
4167         mm-detect-coding-region.
4168
4169 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4170
4171         * message.el (message-make-fqdn): Be less violent.
4172
4173         * gnus.el (gnus-logo-color-style): Compute custom form
4174         automatically.
4175
4176         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
4177         score file of the parent to the document group.
4178
4179         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
4180         parameters parameter.
4181
4182         * gnus-score.el (gnus-score-load-file): Clean up.
4183
4184 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4185
4186         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
4187         From: Damien Wyart <damien.wyart@free.fr>
4188
4189         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
4190
4191 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
4192
4193         * gnus-sum.el (gnus-select-group-hook): Typo.
4194
4195         * rfc2047.el (rfc2047-decode-string): Return immediately if there
4196         is no quoted-printable-encoded STRING.
4197         From: Jesper Harder <harder@ifa.au.dk>
4198
4199         (rfc2047-decode-string): Decode it.
4200
4201 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4202
4203         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
4204
4205 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
4206
4207         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
4208         buffer to get rid of junk line.
4209
4210 2002-01-05  Simon Josefsson  <jas@extundo.com>
4211
4212         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
4213         C-o.
4214         (message-mode-map): Bind message-insert-or-toggle-importance to
4215         C-c C-u.
4216         (message-mode-map): Bind message-disposition-notification-to to
4217         C-c M-n.
4218         (message-mode-menu): Add m-d-n-t.
4219         (message-mode-field-menu): Add m-goto-from.
4220         (message-mode): Doc fix.
4221         (message-goto-from): New function.
4222         (message-insert-disposition-notification-to): New function.
4223         (message-tool-bar-map): Add receipt button.
4224
4225 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4226
4227         * gnus-sum.el (gnus-thread-latest-date): New function.
4228         (gnus-thread-sort-by-most-recent-number): Renamed.
4229         (gnus-thread-sort-functions): Doc fix.
4230         (gnus-select-group-hook): Don't use setq on a hook.
4231         (gnus-thread-latest-date): Use date, not number
4232
4233         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
4234         (gnus-agent-expire): Allow regexp of expire-days.
4235
4236         * gnus-art.el (gnus-article-reply-with-original): Deactivate
4237         region.
4238         (gnus-article-followup-with-original): Ditto.
4239
4240         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
4241
4242         * gnus-art.el (gnus-mime-display-alternative): Use
4243         gnus-local-map-property.
4244         (gnus-mime-display-alternative): Ditto.
4245         (gnus-insert-mime-security-button): Ditto.
4246         (gnus-insert-next-page-button): Ditto.
4247         (gnus-button-prev-page): Take optional args.
4248         (gnus-insert-prev-page-button): widget-convert.
4249
4250         * gnus-util.el (gnus-local-map-property): New function.
4251
4252         * gnus-art.el (gnus-prev-page-map): Use parent map.
4253         (gnus-next-page-map): Ditto.
4254
4255         * gnus-spec.el (gnus-parse-format): Clean up.
4256         (gnus-parse-format): Do complex formatting for %=.
4257
4258         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
4259         "X-Face: " to the data in the built-in scenario.
4260
4261         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
4262         (gnus-correct-pad-form): Renamed.
4263         (gnus-tilde-max-form): Clean up.
4264         (gnus-pad-form): Use gnus-use-correct-string-widths.
4265
4266         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
4267         support if that is available.
4268
4269         * gnus-sum.el (gnus-thread-highest-number): New function.
4270         (gnus-thread-sort-by-most-recent-thread): New function.
4271         (gnus-thread-sort-functions): Doc fix.
4272
4273 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
4274
4275         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
4276         all cases.
4277         (gnus-summary-mode): Enable it in all cases.
4278         (gnus-summary-display-article): Ditto.
4279         (gnus-summary-edit-article): Ditto.
4280
4281         * gnus-ems.el (gnus-put-image): Really return glyph.
4282
4283         * gnus-art.el (gnus-article-x-face-command): Fix :type.
4284         (gnus-treat-smiley): Don't take "P" in the interactive form.
4285
4286 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4287
4288         * compface.el (uncompface): XEmacs and Emacs have differing
4289         capabilities.
4290
4291         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
4292
4293         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
4294         (gnus-article-xface-ring-size): Removed.
4295         (gnus-article-display-xface): Removed.
4296         (gnus-remove-image): Cleaned up.
4297
4298         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
4299         (gnus-xmas-create-image): Take pbm files.
4300         (gnus-x-face): Removed.
4301         (gnus-xmas-article-display-xface): Removed.
4302
4303         * gnus-fun.el (gnus-display-x-face-in-from): Bind
4304         default-enable-multibyte-characters.
4305
4306         * compface.el (uncompface): Doc fix.
4307
4308         * gnus-art.el (gnus-article-x-face-command): Use
4309         gnus-display-x-face-in-from.
4310
4311         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
4312
4313         * gnus-ems.el (gnus-put-image): Return the image.
4314
4315         * gnus-fun.el (gnus-display-x-face-in-from): New function.
4316         (gnus-x-face): Moved here.
4317
4318 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
4319
4320         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
4321         invisible if string is nil.
4322         (gnus-xmas-article-display-xface): Use it.
4323
4324         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
4325         property when string is nil.
4326         (gnus-article-display-xface): Use it.
4327
4328 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4329
4330         * gnus-art.el (article-display-x-face): Check whether valid grey
4331         face was returned.
4332         (article-display-x-face): Place image in the right spot.
4333
4334         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
4335         stderr.
4336         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
4337
4338 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4339
4340         * gnus-xmas.el (gnus-xmas-create-image): Take optional
4341         parameters.
4342         (gnus-xmas-put-image): Allow non-strings to be passed.
4343
4344         * gnus-art.el (article-display-x-face): Use optional parameters.
4345
4346         * gnus-ems.el (gnus-create-image): Take optional parameters.
4347
4348         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
4349
4350         * compface.el (compface-xbm-p): Removed.
4351
4352         * gnus-ems.el (gnus-article-compface-xbm): Removed.
4353         (gnus-article-display-xface): Use compface.
4354
4355         * compface.el: New file.
4356
4357         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
4358         (gnus-convert-image-to-x-face-command): Ditto.
4359         (gnus-random-x-face): Quote argument.
4360         (gnus-x-face-from-file): Ditto.
4361
4362 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
4363
4364         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
4365         the expire-group parameter once per article rather than once
4366         per group; bind `nnmaildir-article-file-name' and `article'
4367         for convenience.  Leave article alone when expire-group
4368         specifies the current group.
4369         (nnmaildir--update-nov): be more concurrency-friendly with
4370         temp file names.
4371
4372 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4373
4374         * gnus-start.el (gnus-read-init-file): Cleaned up.
4375
4376 2002-01-03  Dave Love  <d.love@dl.ac.uk>
4377
4378         * gnus-start.el (gnus-startup-file-coding-system): Removed.
4379         (gnus-read-init-file): Don't use it.
4380
4381 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4382
4383         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
4384
4385 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4386
4387         * gnus-start.el (gnus-read-init-file): Don't force coding system
4388         for ~/.gnus.  From Dave Love <fx@gnu.org>.
4389
4390 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
4391
4392         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
4393         * nnspool.el (nnspool-request-post): Ditto.
4394
4395         * mm-util.el (mm-use-find-coding-systems-region): New variable.
4396         (mm-find-mime-charset-region): Use it.
4397
4398 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
4399
4400         * gnus.el (gnus-summary-line-format): Added :link.
4401         * gnus-topic.el (gnus-topic-line-format): Ditto.
4402         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
4403         * gnus-srvr.el (gnus-server-line-format): Ditto.
4404         * gnus-group.el (gnus-group-line-format): Ditto.
4405
4406         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
4407         :keys, it works on both Emacsen.
4408
4409 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
4410
4411         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
4412
4413 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4414
4415         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
4416
4417 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
4418
4419         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
4420         very wide reply.
4421
4422 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4423
4424         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
4425         (gnus-picon-cache): New variable.
4426         (gnus-picon-transform-newsgroups): Cache stuff.
4427
4428         * gnus-art.el (gnus-article-reply-with-original): New command.
4429         (gnus-article-followup-with-original): New command.
4430
4431         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
4432         END parameters.
4433         (gnus-summary-followup): Take a list of list of articles.
4434         (gnus-inews-yank-articles): Allow lists of article/regions.
4435
4436         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
4437         longer the usual commands.
4438
4439         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
4440         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
4441         shell-command-on-region.
4442
4443 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4444
4445         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
4446           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
4447
4448 2002-01-03  Steve Youngs  <youngs@xemacs.org>
4449
4450         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
4451         understand ':keys', wrap it in an featurep 'xemacs.
4452
4453 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4454
4455         * gnus-ems.el (gnus-article-display-xface): Show xface in the
4456         order of headers (Actually, it is called in a reversed order). Add
4457         'gnus-image-text-deletable property.
4458         (gnus-remove-image): Remove text with such a property.
4459
4460         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
4461         gnus-put-image.
4462
4463         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
4464         with ", "
4465
4466 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4467
4468         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
4469
4470         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
4471         (article-display-x-face): Display grey X-Faces.
4472
4473         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
4474         (gnus-convert-gray-x-face-to-ppm): Ditto.
4475         (gnus-convert-image-to-gray-x-face): Ditto.
4476
4477         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
4478         gnus-summary-show-raw-article.
4479
4480 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4481
4482         Display picons in XEmacs without showing text.
4483
4484         * gnus-xmas.el (gnus-xmas-create-image): Don't use
4485         mm-create-image-xemacs to create xbm glyph, because it deletes
4486         temporary files.
4487         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
4488         (gnus-xmas-remove-image): Make text visible, remove glyph.
4489
4490         * gnus-picon.el (gnus-picon-transform-newsgroups)
4491         (gnus-picon-transform-address): Insert spec backward, due to the
4492         incompatibility of gnus-xmas-put-image.
4493
4494 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4495
4496         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
4497
4498 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4499
4500         * gnus.el: Doc fix.
4501
4502         * gnus-art.el: Doc fix.
4503
4504         * gnus-agent.el: Doc fix.
4505
4506 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4507
4508         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
4509
4510 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
4511
4512         * nnmaildir.el (nnmaildir--update-nov): automatically parse
4513         NOV data out of the message again if nnmail-extra-headers has
4514         changed.
4515
4516 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4517
4518         * gnus-fun.el: New file.
4519         (gnus-convert-image-to-x-face-command): New variable.
4520         (gnus-insert-x-face): New function.
4521         (gnus-random-x-face): Renamed.
4522         (gnus-x-face-from-file): Renamed.
4523
4524         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
4525         "_".
4526         (gnus-body-boundary-delimiter): Typo fix.
4527
4528 2002-01-02  Simon Josefsson  <jas@extundo.com>
4529
4530         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
4531         (gnus-body-boundary-delimiter): Fix type.
4532
4533 2002-01-01  Simon Josefsson  <jas@extundo.com>
4534
4535         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
4536         (gnus-treat-emphasize, gnus-treat-strip-cr)
4537         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
4538         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
4539         (gnus-treat-fill-article, gnus-treat-hide-citation)
4540         (gnus-treat-hide-citation-maybe)
4541         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
4542         (gnus-treat-strip-pem, gnus-treat-strip-banner)
4543         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
4544         (gnus-treat-date-ut, gnus-treat-date-local)
4545         (gnus-treat-date-english, gnus-treat-date-lapsed)
4546         (gnus-treat-date-original, gnus-treat-date-iso8601)
4547         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
4548         (gnus-treat-strip-trailing-blank-lines)
4549         (gnus-treat-strip-leading-blank-lines)
4550         (gnus-treat-strip-multiple-blank-lines)
4551         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
4552         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
4553         (gnus-treat-display-xface, gnus-treat-display-smileys)
4554         (gnus-treat-from-picon, gnus-treat-mail-picon)
4555         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
4556         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
4557         (gnus-treat-play-sounds, gnus-treat-translate)
4558         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
4559
4560         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
4561         (gnus-article-treat-body-boundary): Use it.
4562
4563         * message.el (message-mode): Fix doc.
4564         (message-mode-menu): Fix names.
4565
4566 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4567
4568         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
4569         articles.
4570
4571         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
4572         (gnus-picon-transform-address): Search for unknown faces as well.
4573         (gnus-picon-find-face): Don't search "news" for MISC.
4574         (gnus-picon-user-directories): Changed default back to exclude
4575         "unknown".
4576
4577         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
4578
4579         * gnus-picon.el (gnus-picon-find-face): Search through all
4580         databases.
4581         (gnus-picon-find-face): New implementation.
4582
4583         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
4584         keystroke.
4585         (gnus-topic-goto-next-topic): Ditto.
4586
4587         * gnus.el (gnus-summary-line-format): Changed default.
4588
4589         * nnmail.el (nnmail-extra-headers): Change default.
4590
4591         * gnus-sum.el (gnus-extra-headers): Change default.
4592
4593         * message.el (message-news-other-window): Changed "news" to
4594         "posting".
4595         (message-news-other-frame): Ditto.
4596         (message-do-send-housekeeping): Ditto.
4597
4598         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
4599         function.
4600         (gnus-article-unread-p): New function.
4601         (gnus-article-unseen-p): New function.
4602         (gnus-dead-summary-mode-map): Typo.
4603
4604         * gnus-util.el (gnus-make-predicate): New function.
4605         (gnus-make-predicate-1): New function.
4606
4607         * gnus-sum.el: New function.
4608         (gnus-map-articles): New function.
4609
4610         * gnus-art.el (gnus-treat-fold-headers): New variable.
4611         (gnus-article-treat-fold-headers): New command and keystroke.
4612
4613         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
4614         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
4615
4616 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4617
4618         * message.el (message-fcc-externalize-attachments): New variable.
4619         (message-do-fcc): Use it.
4620
4621         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
4622         (gnus-inews-do-gcc): Use it.
4623
4624         * mml.el (mml-tweak-sexp-alist): New variable.
4625         (mml-externalize-attachments): New variable.
4626         (mml-tweak-part): Use mml-tweak-sexp-alist.
4627         (mml-tweak-externalize-attachments): New function.
4628
4629 2002-01-01  Steve Youngs  <youngs@xemacs.org>
4630
4631         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
4632         'set-glyph-face' so x-face back/foreground can be set.
4633
4634 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
4635
4636         * message.el (message-fix-before-sending): Fix a typo.
4637
4638 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4639
4640         * gnus-art.el (gnus-treat-smiley): Renamed command.
4641         (gnus-article-remove-images): New command and keystroke.
4642
4643         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
4644
4645         * smiley-ems.el (gnus-smiley-display): Removed.
4646
4647         * gnus.el (gnus-version-number): Update version.
4648
4649         * message.el (message-text-with-property): Renamed and moved
4650         here.
4651         (message-fix-before-sending): Highlight invisible text and place
4652         point there.
4653
4654 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4655
4656         * gnus.el: Oort Gnus v0.04 is released.
4657
4658 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4659
4660         * gnus-delay.el (gnus-delay-send-queue): Renamed.
4661
4662         * gnus-art.el (gnus-ignored-headers): More headers,
4663
4664         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
4665         of `scan-error', since XEmacs doesn't seem to support that.
4666
4667 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4668
4669         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
4670         arg.
4671         (gnus-summary-best-unread-subject): Ditto.
4672         (gnus-summary-best-unread-subject): No, don't.
4673         (gnus-summary-better-unread-subject): New command.
4674
4675         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
4676
4677         * lpath.el ((featurep 'xemacs)): fbind url function.
4678
4679         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
4680         buffer.
4681         (gnus-xmas-remove-image): Implementation that does something.
4682         (gnus-xmas-article-display-xface): Mark images properly.
4683
4684         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
4685
4686 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
4687
4688         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
4689
4690 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4691
4692         * gnus-group.el (gnus-group-line-format): Added %O to the default
4693         value.
4694
4695         * gnus-util.el (gnus-text-with-property): The smallest point is
4696         point-min.
4697
4698         * smiley-ems.el (smiley-region): Return images.
4699         (gnus-smiley-display): Allow toggling.
4700         (smiley-region): Use text properties, not overlays.
4701
4702         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
4703         implemented yet.
4704
4705         * smiley-ems.el (smiley-update-cache): Check for valid types.
4706
4707         * gnus-art.el (gnus-with-article-buffer): New macro.
4708
4709         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
4710         strings as well as the glyphs.
4711         (gnus-picon-transform-address): Ditto.
4712         (gnus-picon-insert-glyph): Ditto.
4713         (gnus-picon-transform-newsgroups): Toggle.
4714         (gnus-picon-transform-address): Toggle.
4715
4716         * gnus-ems.el (gnus-remove-image): New function.
4717         (gnus-put-image): Take an optional string.
4718
4719         * gnus-util.el (gnus-text-with-property): New function.
4720
4721         * gnus-art.el (gnus-delete-images): New function.
4722
4723         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
4724
4725         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
4726         (gnus-article-wash-status): Use it.
4727         (gnus-signature-toggle): Clean up.
4728         (gnus-add-wash-status): New function.
4729         (gnus-delete-wash-status): New function.
4730         (gnus-article-hide-text-type): Use them throughout.
4731         (gnus-add-image): New function.
4732
4733         * gnus-ems.el (gnus-article-display-xface): Use new interface.
4734
4735         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
4736         interface.
4737
4738         * gnus-art.el (article-display-x-face): Cleaned up.
4739
4740         * rfc2047.el (rfc2047-field-value): New function.
4741
4742         * mail-parse.el (mail-header-field-value): New alias.
4743
4744         * gnus-art.el (gnus-mime-print-part): Fix typos.
4745
4746         * smiley-ems.el (gnus-smiley-file-types): New variable.
4747         (smiley-update-cache): Use it.
4748         (smiley-regexp-alist): Suffix-less smiley names.
4749         (smiley-regexp-alist): Added more smileys.
4750
4751         * gnus-sum.el (gnus-print-buffer): Made into own function.
4752         (gnus-summary-print-article): Use it.
4753
4754         * mailcap.el (mailcap-mime-info): Actually return the bit that we
4755         looked for when REQUEST is a string.
4756
4757         * gnus-art.el (gnus-mime-button-commands): Add printing
4758         keystroke.
4759         (gnus-mime-copy-part): Doc fix.
4760         (gnus-mime-print-part): New command.
4761
4762 2001-12-31  Simon Josefsson  <jas@extundo.com>
4763
4764         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
4765         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
4766
4767 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4768
4769         * gnus-picon.el (gnus-treat-from-picon): Autoload.
4770         (picon): Fix doc.
4771
4772         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
4773         longer exists. Remove those codes.
4774         * gnus.el (gnus-use-picons): Ditto.
4775
4776 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4777
4778         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
4779         infloop.
4780
4781         * gnus-sum.el (t): New `W D' map.
4782
4783         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
4784         (gnus-article-treat-body-boundary): Clean up.
4785         (gnus-body-boundary-face): Removed.
4786         (gnus-article-goto-header): Moved here.
4787         (gnus-article-goto-header): Allow better regexps.
4788         (gnus-article-treat-fold-newsgroups): New command.
4789
4790         * gnus-sum.el (gnus-summary-move-article): We have to select an
4791         article to give `gnus-read-move-group-name' an opportunity to
4792         suggest an appropriate default.
4793
4794         * rfc2047.el (rfc2047-fold-line): New function.
4795         (rfc2047-unfold-line): Ditto.
4796         (rfc2047-fold-region): Don't fold just after the header name.
4797
4798         * mail-parse.el (mail-header-fold-line): New alias.
4799         (mail-header-unfold-line): Ditto.
4800
4801         * gnus-art.el (gnus-body-boundary-face): Renamed.
4802         (gnus-article-treat-body-boundary): Use it.
4803         (gnus-article-treat-body-boundary): Use an invisible header and a
4804         line of underline characters.
4805
4806 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4807
4808         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
4809
4810         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
4811         (gnus-picon-split-address): New function.
4812         (gnus-picon-find-face): Use it.
4813         (gnus-picon-transform-address): Use it. Set first to t for each
4814         address.
4815
4816         * gnus-art.el (gnus-with-article-headers): Move to here. Define
4817         the macro then use it.
4818         (gnus-treatment-function-alist): Treat picons earlier.
4819
4820 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4821
4822         * gnus-art.el (gnus-body-separator-face): New variable.
4823         (gnus-article-treat-body-boundary): Use a blank, colored line.
4824
4825         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
4826         well.
4827
4828         * gnus-art.el (gnus-treat-body-boundary): New variable.
4829         (gnus-article-treat-unfold-headers): Use helper macro.
4830         (gnus-article-treat-body-boundary): New command.
4831
4832         * gnus.el (gnus-logo-color-style): Change the default color.
4833         (gnus-splash-face): Gray, gray.
4834
4835         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
4836         colors.
4837
4838         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
4839         (gnus-logo-color-style): Ditto.
4840         (gnus-logo-colors): Ditto.
4841
4842         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
4843
4844         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
4845
4846         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
4847         (gnus-picon-transform-newsgroups): New function.
4848
4849         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
4850         string.
4851
4852         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
4853
4854         * gnus-art.el (gnus-treat-cc-picon): New variable.
4855         (gnus-treat-mail-picon): Renamed.
4856
4857         * gnus-picon.el: New implementation.
4858         (gnus-picon-find-face): Renamed.
4859         (gnus-treat-from-picon): Use it.
4860         (gnus-picon-transform-address): Renamed.
4861         (gnus-treat-from-picon): Use it.
4862         (gnus-picon-create-glyph): Renamed.
4863         (gnus-picon-transform-address): Use it.
4864         (gnus-treat-cc-picon): New command.
4865
4866         * mm-decode.el (mm-create-image-xemacs): Separated out into
4867         function.
4868         (mm-get-image): Use it.
4869
4870         * gnus-art.el (gnus-treat-display-picons): Simplify.
4871         (gnus-treat-from-picon): Renamed.
4872
4873         * gnus-ems.el (gnus-create-image): New function.
4874         (gnus-put-image): New function.
4875
4876         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
4877         (gnus-with-article-headers): New macro.
4878         (gnus-article-goto-header): New function.
4879
4880         * gnus-xmas.el (gnus-image-type-available-p): New function.
4881
4882         * gnus-ems.el (gnus-image-type-available-p): New function.
4883
4884 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4885
4886         * nnrss.el (nnrss-check-group): Find the correct tag, because
4887         xml.el is changed.
4888
4889 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4890
4891         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
4892         lines are shorter than the window width.
4893         (gnus-ignored-headers): More headers.
4894
4895 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4896
4897         * gnus-art.el (gnus-treat-unfold-lines): New variable.
4898         (gnus-treat-unfold-headers): Renamed.
4899         (gnus-article-treat-unfold-headers): New command and keystroke.
4900
4901         * rfc2047.el (rfc2047-encode-message-header): Clean up.
4902
4903         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
4904
4905 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
4906
4907         * sha1-el.el (sha1-use-external): New variable.
4908         (sha1-region): Use it.
4909         (sha1-string): Ditto.
4910
4911         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
4912         * gnus-picon.el: Less warnings when compile.
4913
4914 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4915
4916         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
4917         alias.
4918         (gnus-picons-database): Default to list.
4919         (gnus-picons-lookup-internal): Use it.
4920
4921         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
4922         to "bogus".
4923
4924         * gnus-win.el (gnus-configure-windows-hook): New hook.
4925
4926 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
4927
4928         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
4929
4930 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4931
4932         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
4933         lists.
4934         (gnus-select-newsgroup): Don't append; push.
4935         (gnus-adjust-marked-articles): Remove obsolete ranges from
4936         `seen'.
4937         (gnus-update-marks): Clean up.
4938         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
4939
4940 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
4941
4942         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
4943
4944 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4945
4946         * gnus-sum.el (gnus-auto-select-subject): New variable.
4947         (gnus-summary-best-unread-subject): New function.
4948         (gnus-summary-best-unread-article): Use it.
4949         (gnus-summary-first-unseen-subject): New function and command.
4950
4951         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
4952         other treatments.
4953
4954         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
4955         function.
4956
4957         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
4958         from the list of hidden types.
4959
4960         * mm-view.el (mm-inline-text): Ditto.
4961         (mm-inline-text): Ditto.
4962         (mm-w3-prepare-buffer): Ditto.
4963
4964         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
4965
4966 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4967
4968         * gnus-art.el (gnus-ignored-headers): Added more headers.
4969
4970 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
4971
4972         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
4973         once.
4974
4975 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4976
4977         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
4978
4979 2001-12-28  Simon Josefsson  <jas@extundo.com>
4980
4981         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
4982         Jesper Harder <harder@ifa.au.dk>.
4983
4984 2001-12-27  Simon Josefsson  <jas@extundo.com>
4985
4986         * gnus-sum.el (gnus-select-newsgroup): Make
4987         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
4988         contain all articles (instead of none) when no seen marks have
4989         been set for the group.
4990         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
4991         instead, it seems to result in shorter ranges.
4992
4993 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4994
4995         * mm-util.el (mm-iso-8859-x-to-15-region): Use
4996         insert-before-markers.
4997         From Jesper Harder <harder@ifa.au.dk>
4998
4999 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
5000
5001         * nnmaildir.el (nnmaildir-save-mail): create the destination
5002         groups if they do not exist.
5003
5004 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5005
5006         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
5007
5008 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5009
5010         * gnus-group.el (gnus-group-read-ephemeral-group): Call
5011         gnus-group-real-name.
5012
5013         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
5014         (gnus-newsgroup-variables): Ditto.
5015
5016         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
5017         return it.
5018
5019 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
5020
5021         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
5022         * nnmaildir.el (top-level): Add commentary.
5023         (nnmaildir-version): Indicate that nnmaildir is now a standard
5024         part of Gnus, not separately released.
5025
5026 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5027
5028         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
5029         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
5030         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
5031         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
5032
5033 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5034
5035         * nnmaildir.el: Copyright changes. Require cl only at compile time.
5036
5037 2001-12-20  Simon Josefsson  <jas@extundo.com>
5038
5039         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
5040         ZHU <zsh@cs.rochester.edu>.
5041         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
5042         Brian P Templeton <bpt@tunes.org>.
5043
5044 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5045
5046         * nnmaildir.el: New file.
5047         From Paul Jarc <prj@po.cwru.edu>.
5048
5049 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5050
5051         * nndoc.el (nndoc-type-alist): Move forward to the end.
5052
5053 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5054
5055         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
5056         `dolist'.
5057
5058 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5059
5060         * gnus-win.el (gnus-frames-on-display-list): New function.
5061         (gnus-get-buffer-window): Use it.
5062
5063 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5064
5065         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
5066
5067 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5068
5069         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
5070
5071 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5072            From Harald Meland <Harald.Meland@usit.uio.no>
5073
5074         * gnus-win.el (gnus-get-buffer-window): New function.
5075         (gnus-all-windows-visible-p): Use it.
5076
5077         * gnus-util.el (gnus-horizontal-recenter)
5078         (gnus-horizontal-recenter, gnus-horizontal-recenter)
5079         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
5080
5081         * gnus-score.el (gnus-score-insert-help): Use it.
5082
5083         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
5084         (gnus-generate-tree, gnus-highlight-selected-tree)
5085         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
5086         it.
5087
5088         * gnus-art.el (gnus-article-set-window-start)
5089         (gnus-mm-display-part, gnus-request-article-this-buffer)
5090         (gnus-button-next-page, gnus-button-prev-page)
5091         (gnus-article-button-next-page, gnus-article-button-prev-page):
5092         Use it.
5093
5094 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
5095
5096         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
5097         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
5098         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
5099
5100 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5101
5102         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
5103         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
5104         * mml1991.el, nnultimate.el: Add `coding'.
5105
5106 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
5107
5108         * ChangeLog: changed coding to buffer-file-coding-system
5109         * ChangeLog.1: same
5110         * nnwfm.el: same
5111         * gnus-smiley.el: same
5112         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
5113         * gnus-delay.el: same
5114         * gnus-spec.el: same
5115         * message.el: same
5116         * mml1991.el: same
5117         * nnultimate.el: same
5118
5119 2001-12-16  Simon Josefsson  <jas@extundo.com>
5120         Inspired by code by Dirk Meyer <dischi@tzi.de>.
5121
5122         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
5123         (gnus-summary-save-map): Add muttprint.
5124         (gnus-summary-make-menu-bar): Ditto.
5125         (gnus-summary-muttprint): New function.
5126
5127         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
5128
5129 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5130
5131         * uudecode.el (uudecode-decode-region-internal): Speedup by using
5132         temporary list instead of buffer.
5133
5134         * mm-url.el (executable-find): autoload.
5135
5136 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
5137
5138         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
5139         to variable, follow doc-string conventions).
5140
5141 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
5142
5143         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
5144         subscribe-level
5145         * gnus-topic.el (gnus-subscribe-topics): use it.
5146
5147 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5148
5149         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
5150         messages. (A small patch with indentation)
5151         From Sean Neakums <sneakums@zork.net>.
5152
5153         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
5154         nil after shooting down the gnus-original-article-buffer.
5155
5156 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5157
5158         * uudecode.el (uudecode-use-external): New variable.
5159         (uudecode-decode-region): Automatically detect external program.
5160
5161         * binhex.el (binhex-use-external): New variable.
5162         (binhex-decode-region-internal): New function.
5163         (binhex-decode-region): Automatically detect external program.
5164
5165         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
5166         Use them.
5167
5168 2001-12-12  Simon Josefsson  <jas@extundo.com>
5169
5170         * nnvirtual.el (nnvirtual-always-rescan)
5171         (nnvirtual-component-regexp): Fix doc.
5172
5173         * nnoo.el (defvoo): Add doc to defvoo variables.
5174
5175         * nnml.el (nnml-directory, nnml-active-file)
5176         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
5177         (nnml-marks-is-evil, nnml-filenames-are-evil)
5178         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
5179
5180         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
5181         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
5182         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
5183         `error'.
5184
5185         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
5186         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
5187
5188         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
5189         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
5190         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
5191         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
5192
5193         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
5194         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
5195
5196         * imap.el, nnimap.el: Fix indentation.
5197
5198         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
5199
5200 2001-12-12  Didier Verna  <didier@xemacs.org>
5201
5202         * gnus-msg.el (gnus-group-news): New function.
5203         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
5204         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
5205         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
5206         for it.
5207         * gnus-msg.el (gnus-summary-news-other-window): New function.
5208         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
5209         bind it to `i'.
5210         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
5211         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
5212         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
5213         for it (called with a prefix).
5214         * gnus-msg.el (gnus-configure-posting-styles): add an optional
5215         group-name argument.
5216         * gnus-msg.el (gnus-setup-message): use it.
5217
5218 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5219
5220         * gnus-sum.el (gnus-summary-show-article): Fix doc.
5221
5222 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5223
5224         * mml.el (mime-to-mml): Remove Content-Disposition too.
5225
5226 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5227
5228         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
5229         * gnus-group.el (gnus-group-name-decode): Decode unibyte
5230         strings only.
5231         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
5232
5233 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
5234
5235         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
5236         (nnmail-fancy-expiry-target): Use it.
5237         Suggestions from Simon Josefsson <jas@extundo.com>.
5238
5239 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5240
5241         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
5242
5243 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5244
5245         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
5246
5247         * gnus-util.el (gnus-url-unhex-string): Move here.
5248
5249 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5250
5251         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
5252         mm-url-decode-entities-nbsp.
5253
5254         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
5255         * webmail.el, nnwfm.el: Use mm-url.
5256
5257         * mm-url.el (mm-url-fetch-form): Move from nnweb.
5258         (mm-url-remove-markup): Move from nnweb.
5259         (mm-url-fetch-simple): Move from webmail.
5260
5261         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
5262
5263 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5264
5265         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
5266         (gnus-summary-print-article): Use it.
5267
5268         * gnus-util.el (gnus-replace-in-string): Typo.
5269
5270 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5271
5272         * nnweb.el (nnweb-replace-in-string): Removed.
5273
5274         * gnus-util.el (gnus-replace-in-string): New function.
5275         (gnus-mode-string-quote): Use it.
5276
5277         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
5278         * nnwfm.el (nnwfm-create-mapping): Ditto.
5279
5280 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5281
5282         * dgnushack.el (dgnushack-compile): nnrss.el and
5283         nnslashdot.el don't depend on nnweb, url, w3.
5284
5285         * nnrss.el: Use mm-url.
5286
5287 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5288
5289         * mm-url.el (mm-url-insert-file-contents): Support file:.
5290
5291 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5292
5293         * mm-view.el: Lower case for the description line. Sync from the
5294         Emacs CVS.
5295
5296 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5297
5298         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
5299         From:  Stefan Monnier  <monnier@cs.yale.edu>
5300
5301 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5302
5303         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
5304
5305 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5306
5307         * mm-url.el: Require executable.
5308         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
5309
5310 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5311
5312         * pop3.el (pop3-munge-message-separator): Only use valid date.
5313         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
5314
5315         * Makefile.in: gnus-load.elc may not be generated.
5316
5317 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5318
5319         * mm-url.el: New file.
5320         * nnslashdot.el: Use it.
5321         * mm-extern.el (mm-extern-url): Use it.
5322
5323 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5324
5325         * gnus-sum.el (gnus-summary-save-article): Nix
5326         gnus-display-mime-function and gnus-article-prepare-hook.
5327
5328         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
5329         the beginning of lines.
5330         (gnus-complex-form-to-spec): Ditto.
5331
5332 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5333
5334         * message.el (message-make-mft): Fix the m-s-a-file regexp.
5335         From Paul Jarc <prj@po.cwru.edu>.
5336
5337 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5338
5339         * message.el: New variable message-subscribed-address-file;
5340         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
5341
5342 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5343
5344         * message.el (message-tab-body-function): Set to nil.
5345         (message-tab): Use text-mode-map or global-map.
5346         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
5347
5348 2001-11-30  Simon Josefsson  <jas@extundo.com>
5349
5350         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
5351         instead of gnus-union, for speed.  Suggested by Christoph Conrad
5352         <christoph.conrad@gmx.de>.
5353         (gnus-agent-fetch-group-1): Add verbose message.
5354
5355 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5356
5357         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
5358         of integers.
5359
5360 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5361
5362         * message.el (message-newgroups-header-regexp)
5363         (message-completion-alist, message-tab-body-function): Use
5364         defcustom rather than defvar.
5365         (message-tab): Mention `message-tab-body-function' in doc.
5366         Suggested by Karl Eichwalder.
5367
5368 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5369
5370         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
5371
5372 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5373
5374         * nnheader.el (nnheader-find-nov-line): Don't use macro
5375         gnus-delete-line.
5376
5377         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
5378         (gnus-group-name-charset): Ditto.
5379
5380         * gnus-util.el (gnus-buffer-live-p): Ditto.
5381
5382 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5383
5384         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
5385         open parenthesis in doc.
5386         (sieve-manage-authenticator-alist): Typo in doc.
5387         * imap.el (imap-authenticator-alist): Typo in doc.
5388         (imap-stream-alist): Backslash.
5389
5390         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
5391           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
5392
5393 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5394
5395         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
5396
5397         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
5398
5399         * gnus-msg.el (gnus-configure-posting-styles): use
5400         make-local-hook. Add LOCAL for add-hook.
5401
5402 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
5403
5404         * message.el (message-mode): Use `make-local-hook' unless
5405         obsolete.
5406         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
5407
5408 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5409
5410         * canlock.el: Remove sha1.el and base64.el stuff.
5411
5412 2001-11-26  Didier Verna  <didier@xemacs.org>
5413
5414         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
5415         if needed.
5416
5417 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5418
5419         * message.el (message-tamago-not-in-use-p): New function.
5420         (message-strip-forbidden-properties): Use it.
5421
5422 2001-11-26  Didier Verna  <didier@xemacs.org>
5423
5424         * gnus-start.el (gnus-check-first-time-used): only check for
5425         existence of .el[d] files.
5426
5427 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5428
5429         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
5430
5431         * message.el (message-setup-1): Clean up mc-*.
5432
5433 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5434
5435         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
5436         * gnus-score.el (gnus-score-find-bnews): Use it.
5437
5438         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
5439         (gnus-summary-limit-to-author): Ditto.
5440         (gnus-summary-limit-to-extra): Ditto.
5441         (gnus-summary-find-matching): Support not-matching argument.
5442
5443 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5444
5445         * message.el (message-wash-subject): Use `insert' rather than
5446         `insert-string', which is deprecated.
5447
5448 2001-11-24  Simon Josefsson  <jas@extundo.com>
5449
5450         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
5451         message. (Gnus does not "default" to using 8bit for the message,
5452         it default to use 8bit encoding and the user-supplied CTE
5453         value. Calling this behaviour "treating it as 8bit" is perhaps
5454         better.)
5455
5456         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
5457         (compare mm-charset-to-coding-system).
5458
5459 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5460
5461         * canlock.el (canlock-sha1-with-openssl): Use unibyte
5462         buffer. Correctly decode hex.
5463
5464 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5465
5466         * gnus-agent.el (gnus-category-insert-line): Convert category
5467         names to strings.
5468
5469 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5470
5471         * message.el (sha1): eval-and-compile.
5472
5473 2001-11-20  Simon Josefsson  <jas@extundo.com>
5474
5475         * message.el (message-allow-no-recipients): New variable.
5476         (message-send): Use it, customize the prompting when posting to
5477         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
5478
5479 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5480
5481         * mm-util.el (mm-coding-system-priorities): New variable.
5482         (mm-sort-coding-systems-predicate): New function.
5483         (mm-find-mime-charset-region): Resort coding systems if needed.
5484         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
5485
5486 2001-11-20  Didier Verna  <didier@xemacs.org>
5487
5488         * gnus-group.el (gnus-group-make-help-group): new optional
5489         argument to control the error behavior.
5490         * gnus-start.el (gnus-check-first-time-used): use it to avoid
5491         erroring.
5492
5493 2001-11-19  Simon Josefsson  <jas@extundo.com>
5494
5495         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
5496         instead of C-c C-u.  Suggested by Per Abrahamsen
5497         <abraham@dina.kvl.dk>.
5498
5499 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5500
5501         * nnfolder.el (nnfolder-read-folder): Use group instead of
5502         nnfolder-current-group.
5503         Suggested by Lorentey Karoly <lorentey@elte.hu>.
5504
5505 2001-11-17  Simon Josefsson  <jas@extundo.com>
5506
5507         * message.el (message-send): Ask user if Fcc/Gcc should be
5508         performed when no other sender was specified.
5509         Suggested by prj@po.cwru.edu (Paul Jarc).
5510
5511 2001-11-17  Simon Josefsson  <jas@extundo.com>
5512
5513         * message.el (message-mode, message-mode-map): Use C-c C-u for
5514         Importance: instead of C-c C-p (used by SC).
5515
5516 2001-11-16  Simon Josefsson  <jas@extundo.com>
5517
5518         * message.el (message-insert-importance-high)
5519         (message-insert-importance-low): Save point.
5520
5521         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
5522         value.
5523
5524 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
5525
5526         * message.el (message-strip-special-text-properties): New option.
5527         (message-strip-forbidden-properties): Obey it.
5528
5529 2001-11-14  Sam Steingold  <sds@gnu.org>
5530
5531         * gnus-score.el: Fixed some doc strings to properly quote symbols.
5532
5533 2001-11-15  Simon Josefsson  <jas@extundo.com>
5534
5535         Support "Importance:" header in Message.
5536
5537         * message.el (message-mode-map): Bind C-c C-p to
5538         `message-insert-or-toggle-importance'
5539         (message-mode-menu): Add message-insert-importance-{high,low}.
5540         (message-insert-importance-high, message-insert-importance-low)
5541         (message-insert-or-toggle-importance): New functions.
5542         (message-tool-bar-map): Add {un,}important.
5543         (message-mode): Doc fix.
5544
5545 2001-11-15  Simon Josefsson  <jas@extundo.com>
5546
5547         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
5548
5549         * mml.el (mml-menu): Fix toolbar tooltip.
5550
5551 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5552
5553         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
5554         * nnml.el (nnml-save-marks): Ditto.
5555
5556         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
5557
5558 2001-11-15  Simon Josefsson  <jas@extundo.com>
5559
5560         * nnml.el (nnml-save-marks):
5561         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
5562         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
5563
5564 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
5565
5566         * gnus-art.el (gnus-article-wash-status-strings): Use
5567         `copy-sequence', not `copy-seq'.
5568
5569 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
5570
5571         * gnus-art.el (gnus-article-wash-status-strings): New constant.
5572         (gnus-gnus-article-wash-status-entry): New function.
5573         (gnus-article-wash-status): Use it.
5574
5575 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5576
5577         * mml1991.el: Add coding header.
5578
5579 2001-11-12  Simon Josefsson  <jas@extundo.com>
5580
5581         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
5582         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
5583         `mml1991-sign' and `mml1991-encrypt'.
5584         (mml1991-encrypt, mml1991-sign): New glue functions.
5585         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
5586
5587         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
5588         (mml-menu): Add PGP to menu.
5589
5590         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
5591         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
5592         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
5593         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
5594
5595         * mml2015.el: Mention RFC 3156.
5596
5597         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
5598
5599 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5600
5601         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
5602
5603         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
5604           From <Michael.Cook@cisco.com>
5605
5606 2001-11-11  Simon Josefsson  <jas@extundo.com>
5607
5608         * message.el (top-level): Autoload sha1.
5609         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
5610         canlock, no need to require two different hash algs).  Suggested
5611         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
5612
5613 2001-11-09  Simon Josefsson  <jas@extundo.com>
5614
5615         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
5616         <Pavel@Janik.cz>.
5617
5618 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5619
5620         * message.el (message-point-in-header-p): New function.
5621         (message-do-auto-fill): Use it.
5622         (message-beginning-of-line): New function.  Goes to beginning of
5623         header value (i.e., end of header name), or to beginning of line
5624         if already at beginning of value.  Behaves like
5625         `beginning-of-line' when in message body.
5626         (message-mode-map): Bind it.
5627
5628 2001-11-08  Simon Josefsson  <jas@extundo.com>
5629
5630         * gnus-msg.el (gnus-posting-styles): Add doc.
5631
5632 2001-11-07  Simon Josefsson  <jas@extundo.com>
5633
5634         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
5635
5636         * sieve-mode.el (sieve-control-commands-face)
5637         (sieve-control-commands-face, sieve-action-commands-face)
5638         (sieve-test-commands-face, sieve-tagged-arguments-face): New
5639         faces.
5640         (sieve-font-lock-keywords): Use them.
5641         (sieve-mode): Only set font-lock-defaults in emacs.
5642
5643         * gnus-art.el (gnus-default-article-saver): Add
5644         gnus-summary-save-body-in-file.
5645         (gnus-summary-write-to-file): Fix doc.
5646
5647 2001-11-07  Simon Josefsson  <jas@extundo.com>
5648
5649         * gnus-art.el (gnus-treat-highlight-signature): Add cross
5650         reference to the correct chapter in the manual.
5651
5652         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
5653         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
5654
5655 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5656
5657         * mml.el (mml-preview): Bind mail-header-separator.
5658
5659 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5660
5661         * message.el: Always require canlock.
5662         (message-ignored-supersedes-headers): Include Cancel-Lock and
5663         Cancel-Key.
5664         (message-insert-canlock): Don't require canlock.
5665         (message-cancel-news): Don't check whether canlock is available.
5666         (message-supersede): Support cancel-locks.
5667
5668         * gnus-art.el: Don't autoload canlock.
5669
5670 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5671
5672         * mail-source.el (mail-source-fetch-imap): ASYNC param.
5673         From: <andre@slamdunknetworks.com>
5674
5675 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5676
5677         * many files: Fix copyright lines.
5678
5679 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5680
5681         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
5682         Suggested by Dave Love  <fx@gnu.org>.
5683
5684 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5685
5686         * message.el (message-kill-buffer): Remove auto-save file after
5687         confirm.
5688
5689         * message.el (message-send-mail): Call message-generate-headers
5690         once.  Suggested by Matt Armstrong <matt@lickey.com>.
5691
5692         * gnus-topic.el (gnus-topic-rename): Initial-input.
5693         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
5694
5695 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
5696
5697         * message.el (message-forbidden-properties): New constant.
5698         (message-strip-forbidden-properties): New function.
5699         (message-mode): Activate it.
5700
5701 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5702
5703         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
5704         (mm-hack-charsets): Fix doc.
5705
5706 2001-11-02  Simon Josefsson  <jas@extundo.com>
5707
5708         * gnus-int.el (gnus-check-server): Message "...done" when done.
5709
5710         * imap.el (imap-close): Don't message (imap-send-command-wait
5711         returns if the connection is dropped).
5712         (imap-wait-for-tag): Nix out message only when necessary.
5713
5714         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
5715         for non-crossposting.
5716         (gnus-sieve-crosspost): Default to t to be consistent with other
5717         parts of Gnus.
5718
5719 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5720
5721         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
5722         (mm-iso-8859-x-to-15-table): Ditto.
5723         (mm-iso-8859-x-to-15-region): Ditto.
5724         (mm-find-mime-charset-region): Ditto.
5725
5726 2001-11-01  Simon Josefsson  <jas@extundo.com>
5727
5728         * nnimap.el (nnimap-close-asynchronous): New variable.
5729         (nnimap-close-group): Use it.
5730         (nnimap-expunge): Don't use it.
5731
5732         * imap.el (imap-callbacks): New variable.
5733         (imap-remassoc): Copied from `gnus-remassoc'.
5734         (imap-add-callback): New function.
5735         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
5736         behaviour.
5737         (imap-parse-response): Call the callback.
5738
5739         * message.el (message-insert-canlock): New variable.
5740         (message-canlock-generate, message-canlock-password)
5741         (message-insert-canlock): New functions.
5742         (message-send-news): Call `message-insert-canlock'.
5743         (top-level): Require canlock when compiling.
5744         (message-insert-canlock): Require canlock before we need it.
5745
5746 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5747
5748         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
5749
5750 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5751
5752         * dgnushack.el (dgnushack-make-load): A workaround for
5753         custom-add-loads bug in some versions of XEmacs.
5754
5755 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5756
5757         * mm-util.el (mm-charset-synonym-alist): Revert (some).
5758
5759 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5760
5761         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
5762         (mm-hack-charsets): New variable.
5763         (mm-iso-8859-15-compatible): New variable.
5764         (mm-iso-8859-x-to-15-table): New variable.
5765         (mm-find-mime-charset-region): Add parameter hack-charsets.
5766
5767         * mm-bodies.el (mm-encode-body): Use it.
5768         * mml.el (mml-parse-1): Ditto.
5769
5770 2001-11-01  Simon Josefsson  <jas@extundo.com>
5771
5772         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
5773
5774 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5775
5776         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
5777         is nil.
5778
5779 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5780
5781         * smiley-ems.el (smiley-update-cache): Auto detect file type.
5782
5783         * message.el (message-forward-rmail-make-body): Use
5784         save-window-excursion.
5785         (message-encode-message-body): Search with noerror.
5786         (message-setup-1): Convert compose-mail send-actions to
5787         message-send-actions.
5788
5789 2001-11-01  Simon Josefsson  <jas@extundo.com>
5790
5791         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
5792         <yamaoka@jpl.org>.
5793
5794 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5795
5796         * sieve-manage.el (sieve-string-bytes): No complain.
5797
5798 2001-11-01  Simon Josefsson  <jas@extundo.com>
5799
5800         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
5801         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
5802         has autoload cookies, so no `require' should be necessary.)
5803
5804         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
5805         files.
5806
5807 2001-10-31  Simon Josefsson  <jas@extundo.com>
5808
5809         * gnus-cus.el (gnus-group-parameters): Support integer `display'
5810         parameter.
5811
5812         * gnus-sum.el (gnus-select-newsgroup): If group parameter
5813         `display' is a number (and C-u wasn't used to enter group), only
5814         fetch that number of articles.
5815
5816 2001-10-31  Matt Armstrong  <matt@lickey.com>
5817
5818         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
5819         not-subscribed -> subscribed.
5820
5821 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5822         From: Josh Huber <huber@alum.wpi.edu>
5823
5824         * message.el (message-subscribed-address-functions): New variable.
5825         (message-subscribed-addresses): New variable.
5826         (message-subscribed-regexps): New variable.
5827         (message-goto-mail-followup-to): New function.
5828         (message-send-mail): Add Mail-Followup-To.
5829         (message-make-mft): New function.
5830
5831         * gnus.el (gnus-find-subscribed-addresses): New function.
5832
5833 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5834
5835         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
5836         (mail-source-fetch-pop): Ditto.
5837         (mail-source-check-pop): Ditto.
5838
5839         * gnus-start.el (gnus-read-init-file): Ditto.
5840         (gnus-activate-group): Ditto.
5841         (gnus-read-newsrc-el-file): Ditto.
5842
5843 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5844
5845         * message.el (message-get-reply-headers): Make sure there is ", ".
5846
5847         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
5848         mm-coding-system-p. Don't correct it only in XEmacs.
5849         (mm-charset-to-coding-system): Use mm-coding-system-p and
5850         mm-get-coding-system-list.
5851         (mm-emacs-mule, mm-mule4-p): New variables.
5852         (mm-enable-multibyte, mm-disable-multibyte,
5853         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
5854         mm-with-unibyte-current-buffer,
5855         mm-with-unibyte-current-buffer-mule4): Use them.
5856         (mm-find-mime-charset-region): Treat iso-2022-jp.
5857
5858         From  Dave Love  <fx@gnu.org>:
5859
5860         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
5861         construction.
5862         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
5863         entries conditional on not having a coding system defined for
5864         them.
5865         (mm-mule-charset-to-mime-charset): Use
5866         find-coding-systems-for-charsets if defined.
5867         (mm-charset-to-coding-system): Don't use
5868         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
5869         later.  Add last resort search of coding systems.
5870         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
5871         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
5872         Mule 4.
5873         (mm-find-mime-charset-region): Re-write.
5874         (mm-with-unibyte-current-buffer): Restore buffer as well as
5875         multibyteness.
5876
5877 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5878
5879         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
5880         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
5881         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
5882
5883 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5884
5885         * gnus-art.el (article-display-x-face): Nix buffer-read-only
5886         again.
5887
5888         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
5889
5890 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5891
5892         * gnus-spec.el (gnus-parse-simple-format): Use
5893           buffer-substring-no-properties.
5894
5895 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5896
5897         * gnus-art.el (article-verify-cancel-lock): New function.
5898
5899         * nnheader.el (nntp-process-response): New variable.
5900         (nnheader-init-server-buffer): Make `nntp-process-response'
5901         buffer-local in `nntp-server-buffer'.
5902
5903         * nntp.el (nntp-prepare-post-hook): New hook.
5904         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
5905         (nntp-async-trigger): Ditto.
5906         (nntp-request-post): Insert a server's ID if there's no Message-ID
5907         header; run `nntp-prepare-post-hook'.
5908
5909 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5910
5911         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
5912         instead.
5913
5914         * message.el (message-forward-subject-author-subject): Don't use
5915         message-news-p, which widens the buffer.
5916         (message-forward-make-body): New function.
5917         (message-forward): Use it.
5918         (message-insinuate-rmail): New function.
5919         (message-forward-rmail-make-body): New function.
5920
5921 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5922
5923         * mm-extern.el (mm-extern): Provide it.
5924
5925         * mm-partial.el (mm-partial): Provide it.
5926
5927 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5928
5929         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
5930
5931 2001-10-29  Simon Josefsson  <jas@extundo.com>
5932
5933         * mml.el (mml-preview): Bind message-this-is-news if it is
5934         news. From Jesper Harder <harder@myrealbox.com>.
5935
5936 2001-10-28  Simon Josefsson  <jas@extundo.com>
5937
5938         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
5939
5940 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
5941
5942         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
5943         ironic smilies.
5944
5945 2001-10-27  Simon Josefsson  <jas@extundo.com>
5946
5947         * message.el (message-indent-citation): Don't add trailing
5948         whitespace when citing text.
5949
5950         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
5951         <harder@ifa.au.dk>.
5952
5953 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5954
5955         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
5956         not available.
5957         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
5958         (nnweb-type-definition): Add google as alias of dejanews.
5959         (nnweb-google-parse-1): Forward 1 line.
5960
5961 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5962
5963         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
5964         variable `message-forward-ignored-headers'.
5965
5966 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
5967
5968         * gnus.el (gnus-expand-group-parameter): New function.
5969         (gnus-expand-group-parameters): Call it.
5970         (gnus-group-fast-parameter): New function.
5971         (gnus-group-find-parameter): Call it.
5972
5973 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
5974
5975         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
5976         vector (it didn't before because of a bug).
5977         * gnus-msg.el (gnus-post-news): Use header vector directly, if
5978         available.  Before it converted it to an article number.
5979
5980         This makes followup to news articles with negative numbers in
5981         nnvirtual groups use news instead of mail.
5982
5983 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
5984
5985         * gnus.el (post-method): Use `native' instead of `nil'.
5986
5987         * gnus-msg.el (gnus-post-method): Ditto.
5988
5989 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
5990
5991         * gnus.el (gnus-define-group-parameter): Grammar fix.
5992
5993 2001-10-22  Simon Josefsson  <jas@extundo.com>
5994
5995         * gnus-msg.el (gnus-extended-version): Include
5996         system-configuration.
5997         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
5998
5999 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
6000
6001         * gnus.el (post-method): Customization fix: `native' is not a
6002         valid value.
6003         * gnus-msg.el (gnus-post-method): Doc and customization fix:
6004         `native' is not a valid value.
6005
6006 2001-10-21  Simon Josefsson  <jas@extundo.com>
6007
6008         * nnimap.el (nnimap): Defgroup
6009         (nnimap-strict-function, nnimap-strict-function-match): New
6010         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
6011         (nnimap-split-crosspost, nnimap-split-inbox)
6012         (nnimap-split-rule, nnimap-split-predicate)
6013         (nnimap-split-predicate): Defcustom.
6014         (nnimap-split-inbox, nnimap-expunge-search-string)
6015         (nnimap-importantize-dormant): Remove "*" from doc.
6016
6017 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6018
6019         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
6020         not supplied via prefix arg.  From Lisp, make arg mandatory.
6021         Suggested by Frank Schmitt.
6022
6023 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
6024
6025         * message.el (message-do-auto-fill): Avoid calling
6026         'rfc822-goto-eoh'.
6027
6028 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6029         From Paul Jarc <prj@po.cwru.edu>.
6030
6031         * message.el (message-get-reply-headers): Restructure the logic
6032         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
6033
6034 2001-10-20  Simon Josefsson  <jas@extundo.com>
6035
6036         * message.el (message-cancel-news): Support cancel-locks.
6037         Suggested by Per Abrahamsson.
6038
6039         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
6040         conses.  From David Z Maze <dmaze@MIT.EDU>.
6041
6042         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
6043
6044 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
6045
6046         * mm-decode.el (mm-default-directory): Fix customize type.
6047
6048         * message.el (message-setup-fill-variables): Kludge to use
6049         normal-auto-fill-function even if auto fill is already activated.
6050
6051 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
6052
6053         * message.el (message-do-auto-fill): New version that does not
6054         rely on text properties, by Simon Josefsson <jas@extundo.com>.
6055         (message-setup-1): Removed the `message-field' property.
6056
6057         * gnus-draft.el (gnus-draft-edit-message): Removed the
6058         `message-field' property.
6059
6060 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
6061
6062         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
6063         `message-field'.  The `field' property has a special significance in
6064         Emacs 21.
6065
6066         * message.el (message-send, message-setup-1): Ditto.
6067
6068 2001-10-18  Simon Josefsson  <jas@extundo.com>
6069
6070         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
6071         when undoing.
6072
6073 2001-10-18  Simon Josefsson  <jas@extundo.com>
6074         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
6075
6076         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
6077         (gnus-summary-make-menu-bar): Ditto.
6078
6079 2001-10-17  Simon Josefsson  <jas@extundo.com>
6080
6081         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
6082         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
6083
6084 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6085
6086         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
6087         * gnus-util.el (gnus-user-date): New function.
6088         From Frank Schmitt <usenet@Frank-Schmitt.net>.
6089
6090 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
6091
6092         * message.el (message-check-news-header-syntax): Special case
6093         nnvirtual groups.
6094
6095         * gnus-sum.el (gnus-summary-respool-default-method): Changed
6096         customize type to `symbol'.
6097
6098 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6099
6100         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
6101         %&foo;.
6102         (gnus-parse-simple-format): Support user extended spec too.
6103         %u&foo; invokes gnus-user-format-function-foo.
6104
6105 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6106
6107         * nnml.el (nnml-request-expire-articles): Make sure it is back to
6108         the server.
6109         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
6110         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6111         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
6112         * nndiary.el (nndiary-request-expire-articles): Ditto.
6113         (nndiary-schedule): Defsubst it before use it.
6114         (nndiary-error): eval-and-compile.
6115
6116 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
6117
6118         * gnus-msg.el (gnus-post-method): Changed two instances of
6119         `active' to `current' and one `null' to `not'.
6120
6121 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6122         From Katsumi Yamaoka <yamaoka@jpl.org>.
6123
6124         * message.el (message-setup-fill-variables): Use
6125         `normal-auto-fill-function' instead of `auto-fill-function'.
6126
6127 2001-10-16  Simon Josefsson  <jas@extundo.com>
6128
6129         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
6130         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
6131         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
6132
6133 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6134         Patch by Oliver Scholz <oscholz@my.gnus.org>.
6135
6136         * gnus-draft.el (gnus-draft-edit-message): Add text property
6137         `field' with value `header' to message headers.
6138         * message.el (message-setup-1): Really add text property to all of
6139         the header, not just part of it.
6140
6141 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6142
6143         * gnus-group.el (gnus-group-sort-by-server): Use it.
6144
6145         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
6146
6147         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
6148         and keystroke.
6149
6150 2001-10-14  Simon Josefsson  <jas@extundo.com>
6151
6152         * dig.el: Doc fix.
6153
6154         * smime.el: Doc fix.
6155
6156         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
6157         charset magic from message.el.
6158
6159 2001-10-12  Simon Josefsson  <jas@extundo.com>
6160         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
6161
6162         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
6163         'cite from g-a-wash-types.
6164         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
6165         (gnus-article-hide-citation): Fix.
6166
6167         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
6168         character.
6169         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
6170
6171         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
6172         definition.
6173         (gnus-signature-toggle): Toggle `s' mode line character.
6174
6175         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
6176         doing stuff that clears it.
6177
6178 2001-10-12  Simon Josefsson  <jas@extundo.com>
6179
6180         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
6181         From Eric Marsden <emarsden@laas.fr>.
6182
6183 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6184
6185         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
6186         (autoload): Add some autoloads.
6187
6188 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6189         Suggested by Oliver Scholz <epameinondas@gmx.de>.
6190
6191         * message.el (message-do-auto-fill): New function.  Like
6192         `do-auto-fill' but don't fill when in the message header.
6193         (message-setup-1): Put a text property on the message header.
6194         (message-setup-fill-variables): Use `message-do-auto-fill'.
6195
6196 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6197
6198         * message.el (message-send-mail-partially): Insert an empty line
6199         first, because of the change of message-make-lines.
6200
6201 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
6202
6203         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
6204         iso-8859-15, make it an alias for iso-8859-1.
6205
6206 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6207
6208         * message.el (message-send-news): Don't modify the value of
6209         `message-syntax-checks' if it is not a list (possibly it is
6210         `dont-check-for-anything-just-trust-me').
6211
6212 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6213
6214         * gnus-group.el (gnus-group-name-charset-group-alist): Use
6215         `find-coding-system' for XEmacs to check whether the coding-system
6216         `utf-8' is available.
6217
6218 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6219
6220         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
6221
6222 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
6223
6224         * message.el (message-send-news): Oops, missed case with no
6225         "Followup-To" header...
6226
6227 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
6228
6229         * message.el (message-send-news): Allow
6230         `gnus-group-name-charset-group-alist' to affect encoding of the
6231         "Newsgroups" and "Followup-To" headers.
6232
6233 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6234
6235         * Makefile.in (install-el): Depend on gnus-load.el.
6236
6237 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6238
6239         * Makefile.in (install-el): Use -f.
6240         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
6241
6242 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
6243
6244         * message.el (message-send-news): Don't encode Followups-To when
6245         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
6246
6247         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
6248         header.
6249
6250         * gnus-art.el (article-decode-group-name): Also decode
6251         "Followup-To".
6252
6253         * rfc2047.el (rfc2047-encode-message-header): Encode without
6254         asking for null methods.
6255
6256         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
6257         default charset for newsgroup names in accordance with USEFOR.
6258
6259         * gnus-group.el (gnus-group-name-charset-method-alist,
6260         gnus-group-name-charset-group-alist): Removed "*" from doc
6261         strings, "*" should not be used for complex variables.
6262
6263 2001-10-06  Simon Josefsson  <jas@extundo.com>
6264
6265         Support UTF-8 group names better.
6266
6267         * message.el (message-check-news-header-syntax): Encode group
6268         names before comparison.
6269
6270         * gnus-msg.el (gnus-copy-article-buffer): Run all
6271         `gnus-article-decode-hook's except `article-decode-charset'
6272         instead of hardcoding call to one of them.
6273
6274         * gnus-art.el (gnus-article-decode-hook): Add
6275         `article-decode-group-name'.
6276         (article-decode-group-name): New function, use `g-d-n'.
6277
6278         * gnus-group.el (gnus-group-insert-group-line): Decode
6279         gnus-tmp-group using `g-d-n'.
6280
6281         * gnus-util.el (gnus-decode-newsgroups): New function.
6282
6283 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
6284
6285         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
6286         `gnus-group-name-charset-group-alist'.
6287
6288 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6289
6290         * Makefile.in: Install el in install. Add uninstall.
6291
6292 2001-10-05  Simon Josefsson  <jas@extundo.com>
6293
6294         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
6295
6296         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
6297
6298         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
6299         empty folders.
6300
6301         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
6302         limiting if read-all (C-u RET) was used.
6303
6304 2001-10-04  Simon Josefsson  <jas@extundo.com>
6305
6306         * mail-source.el (mail-source-movemail-program): New variable.
6307         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
6308         <thutt@thutt.vmware.com>.
6309
6310 2001-10-03  Simon Josefsson  <jas@extundo.com>
6311
6312         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
6313         (gnus-summary-line-format-alist): Fix param.
6314
6315 2001-10-02  Simon Josefsson  <jas@extundo.com>
6316
6317         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
6318         don't go through `nnimap-request-expire-articles' to delete the
6319         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
6320
6321 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6322
6323         * gnus-agent.el (gnus-agent-write-active): The min in the
6324         agent/active may be larger than that in the server/active.
6325
6326 2001-10-01  Simon Josefsson  <jas@extundo.com>
6327
6328         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
6329         is IMAP4rev1.
6330
6331         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
6332
6333         * nnfolder.el: Ditto.
6334
6335 2001-09-30  Dan Christensen  <jdc@uwo.ca>
6336
6337         * gnus-sum.el (gnus-summary-extract-address-component): New function.
6338         (gnus-summary-from-or-to-or-newsgroups): Optimize.
6339
6340 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6341
6342         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
6343         (message-mode-menu): Menu item for same.
6344
6345         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
6346         delayed articles.
6347
6348         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
6349         nndraft:delayed does not exist.
6350         (gnus-delay-initialize): Don't set up keymap, that's done from
6351         message.el now.
6352         (gnus-delay, gnus-delay-group, gnus-delay-header)
6353         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
6354
6355 2001-09-29  Simon Josefsson  <jas@extundo.com>
6356
6357         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
6358         utf-8, not eight-bit-control.
6359
6360         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
6361         (imap-log, imap-debug): Custom.
6362         (imap-log-buffer, imap-debug-buffer): New constants.
6363         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
6364         (imap-network-open, imap-shell-open, imap-starttls-open)
6365         (imap-send-command-1, imap-send-command, imap-arrival-filter)
6366         (imap-debug): Use imap-*-buffer.
6367
6368         * nndoc.el (nndoc-article-type): Add mailman.
6369         (nndoc-type-alist): Ditto.
6370         (nndoc-mailman-type-p): New function.
6371
6372 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6373
6374         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
6375         gnus-art.el.
6376
6377 2001-09-27  Simon Josefsson  <jas@extundo.com>
6378
6379         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
6380         (gnus-topic-catchup-articles): New function. Suggested by Robin
6381         S. Socha <robin-dated-1001857693.185e29@socha.net>.
6382
6383 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6384         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
6385
6386         * gnus-ems.el (gnus-article-display-xface): Insert xface after
6387         previous ones.
6388
6389 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6390         From Daiki Ueno  <ueno@unixuser.org>
6391
6392         * gnus-sum.el (gnus-summary-show-article): The arglist of
6393         detect-coding-region is incompatible.
6394
6395 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6396         From Katsuhiro Hermit Endo <hermit@koka-in.org>
6397
6398         * gnus-group.el (gnus-group-delete-group): Typo.
6399
6400 2001-09-26  Simon Josefsson  <jas@extundo.com>
6401
6402         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
6403
6404         * nnimap.el (nnimap-expiry-target): Use temp buffer.
6405
6406 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6407
6408         * gnus-cus.el (gnus-group-parameters): Display as sexp.
6409
6410 2001-09-22  Simon Josefsson  <jas@extundo.com>
6411
6412         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
6413
6414         * nnfolder.el (nnfolder-open-marks): Ditto.
6415
6416         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
6417         (gnus-update-marks): Use it.
6418         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
6419         hardcoded list.
6420
6421         * gnus.el (gnus-article-special-mark-lists): Add killed.
6422         (gnus-article-unpropagated-mark-lists): New constant.
6423
6424 2001-09-22  Simon Josefsson  <jas@extundo.com>
6425
6426         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
6427         custom option.
6428
6429 2001-09-23  Simon Josefsson  <jas@extundo.com>
6430
6431         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
6432
6433 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6434
6435         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
6436
6437 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
6438
6439         * gnus-group.el (gnus-group-sort-function): Fix customize type to
6440         accept lists of functions.
6441
6442 2001-09-20  Simon Josefsson  <jas@extundo.com>
6443
6444         * gnus-group.el (gnus-group-catchup): Update expire marks in
6445         backend.  Also, if ALL also set expire marks on tick/dormant.
6446
6447 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6448
6449         * message.el (message-tab-body-function): New variable.
6450         * message.el (message-tab): Use it.
6451
6452 2001-09-19  Sam Steingold  <sds@gnu.org>
6453
6454         * gnus-win.el (gnus-buffer-configuration): Respect
6455         `gnus-bug-create-help-buffer'.
6456
6457 2001-09-18  Simon Josefsson  <jas@extundo.com>
6458
6459         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
6460         (gnus-parse-simple-format): Re-revert.
6461
6462 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
6463
6464         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
6465         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
6466
6467 2001-09-18  Simon Josefsson  <jas@extundo.com>
6468
6469         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
6470         signed.
6471         (gnus-parse-simple-format): Don't use it.
6472
6473 2001-09-17  Miles Bader  <miles@gnu.org>
6474
6475         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
6476         error querying a backend abort the whole process.
6477
6478 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6479
6480         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
6481         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
6482
6483 2001-09-17  Didier Verna  <didier@xemacs.org>
6484
6485         * nndiary.el: version 0.2-b14.
6486         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
6487         compatibility problem with XEmacs 21.1.
6488
6489 2001-09-15  Simon Josefsson  <jas@extundo.com>
6490
6491         * gnus-group.el (gnus-group-line-format): Document %c.
6492
6493         * nnml.el (nnml-parse-head): Handle CRLF files.
6494         (nnml-generate-nov-file): Ditto.
6495         (nnml-retrieve-headers): Ditto.
6496
6497 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
6498
6499         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
6500
6501 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
6502
6503         * gnus-spec.el (gnus-correct-substring): Still stopped one
6504         character before we wanted (never included last character).
6505         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
6506         add missing "," (once per function)
6507
6508 2001-09-14  Simon Josefsson  <jas@extundo.com>
6509
6510         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
6511         (otherwise e.g. gnus-agentize in .gnus overrides the customized
6512         default before gnus-group is loaded and the variable set.)
6513
6514         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
6515         killed or unsent marks.
6516
6517         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
6518         isn't an article to set it on (e.g. when you `a' in a group).
6519
6520 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6521
6522         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
6523         can read e-mails from Microsoft Outlook users not using ISO
6524         8859-2 character set.
6525
6526 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6527
6528         * gnus-diary.el: Minor modifications to avoid warnings.
6529         (gnus-summary-misc-menu): defvar.
6530         (gnus-diary-check-message): Use gnus-point-at-eol.
6531         (gnus-diary-kill-entire-line): eval-and-compile.
6532
6533 2001-09-12  Didier Verna  <didier@xemacs.org>
6534
6535         * nndiary.el: new version (0.2-b13).
6536         * nndiary.el (nndiary-mail-sources): doc update.
6537         * nndiary.el (nndiary-split-methods): ditto.
6538         * nndiary.el (nndiary-request-accept-article-hooks): New.
6539         * nndiary.el (nndiary-request-accept-article): use it, check
6540         message validity.
6541         * nndiary.el (nndiary-get-new-mail): changed default to nil.
6542         * nndiary.el (nndiary-schedule): fix bug (misplaced
6543         condition-case): it didn't return nil on error.
6544         * gnus-diary.el: new version.
6545         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
6546         * gnus-diary.el (gnus-diary-header-value-history): New.
6547         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
6548         * gnus-diary.el (gnus-diary-add-header): New.
6549         * gnus-diary.el (gnus-diary-check-message): New.
6550         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
6551         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
6552
6553 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6554
6555         * gnus-sum.el (gnus-select-newsgroup): Make
6556         `gnus-current-select-method' buffer-local.
6557
6558         * gnus-art.el (gnus-request-article-this-buffer): Refer
6559         `gnus-current-select-method' in the current summary buffer.
6560
6561 2001-09-10  Simon Josefsson  <jas@extundo.com>
6562         From Daniel Pittman <daniel@rimspace.net>
6563
6564         * gnus-spec.el (gnus-correct-pad-form): Fix.
6565
6566 2001-09-09  Simon Josefsson  <jas@extundo.com>
6567
6568         * mm-decode.el (mm-inline-media-tests): Add
6569         application/x-emacs-lisp.
6570         (mm-attachment-override-types): Add
6571         application/{x-,}pkcs7-signature.
6572
6573         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
6574         (gnus-server-line-format, gnus-server-mode-line-format)
6575         (gnus-server-browse-in-group-buffer): Customize.
6576
6577 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6578
6579         * nnml.el (nnml-marks-changed-p): Typo.
6580         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
6581         (nnml-marks-changed-p): Use gnus-gethash.
6582         (nnml-marks-modtime): Use gnus-make-hashtable.
6583
6584         * nnfolder.el (nnfolder-marks-changed-p): Typo.
6585         (nnfolder-request-expire-articles, nnfolder-save-marks)
6586         (nnfolder-open-marks): Typo.
6587         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
6588         (nnfolder-marks-changed-p): Use gnus-gethash.
6589         (nnfolder-marks-modtime): Use gnus-make-hashtable.
6590
6591 2001-09-08  Simon Josefsson  <jas@extundo.com>
6592
6593         * nnfolder.el (nnfolder-marks-modtime): New variable.
6594         (nnfolder-marks-changed-p): New function.
6595         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
6596         (nnfolder-request-update-info): Don't update if marks didn't change.
6597
6598         * nnml.el (nnml-marks-modtime): New variable.
6599         (nnml-marks-changed-p): New function.
6600         (nnml-save-marks, nnml-open-marks): Save modtime.
6601         (nnml-request-update-info): Don't update if marks didn't change.
6602
6603         * gnus-agent.el (gnus-agent-any-covered-gcc)
6604         (gnus-agent-add-server, gnus-agent-remove-server): Use
6605         gnus-agent-method-p.
6606
6607         * gnus-art.el (gnus-buttonized-mime-types): New variable.
6608         (gnus-unbuttonized-mime-type-p): Use it.
6609
6610         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
6611         fetch group.
6612
6613 2001-09-08  Simon Josefsson  <jas@extundo.com>
6614         From Daniel Pittman <daniel@rimspace.net>
6615
6616         * gnus-spec.el (gnus-correct-pad-form): New function.
6617         (gnus-parse-simple-format): Use it.
6618
6619 2001-09-07  Simon Josefsson  <jas@extundo.com>
6620
6621         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
6622         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
6623         Putnam <reader@newsguy.com>.
6624         (gnus-group-sort-selected-groups): Touch dribble file.
6625
6626 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
6627
6628         * nnml.el (nnml-filenames-are-evil): New variable.
6629         (nnml-article-to-file-alist): Rename to ...
6630         (nnml-current-group-article-to-file-alist): ... this.
6631         Respect `nnml-filenames-are-evil'.
6632         (nnml-active-number): Update.
6633         (nnml-update-file-alist): Update.
6634         (nnml-request-article): Use nnheader-article-to-file-alist.
6635         (nnml-request-rename-group): Likewise.
6636
6637 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6638
6639         * gnus-sum.el (gnus-summary-insert-line): Fix.
6640
6641 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
6642
6643         * gnus-sum.el: Bind g-s-t-s to "W g".
6644         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
6645         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
6646         display of graphical smilies.
6647
6648 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6649
6650         * gnus-start.el (gnus-setup-news): A typo.
6651         From Bill White <billw@wolfram.com>.
6652
6653 2001-09-06  Simon Josefsson  <jas@extundo.com>
6654
6655         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
6656         and unseen marks.
6657
6658 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6659
6660         * nnmail.el (nnmail-split-fancy): Document `junk'.
6661
6662 2001-09-04  Simon Josefsson  <jas@extundo.com>
6663
6664         * imap.el (imap-search): Don't error if server is broken.
6665
6666 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
6667
6668         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
6669         searching for an article that isn't in the mbox.
6670
6671 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6672
6673         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
6674         right, and get all the comments.
6675
6676 2001-09-02  Simon Josefsson  <jas@extundo.com>
6677         Suggested by Dan Christensen <jdc+news@uwo.ca>
6678
6679         * nnfolder.el (nnfolder-request-update-info): Fix message.
6680
6681         * nnml.el (nnml-request-update-info): Ditto.
6682
6683 2001-09-01  Simon Josefsson  <jas@extundo.com>
6684
6685         * nnml.el (nnml-request-expire-articles): Also bind
6686         `nnml-current-group' and `nnml-article-file-alist' when using
6687         expiry-target. (Otherwise nnml will be in a inconsistent internal
6688         state causing all kind of problems.)
6689         (nnml-request-expire-articles): If `nnml-article-to-file' or
6690         `file-attributes' failes, return article as un-expirable instead
6691         of treating it as expired.
6692
6693 2001-08-31  Sam Steingold  <sds@gnu.org>
6694
6695         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
6696         typo: `exmine' --> `examine'.
6697
6698 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6699
6700         * nndoc.el (nndoc-forward-type-p): It is not a digest.
6701
6702 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6703
6704         * nnml.el (nnml-check-directory-twice): Remove.
6705         (nnml-retrieve-headers): Ditto.
6706         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
6707
6708 2001-08-30  Andrew Innes  <andrewi@gnu.org>
6709
6710         * nnheader.el (nnheader-directory-files-is-safe): No need to read
6711         directory twice on Windows, or on GNU Emacs-21.
6712
6713 2001-08-30  Andrew Innes  <andrewi@gnu.org>
6714
6715         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
6716         (nnml-request-rename-group): Ditto.
6717         (nnml-active-number): Ditto.
6718         (nnml-request-create-group): Use nnml-directory-articles.
6719         (nnml-request-expire-articles): Use nnml-directory-articles, which
6720         gets list from nov database if available.
6721         (nnml-get-nov-buffer): New function.
6722         (nnml-open-nov): Use it.
6723         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
6724         gets alist from nov database if available.
6725         (nnml-directory-articles): New function.
6726         (nnml-article-to-file-alist): New function.
6727
6728 2001-08-30  Andrew Innes  <andrewi@gnu.org>
6729
6730         * mm-decode.el (mm-display-external): Use `name' as filename, if
6731         `filename' attribute is not present.
6732
6733 2001-08-30  Andrew Innes  <andrewi@gnu.org>
6734
6735         * mail-source.el (mail-source-flash): New defcustom.
6736         (mail-source-new-mail-p): Ring visible bell if appropriate.
6737         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
6738         timer is cleared even if mail check signals an error.
6739
6740 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6741
6742         * gnus-sum.el (gnus-summary-move-article): Only update marks of
6743         type 'list.
6744
6745 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6746
6747         * flow-fill.el (fill-flowed): eol might be point-max.
6748
6749 2001-08-27  Simon Josefsson  <jas@extundo.com>
6750
6751         * nnml.el (nnml-request-update-info): Fix message.
6752         (nnml-open-marks): Ditto.
6753
6754         * nnfolder.el (nnfolder-request-update-info):
6755         (nnfolder-open-marks): Fix message.
6756
6757 2001-08-25  Simon Josefsson  <jas@extundo.com>
6758
6759         * nnfolder.el (nnfolder-save-marks): Don't create directory named
6760         after group in ~/.
6761
6762 2001-08-25  Simon Josefsson  <jas@extundo.com>
6763         From Andreas Jaeger  <aj@suse.de>
6764
6765         * nnfolder.el (nnfolder-open-marks): Fix typo.
6766         * nnml.el (nnml-open-marks): Likewise.
6767
6768 2001-08-25  Simon Josefsson  <jas@extundo.com>
6769
6770         Make nnfolder groups self-contained as far as marks are concerned.
6771
6772         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
6773         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
6774         (nnfolder-open-server): Make marks directory.
6775         (nnfolder-request-delete-group): Delete marks file.
6776         (nnfolder-request-delete-group): Check of nov/marks file exist
6777         before deleting.
6778         (nnfolder-request-rename-group): Rename marks file.
6779         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
6780         (nnfolder-request-set-mark, nnfolder-request-update-info)
6781         (nnfolder-group-marks-pathname, nnfolder-save-marks)
6782         (nnfolder-open-marks): New functions.
6783         (top-level): Require gnus.
6784
6785 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6786
6787         * nnweb.el (nnweb-type-definition): Use google raw file.
6788         (nnweb-google-parse-1): Ditto.
6789         (nnweb-google-identity): Ditto.
6790         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
6791         (nnweb-altavista-wash-article): Ditto.
6792         (nnweb-request-article): Remove nnweb-decode-entities.
6793
6794         * nnml.el: Require 'gnus.
6795
6796 2001-08-25  Simon Josefsson  <jas@extundo.com>
6797
6798         * nnml.el (nnml-marks-is-evil): Add doc.
6799
6800 2001-08-25  Simon Josefsson  <jas@extundo.com>
6801
6802         * nnml.el (nnml-save-marks): Wrap saving marks in a
6803         condition-case, to allow user to start Gnus if saving marks failed
6804         for some reason.
6805
6806 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6807
6808         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
6809
6810         * gnus-group.el (gnus-update-group-mark-positions): Bind
6811         gnus-group-update-hook to nil.
6812
6813 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6814
6815         * mml.el (mml-generate-mime-1): Force as multibyte string.
6816
6817 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6818
6819         * gnus-sum.el (gnus-summary-insert-line)
6820         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
6821         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
6822
6823         * gnus-spec.el (gnus-correct-substring): Take optional END.
6824
6825         * nnrss.el (nnrss-request-article): Remove \n.
6826         (nnrss-retrieve-headers): Lines number is -1.
6827
6828 2001-08-24  Simon Josefsson  <jas@extundo.com>
6829
6830         * gnus-group.el (gnus-info-clear-data): Call
6831         nnfoo-request-set-mark to propagate marks.  Fix bug:
6832         `gnus-group-update-line' doesn't update read range unless we call
6833         `gnus-get-unread-articles-in-group' first.
6834
6835         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
6836         to server.
6837
6838 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6839
6840         * gnus-util.el (gnus-create-info-command): Return an interactive
6841         function.
6842
6843 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6844         From Katsumi Yamaoka <yamaoka@jpl.org>
6845
6846         * gnus-spec.el (gnus-parse-complex-format): Use equal.
6847
6848 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6849
6850         * gnus-sum.el (gnus-select-newsgroup): Use it.
6851
6852         * gnus-util.el (gnus-not-ignore): New function.
6853
6854         * lpath.el (featurep): Don't fbind char-int.
6855
6856         * gnus-util.el (gnus-create-info-command): New function.
6857
6858         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
6859         right node.
6860
6861         * gnus-sum.el (gnus-select-newsgroup): Clean up.
6862         (gnus-summary-limit-children): Use 'identity instead of `all'.
6863         (gnus-summary-limit-to-display-predicate): New command and
6864         keystroke.
6865
6866 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6867
6868         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
6869
6870         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
6871
6872 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6873
6874         * gnus-spec.el: Add the Gnus version.
6875         (gnus-update-format-specifications): If the Gnus version changes,
6876         nix out the format spec cache.
6877
6878         * gnus.el (gnus-continuum-version): Made into a command and
6879         optionalize the VERSION.
6880
6881         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
6882         the start of the lines.
6883
6884 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6885
6886         * gnus.el (gnus-visual-p): Define function before use of
6887         function.
6888
6889 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6890
6891         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
6892         (gnus-article-mark-to-type): New function.
6893         (gnus-update-missing-marks): Only update marks of type 'list.
6894
6895         * gnus.el (gnus-article-special-mark-lists): New variable.
6896
6897 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6898
6899         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
6900         (gnus-select-newsgroup): Still use 'all.
6901         (gnus-summary-initial-limit): Comparing with 'all.
6902
6903 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6904
6905         * gnus-start.el (gnus-activate-group): If dont-check, don't update
6906         active.
6907
6908 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6909
6910         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
6911         nnslashdot-*-retrieve-headers.
6912         (nnslashdot-request-article): Fix for slashcode 2.2.
6913         (nnslashdot-make-tuple): New function.
6914         (nnslashdot-read-groups): Use it.
6915
6916 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6917
6918         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
6919         list.
6920
6921         * gnus-sum.el (gnus-summary-move-article): Don't select article.
6922
6923 2001-08-20  Simon Josefsson  <jas@extundo.com>
6924
6925         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
6926         opened, error instead of continuing (and exploding later).
6927
6928 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6929
6930         * gnus.el (gnus-expand-group-parameters): Return the parameter
6931         list.
6932
6933         * gnus-sum.el (gnus-summary-show-article): Doc fix.
6934         (gnus-summary-show-article): Guess at charset if required.
6935
6936         * gnus-spec.el (gnus-correct-substring): Stopped one character
6937         before we wanted.
6938
6939 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6940
6941         * earcon.el (earcon-auto-play): Remove unused option.
6942
6943 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6944
6945         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
6946         message down in levels, since it happens very fast.
6947
6948         * smiley-ems.el (smiley-update-cache): Respect the symbol version
6949         of smiley-regexp-alist.
6950
6951         * mm-view.el (mm-inline-text): Ignore vcard errors.
6952
6953         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
6954
6955         * gnus-score.el (gnus-all-score-files): Use append instead of
6956         nconc.
6957
6958         * gnus.el (gnus-splash-face): Doc fix.
6959
6960         * mm-decode.el (mm-mailcap-command): Use
6961         mm-path-name-rewrite-functions.
6962         (mm-path-name-rewrite-functions): New variable.
6963
6964         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
6965         (gnus-complex-form-to-spec): Insert tab.
6966         (gnus-spec-tab): New function.
6967
6968         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
6969         entering the group.
6970
6971         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
6972         the positional spec.
6973         (gnus-parse-complex-format): React to %C.
6974
6975         * gnus-ems.el (gnus-char-width): Moved here.
6976
6977         * gnus-sum.el (gnus-select-newsgroup): Set
6978         gnus-newsgroup-articles.
6979         (gnus-unseen-mark): New variable.
6980         (gnus-newsgroup-unseen): Ditto.
6981         (gnus-newsgroup-seen): Ditto.
6982         (gnus-adjust-marked-articles): Use them.
6983         (gnus-update-marks): Use them.
6984         (gnus-summary-update-secondary-mark): Display.
6985         (gnus-summary-prepare-threads): Display.
6986
6987         * gnus-msg.el (gnus-inews-group-method): Use and return the
6988         method, not the server.
6989
6990 2001-08-19  Simon Josefsson  <jas@extundo.com>
6991
6992         * gnus-srvr.el (gnus-server-agent-face): New.
6993         (gnus-server-agent-face): New.
6994         (gnus-server-mode): Turn on font-lock-mode.
6995
6996         * gnus.el (gnus-server-visual): Add defgroup.
6997
6998 2001-08-19  Simon Josefsson  <jas@extundo.com>
6999         From Joe Casadonte <jcasadonte@northbound-train.com>
7000
7001         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
7002         gnus-server-denied-face): New.
7003         (gnus-server-opened-face, gnus-server-closed-face,
7004         gnus-server-denied-face): New.
7005         (gnus-server-font-lock-keywords): Add.
7006
7007 2001-08-19  Simon Josefsson  <jas@extundo.com>
7008
7009         * nnml.el (nnml-request-set-mark): Return nil.
7010         (nnml-save-marks): Use nnml-possibly-create-directory.
7011         (nnml-open-marks): Only work in temp buffer when inserting/reading
7012         .marks file.
7013
7014 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7015
7016         * gnus.el (gnus-expand-group-parameters): Fix.
7017
7018         * gnus-spec.el (gnus-char-width): New function.
7019         (gnus-correct-substring, gnus-correct-length): Use it.
7020
7021         * message.el (message-required-mail-headers): Fix doc.
7022
7023 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7024
7025         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
7026
7027         * mm-decode.el (mm-save-part-to-file): Insert the handle.
7028
7029 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7030
7031         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
7032         slashdot 2.2 (not fully fixed yet).
7033         (nnslashdot-request-article): Ditto.
7034
7035 2001-08-18  Simon Josefsson  <jas@extundo.com>
7036
7037         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
7038         nnimap.
7039
7040         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
7041         gnus-util.
7042         (nnimap-request-update-info-internal): Use new functions.
7043
7044         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
7045         new functions.
7046
7047 2001-08-18  Simon Josefsson  <jas@extundo.com>
7048
7049         Make nnml groups self-contained as far as marks are concerned.
7050
7051         * nnml.el (nnml-request-delete-group): Delete marks file.
7052         (nnml-request-rename-group): Move marks file.
7053         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
7054         variables.
7055         (nnml-request-set-mark, nnml-request-update-info): New server
7056         functions.
7057         (nnml-save-marks, nnml-open-marks): New functions.
7058
7059 2001-08-18  Simon Josefsson  <jas@extundo.com>
7060
7061         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
7062         `set' when setting marks.
7063
7064 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7065
7066         * gnus.el (gnus-info-find-node): Take an argument.
7067
7068         * gnus-art.el (gnus-button-handle-info): New function.
7069         (gnus-url-unhex-string): Replace "+" with " ".
7070
7071 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7072
7073         * message.el (message-check-news-header-syntax): Check bad From.
7074
7075 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7076
7077         * gnus-spec.el (gnus-correct-length): New function.
7078         (gnus-correct-substring): New function.
7079         (gnus-tilde-max-form): Use it.
7080
7081 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
7082
7083         * nnmh.el: Docstring changes as below.
7084
7085         * nnml.el: Docstring changes as below.
7086
7087         * nnbabyl.el: Docstring changes as below.
7088
7089         * nnmbox.el: Docstring changes as below.
7090
7091         * nnfolder.el: Added docstrings identifying each virtual server
7092         parameter.
7093
7094 2001-08-18  Simon Josefsson  <jas@extundo.com>
7095
7096         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
7097
7098 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
7099
7100         * message.el: rename "Abort Message" to "Postpone Message".
7101         Remove "Attach file as MIME" from Message menu, it's already in
7102         the MIME menu.
7103
7104 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7105
7106         * smime.el (smime-point-at-eol): eval-and-compile.
7107         (smime-make-temp-file): New function.
7108         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
7109         Use it.
7110
7111 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7112
7113         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
7114         (gnus-agent-summary-fetch-group): New command and keystroke.
7115
7116         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
7117         (gnus-mime-display-security): Make it respect
7118         gnus-unbuttonized-mime-type-p.
7119
7120         * gnus-sum.el (gnus-articles-to-read): Comments.
7121         (gnus-article-marked-p): New function.
7122         (gnus-summary-display-make-predicate): New function.
7123         (gnus-select-newsgroup): Use them.
7124
7125         * mm-decode.el (mm-save-part-to-file): Made it not error.
7126
7127 2001-08-17  Simon Josefsson  <jas@extundo.com>
7128
7129         * imap.el (imap-wait-for-tag): If process-status isn't open or
7130         run, return nil instead of sit-for looping.
7131
7132 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7133
7134         * lpath.el (featurep): fbind xml-parse-region.
7135
7136         * gnus.el (gnus-message-archive-method): Default to "archive".
7137         (gnus-message-archive-method): Doc fix.
7138         (gnus-parameters-get-parameter): Cleaned up.
7139         (gnus-expand-group-parameter): New function.
7140
7141         * gnus-start.el (gnus-setup-news): Push the archive server only
7142         the server list.
7143
7144         * mml.el (mml-menu): Changed name to "Attachments".
7145
7146         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
7147         when there is something to detroy.
7148
7149 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7150
7151         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
7152         nil.
7153
7154 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7155
7156         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
7157         which specifies a time today or tomorrow.
7158
7159 2001-08-15  Simon Josefsson  <jas@extundo.com>
7160         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
7161
7162         * gnus-agent.el (gnus-agent-make-mode-line-string)
7163         (gnus-agent-toggle-plugged): Use new API.
7164
7165 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7166
7167         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
7168         deadline has expired.
7169
7170 2001-08-12  Simon Josefsson  <jas@extundo.com>
7171         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
7172
7173         Support `recent' mark indicating newly arrived messages (to
7174         separate from old but unread messages).
7175
7176         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
7177         `nnmail-split-history' if recent is > 0.
7178         (nnimap-request-update-info-internal): Update `recent' marks.
7179         (nnimap-request-set-mark): Never set `recent' marks.
7180         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
7181         recent.
7182
7183         * gnus-sum.el (gnus-recent-mark): New mark.
7184         (gnus-newsgroup-recent): New variable.
7185         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
7186         (gnus-summary-prepare-threads): Mark recent articles.
7187         (gnus-summary-add-mark): Support recent.
7188         (gnus-summary-update-secondary-mark): Support recent.
7189
7190         * gnus.el (gnus-article-mark-lists): Add recent.
7191
7192 2001-08-12  Simon Josefsson  <jas@extundo.com>
7193
7194         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
7195         whether successful decoding took place.  Add doc.
7196
7197 2001-08-12  Simon Josefsson  <jas@extundo.com>
7198         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
7199
7200         * gnus.el (gnus-summary-line-format, gnus-parameters):
7201         * gnus-gl.el (gnus-summary-grouplens-line-format):
7202         * gnus-salt.el (gnus-summary-pick-line-format):
7203         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
7204
7205 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
7206         Committed by Kai Gro\e,b_\e(Bjohann.
7207
7208         * gnus-score.el (gnus-score-string): Fix `match' regexp
7209         for `extra' header case.
7210
7211 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7212
7213         * nnmbox.el (nnmbox-read-mbox): No warning.
7214
7215 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7216
7217         * nndoc.el (nndoc-article-type): Fix doc.
7218         (nndoc-generate-article-function): New variable.
7219         (nndoc-dissection-function): New variable.
7220         (nndoc-type-alist): Add oe-dbx.
7221         (nndoc-oe-dbx-type-p): New function.
7222         (nndoc-oe-dbx-dissection): New function.
7223         (nndoc-oe-dbx-generate-article): New function.
7224
7225 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7226
7227         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
7228         whether deadline has been reached.  Patch from Dan Nicolaescu
7229         <dann@godzilla.ics.uci.edu>.
7230
7231 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7232
7233         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
7234         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
7235         <rintaman@cs.Helsinki.FI>.
7236
7237         * mail-source.el (mail-source-movemail): The error buffer is
7238         modified, but nothing in it.
7239
7240 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7241
7242         * message.el (message-bogus-system-names): New variable.
7243         (message-make-fqdn): Use it.
7244
7245 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7246
7247         * nndraft.el (nndraft-request-group): Use
7248         nndraft-auto-save-file-name.
7249
7250 2001-08-09  Simon Josefsson  <jas@extundo.com>
7251
7252         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
7253         Don't ask whether to decrypt.  Just leave result in buffer (don't
7254         call mm).
7255
7256         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
7257         parts as well.
7258         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
7259         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
7260
7261 2001-08-09  Simon Josefsson  <jas@extundo.com>
7262
7263         * mm-decode.el (mm-insert-part): Return decoding success status.
7264         (mm-save-part-to-file): Error if decoding failed.
7265
7266 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7267
7268         * message.el (message-tab): Use indent-relative.
7269         (message-mode): Don't bind indent-line-function to indent-relative.
7270
7271 2001-08-09  Simon Josefsson  <jas@extundo.com>
7272
7273         * message.el (message-get-reply-headers): Fix string. Suggested by
7274         Christoph Conrad <cc@cli.de>.
7275
7276 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7277
7278         * message.el (message-tab): Use the current value of
7279         indent-line-function.
7280         (message-mode): Bind indent-line-function to indent-relative.
7281
7282 2001-08-08  Simon Josefsson  <jas@extundo.com>
7283
7284         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
7285         whether `imtest' is installed.
7286
7287 2001-08-04  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
7288         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
7289
7290         * gnus-sum.el (gnus-summary-show-article): Call
7291         gnus-summary-update-secondary-secondary-mark.
7292         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
7293         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
7294
7295 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7296
7297         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
7298
7299         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
7300
7301         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
7302         <gerd@gnu.org>.
7303
7304         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
7305
7306         * gnus-util.el (gnus-output-to-rmail): Ditto.
7307         (gnus-output-to-mail): Ditto.
7308
7309         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
7310
7311 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
7312
7313         * message.el (message-indent-citation): Use
7314         `message-yank-cited-prefix' for empty lines.
7315
7316 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
7317
7318         * message.el (message-indent-citation): Quote only lines starting
7319         with ">" using `message-yank-cited-prefix'.
7320
7321 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
7322
7323         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
7324         gnus-cache-fully-p.
7325
7326 2001-08-04  Simon Josefsson  <jas@extundo.com>
7327
7328         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
7329         file if it doesn't exist (by calling gnus-cache-read-active).
7330
7331 2001-08-04  Simon Josefsson  <jas@extundo.com>
7332
7333         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
7334         (gnus-cache-passively-or-fully-p): Removed.
7335         (gnus-cache-fully-p): Fix it.
7336
7337         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
7338
7339 2001-08-04  Simon Josefsson  <jas@extundo.com>
7340
7341         * gnus-cache.el (gnus-cache-fully-p)
7342         (gnus-cache-passively-or-fully-p): New functions.
7343         (gnus-cache-possibly-enter-article): Cosmetic change, use
7344         `g-c-p-o-f-p'.
7345         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
7346         was bogus (`g-c-p-a-a' does not change active info, just change
7347         the functions parameters).
7348         (gnus-cache-possibly-remove-articles-1): Make sure articles are
7349         not removed in groups that match `gnus-uncacheable-groups'.
7350
7351         Reported and modifications based on discussions with Nuutti
7352         Kotivuori <nuutti.kotivuori@smarttrust.com>.
7353
7354 2001-08-04  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
7355         Committed by Simon Josefsson  <jas@extundo.com>
7356
7357         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
7358         calls `gnus-cache-update-active' if bounds has been extended.
7359
7360 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7361
7362         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
7363         before remove.
7364         (gnus-mime-security-show-details): Ditto.
7365
7366 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7367
7368         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
7369         syntax.  Protect string-match against nil string and regexp.
7370
7371 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7372
7373         * mm-util.el (mm-find-charset-region): Remove control-1.
7374
7375 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7376
7377         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
7378
7379 2001-08-04  Simon Josefsson  <jas@extundo.com>
7380
7381         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
7382         buffer.  Delete MIME-Version header.
7383
7384 2001-08-03  Simon Josefsson  <jas@extundo.com>
7385
7386         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
7387         that is entered does not necessarily have the highest article
7388         number in the group, so use `gnus-cache-possibly-alter-active'
7389         instead of `gnus-cache-update-active'.
7390
7391 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7392
7393         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
7394
7395 2001-08-03  Simon Josefsson  <jas@extundo.com>
7396
7397         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
7398         menu.
7399
7400 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7401
7402         * gnus.el (post-method): New group parameter.  It also provides
7403         the user option `gnus-post-method-alist' and the internal function
7404         `gnus-parameter-post-method'.
7405
7406         * gnus-msg.el (gnus-post-method): Bind the value of
7407         `gnus-post-method' to the group parameter if it is defined.
7408
7409 2001-08-02  Simon Josefsson  <jas@extundo.com>
7410
7411         * smime.el (smime-extra-arguments): Removed.
7412         (smime-call-openssl-region): Don't use it.
7413
7414 2001-08-02  Simon Josefsson  <jas@extundo.com>
7415
7416         * smime.el (smime-sign-region): Handle stderr.
7417         (smime-encrypt-region): Ditto.
7418
7419         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
7420         match the ASN.1 length bytes.
7421         (mm-pkcs7-enveloped-magic): Ditto.
7422         (mm-view-pkcs7-get-type): Don't regexp quote.
7423
7424 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7425         From Andreas Fuchs <asf@void.at>
7426
7427         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
7428
7429 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7430
7431         * gnus-art.el (gnus-header-button-alist): References regexp.
7432
7433 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
7434
7435         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
7436         already fboundp.  Add INTERACTIVE arg to autoload form.
7437
7438 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7439
7440         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
7441
7442         * nnmail.el (nnmail-cache-open): Ditto.
7443
7444 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7445
7446         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
7447
7448 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7449
7450         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
7451
7452 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7453         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7454
7455         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
7456         (gnus-agent-toggle-plugged): Use it.
7457
7458 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
7459
7460         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
7461         (gnus-ding-file-coding-system): New variable.
7462         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
7463         (gnus-slave-save-newsrc): Use it.
7464
7465 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7466
7467         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
7468         syntax.
7469
7470 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7471         Originally from Andreas Fuchs <asf@void.at>
7472
7473         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
7474         (mml2015-gpg-pretty-print-fpr): New function.
7475         (mml2015-gpg-extract-signature-details): More details, rename from
7476         `m-g-e-from'.
7477         (mml2015-gpg-verify): Use them.
7478         (mml2015-gpg-clear-verify): Use them.
7479
7480 2001-07-31  Simon Josefsson  <jas@extundo.com>
7481
7482         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
7483         buffer when done.
7484
7485 2001-07-30  Simon Josefsson  <jas@extundo.com>
7486
7487         * smime.el (smime-call-openssl-region): Revert previous change,
7488         just pass on buf to `call-process-region'.
7489         (smime-verify-region): Doc fix.  Don't message stuff.  Use
7490         `smime-new-details-buffer'.  Inserts error messages into buffer.
7491         (smime-noverify-region): Ditto.
7492         (smime-decrypt-region): Ditto.  Handles stderr separately.
7493         (smime-verify-buffer, smime-noverify-buffer)
7494         (smime-decrypt-buffer): Doc fix.
7495         (smime-new-details-buffer): New function.
7496         (smime-pkcs7-region, smime-pkcs7-certificates-region)
7497         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
7498         (smime-sign-region, smime-encrypt-region): Don't use
7499         `insert-buffer'.
7500
7501         * mml-smime.el (mml-smime-verify): Fix security button strings.
7502
7503 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7504
7505         * gnus-art.el (gnus-mime-save-part-and-strip): Save
7506         gnus-article-mime-handles.
7507
7508 2001-07-29  Simon Josefsson  <jas@extundo.com>
7509
7510         * mail-source.el (top-level): Require message for message-directory.
7511         (mail-source-directory): Change default to message-directory.
7512
7513         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
7514         (smime-certificate-directory, smime-openssl-program)
7515         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
7516         (smime-extra-arguments): New variable.
7517         (smime-dns-server): Fix customize group.
7518         (smime-call-openssl-region): Use `smime-extra-arguments'.
7519
7520 2001-07-29  Simon Josefsson  <jas@extundo.com>
7521         From Vladimir Volovich <vvv@vsu.ru>
7522
7523         * smime.el (smime-call-openssl-region): Ignore stderr.
7524
7525 2001-07-29  Simon Josefsson  <jas@extundo.com>
7526         From Christoph Conrad <christoph.conrad@gmx.de>
7527
7528         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
7529         file.
7530
7531 2001-07-29  Simon Josefsson  <jas@extundo.com>
7532
7533         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
7534
7535         Support S/MIME decryption.
7536
7537         * mm-decode.el (mm-inline-media-tests):
7538         (mm-inlined-types):
7539         (mm-automatic-display):
7540         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
7541
7542         * mm-view.el (mm-pkcs7-signed-magic):
7543         (mm-pkcs7-enveloped-magic): New variables.
7544         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
7545         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
7546         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
7547         PKCS#7 blobs.
7548
7549         * smime.el (smime-decrypt-region): Expand keyfile.
7550
7551 2001-07-29  Simon Josefsson  <jas@extundo.com>
7552
7553         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
7554         `ssl.el' variables.
7555
7556         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
7557         but line instead of narrowing to it, because `nnmail-parse-active'
7558         calls widen.  Thanks to Christoph Conrad
7559         <christoph.conrad@gmx.de>.
7560
7561 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7562
7563         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
7564         for %B spec.
7565
7566         * gnus-sum.el (gnus-summary-prepare-threads): If
7567         gnus-sum-thread-tree-root is nil, use subject instead.
7568         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
7569         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
7570         (gnus-sum-thread-tree-leaf-with-other)
7571         (gnus-sum-thread-tree-single-leaf): Documentation.
7572         (gnus-sum-thread-tree-single-indent): Allow nil.
7573
7574 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7575
7576         * message.el (message-fill-paragraph): Do nothing if the user
7577         wants filladapt-mode.
7578
7579 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7580
7581         * mm-decode.el (mm-image-type-from-buffer): New function.
7582         (mm-get-image): Use it.
7583
7584 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7585
7586         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
7587
7588         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
7589         mm-display-parts too.
7590
7591 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7592
7593         * nnfolder.el (nnfolder-request-accept-article): Bind
7594         nntp-server-buffer.
7595
7596         * nnmail.el (nnmail-parse-active): Read from buffer instead of
7597         nntp-server-buffer.
7598
7599 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7600
7601         * message.el (message-check-news-header-syntax): Use
7602         message-post-method.
7603         (message-send-news): Bind message-post-method.
7604
7605 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7606
7607         * mml.el (mml-tweak-type-alist): New variable.
7608         (mml-tweak-function-alist): New variable.
7609         (mml-tweak-part): New function.
7610         (mml-generate-mime-1): Use it.
7611
7612 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7613
7614         * nnfolder.el (nnfolder-request-accept-article): Replace
7615         nnfolder-request-list.
7616
7617 2001-07-27  Simon Josefsson  <jas@extundo.com>
7618
7619         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
7620         nnoo-change-server failed to do it.
7621
7622 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7623
7624         * gnus.el (gnus-parameters): Make it customizable.
7625
7626 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7627
7628         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
7629
7630         * message.el (message-set-auto-save-file-name): More
7631         poor-system-types.
7632
7633         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
7634
7635         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
7636         supports +.
7637
7638 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7639
7640         * mm-decode.el (mm-readable-p): New function.
7641         (mm-inline-media-tests): Fix the default testers.
7642
7643 2001-07-26  Simon Josefsson  <jas@extundo.com>
7644
7645         * nnimap.el (nnimap-version): Bump version number.
7646
7647 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7648         From Steven E. Harris <seh@speakeasy.org>
7649
7650         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
7651         in M$Windows too.
7652
7653 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7654
7655         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
7656
7657 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7658
7659         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
7660
7661         * mm-decode.el (mm-get-image): Guess then use the type.
7662
7663         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
7664
7665 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
7666
7667         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
7668         display (%B) for threads if threading is off.
7669
7670 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7671         From Henrik Enberg <henrik@enberg.org>
7672
7673         * gnus-msg.el: Customization patch.
7674
7675 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
7676
7677         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
7678         variable.
7679         (nnmail-split-fancy-with-parent): Ignore certain groups.
7680
7681 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7682
7683         * gnus-util.el (gnus-byte-compile): New function.
7684         (gnus-use-byte-compile): New variable.
7685         (gnus-make-sort-function): Use it.
7686
7687         * nnmail.el (nnmail-get-new-mail): Use it.
7688
7689         * gnus-agent.el (gnus-category-make-function): Simple function or
7690         compiled function.
7691         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
7692
7693         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
7694         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
7695         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
7696
7697         * message.el (message-check-news-header-syntax): Remove quote.
7698
7699 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7700
7701         * message.el (message-use-mail-followup-to): `t' is not a
7702         documented value.
7703
7704 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7705
7706         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
7707
7708 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7709
7710         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
7711         there are long lines.
7712
7713 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7714
7715         * dgnushack.el (copy-list): New compiler macro.
7716
7717 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7718
7719         * message.el (message-bounce): If no Return-Path, the whole
7720         content is considered as the original message.
7721
7722         * nnml.el (nnml-check-directory-twice): New variable.
7723         (nnml-article-to-file): Use it.
7724         (nnml-retrieve-headers): Hack it.
7725
7726 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7727
7728         * gnus-win.el (gnus-buffer-configuration): New configure.
7729
7730         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
7731         not alive.
7732
7733         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
7734         (mm-display-external): Use display-term configure.
7735
7736 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7737
7738         * gnus-delay.el (gnus-delay-default-hour): New variable.
7739         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
7740
7741 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7742         From Karl Kleinpaste <karl@charcoal.com>
7743
7744         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
7745         (gnus-summary-prepare-threads): Ditto.
7746
7747         * gnus.el (gnus-summary-line-format): Add %B.
7748
7749 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7750
7751         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
7752
7753         * mm-util.el (mm-string-as-multibyte): New function.
7754
7755         * nnmh.el (nnmh-request-list-1): Encode, not decode!
7756
7757 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7758
7759         * mm-util.el (mm-universal-coding-system): New variable.
7760
7761         * gnus-start.el (gnus-startup-file-coding-system): Use it.
7762
7763         * score-mode.el (score-mode-coding-system): Use it.
7764
7765 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7766
7767         * gnus-start.el (gnus-setup-news): Call
7768         `gnus-check-bogus-newsgroups' just after the native server is
7769         opened.
7770
7771 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7772
7773         * nnmail.el (nnmail-do-request-post): Util function to be used by
7774         `nnchoke-request-post' for all nnmail-derived backends.
7775
7776         * nnml.el (nnml-request-post): Use it.
7777
7778         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
7779         backend, for it groks nnml-request-post.
7780
7781         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
7782         Treat `mail-post' backends like `mail' backends, not like `news'
7783         backends.
7784
7785 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7786
7787         * gnus-msg.el (gnus-setup-message): make-local-hook.
7788
7789 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7790
7791         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
7792         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
7793         <karl@charcoal.com>, slightly changed by Kai.
7794
7795         * message.el (message-check-news-header-syntax): When checking
7796         whether the groups exist, check the right server based on
7797         `gnus-post-method'.
7798
7799 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7800
7801         * gnus-delay.el: New file.
7802
7803 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7804
7805         * mm-util.el (mm-read-coding-system): Take two arguments.
7806
7807         * gnus-sum.el (gnus-summary-show-article): Use
7808         mm-read-coding-system.
7809
7810         * gnus-art.el (article-de-quoted-unreadable):
7811         (article-de-base64-unreadable, article-wash-html):
7812         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
7813
7814 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7815
7816         * nnml.el (nnml-request-post): New function.  Can be used for
7817         annotations in nnml groups.
7818
7819 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7820
7821         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
7822         command.
7823
7824         * gnus-start.el (gnus-find-new-newsgroups): Use
7825         `message-make-date' instead of `current-time-string'.
7826         (gnus-ask-server-for-new-groups): Ditto.
7827         (gnus-check-first-time-used): Ditto.
7828
7829 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7830
7831         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
7832
7833 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
7834
7835         * message.el (message-shorten-references): Change `maxcount' and
7836         `cut' to obey USEFOR draft 5.
7837
7838 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
7839
7840         * gnus-sum.el (gnus-summary-display-arrow): New variable.
7841         (gnus-summary-set-article-display-arrow): New function.
7842         (gnus-summary-goto-subject): Use it.
7843
7844 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7845
7846         * gnus-sum.el (gnus-summary-import-article): Insert date if
7847         doesn't exist.
7848
7849 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7850
7851         * mml.el (mml-content-type-parameters): New variable.
7852         (mml-content-disposition-parameters): New variable.
7853         (mml-insert-mime-headers): Use them.
7854         (mml-parse-1): Accept charset.
7855
7856 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7857
7858         * gnus-group.el (gnus-group-select-group): Doc fix.
7859
7860         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
7861
7862 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7863
7864         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
7865         to handle `define-derived-mode'.
7866
7867 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7868         From:  Stefan Monnier  <monnier@cs.yale.edu>
7869
7870         * message.el (message-mode): Use define-derived-mode.
7871         (message-tab): message-completion-alist.
7872
7873         * imap.el (imap-interactive-login): Use make-local-variable.
7874         (imap-open): Ditto.
7875         (imap-authenticate): Ditto.
7876
7877         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
7878
7879         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
7880
7881 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7882
7883         * message.el (message-citation-line-function): Refer to
7884         gnus-cite-attribution-suffix.
7885
7886 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7887
7888         * gnus-art.el,...: Error convention changes.
7889
7890 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7891
7892         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
7893
7894 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7895
7896         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
7897         (nnrss-read-server-data): Ditto.
7898
7899 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7900
7901         * gnus-setup.el (gnus-use-installed-gnus): Typo.
7902         * Cleanup files.
7903         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
7904
7905 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7906
7907         * gnus.el (gnus-summary-line-format): Add %o.
7908
7909         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
7910         unless shell outputs something.
7911
7912 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7913
7914         * gnus-art.el (gnus-boring-article-headers): Better doc.
7915         (article-hide-headers): Better regexp.
7916         Suggested by Matt Swift <swift@alum.mit.edu>.
7917
7918         * nnheader.el (nnheader-max-head-length): Better doc.
7919         (nnheader-header-value): Skip spaces.
7920         (nnheader-parse-head): Remove space.
7921         Suggested by Matt Swift <swift@alum.mit.edu>.
7922
7923         * gnus-sum.el (gnus-summary-show-raw-article): New function.
7924         (gnus-get-newsgroup-headers): Remove space.
7925
7926 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7927
7928         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
7929         (gnus-summary-reply): Use it.
7930         (gnus-summary-reply-broken-reply-to): New function.
7931         (gnus-msg-force-broken-reply-to): New function.
7932
7933         * mm-view.el (mm-inline-text): Showing as text/plain when error.
7934
7935 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7936
7937         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
7938
7939 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7940
7941         * mm-decode.el (mm-external-terminal-program): New variable.
7942         (mm-display-external): Use it. Use term to display when no
7943         window-system.
7944
7945 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
7946
7947         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
7948         Browse->Next entries to Browse->Prev
7949
7950 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7951
7952         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
7953
7954 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7955
7956         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
7957         for the default encoding.
7958
7959         * nnrss.el (nnrss-url-field): New field.
7960         (nnrss-request-article): Add newsgroups.
7961
7962         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
7963
7964 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7965
7966         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
7967
7968         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
7969         (gnus-draft-setup): Remove backlog.
7970
7971 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7972
7973         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
7974         Cleanup.
7975
7976 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7977
7978         * gnus-msg.el (gnus-bug): Erase buffer.
7979
7980         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
7981
7982 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7983
7984         * mm-decode.el (mm-attachment-override-p): Fix typo.
7985
7986 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
7987
7988         * gnus-kill.el (gnus-execute): Work with the extra headers.
7989         * gnus-sum.el (gnus-summary-execute-command): Ditto.
7990
7991 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7992
7993         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
7994         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
7995
7996         * message.el (message-send-mail-real-function): New variable.
7997         (message-send-mail-partially, message-send-mail):
7998
7999         * nngateway.el (nngateway-request-post): Use it.
8000
8001         * gnus-agent.el (gnus-agentize): Use it.
8002
8003         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
8004         (nnsoup-revert-variables): Use it.
8005
8006 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
8007
8008         * mm-decode.el (mm-inline-media-tests): Default to displaying as
8009         text/plain if the type doesn't match any other media types.
8010         (mm-inlined-types): Doc fix.
8011         (mm-display-inline): Revert previous change (now handled by a
8012         default type in `mm-inline-media-tests'.
8013         (mm-inlinable-p): Revive.
8014         (mm-display-part): Call `mm-inlinable-p'.
8015         (mm-attachment-override-p): Ditto.
8016         (mm-inlined-p): Doc fix.
8017
8018         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
8019         well as `mm-inlined-p'.
8020
8021 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8022
8023         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
8024         (nntp-send-command-and-decode): Use gnus-point-at-bol.
8025
8026 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8027         From  Paul Jarc <prj@po.cwru.edu>
8028
8029         * message.el (message-use-mail-followup-to): New variable.
8030         (message-get-reply-headers): Use it.
8031
8032 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
8033
8034         * nnheader.el (nnheader-init-server-buffer): Make sure the
8035         *nntpd* buffer is made multibyte instead of a random buffer.
8036
8037 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8038
8039         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
8040         when it returns headers.
8041
8042 2001-07-07  Simon Josefsson  <jas@extundo.com>
8043
8044         * rfc2047.el (rfc2047-encode-message-header): Skip header when
8045         trying to fold. Thanks to Colin Walters
8046         <walters@cis.ohio-state.edu>
8047
8048 2001-07-06  Simon Josefsson  <jas@extundo.com>
8049
8050         * imap.el (imap-parse-address-list, imap-parse-flag-list)
8051         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
8052         Add information in `assert's.
8053
8054         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
8055         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
8056         and `nnimap-group-overview-filename', should handle all
8057         change-of-uidvalidity related issues.  But there may be other
8058         problems.)
8059
8060 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
8061
8062         * rfc2047.el (rfc2047-encode-message-header): Don't include the
8063         header name when folding.
8064
8065 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
8066
8067         * mm-decode.el (mm-inlined-types): Document relationship with
8068         `mm-inline-media-tests'.
8069         (mm-display-inline): Default to displaying as plain text if no
8070         inlining handler is available.
8071         (mm-inlinable-p): Remove.
8072         (mm-inlined-p): Don't call `mm-inlinable-p'.
8073         (mm-automatic-display-p): Ditto.
8074         (mm-attachment-override-p): Ditto.
8075
8076 2001-07-04  Simon Josefsson  <jas@extundo.com>
8077
8078         * nnimap.el (nnimap-importantize-dormant): New variable.
8079         (nnimap-request-update-info-internal): Use it.
8080         (nnimap-request-set-mark): Ditto.
8081
8082 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
8083
8084         * nntp.el (nntp-send-command): don't pass a buffer argument to
8085         `point'. Only XEmacs accepts this.
8086         * nntp.el (nntp-send-command-nodelete): ditto.
8087         * nntp.el (nntp-send-command-and-decode): ditto.
8088
8089 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
8090
8091         * nntp.el (nntp-open-connection-function): doc update.
8092         * nntp.el (nntp-pre-command): New.
8093         * nntp.el (nntp-via-rlogin-command): New.
8094         * nntp.el (nntp-via-telnet-command): New.
8095         * nntp.el (nntp-via-telnet-switches): New.
8096         * nntp.el (nntp-via-user-name): New.
8097         * nntp.el (nntp-via-user-password): New.
8098         * nntp.el (nntp-via-address): New.
8099         * nntp.el (nntp-via-envuser): New.
8100         * nntp.el (nntp-via-shell-prompt): New.
8101         * nntp.el (nntp-open-telnet-stream): New.
8102         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
8103         * nntp.el (nntp-open-via-telnet-and-telnet): New.
8104         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
8105         * nntp.el (nntp-send-command): ditto.
8106         * nntp.el (nntp-send-command-nodelete): ditto.
8107         * nntp.el (nntp-send-command-and-decode): ditto.
8108
8109 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
8110
8111         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
8112         `when'.
8113
8114 2001-07-03  Simon Josefsson  <jas@extundo.com>
8115         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
8116
8117         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
8118
8119 2001-07-03  Simon Josefsson  <jas@extundo.com>
8120
8121         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
8122         remove it (workaround XEmacs `fill-region' bug).
8123
8124 2001-07-01  Simon Josefsson  <jas@extundo.com>
8125
8126         * nnimap.el (nnimap-date-days-ago): Defeat locale.
8127
8128 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8129
8130         * mml2015.el (mml2015-format-error): New function.
8131         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
8132         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
8133         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
8134
8135 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8136
8137         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
8138         Suggested by Christoph Conrad <C.Conrad@cli.de>.
8139
8140         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
8141         group variables.
8142
8143 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8144
8145         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
8146
8147         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
8148         (nnrss-save-group-data): Ditto.
8149
8150         * gnus-agent.el (gnus-agent-save-alist): Ditto.
8151
8152 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8153
8154         * message.el (message-do-send-housekeeping): Narrow to headers.
8155
8156 2001-06-24  Simon Josefsson  <jas@extundo.com>
8157
8158         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
8159         insertion when breaking lines looked for " \t" instead of "[ \t]".
8160         (rfc2047-encode-message-header): Fold lines even if
8161         no QP encoding is done.
8162
8163 2001-06-23  Simon Josefsson  <jas@extundo.com>
8164         From Samuel Tardieu <sam@inf.enst.fr>
8165
8166         * smime.el (smime-keys): Support additional certificates.
8167         (smime-make-certfiles): New function.
8168         (smime-sign-region): Use previous variables.
8169         (smime-get-certfiles): New function.
8170         (smime-sign-buffer): Use it.
8171         (smime-verify-region): Support both CAfile and CApath.
8172
8173 2001-06-23  Simon Josefsson  <jas@extundo.com>
8174
8175         * smime.el (smime-decrypt-region): Perhaps work.
8176
8177 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8178
8179         * gnus-msg.el (gnus-copy-article-buffer): Typo.
8180
8181 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
8182
8183         * mm-decode.el (mm-save-part): Rewrite file name.
8184         (mm-file-name-rewrite-functions): New variable.
8185         (mm-file-name-delete-whitespace): New function.
8186         (mm-file-name-trim-whitespace): New function.
8187         (mm-file-name-collapse-whitespace): New function.
8188         (mm-file-name-replace-whitespace): New variable and function.
8189
8190 2001-06-22  Simon Josefsson  <jas@extundo.com>
8191
8192         * message.el (message-make-date): Workaround locale for weekdays.
8193
8194 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8195
8196         * message.el (message-goto-body): Return nil if not found. (revert!)
8197
8198 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8199         From Fremlin <chief@bandits.org>
8200
8201         * message.el (message-goto-body): Some messages have no header.
8202
8203         * gnus-msg.el (gnus-copy-article-buffer): Use it.
8204
8205 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
8206
8207         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
8208
8209 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8210
8211         * message.el (message-make-date): Add week day.
8212         Suggested by Jason R. Mastaler <jason@mastaler.com>.
8213
8214 2001-06-19  Simon Josefsson  <jas@extundo.com>
8215
8216         * message.el (message-yank-prefix): Doc fix.
8217         (message-yank-cited-prefix): Ditto.
8218         (message-delete-not-region): Keep citation prefix on first line,
8219         if possible and appropriate.
8220
8221 2001-06-19  Simon Josefsson  <jas@extundo.com>
8222
8223         * imap.el (imap-process-connection-type): New variable.
8224         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
8225         recent `imtest's work completely (no line length issues), while
8226         making making old `imtest's unusable.  Thanks to NAGY Andras
8227         <nagya@inf.elte.hu> for his work.
8228
8229 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
8230
8231         * imap.el (imap-ssl-program): Add -quiet to shut up
8232         OpenSSL/SSLeay's internal debug talk.
8233
8234 2001-06-19  Matt Armstrong  <matt@lickey.com>
8235
8236         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
8237         server.
8238
8239 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8240
8241         * nnmail.el (nnmail-article-buffer): New variable.
8242         (nnmail-split-incoming): Use it.
8243
8244 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
8245
8246         * qp.el (quoted-printable-decode-region): If called interactively,
8247         use coding-system-for-read.
8248
8249 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8250
8251         * message.el (message-check-news-header-syntax): Check Reply-To.
8252
8253 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8254
8255         * mml.el (mml-parse-1): Use message options.
8256
8257         * message.el (message-do-fcc): Don't do anything if there is no
8258         FCC.
8259
8260 2001-06-16  Simon Josefsson  <jas@extundo.com>
8261
8262         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
8263         (nnimap-expunge-search-string): New variable.
8264         (nnimap-request-expire-articles): Use it.
8265
8266 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8267
8268         * message.el (message-send-mail-with-qmail): wrong exit status is
8269         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
8270
8271 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8272
8273         * gnus-art.el (article-strip-multiple-blank-lines): Use
8274         delete-region instead of replace-match.
8275
8276 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8277
8278         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
8279         (nnweb-google-wash-article): Ditto.
8280
8281 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
8282
8283         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
8284
8285 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8286
8287         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
8288         specs.
8289
8290 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8291
8292         * gnus.el (gnus-email-address): Move it here.
8293
8294         * gnus-art.el (article-de-quoted-unreadable): Read charset if
8295         requested.
8296         (article-de-base64-unreadable): Ditto.
8297         (article-wash-html): Ditto.
8298
8299 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8300
8301         * message.el (message-options-set-recipient): Don't add ", "
8302         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
8303
8304 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8305
8306         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
8307
8308 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8309
8310         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
8311         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
8312
8313         * nnrss.el (nnrss-node-text): Node might be nil.
8314
8315 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8316
8317         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
8318         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
8319
8320         * nnrss.el (nnrss-group-alist): More items.
8321
8322 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8323
8324         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
8325
8326 2001-06-03  Dale Hagglund  <rdh@best.com>
8327
8328         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
8329         restrict clauses.
8330
8331 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8332
8333         From Benjamin Rutt <brutt+news@bloomington.in.us>
8334
8335         * message.el (message-wide-reply-confirm-recipients): New variable.
8336
8337 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8338         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
8339
8340         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
8341         fix so it works with XEmacs.
8342
8343 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8344
8345         * nnrss.el (nnrss-retrieve-headers): Support description as extra
8346         headers.
8347
8348 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8349
8350         * nnrss.el: Fix a few bugs.
8351
8352 2001-06-05  Simon Josefsson  <jas@extundo.com>
8353
8354         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
8355         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
8356
8357 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
8358
8359         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
8360         binary so that we don't transmit ISO 2022 garbage to the process.
8361         This is needed under XEmacs.
8362
8363 2001-06-03  Simon Josefsson  <simon@josefsson.org>
8364
8365         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
8366         autoloaded incorrectly below because ssl-program-* is bound.)
8367         Thanks to Amos Gouaux for report.
8368
8369 2001-06-02  Simon Josefsson  <simon@josefsson.org>
8370
8371         * imap.el (imap-kerberos4-open):
8372         (imap-gssapi-open):
8373         (imap-ssl-open):
8374         (imap-network-open):
8375         (imap-shell-open):
8376         (imap-starttls-open): Set buffer to workaround spurious
8377         `accept-process-output' buffer changes.  Thanks to Mats Lidell
8378         <Mats.Lidell@contactor.se> for report and partial patch and Jake
8379         Colman <colman@ppllc.com> for report.
8380
8381 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8382
8383         * gnus-sum.el (gnus-summary-catchup): New argument.
8384         (gnus-summary-catchup-from-here): New function.
8385
8386 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8387
8388         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
8389         back, then insert glyph.  (Before, the glyph was inserted first,
8390         then the newline.)  This works around a behavior in XEmacs where
8391         it is not possible to insert a character after a glyph which is at
8392         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
8393
8394 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8395
8396         From Jaap-Henk Hoepman (jhh@xs4all.nl).
8397
8398         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
8399         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
8400         mm-destroy-postponed-undisplay-list): New functions.
8401         (mm-display-external): Use them.
8402
8403 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8404
8405         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
8406         `default-low' when evaluating `gnus-summary-highlight'.
8407         From Raja R Harinath <harinath@cs.umn.edu>.
8408
8409 2001-05-27  Simon Josefsson  <simon@josefsson.org>
8410
8411         * message.el (message-yank-cited-prefix): New variable.
8412         (message-indent-citation): Use it.
8413
8414         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
8415         as details.
8416         (mml2015-mailcrypt-clear-verify): Ditto.
8417
8418 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8419         From Nevin Kapur <nevin@jhu.edu>.
8420
8421         * gnus-sum.el (gnus-summary-default-high-score,
8422         gnus-summary-default-low-score): New variables.
8423         (gnus-summary-highlight): Use them.
8424
8425 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
8426
8427         * message.el (message-mail): pass the 'send-actions argument to
8428         `message-setup'.
8429
8430 2001-05-16  Simon Josefsson  <simon@josefsson.org>
8431         From Raymond Scholz <ray-2001@zonix.de>
8432
8433         * gnus-art.el (gnus-mime-view-part-as-charset):
8434         (gnus-mime-internalize-part): Doc fixes.
8435
8436 2001-05-11  Simon Josefsson  <simon@josefsson.org>
8437
8438         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
8439         status lines without any text ("^215$").
8440
8441 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8442
8443         * nnrss.el (nnrss-check-group): Reverse.
8444
8445 2001-05-07  Simon Josefsson  <simon@josefsson.org>
8446
8447         * message.el (message-get-reply-headers):
8448         (message-followup): Fix typo, suggested by David Green
8449         <dgreen@uab.edu>
8450
8451 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8452
8453         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
8454
8455         * nnrss.el (nnrss-open-server): Read server data when it is called.
8456         (nnrss-request-expire-articles): Fix.
8457
8458 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8459
8460         * message.el (message-do-send-housekeeping): mail-abbrevs may
8461         rename buffer behind Gnus.
8462
8463 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8464
8465         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
8466         (nnrss-group-alist): Add more resources.
8467         (nnrss-check-group): Ignore errors.
8468
8469 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8470
8471         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
8472
8473         * nnslashdot.el (nnslashdot-request-list): Add time.
8474         (nnslashdot-request-expire-articles): New function.
8475
8476         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
8477         secondary methods too.
8478
8479 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8480
8481         * message.el (message-use-followup-to): Set default value to t.
8482
8483 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
8484
8485         * message.el (message-dont-reply-to-names): Fix documentation.
8486         (message-get-reply-headers): Use Mail-Followup-To only for wide
8487         replies.
8488
8489 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8490
8491         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
8492         correctly.
8493         (nnrss-check-group): Use time.
8494
8495 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8496
8497         * gnus.el: Oort Gnus v0.03 is released.
8498
8499 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8500
8501         * nnultimate.el (nnultimate-topic-article-to-article): Use the
8502         group.
8503
8504 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8505
8506         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
8507
8508 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8509
8510         * nnultimate.el (nnultimate-retrieve-headers): Return all
8511         available headers.
8512
8513         * gnus-sum.el (gnus-read-all-available-headers): New variable.
8514         (gnus-get-newsgroup-headers-xover): Use it.
8515
8516 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8517
8518         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
8519
8520 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8521
8522         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
8523
8524 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8525
8526         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
8527         disable it.
8528
8529         * gnus.el (gnus-info-nodes): Remove a few The's.
8530
8531 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8532
8533         * mail-source.el (mail-source-movemail): Call-process may return a
8534         signal description string.
8535
8536         * gnus-start.el (gnus-read-newsrc-el-file):
8537         gnus-newsrc-file-version may be nil.
8538
8539         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
8540         Suggested by Michael Sperber [Mr. Preprocessor]
8541         <sperber@informatik.uni-tuebingen.de>.
8542
8543 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
8544
8545         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
8546
8547 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
8548
8549         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
8550         fontify HANDLE.
8551
8552 2001-04-18  Simon Josefsson  <simon@josefsson.org>
8553
8554         * smime.el (smime-ask-passphrase): Rework to return value.
8555         (smime-sign-region): Rework to bind value and use it.
8556         (smime-decrypt-region): Ditto.
8557
8558 2001-04-18  Mathias Herberts  <Mathias.Herberts@iroise.net>
8559         Committed by Simon Josefsson  <simon@josefsson.org>
8560
8561         * smime.el (smime-ask-passphrase): New function.
8562         (smime-sign-region): Use it.
8563         (smime-encrypt-cipher): New variable.
8564         (smime-decrypt-region): Ditto.
8565
8566 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
8567         Committed by Simon Josefsson  <simon@josefsson.org>
8568
8569         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
8570         the log.
8571
8572 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8573
8574         *gnus.el: Oort Gnus v0.02 is released.
8575
8576 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
8577
8578         * gnus.el: Oort Gnus v0.01 is released.
8579
8580 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8581
8582         * gnus-sum.el (gnus-summary-highlight): Highlight read
8583         undownloaded articles as read articles.
8584
8585         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
8586         (gnus-agent-get-undownloaded-list): Mark all undownloaded
8587         articles, even read ones, as such.
8588
8589         * gnus-sum.el (gnus-summary-find-matching): Clean up.
8590         (gnus-find-matching-articles): New function.
8591         (gnus-summary-limit-include-matching-articles): New command.
8592         (gnus-summary-limit-include-thread): Include articles that have
8593         matching subjects.
8594         (gnus-offer-save-summaries): Clean up.
8595
8596 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8597
8598         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
8599
8600 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8601         From Jason Merrill <jason_merrill@redhat.com>
8602
8603         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
8604
8605 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
8606         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8607
8608         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
8609         newsgroup names when the original article is a news message.
8610
8611 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8612
8613         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
8614         supported. Suggest by Jim Meyering <jim@meyering.net>.
8615
8616 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
8617         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
8618
8619         * nnmail.el (nnmail-split-it): Added check for .* at the end of
8620         regexp in nnmail-split-fancy.
8621
8622 2001-04-10  Simon Josefsson  <simon@josefsson.org>
8623
8624         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
8625
8626 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
8627
8628         * message.el (message-send-mail): Improve the interaction with the
8629         user.
8630
8631 2001-04-10  Simon Josefsson  <simon@josefsson.org>
8632
8633         * imap.el (imap-message-copy): Work around buggy servers that
8634         doesn't send TRYCREATE tags.
8635
8636 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
8637
8638         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
8639
8640 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8641
8642         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
8643         date.
8644
8645 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8646
8647         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
8648         lives.
8649
8650 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8651
8652         * gnus-art.el (gnus-parse-news-url): New function.
8653         (gnus-button-handle-news): New function.
8654         (gnus-button-alist): Point to new functions.
8655
8656         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
8657
8658         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
8659         gnus-format-specs.
8660
8661         * message.el (message-check-news-header-syntax): Question even
8662         when Gnus doesn't know the group names.
8663         (message-send-news): Clean up.
8664
8665         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
8666         exited on purpose without saving.
8667
8668         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
8669
8670 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8671
8672         * gnus-score.el (gnus-score-orphans): Clean up.
8673
8674         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
8675
8676         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
8677         later.
8678
8679         * gnus-start.el (gnus-close-all-servers): Find the right items to
8680         close.
8681
8682         * qp.el (quoted-printable-decode-region): Just message
8683         malformation; don't quit.
8684
8685 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8686         From Gerd Moellmann <gerd@gnu.org>.
8687
8688         * gnus.el (gnus-interactive): A typo.
8689
8690 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
8691         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8692
8693         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
8694         `assq-delete-all', if that function exists; otherwise use the old
8695         definition. Documentation changed to match the one in
8696         `assq-delete-all'.
8697
8698 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8699
8700         * gnus-start.el (gnus-close-all-servers): New function.
8701
8702         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
8703         (gnus-server-remove-denials): Clean up.
8704
8705         * gnus-sum.el (gnus-summary-sort-by-original): New command and
8706         keystroke.
8707
8708 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8709
8710         * message.el (message-send-news): Message where we are sending.
8711         (message-send-mail): Ditto.
8712
8713         * gnus.el (gnus-server-string): New function.
8714
8715         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
8716
8717         * mm-decode.el (mm-default-directory): Customized.
8718         (mm-tmp-directory): Ditto.
8719
8720         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
8721         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
8722         or Chars.
8723         (gnus-summary-line-format-alist): ?l is now a string.
8724         (gnus-summary-prepare-threads): Output ? for unknown lines.
8725         (gnus-summary-insert-line): Ditto.
8726         (gnus-summary-print-article): Unbalanced parentheses.
8727
8728         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
8729         out whether new stuff has arrived.
8730
8731 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
8732
8733         * gnus-sum.el: Let printing work on ttys on Emacs.
8734
8735 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8736
8737         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
8738         when forcing news.
8739
8740         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
8741         command.
8742
8743 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
8744
8745         * message.el (message-set-auto-save-file-name): Don't use
8746         asterisks under nt.
8747
8748 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8749
8750         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
8751         lists of articles.
8752
8753         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
8754
8755         * gnus-msg.el (gnus-put-message): Clean up.
8756         (gnus-summary-reply): Mark all replied-to articles as replied to.
8757         (gnus-inews-add-send-actions): Also mark as forwarded.
8758         (gnus-summary-mail-forward): Mark as forwarded.
8759
8760         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
8761         of articles.
8762         (gnus-summary-mark-article-as-forwarded): Ditto.
8763
8764         * gnus-msg.el (gnus-summary-resend-message): Mark article as
8765         forwarded.
8766         (gnus-summary-mail-forward): Clean up.
8767
8768         * gnus.el (gnus-article-mark-lists): Added forward.
8769
8770         * gnus-sum.el (gnus-forwarded-mark): New variable.
8771         (gnus-summary-prepare-threads): Use it.
8772         (gnus-summary-update-secondary-mark): Ditto.
8773         (gnus-newsgroup-forwarded): New variable.
8774
8775 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8776
8777         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
8778         (gnus-summary-very-wide-reply): New command and keystroke.
8779         (gnus-summary-very-wide-reply-with-original): Ditto.
8780
8781         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
8782         (gnus-score-adaptive): Use it.
8783
8784         * gnus-start.el (gnus-get-unread-articles): Clean up.
8785
8786 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8787
8788         * nnultimate.el (nnultimate-retrieve-headers): Work for other
8789         boards.
8790
8791 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
8792
8793         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
8794         * gnus-start.el (gnus-subscribe-newsgroup): use it.
8795
8796 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8797
8798         * nnultimate.el (nnultimate-retrieve-headers): Understand
8799         long-form month names.
8800
8801 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8802
8803         * gnus-sum.el (gnus-summary-show-all-headers):
8804         gnus-article-show-all-headers is broken. Use
8805         gnus-summary-toggle-header instead.
8806
8807         * mml2015.el (mml2015-gpg-extract-from): No error.
8808
8809 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8810         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
8811
8812         * mml2015.el (mml2015-gpg-extract-from): New function.
8813         (mml2015-gpg-verify): Use it.
8814         (mml2015-gpg-clear-verify): Use it.
8815
8816 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8817
8818         * message.el (message-setup-fill-variables): Use
8819         fill-paragraph-function.
8820         (message-fill-paragraph): Take an argument.
8821         (message-newline-and-reformat): Take another argument.
8822
8823 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8824
8825         * message.el (rmail-output): It is in rmailout.el not rmail.el.
8826
8827 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8828
8829         * message.el (message-forward): local-variable-p takes an extra
8830         argument in XEmacs.
8831
8832 2001-03-16  Simon Josefsson  <simon@josefsson.org>
8833
8834         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
8835         `nnimap-use-nov-p' (it really tested the negative).
8836         (nnimap-retrieve-headers): Use it.
8837
8838 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8839
8840         * message.el (message-generate-headers-first): Update doc.
8841
8842 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
8843
8844         * gnus.el (gnus-summary-line-format): Typo.
8845
8846 2001-03-11  Simon Josefsson  <simon@josefsson.org>
8847
8848         * mailcap.el (mailcap-mime-data): Add application/sieve.
8849         (mailcap-mime-extensions): Add .siv, .xls.
8850
8851 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8852         From Christoph Conrad <christoph.conrad@gmx.de>
8853
8854         * gnus-score.el (gnus-summary-lower-thread): Typo.
8855
8856 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8857
8858         * message.el (message-forward-decoded-p): New variable.
8859         (message-forward-subject-author-subject): Use it.
8860         (message-make-forward-subject): Use it.
8861         (message-forward): Use it.
8862
8863         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
8864
8865         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
8866         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
8867
8868 ;;Has been fixed -- zsh.
8869 ;;2001-03-05  Dave Love  <fx@gnu.org>
8870 ;;
8871 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
8872 ;;      Move it after definition of mm-coding-system-p.
8873 ;;
8874 2001-03-01  Dave Love  <fx@gnu.org>
8875
8876         * mm-util.el (mm-inhibit-file-name-handlers): Add
8877         image-file-handler.
8878
8879 2001-02-11  Dave Love  <fx@gnu.org>
8880
8881         * message.el (message-signature-file): Fix doc, :type.
8882
8883 2001-02-08  Dave Love  <fx@gnu.org>
8884
8885         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
8886         (message-posting-charset): Defvar when compiling again.
8887         (rfc2047-encodable-p): Require message.
8888
8889         * gnus-sum.el (gnus-alter-articles-to-read-function):
8890         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
8891
8892 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8893
8894         * nnrss.el: New file.
8895
8896 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
8897         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8898
8899         * rfc2047.el (rfc2047-unfold-region): Fix arg of
8900         `skip-chars-forward'.
8901
8902 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8903
8904         * nndraft.el (nndraft-request-group): Restore auto save files if
8905         the original files do not exist.
8906
8907 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8908
8909         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
8910         SCORE paths.
8911
8912         * mm-decode.el (mm-dissect-buffer): Call
8913         mail-extract-address-components only if necessary.
8914
8915 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8916
8917         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
8918         directory part.
8919         (gnus-score-search-global-directories): Use file-directory-p.
8920
8921         * gnus-score.el (gnus-score-score-files-1): Use
8922         gnus-kill-files-directory.
8923         From Adrian Aichner <adrian@xemacs.org>.
8924
8925 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8926
8927         * gnus.el (charset): Move here from gnus-sum.el.
8928
8929 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8930
8931         * mml.el (mml-preview): Disable local map.
8932
8933         * gnus-sum.el (gnus-summary-make-menu-bar): Make
8934         gnus-article-post-menu here.
8935
8936         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
8937         if it has not been made.
8938
8939 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8940
8941         * gnus-art.el (gnus-article-describe-key): Map key to event.
8942         (gnus-article-describe-key-briefly): Ditto
8943
8944 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8945
8946         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
8947
8948 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8949         From Katsumi Yamaoka <yamaoka@jpl.org>.
8950
8951         * dgnushack.el (coerce, merge, subseq): defmacro.
8952
8953 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8954
8955         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
8956         A fake defalias in nndraft.el results a not-activated bug in
8957         uncompiled versions.
8958
8959 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
8960         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8961
8962         * gnus-util.el (gnus-split-references): Handle malformed References:.
8963
8964 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8965
8966         * gnus-art.el (gnus-article-mime-part-status): 1 part.
8967
8968 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8969         From NAGY Andras <nagya@inf.elte.hu>.
8970
8971         * gnus.el (gnus-parameters): Typo.
8972
8973 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8974
8975         * gnus.el (gnus-read-method): Remove redundancy.
8976
8977 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8978
8979         * nnslashdot.el (nnslashdot-backslash-url): New variable.
8980         (nnslashdot-request-list): Use it.
8981
8982 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8983
8984         * nnml.el (nnml-generate-active-info): Fix the case when there is
8985         no file.
8986
8987         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
8988         (gnus-summary-create-article): New function.
8989
8990         * gnus-group.el (gnus-group-mark-article-read): New function.
8991
8992         * gnus-msg.el (gnus-inews-do-gcc): Use it.
8993
8994         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
8995
8996 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8997
8998         * gnus-art.el (gnus-article-edit-done): Don't use
8999         gnus-article-edit-exit.
9000         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
9001
9002         * gnus.el (gnus-parameters): New variable.
9003         Suggested by NAGY Andras <nagya@inf.elte.hu>.
9004         (gnus-parameters-get-parameter): New function.
9005         (gnus-group-find-parameter): Use it.
9006
9007 2001-02-23  Simon Josefsson  <simon@josefsson.org>
9008
9009         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
9010         change of default value to `current'.
9011
9012 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9013
9014         * nneething.el (nneething-get-head): Insert unreadable file too.
9015
9016 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9017
9018         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
9019
9020         * webmail.el (webmail-type-definition): Deja is bought by google.
9021
9022 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9023
9024         * gnus-sum.el (gnus-fetch-headers): New function.
9025         (gnus-select-newsgroup): Use it.
9026         (gnus-summary-insert-articles): New function.
9027         (gnus-summary-insert-old-articles): New function.
9028         (gnus-summary-insert-new-articles): New function.
9029
9030         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
9031         (gnus-group-list-active): Ditto.
9032         * gnus-sum.el (gnus-set-mode-line): Ditto.
9033         (gnus-summary-read-group-1): Ditto.
9034
9035 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9036
9037         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
9038         current topic.
9039
9040 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9041
9042         * smiley.el (gnus-smiley-display): Don't do widening.
9043
9044         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
9045         within body.
9046
9047         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
9048
9049         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
9050         New variable.
9051         (gnus-mime-display-multipart-related-as-mixed): New variable.
9052         (gnus-mime-display-part): Use them.
9053
9054 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9055
9056         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
9057         something special.
9058
9059 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9060
9061         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
9062         (nnweb-request-article): Call reference if exists.
9063         (nnweb-type-definition): Dejanews is bought by google.com.
9064         Beta!
9065
9066 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9067
9068         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
9069
9070 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9071
9072         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
9073         gnus-article-sort-functions.
9074         (gnus-article-sort-functions): Doc fix.  Refer to
9075         gnus-thread-sort-functions.
9076
9077 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9078         From Paul Jarc <prj@po.cwru.edu>.
9079
9080         * message.el (message-get-reply-headers): More fixes.
9081
9082 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
9083         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9084
9085         * message.el (message-get-reply-headers): Fix bug with
9086         Mail-Followup-To/to-address interaction.
9087
9088 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9089
9090         * gnus-msg.el (gnus-configure-posting-styles): Match header in
9091         gnus-article-copy.
9092
9093 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9094
9095         * message.el (message-do-send-housekeeping): Rename to a better
9096         name.
9097
9098 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9099
9100         * message.el (message-cancel-news): Check article first, then ask
9101         yes or no.
9102
9103 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9104
9105         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
9106
9107 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9108
9109         * gnus-range.el (gnus-range-normalize): New function.
9110
9111 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
9112
9113         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
9114
9115 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9116
9117         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
9118
9119         * nnagent.el (nnagent-request-regenerate): New function.
9120
9121         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
9122
9123         * nnml.el (nnml-generate-nov-databases): Accept argument
9124         server. Don't open server if it is opened.
9125         (nnml-request-regenerate): Use it. Change to deffoo.
9126
9127 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9128         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9129
9130         * gnus.el (gnus-define-group-parameter): Fix.
9131
9132 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9133
9134         * gnus.el (gnus-define-group-parameter): Improved.
9135
9136         * gnus-sum.el (charset): Define parameter.
9137         (ignored-charsets): Ditto.
9138         (gnus-summary-setup-default-charset): Use them.
9139
9140         * gnus-start.el (gnus-read-descriptions-file): Use them.
9141
9142         * gnus-cus.el (gnus-group-parameters): Remove them.
9143
9144 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9145
9146         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
9147
9148 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9149
9150         * gnus-sum.el (gnus-summary-read-group-1): Remove
9151         gnus-summary-set-local-parameters.
9152         (gnus-summary-setup-buffer): Put it here.
9153
9154 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9155
9156         * gnus.el (to-address): Define parameter.
9157         (to-list): Ditto.
9158         * gnus-art.el (article-hide-boring-headers): Use them.
9159         * gnus-msg.el (gnus-post-news): Ditto.
9160         * gnus-cus.el (gnus-group-parameters): Remove them.
9161
9162 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9163
9164         * gnus-draft.el (gnus-draft-reminder): New function.
9165
9166         * gnus-art.el (gnus-sender-save-name): New function.
9167
9168 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9169
9170         * mm-util.el (mm-mime-charset): Error message.
9171
9172 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9173
9174         * message.el (message-check-news-body-syntax): Don't check mml lines.
9175
9176 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9177
9178         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
9179         subscribe.
9180
9181         * gnus-start.el (gnus-call-subscribe-functions): New function.
9182         (gnus-find-new-newsgroups): Use it.
9183         (gnus-ask-server-for-new-groups): Use it.
9184         (gnus-check-first-time-used): Use it.
9185         (gnus-subscribe-newsgroup-method): Grok a list of functions.
9186         (gnus-subscribe-options-newsgroup-method): Ditto.
9187         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
9188         return .
9189
9190 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9191
9192         * gnus-cus.el (gnus-score-customize): Doc fix.
9193
9194 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
9195
9196         * dgnushack.el (my-getenv): Typo.
9197
9198 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9199
9200         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
9201
9202 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9203
9204         * gnus-group.el (gnus-group-suspend): Offer save summaries.
9205
9206         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
9207         (gnus-treatment-function-alist): Use it.
9208         (article-remove-leading-whitespace): New function.
9209         (gnus-article-make-menu-bar): Use it.
9210
9211         * gnus-sum.el (gnus-summary-wash-empty-map): Add
9212         remove-leading-whitespace.
9213         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
9214         because of conflict.
9215
9216 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9217
9218         * Makefile.in: Hack generating gnus-load.el.
9219         * dgnushack.el: Ditto.
9220         * gnus-load.el: Remove it.
9221
9222 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9223
9224         * dgnushack.el : Add URLDIR.
9225
9226         * Makefile.in (EMACS_COMP): Ditto.
9227
9228 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9229
9230         * gnus-cus.el (gnus-score-customize): Error on no score file.
9231
9232 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9233
9234         * mm-decode.el (mm-merge-handles): New function.
9235
9236         * mm-view.el (mm-inline-message): Use it.
9237         (mm-view-message): Ditto.
9238
9239         * mm-partial.el (mm-inline-partial): Ditto.
9240
9241         * mm-extern.el (mm-inline-external-body): Ditto.
9242
9243         * gnus-art.el (gnus-mime-view-part): Ditto.
9244         (gnus-mime-view-part-as-type): Ditto.
9245         (gnus-mime-save-part-and-strip): Prevent users to strip in some
9246         cases.
9247
9248 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9249
9250         * message.el (message-cancel-news): Allow to shoot foot.
9251         (message-supersede): Ditto.
9252
9253 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
9254
9255         * gnus-sum.el (gnus-simplify-subject-re): Use
9256         message-subject-re-regexp.
9257
9258 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9259
9260         * nnmail.el (nnmail-expiry-target-group): Bind
9261         nnmail-cache-accepted-message-ids to nil.
9262
9263         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
9264         coding system.
9265
9266 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9267
9268         * qp.el (quoted-printable-encode-region): Make sure characters are
9269         between 00 and FF.  Don't check charset.
9270
9271         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
9272         in Emacs 20.
9273         * rfc2047.el (rfc2047-q-encode-region): Ditto.
9274
9275 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9276
9277         * message.el (message-make-forward-subject): Argument decoded.
9278         (message-forward): Use it when digest.
9279
9280         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
9281         buffer.
9282
9283 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9284
9285         * message.el (message-generate-headers-first): Doc fix.
9286
9287 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9288
9289         * gnus-art.el (article-make-date-line): Error proof.
9290
9291 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9292
9293         * gnus-group.el (gnus-group-listing-limit): New variable.
9294         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
9295
9296         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
9297
9298 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9299
9300         * message.el (message-newline-and-reformat): Special case for
9301         breaking at BOL.
9302
9303 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
9304
9305         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
9306         message/rfc822.
9307
9308 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9309
9310         * message.el (message-encode-message-body): Don't insert
9311         Content-Type if it is inside a mail.
9312
9313 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9314
9315         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
9316         gnus-article-commands-menu.
9317
9318         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
9319         in Emacs.
9320
9321         * gnus-start.el (gnus-read-descriptions-file): Use
9322         gnus-group-name-charset and gnus-group-charset-alist.
9323
9324 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9325
9326         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
9327         active region.
9328
9329         * gnus-start.el (gnus-group-change-level): Remove from both
9330         gnus-zombie-list and gnus-killed-list.
9331
9332 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9333
9334         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
9335         gnus-subscribe-topics.
9336
9337         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
9338
9339 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9340
9341         * gnus-art.el (gnus-article-make-menu-bar): Make
9342         gnus-article-post-menu.
9343
9344         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
9345
9346         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
9347
9348         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
9349
9350         * message.el (message-mode-menu): Ditto.
9351
9352         * gnus-art.el (defvar): eval-when-compile.
9353
9354 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9355
9356         * gnus-agent.el (gnus-agentize): Fix doc.
9357
9358 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
9359
9360         * mml.el (mml-preview): Bind `q'.
9361
9362 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9363
9364         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
9365
9366 2001-01-31  Dave Love  <fx@gnu.org>
9367
9368         * mm-util.el (mm-mime-mule-charset-alist)
9369         (mm-find-mime-charset-region): Consider mule-utf-8.
9370
9371 2001-01-31  Dave Love  <fx@gnu.org>
9372
9373         * gnus-art.el (gnus-article-x-face-command)
9374         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
9375         :version.
9376
9377 2001-01-26  Dave Love  <fx@gnu.org>
9378
9379         * mm-util.el (mm-multibyte-string-p): New.
9380
9381 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
9382 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
9383 ;;      string-as-multibyte on class.  Clarify line-folding.
9384         (quoted-printable-encode-string): Make temp buffer inherit
9385         string's multibyteness.
9386
9387 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
9388
9389         * nnheader.el (toplevel): Don't require `gnus-util' at
9390         compile-time; this creates a circular dependency, and prevents
9391         a bootstrap.
9392
9393 2001-01-22  Andreas Schwab  <schwab@suse.de>
9394
9395         * nnheader.el (gnus-delete-line): Autoload it as a macro.
9396
9397 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9398
9399         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
9400
9401         * gnus-art.el (article-hide-list-identifiers): Ditto.
9402
9403         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
9404
9405 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9406
9407         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
9408
9409         * gnus-art.el (article-hide-list-identifiers): Similar.
9410
9411 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
9412
9413         * nnmail.el (nnmail-remove-list-identifiers): Improved.
9414
9415 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9416
9417         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
9418
9419 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9420
9421         * gnus-util.el (gnus-string-equal): New function.
9422
9423         * gnus-art.el (article-hide-boring-headers): Use it.
9424
9425 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
9426
9427         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
9428
9429 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9430
9431         * gnus-msg.el (gnus-msg-mail): Support switch-action.
9432
9433 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9434
9435         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
9436         command if there is not last-saver.
9437
9438 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9439
9440         * nntp.el (nntp-open-connection): 201 is possible.
9441
9442 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9443
9444         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
9445         (rfc2047-charset-encoding-alist): Add big5.
9446
9447 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9448
9449         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
9450         (gnus-agent-remove-server): Ditto.
9451         (autoload): gnus-server-update-server.
9452
9453         * gnus-srvr.el (gnus-server-line-format): Add %a.
9454         (gnus-server-line-format-alist): Add gnus-tmp-agent.
9455         (gnus-server-insert-server-line): Use it.
9456
9457 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9458
9459         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
9460         GB2312 and Big5.
9461
9462 2001-01-24  Simon Josefsson  <sj@extundo.com>
9463
9464         * mail-source.el (mail-sources): Add :program specifier to IMAP
9465         mail source.
9466         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
9467
9468 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9469
9470         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
9471
9472 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9473
9474         * nntp.el (nntp-wait-for): Return the success code.
9475         (nntp-open-connection): Use it.
9476
9477 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9478
9479         * gnus-int.el (gnus-check-server): Allow breaking the opening.
9480
9481 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9482
9483         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
9484
9485 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9486
9487         * gnus-sum.el (gnus-summary-print-article): Take one prefix
9488         argument. Allow to print several articles in one file.
9489
9490 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9491
9492         * webmail.el (webmail-type-definition): netaddress changes.
9493
9494 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9495
9496         * gnus.el: Fix copyright. Remove trailing spaces.
9497
9498         * message.el (message-forward): Use mule4.
9499
9500 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9501
9502         * mm-util.el (mm-string-as-unibyte): New function.
9503
9504         * message.el (message-forward): Use it.
9505
9506 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9507
9508         * message.el (message-cite-original-without-signature): Don't peel
9509         off the blank line.
9510         (message-get-reply-headers): Add Cc if it is not in follow-to.
9511
9512 2001-01-20  Simon Josefsson  <sj@extundo.com>
9513
9514         * mm-decode.el (mm-handle-multipart-from): Add.
9515         (mm-dissect-buffer): Save From: header value.
9516         (mm-security-from): Remove.
9517         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
9518
9519         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
9520         instead of `mml-security-from'.  Protect null from value.
9521
9522 2001-01-20  Simon Josefsson  <sj@extundo.com>
9523
9524         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
9525         application/vnd.ms-excel attachments.
9526
9527 2001-01-19  Simon Josefsson  <sj@extundo.com>
9528
9529         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
9530
9531 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9532
9533         * message.el (message-ignored-mail-headers): Ditto.
9534
9535 2001-01-19  Simon Josefsson  <sj@extundo.com>
9536
9537         * message.el (message-ignored-news-headers): Only search beginning
9538         of line.
9539
9540 2001-01-19  Alberto Lusiani  <a.lusiani@noemail.org>
9541
9542         * message.el (message-send-mail): Content-Type may not be there.
9543
9544 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9545
9546         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
9547         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
9548
9549         * gnus-art.el (article-display-x-face): Insert X-Face if there is
9550         not.
9551
9552 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9553
9554         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
9555         non-native groups.
9556
9557 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9558
9559         * message.el (message-yank-original): Understand
9560         universal-argument.
9561
9562 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9563
9564         * gnus-art.el (gnus-boring-article-headers): Add to-address.
9565         (article-hide-boring-headers): Ditto.
9566
9567         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
9568
9569 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9570
9571         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
9572         one.
9573
9574 2001-01-16  Simon Josefsson  <simon@josefsson.org>
9575
9576         * message.el (message-make-in-reply-to): Add comment to message-id
9577         (old syntax, see 2000-08-02 change).
9578
9579 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9580
9581         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
9582         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
9583         (gnus-button-reply): Ditto.
9584
9585 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9586
9587         * gnus-art.el (article-display-x-face): Fix.
9588
9589 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9590
9591         * gnus-art.el (article-display-x-face): Use
9592         gnus-original-article-buffer.
9593
9594 2001-01-15  Jack Twilley  <jmt@tbe.net>
9595
9596         * message.el (message-add-header): Move to point-max.
9597
9598 2001-01-15  Simon Josefsson  <simon@josefsson.org>
9599
9600         * smime.el (smime-CA-directory, smime-CA-file): Change default to
9601         nil, improve documentation.
9602         (smime-certificate-directory): Comment out false hints (until it
9603         is implemented).
9604
9605         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
9606         there aren't any keys.
9607         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
9608         verify certificate.  Default is changed to only check integrity.
9609         Improved security status texts.  If a certificate doesn't contain
9610         a email address, don't fail.
9611
9612         * smime.el (smime-noverify-region):
9613         (smime-noverify-buffer): New functions.  Verifies integrity only.
9614
9615 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9616
9617         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
9618
9619 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9620
9621         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
9622         (gnus-remove-some-windows): Ditto.
9623
9624 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9625
9626         * gnus-art.el (article-make-date-line): 11th.
9627
9628 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9629
9630         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
9631         (mml2015-gpg-sign): Ditto.
9632
9633 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9634
9635         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
9636         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
9637
9638 2001-01-08  Dave Love  <fx@gnu.org>
9639
9640         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
9641         single character.
9642
9643         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
9644
9645         * message.el: Doc and message fixes.
9646         (message-send-rename-function)
9647         (message-make-forward-subject-function)
9648         (message-send-mail-function, message-reply-to-function)
9649         (message-wide-reply-to-function, message-followup-to-function)
9650         (message-distribution-function, message-auto-save-directory): Fix
9651         :type.
9652
9653         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
9654         proceeding after warnings.  Amend multipart warning message.
9655
9656 2001-01-04  Dave Love  <fx@gnu.org>
9657
9658         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
9659         compiling.
9660         (gnus-make-directory): Require nnmail.
9661
9662         * mm-decode.el (mm-inline-media-tests): Add
9663         image/x-portable-bitmap.
9664         (mm-get-image): Grok pbm.
9665
9666 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
9667
9668         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
9669
9670 2001-01-09  Didier Verna  <didier@xemacs.org>
9671
9672         * dgnushack.el (dgnushack-compile): give a dummy value to
9673         `gnus-xmas-glyph-directory' for the time of compilation.
9674         * gnus-agent.el: moved some XEmacs specific hook add-ons from
9675         `gnus-xmas-[re]define' to avoid loosing user custom settings.
9676         * gnus-art.el: ditto.
9677         * gnus-group.el: ditto.
9678         * gnus-salt.el: ditto.
9679         * gnus-sum.el: ditto.
9680         * gnus-topic.el: ditto.
9681         * gnus-xmas.el (gnus-xmas-define): see above.
9682         * gnus-xmas.el (gnus-xmas-redefine): see above.
9683         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
9684         non-continuable error when the directory can't be found.
9685
9686 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9687
9688         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
9689         handle.
9690         * gnus-art.el (gnus-mime-view-part): Copy it.
9691         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
9692
9693 2001-01-09  Michael Downes  <mjd@ams.org>
9694
9695         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
9696
9697 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9698
9699         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
9700         orig-file. Use ',source.
9701
9702 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9703
9704         * gnus-xmas.el (gnus-xmas-modeline-glyph):
9705         (gnus-xmas-group-startup-message):
9706         Detect gnus-xmas-glyph-directory when it is nil.
9707
9708 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9709
9710         * pop3.el (pop3-get-message-count): Andrew Innes
9711         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
9712
9713 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9714
9715         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
9716
9717         * time-date.el (time-to-number-of-days): New function.
9718
9719 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
9720
9721         * nnslashdot.el (nnslashdot-request-list): Always get the right
9722         sid.
9723
9724 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9725
9726         * message.el (message-minibuffer-local-map): New keymap.
9727         (message-read-from-minibuffer): Use it.
9728         * gnus-msg.el (gnus-summary-resend-message): Use it
9729
9730 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9731
9732         * gnus-start.el (gnus-display-time-event-handler): New function.
9733         (gnus-after-getting-new-news-hook): Use it.
9734
9735 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9736
9737         * message.el (message-ignored-mail-headers): Add draft header.
9738
9739 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9740
9741         * gnus-sum.el (gnus-summary-expire-articles): Don't save
9742         excursion.
9743
9744         * nnslashdot.el (nnslashdot-request-list): Get the right year.
9745
9746 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
9747
9748         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
9749
9750 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9751
9752         * qp.el (quoted-printable-decode-region): Don't backward-char.
9753
9754 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9755
9756         * gnus-draft.el: Mark articles as replied.
9757
9758         * gnus-sum.el (gnus-summary-add-mark): New function.
9759
9760         * gnus-group.el (gnus-add-mark): New function.
9761
9762         * gnus-sum.el (gnus-summary-buffer-name): New function.
9763         (gnus-summary-setup-buffer): Use it.
9764
9765         * gnus-draft.el: Set things up with the right post method and
9766         stuff.
9767
9768         * message.el (message-ignored-news-headers): Remove X-Draft-From.
9769
9770         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
9771
9772         * gnus.el (gnus-draft-meta-information-header): New variable.
9773
9774 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9775
9776         * gnus-art.el (gnus-treatment-function-alist): Move the date
9777         functions before the header sorting functions.
9778
9779         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
9780
9781         * dgnushack.el (dgnushack-compile): Message whether there is w3.
9782         Don't (push "/usr/share/emacs/site-lisp" load-path).
9783
9784         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
9785         to empty fill prefixes.
9786
9787 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9788
9789         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
9790         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
9791
9792 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9793
9794         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
9795
9796         * nnml.el (autoload): Move to nnheader.el.
9797
9798         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
9799         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
9800         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
9801         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
9802
9803 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9804
9805         * gnus-art.el (article-make-date-line): Get the hours right.
9806         (gnus-ignored-headers): More hiding.
9807
9808         * nnmail.el (nnmail-expiry-wait): Not an integer.
9809
9810         * message.el (message-goto-body): Only expand abbrev when called
9811         interactively.
9812         (message-make-lines): Use it.
9813
9814 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9815
9816         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
9817
9818 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9819
9820         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
9821         include the expunged articles.
9822
9823         * gnus-group.el (gnus-group-sort-by-server): New function.
9824
9825         * gnus.el (gnus-method-to-server-name): New function.
9826         (gnus-group-prefixed-name): Use it.
9827
9828         * gnus-group.el (gnus-group-sort-function): Doc fix.
9829         (gnus-group-sort-groups-by-server): New command.
9830
9831 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9832
9833         * gnus-art.el (gnus-treat-date-english): New variable.
9834         (article-date-english): New command.
9835         (gnus-english-month-names): New variable.
9836         (article-make-date-line): Do 'english.
9837
9838         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
9839         after the fill prefix.
9840
9841         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
9842         score...".
9843
9844         * gnus-art.el (gnus-ignored-headers): Hide more headers.
9845
9846         * message.el (message-mode-map): Bind comment-region.
9847
9848         * gnus-art.el (gnus-mime-display-part): Let w3 display
9849         multipart/related.
9850
9851         * mm-bodies.el (mm-long-lines-p): New function.
9852         (mm-body-encoding): Use it.
9853         (mm-body-encoding): Encode articles with lines longer than 1000
9854         characters.
9855
9856 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9857
9858         * mm-util.el (mm-enable-multibyte): Use
9859         default-enable-multibyte-characters.
9860         (mm-enable-multibyte-mule4): Ditto.
9861         (mm-disable-multibyte): Test XEmacs.
9862         (mm-disable-multibyte-mule4): Ditto.
9863         (mm-with-unibyte-current-buffer): Simplified.
9864         (mm-with-unibyte-current-buffer-mule4): Ditto.
9865
9866 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9867
9868         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
9869
9870         * nnheader.el (nnheader-string-as-multibyte): New alias.
9871
9872         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
9873
9874         * gnus-uu.el (gnus-message-process-mark): New function.
9875         (gnus-uu-mark-by-regexp): Use it.
9876         (gnus-new-processable): New function.
9877
9878 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
9879
9880         * gnus-sum.el (gnus-no-mark): New variable.
9881
9882 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9883
9884         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
9885         backslashes.
9886
9887 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9888
9889         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
9890         definition.
9891
9892 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9893
9894         * dgnushack.el (dgnushack-compile): elc is in the current directory.
9895
9896         * qp.el (quoted-printable-encode-region): Don't check multibyte in
9897         XEmacs.
9898
9899 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
9900
9901         * mml.el (mml-read-tag): Save tag location.
9902
9903 2000-12-25  Simon Josefsson  <simon@josefsson.org>
9904
9905         * starttls.el: Sync with Emacs 21.
9906
9907 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9908
9909         * message.el (message-mail): Support yank-action.
9910
9911         * message.el (message-setup): Revoke the last change.
9912
9913 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9914
9915         * message.el (message-setup): Use cons. Suggested by Johan Vromans
9916         <jvromans@squirrel.nl>.
9917
9918 2000-12-24  Simon Josefsson  <sj@extundo.com>
9919
9920         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
9921         mailing list junk at end of part.
9922
9923 2000-12-23  Simon Josefsson  <sj@extundo.com>
9924
9925         * nnimap.el (nnimap-expiry-target): New function.
9926         (nnimap-request-expire-articles): Use it.
9927
9928 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9929
9930         * gnus.el (gnus-group-parameters-more): New variable.
9931         * gnus-cus.el (gnus-group-customize): Use it.
9932
9933         * gnus.el (gnus-define-group-parameter): New macro.
9934         (auto-expire): Use it
9935         (total-expire): Use it.
9936         * gnus-art.el (banner): Use it.
9937
9938         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
9939         <ljz@asfast.com>.
9940
9941 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9942
9943         * gnus-topic.el (gnus-topic-create-topic): Use list.
9944
9945         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
9946         before binding gnus-default-article-saver.
9947
9948         * gnus-sum.el (gnus-summary-save-article):
9949         (gnus-summary-pipe-output):
9950         (gnus-summary-save-article-mail):
9951         (gnus-summary-save-article-rmail):
9952         (gnus-summary-save-article-file):
9953         (gnus-summary-write-article-file):
9954         (gnus-summary-save-article-body-file): Ditto.
9955
9956         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
9957
9958 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9959
9960         * gnus-art.el (gnus-mime-security-button-map):
9961         (gnus-mime-button-map): Add parent.
9962
9963 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9964
9965         * messagexmas.el (message-xmas-redefine): New function.
9966
9967         * message.el: Use it.
9968
9969         * gnus-art.el (gnus-article-check-hidden-text): Return t.
9970
9971         * gnus-util.el (gnus-remove-text-properties-when): Return t.
9972
9973 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9974
9975         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
9976         malformatted messages.
9977
9978 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9979
9980         * mm-util.el (mm-image-load-path): New function.
9981
9982         * gnus-group.el (gnus-group-make-tool-bar): Use it.
9983
9984         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
9985
9986         * message.el (message-tool-bar-map): Use it.
9987
9988         * Makefile.in (install-el): New rule.
9989
9990 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9991
9992         * gnus-art.el (article-treat-dumbquotes): Quote \.
9993
9994 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9995
9996         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
9997         Emacs 20 runs on a terminal.
9998
9999 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10000
10001         * gnus-msg.el (gnus-bug): Revert to save-excursion.
10002
10003         * mml.el (gnus-add-minor-mode): Autoload.
10004
10005         * message.el (message-forward): Save-restriction.
10006
10007 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10008
10009         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
10010         Paul Stevenson <p.stevenson@surrey.ac.uk>
10011
10012 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10013
10014         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
10015
10016         * mml.el (gnus-ems): Don't require.
10017
10018         * gnus.el (gnus-decode-rfc1522): Removed.
10019         (gnus-set-text-properties): Define.
10020
10021 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10022
10023         * gnus-art.el (gnus-mime-*): handle may be nil.
10024
10025         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
10026
10027         * gnus.el (gnus-group-remove-excess-properties): Not defined
10028         in gnus-xmas.
10029
10030 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10031
10032         * message.el (message-mail-user-agent): Add :version.
10033
10034 2000-12-21  Miles Bader  <miles@gnu.org>
10035
10036         * message.el (message-mode): Set `comment-start' to the  yank prefix.
10037
10038 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10039
10040         * message.el (message-mail-user-agent): New variable.
10041         (message-setup): Renamed to message-setup-1. Support
10042         mail-user-agent.
10043         (message-mail-user-agent): New function.
10044         (message-mail): Use it.
10045         (message-reply): Use it.
10046         (message-resend): Use it.
10047         (message-mail-other-window): Use it.
10048         (message-mail-other-frame): Use it.
10049
10050         * gnus-msg.el (gnus-bug): Support mail-user-agent.
10051
10052 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10053
10054         * message.el (message-tool-bar-map): Simplify.
10055         (message-narrow-to-head-1): New function.
10056         (message-narrow-to-head): Use it.
10057         (message-reply): Ditto.
10058         (message-cancel-news): Ditto.
10059         (message-supersede): Ditto.
10060         (message-make-forward-subject): Ditto.
10061         (message-bounce): Ditto.
10062
10063 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10064
10065         * uudecode.el (uudecode-decode-region-external): make-temp-file
10066         may not be defined.
10067
10068         * binhex.el (defalias): eval-and-compile.
10069
10070         * message.el (message-tool-bar-map): New function.
10071         (message-mode): Use it.
10072
10073 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10074
10075         * nntp.el (nntp-find-connection): Remove the entry.
10076         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
10077
10078 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10079
10080         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
10081
10082         * message.el (message-forward): Copy buffer in unibyte mode.
10083
10084 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10085
10086         * message.el (message-make-forward-subject): Don't widen. Decode.
10087         (message-forward): Don't decode subject.
10088
10089 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
10090
10091         * qp.el (quoted-printable-encode-region): Upcase QP.
10092
10093 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10094
10095         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
10096         mail-extract-a-c instead. Don't depend on Gnus.
10097
10098         * mml.el (gnus-ems): Require it.
10099
10100         * gnus-msg.el (gnus-summary-mail-forward):
10101
10102         * message.el (message-forward):  Move mime-to-mml here.
10103
10104 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10105
10106         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
10107         * gnus-art.el (gnus-insert-mime-button): Simplify.
10108         (gnus-mime-display-alternative): Ditto.
10109         (gnus-insert-mime-security-button): Ditto.
10110
10111 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10112
10113         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
10114         text-property-not-all doesn't return nil when start=mark(end).
10115         (gnus-remove-text-properties-when): Ditto.
10116
10117 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10118
10119         * gnus-start.el (gnus-group-change-level): Remove group from
10120         gnus-active-hashtb if real killed.
10121
10122 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10123
10124         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
10125         (gnus-mime-display-alternative): Ditto.
10126         (gnus-insert-mime-security-button): Ditto.
10127
10128 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10129
10130         * gnus-start.el (gnus-group-change-level): Don't add it into
10131         killed-list if it was killed.
10132
10133 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10134
10135         * nnmbox.el (nnmbox-file-coding-system): Use binary.
10136         (nnmbox-active-file-coding-system): Ditto.
10137
10138         * gnus-cus.el (gnus-group-parameters): Add posting-style.
10139
10140 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10141
10142         * gnus.el (gnus-version):
10143         (gnus-version-number): Set to Oort Gnus 0.01.
10144
10145         * gnus-art.el (gnus-mime-security-button-map):
10146         (gnus-insert-mime-security-button): Fix for Emacs21.
10147
10148 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10149
10150         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
10151         easymenu, because XEmacs doesn't understand :help.
10152
10153         * mm-uu.el: Require binhex.
10154
10155 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10156
10157         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
10158
10159 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
10160
10161         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
10162
10163 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
10164
10165         * *.xpm, *.pbm: Convert icons icons to size 24x24.
10166
10167 2000-12-18  Dave Love  <fx@gnu.org>
10168
10169         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
10170         (unused).
10171
10172 2000-12-13  Miles Bader  <miles@gnu.org>
10173
10174         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
10175         to t, so that we don't get stuck while trying to smilefy
10176         intangible text.
10177
10178 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
10179
10180         * smiley-ems.el (smiley-regexp-alist): Make regexps match
10181         at the end of the buffer.
10182         (smiley-region): In the loop, move to the end of the submatch
10183         matching the smiley instead of using the end of the match
10184         of the whole regexp.
10185
10186 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
10187
10188         * message.el (message-mode): Doc fix.
10189
10190 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
10191
10192         * smiley-ems.el (smiley-region): Doc fix.
10193
10194 2000-12-11  Miles Bader  <miles@gnu.org>
10195
10196         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
10197         bottom line visible, check to see if it's partially obscured, and
10198         if so, either scroll one more line to make it fully visible, or
10199         revert to showing the second line from the top.
10200
10201 2000-12-07  Dave Love  <fx@gnu.org>
10202
10203         * mailcap.el (mailcap-download-directory)
10204         * gnus-audio.el (gnus-audio-directory)
10205         * smiley-ems.el (smiley-data-directory): Fix :type.
10206
10207 2000-11-30  Dave Love  <fx@gnu.org>
10208
10209         * message.el (message-auto-save-directory): Use
10210         file-name-as-directory.
10211         (message-set-auto-save-file-name): Create
10212         message-auto-save-directory if necessary.
10213         (message-replace-chars-in-string): Removed -- unused.
10214         (message-mail-alias-type): Customize.
10215         (message-headers): Remove duplicate defgroup.
10216
10217 2000-11-29  Dave Love  <fx@gnu.org>
10218
10219         * qp.el (quoted-printable-decode-region): Use error, not message
10220         to report malformed text (like base64).  Amend message.
10221
10222 2000-11-29  Miles Bader  <miles@gnu.org>
10223
10224         * message.el (message-header-lines): Fontify tag.
10225
10226 2000-11-27  Dave Love  <fx@gnu.org>
10227
10228         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
10229         compiler warning.
10230
10231 ;2000-11-26  Dave Love  <fx@gnu.org>
10232 ;
10233 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
10234 ;
10235 2000-11-23  Dave Love  <fx@gnu.org>
10236
10237         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
10238
10239         * mm-uu.el (uudecode): Require.
10240         (uudecode-decode-region, uudecode-decode-region-external): Don't
10241         autoload.
10242         (mm-uu-copy-to-buffer): Doc fix.
10243         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
10244         type fix.
10245
10246         * mailcap.el: Doc fixes.
10247         (mailcap-mime-data): Various adjustments.
10248         (mailcap): New group.
10249         (mailcap-download-directory): Customize.
10250         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
10251         (mailcap-temporary-directory): Deleted (unused).
10252         (mailcap-unescape-mime-test): Simplify slightly.
10253         (mailcap-viewer-passes-test): Use functionp.
10254         (mailcap-command-p): Aliased to executable-find.
10255
10256         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
10257         default-enable-multibyte-characters is nil.
10258
10259 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
10260
10261         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
10262
10263 2000-11-21  Dave Love  <fx@gnu.org>
10264
10265         * gnus-art.el (gnus-mime-button-map): Don't inherit from
10266         gnus-article-mode-map.
10267 ;       (gnus-mime-button-menu): Use mouse-set-point.
10268         (gnus-insert-mime-button, gnus-mime-display-alternative)
10269         (gnus-mime-display-alternative): Don't use local-map property.
10270
10271 2000-11-17  Dave Love  <fx@gnu.org>
10272
10273         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
10274         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
10275         and make-temp-file.
10276         (uudecode-decode-region): Doc fix.
10277
10278 2000-11-14  Dave Love  <fx@gnu.org>
10279
10280         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
10281         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
10282         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
10283         New files, derived from the XPMs.
10284
10285 2000-11-10  Dave Love  <fx@gnu.org>
10286
10287         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
10288         (gnus-agent-lib-file, gnus-agent-load-alist)
10289         (gnus-agent-save-alist, gnus-agent-article-name): Use
10290         expand-file-name.
10291
10292         * gnus-group.el (gnus-group-name-charset-method-alist): Add
10293         :version.
10294         (nnkiboze-score-file): Defvar when compiling.
10295
10296         * gnus-start.el (gnus-read-newsrc-file): Add :version.
10297
10298         * gnus-art.el (gnus-article-banner-alist)
10299         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
10300         (gnus-article-date-lapsed-new-header)
10301         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
10302         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
10303         (gnus-treat-strip-headers-in-body)
10304         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
10305         (gnus-treat-translate): Add :version.
10306         (gnus-article-mime-part-function): Fix defcustom.
10307
10308         * nnmail.el (nnmail-expiry-target)
10309         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
10310         (nnmail-split-header-length-limit): Add :version.
10311
10312         * gnus-sum.el (gnus-auto-expirable-marks)
10313         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
10314         (gnus-extra-headers, gnus-ignored-from-addresses)
10315         (gnus-newsgroup-ignored-charsets)
10316         (gnus-group-highlight-words-alist)
10317         (gnus-summary-show-article-charset-alist): Add :version.
10318
10319         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
10320         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
10321         files, converted from the XPMs.
10322
10323         * gnus-cache.el (gnus-cache-active-file): Don't use
10324         file-name-as-directory on directory.
10325         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
10326         use file-name-as-directory on directory.
10327
10328         * time-date.el (timezone-make-date-arpa-standard): Autoload.
10329         (date-to-time): Use it.
10330
10331 ;       * message.el (message-mode) <adaptive-fill-regexp>:
10332 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
10333 ;       (message-newline-and-reformat): Likewise.
10334         (message-forward-as-mime, message-forward-ignored-headers)
10335         (message-buffer-naming-style, message-default-charset)
10336         (message-dont-reply-to-names, message-send-mail-partially-limit):
10337         Add :version.
10338
10339         * mm-util.el: Doc fixes.
10340         (mm-mime-charset): Don't use the raw result of
10341         mm-preferred-coding-system.
10342         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
10343         (mm-with-unibyte): Simplify.
10344
10345         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
10346         concat.
10347
10348         * pop3.el (pop3-version): Deleted.
10349         (pop3-make-date): New function, avoiding message-make-date.
10350         (pop3-munge-message-separator): Use it.
10351
10352 2000-11-09  Dave Love  <fx@gnu.org>
10353
10354         * gnus-group.el (gnus-group-make-directory-group)
10355         (gnus-group-fetch-faq): Use expand-file-name.
10356         (gnus-group-fetch-faq): Simplify completing-read form.
10357
10358         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
10359         test for Mule.
10360
10361         * message.el (tool-bar-map): Defvar when compiling.
10362
10363         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
10364         (gnus-tm-lisp-directory): Deleted.
10365         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
10366         (featurep 'xemacs).
10367         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
10368         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
10369         version numbers from file names.
10370
10371 2000-11-08  Dave Love  <fx@gnu.org>
10372
10373         * mm-view.el: Use featurep for XEmacs test.
10374         (mm-inline-message): Test for `remove-specifier'; don't use
10375         condition-case.
10376
10377         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
10378
10379         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
10380         (gnus-score-find-bnews): Don't concat "".
10381
10382         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
10383         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
10384         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
10385         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
10386
10387         * gnus-sum.el: Put some defvars in eval-when-compile.
10388         (gnus-summary-mode-hook): Add :options.
10389         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
10390         (gnus-summary-tool-bar-map): New variable.
10391         (gnus-summary-make-tool-bar): New function.
10392         (gnus-summary-mode): Put kill-all-local-variables first.
10393
10394         * gnus-group.el (gnus-group-toolbar-map): New variable.
10395         (gnus-group-make-tool-bar): Rewritten.
10396         (gnus-group-mode): Put kill-all-local-variables first.
10397
10398         * rfc2047.el: Require gnus-util.
10399
10400         * nnml.el (gnus-sorted-intersection): Autoload.
10401
10402         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
10403         Put some defvars in eval-when-compile.
10404         (gnus-intersection, gnus-sorted-complement):  Autoload.
10405
10406         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
10407
10408         * mm-encode.el (mm-body-7-or-8): Autoload.
10409
10410         * mm-decode.el (mm-insert-inline): Autoload.
10411
10412         * mml.el:
10413         * message.el: Put some defvars in eval-when-compile.
10414
10415         * gnus-msg.el: Put some defvars in eval-when-compile.
10416         (gnus-msg-mail): Move after gnus-setup-message.
10417
10418         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
10419
10420 2000-11-07  Dave Love  <fx@gnu.org>
10421
10422         * gnus-util.el (nnheader): Don't require message (recursive
10423         autoload).
10424
10425         * uudecode.el: Avoid compiler warnings.
10426
10427         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
10428         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
10429
10430 2000-11-06  Dave Love  <fx@gnu.org>
10431
10432         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
10433
10434         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
10435         (uudecode-char-int): New alias, replacing char-int.
10436         (uudecode-decode-region): Don't call buffer-disable-undo.
10437
10438 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
10439 ;       (mm-uu-configure-list): Doc fix.
10440 ;
10441 ;       * earcon.el (running-xemacs): Don't define.
10442 ;
10443 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
10444 ;
10445 ;       * message.el (message-font-lock-keywords): Match a final newline
10446 ;       to help font-lock's multiline support.
10447 ;
10448 2000-11-03  Dave Love  <fx@gnu.org>
10449
10450         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
10451
10452         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
10453         name.
10454
10455         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
10456         <banner>: Fix custom type, doc.
10457
10458         * mm-decode.el (mm-display-external): Space-prefix temp buffer
10459         name.  Don't disable undo explicitly.
10460
10461 ;2000-11-02  Dave Love  <fx@gnu.org>
10462 ;
10463 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
10464 ;       cite-prefix.
10465
10466 2000-11-01  Dave Love  <fx@gnu.org>
10467
10468         * rfc2047.el (base64): Require unconditionally.
10469         (message-posting-charset): Defvar when compiling.
10470         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
10471         message.
10472
10473         * gnus-sum.el (nnoo): Require.
10474         (mm-uu-dissect): Autoload.
10475
10476         * mml.el (mml-parse-1): Clarify message.
10477         (mml-minibuffer-read-type): Use mailcap-mime-types.
10478
10479 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
10480
10481         * mml.el: Fix a typo in the requiring of CL.
10482
10483 2000-11-01  Dave Love  <fx@gnu.org>
10484
10485         * utf7.el: Require cl when compiling.
10486
10487         * binhex.el: Use (featurep 'xemacs).
10488         (binhex-char-int): New alias, replacing char-int.  Change callers.
10489         (binhex-decode-region): Simplify work buffer code.
10490         (binhex-decode-region-external): Use expand-file-name, not concat.
10491
10492 2000-10-30  Dave Love  <fx@gnu.org>
10493
10494         * gnus-art.el: Fix 2000-10-27 change properly.
10495
10496 2000-10-28  Miles Bader  <miles@gnu.org>
10497
10498         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
10499
10500 2000-10-27  Dave Love  <fx@gnu.org>
10501
10502         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
10503         strings.
10504         (gnus-group-make-tool-bar): New function.
10505         (gnus-group-mode): Use it.
10506
10507         * message.el (message-mode-menu): Add some :help strings.
10508         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
10509         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
10510
10511         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
10512         * describe-group.xpm, get-news.xpm, kill-group.xpm:
10513         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
10514
10515         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
10516         display-graphic-p here.
10517
10518 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
10519
10520         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
10521         of the `gnus-xemacs' variable, as the latter has been removed.
10522         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
10523         * gnus-art.el (gnus-treat-display-xface)
10524         (gnus-treat-display-smileys, gnus-treat-display-picons)
10525         (gnus-article-read-summary-keys): Likewise.
10526
10527 2000-10-26  Dave Love  <fx@gnu.org>
10528
10529         (defvar): Use rmail-spool-directory unconditionally.
10530
10531 2000-10-18  Dave Love  <fx@gnu.org>
10532
10533         * mm-bodies.el (mm-uu-decode-function)
10534         (mm-uu-binhex-decode-function): Defvar when compiling.
10535
10536         * gnus-nocem.el (gnus-nocem-issuers): Update.
10537         (gnus-nocem-check-from): New option.
10538         (gnus-nocem-scan-groups): Use it.
10539         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
10540         (gnus-nocem-check-article-limit): Add :version.
10541
10542 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
10543
10544         * ietf-drums.el (mm-util): Require CL when compiling.
10545
10546 2000-10-15  Dave Love  <fx@gnu.org>
10547
10548         * qp.el: Require mm-util.
10549
10550 2000-10-13  Dave Love  <fx@gnu.org>
10551
10552         * qp.el (quoted-printable-decode-region): Avoid invalid
10553         coding-systems.
10554
10555 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
10556
10557         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
10558         to a recursive load.
10559
10560 2000-10-12  Dave Love  <fx@gnu.org>
10561
10562         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
10563
10564         * gnus.el (gnus-group-startup-message): Check for PBM image.
10565
10566 2000-10-09  Dave Love  <fx@gnu.org>
10567
10568         * mail-source.el (mail-source-fetch-imap): Bind
10569         default-enable-multibyte-characters rather than using
10570         mm-disable-multibyte.
10571
10572 2000-10-05  Dave Love  <fx@gnu.org>
10573
10574         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
10575         Autoload.
10576         (quoted-printable-decode-region):  Rename arg which confused
10577         charset with coding-system.  Don't use nonascii-insert-offset.
10578         Coding-system encode the region initially.  Don't recognize `=='
10579         as valid QP.  Coding-system decode the region finally.
10580         (quoted-printable-decode-string): Rename arg which confused
10581         charset with coding-system.
10582
10583         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
10584         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
10585         mm-encode-coding-region.
10586         (mm-decode-body, mm-decode-string): Rename variables which
10587         confused charset with coding-system.
10588         (binhex-decode-region): Don't autoload.
10589         (mm-body-encoding): Require message.
10590         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
10591         cond branches.
10592
10593         * gnus-art.el (article-de-quoted-unreadable)
10594         (article-de-base64-unreadable): Fold search case
10595         rather than downcasing string.  Apply mm-charset-to-coding-system
10596         to arg of quoted-printable-decode-region.
10597
10598 2000-10-04  Dave Love  <fx@gnu.org>
10599
10600         * gnus-ems.el: Don't turn off compiler warnings in local vars.
10601         Require ring when compiling.
10602         (gnus-article-compface-xbm): New variable.
10603
10604 2000-10-04  Dave Love  <fx@gnu.org>
10605
10606         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
10607         pbm images.
10608
10609         * frown.pbm, smile.pbm, wry.pbm: New files.
10610
10611         * frown.xbm, smile.xbm, wry.xbm: Deleted.
10612
10613 2000-10-03  Dave Love  <fx@gnu.org>
10614
10615         * mail-source.el (mail-sources): Revert to nil.
10616
10617         * nnmail (nnmail-spool-file): Revert to `((file))'.
10618
10619         * qp.el: Don't require mm-util.
10620         (quoted-printable-decode-region): Rewritten.
10621         (quoted-printable-decode-string, quoted-printable-encode-region):
10622         Doc fix.
10623         (quoted-printable-encode-region): Barf on multibyte characters.
10624         Maybe make the class multibyte.  Upcase chars, not formatted
10625         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
10626         (quoted-printable-encode-string): Don't use
10627         mm-with-unibyte-buffer.
10628
10629 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
10630
10631         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
10632
10633 2000-09-21  Dave Love  <fx@gnu.org>
10634
10635         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
10636         (for Emacs 20).  Tidy somewhat.
10637
10638 2000-09-21  Dave Love  <fx@gnu.org>
10639
10640         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
10641         image processing.  Rationalize logic somewhat.
10642
10643 2000-09-20  Dave Love  <fx@gnu.org>
10644
10645         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
10646         specifically.
10647
10648         * gnus.el (gnus-version-number): Avoid some redundant
10649         autoloads.
10650
10651 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
10652
10653         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
10654         to XBM; we always have PBM support.
10655
10656 2000-09-14  Dave Love  <fx@gnu.org>
10657
10658         * gnus.el (gnus-charset):
10659         * mm-decode.el (mime-display):
10660         * imap.el (imap) <defgroup>: Add :version.
10661
10662 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
10663
10664         * parse-time.el: Fix author's mail address.
10665
10666         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
10667         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
10668         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
10669         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
10670         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
10671         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
10672         * rfc2231.el, uudecode.el: Fix copyright notice.
10673
10674         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
10675         require `w3' at load-time only if not running in batch mode.
10676
10677 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10678
10679         * gnus.el: Before merge with Emacs21.
10680
10681 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
10682
10683         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
10684
10685 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
10686
10687         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
10688         to avoid conflict with the standard `back-to-indentation'
10689         binding.
10690
10691 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10692
10693         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
10694
10695         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
10696         (mm-disable-multibyte-mule4): Ditto.
10697         (mm-with-unibyte-current-buffer-mule4): Ditto.
10698
10699 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10700
10701         * pop3.el (pop3-movemail): Use binary.
10702         (pop3-movemail-file-coding-system): Removed.
10703
10704 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10705
10706         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
10707
10708 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10709
10710         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
10711         exists.
10712
10713 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10714
10715         * gnus-msg.el (gnus-post-method): Use backend name when the
10716         address is "".
10717
10718 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10719
10720         * gnus-art.el (article-verify-x-pgp-sig): Don't test
10721         mm-verify-option.
10722         (gnus-treat-x-pgp-sig): Default value.
10723         (gnus-ignored-headers): Redundant.
10724
10725 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10726
10727         * gnus-win.el (gnus-configure-frame): Save selected window.
10728
10729 2000-02-15  Andrew Innes  <andrewi@gnu.org>
10730
10731         * nnmbox.el: Require gnus-range.
10732         (nnmbox-group-building-active-articles): New variable.
10733         (nnmbox-group-active-articles): New variable; this is a cache of
10734         all active articles by group and number.
10735         (nnmbox-in-header-p): New function.
10736         (nnmbox-find-article): New function.
10737         (nnmbox-record-active-article): New function.
10738         (nnmbox-record-deleted-article): New function.
10739         (nnmbox-is-article-active-p): New function.
10740         (nnmbox-retrieve-headers): Use nnmbox-find-article.
10741         (nnmbox-request-article): Ditto.  Also supply extra arg to
10742         nnmbox-article-group-number.
10743         (nnmbox-request-expire-articles): Ditto.
10744         (nnmbox-request-move-article): Ditto.
10745         (nnmbox-request-replace-article): Ditto.
10746         (nnmbox-request-rename-group): Rename group entry in active
10747         article cache.
10748         (nnmbox-delete-mail): Update active article cache, unless article
10749         is being replaced.
10750         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
10751         than partially duplicating it.
10752         (nnmbox-article-group-number): Add extra `this-line' arg, to
10753         handle articles belonging to multiple groups.
10754         (nnmbox-save-mail): Update active article cache.
10755         (nnmbox-read-mbox): Build active article cache when loading mbox.
10756         Also do some repair work, if we find articles that are missing the
10757         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
10758         reconstruct these from Xref info.
10759
10760 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10761
10762         * mail-source.el (mail-source-report-new-mail): Use
10763         nnheader-run-at-time.
10764
10765 2000-02-15  Andrew Innes  <andrewi@gnu.org>
10766
10767         * mail-source.el (mail-source-fetch-pop): Clear pop password when
10768         an error is thrown, and then rethrow the error.
10769         (mail-source-check-pop): Ditto.
10770         (mail-source-start-idle-timer): Prevent multiple pop checks
10771         running if the check takes a long time.
10772
10773 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10774
10775         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
10776         succeed.
10777
10778 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10779
10780         * gnus-win.el (gnus-configure-windows): Make sure
10781         nntp-server-buffer is live.
10782         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
10783
10784 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
10785
10786         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
10787
10788 2000-12-04  Andreas Jaeger  <aj@suse.de>
10789
10790         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
10791
10792 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10793
10794         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
10795
10796 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
10797         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
10798
10799         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
10800
10801 2000-12-01  Simon Josefsson  <sj@extundo.com>
10802
10803         * mml-smime.el (mml-smime-verify): Fix address parsing.
10804
10805 2000-12-01  Simon Josefsson  <sj@extundo.com>
10806
10807         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
10808         more than one certificate inside PKCS#7 blob.  Better security
10809         information (clamed / actual sender, openssl output, certificates
10810         inside message).
10811
10812         * smime.el (smime-verify-region): Output to /dev/null.
10813         (smime-buffer-as-string-region): Don't parse empty lines.
10814
10815 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10816
10817         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
10818         ?d and ?D.
10819         (gnus-mime-security-show-details-inline): New variable.
10820         (gnus-mime-security-show-details): Use them.
10821         (gnus-insert-mime-security-button): Ditto.
10822
10823         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
10824         Suggest by Michael Duggan (md5i@cs.cmu.edu).
10825         (mml2015-gpg-clear-verify): Ditto.
10826         (mml2015-gpg-decrypt-1): Ditto.
10827         (mml2015-use): Prefer 'gpg.
10828
10829 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10830
10831         * gnus-util.el (gnus-add-text-properties-when): New function.
10832         (gnus-remove-text-properties-when): Ditto.
10833
10834         * gnus-cite.el (gnus-article-hide-citation): Use them.
10835         (gnus-article-toggle-cited-text): Use them.
10836
10837         * gnus-art.el (gnus-signature-toggle): Use them.
10838         (gnus-article-show-hidden-text): Ditto.
10839         (gnus-article-hide-text): Ditto.
10840
10841 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10842
10843         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
10844
10845 2000-11-30  Simon Josefsson  <sj@extundo.com>
10846
10847         * smime.el (smime-point-at-eol): New alias.
10848         (smime-buffer-as-string-region): Use it.
10849
10850 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10851
10852         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
10853
10854 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10855
10856         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
10857
10858         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
10859
10860         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
10861
10862 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10863
10864         * nnmh.el (nnmh-request-expire-articles): Implemented
10865         expiry-target for nnmh backend.
10866
10867 2000-11-30  Simon Josefsson  <sj@extundo.com>
10868
10869         * mm-decode.el (mm-security-from): New variable.
10870         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
10871
10872         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
10873         than `from'.
10874
10875 2000-11-30  Simon Josefsson  <sj@extundo.com>
10876
10877         * mml-smime.el (mml-smime-verify): Verify that certificate mail
10878         address match sender address.
10879
10880         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
10881
10882         * smime.el (smime-verify-region): Don't copy buffer.
10883         (smime-decrypt-buffer): Use expand-file-name on keyfile.
10884         (smime-pkcs7-region): New function.
10885         (smime-pkcs7-certificates-region): Ditto.
10886         (smime-pkcs7-email-region): Ditto.
10887         (smime-buffer-as-string-region): Ditto.
10888
10889         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
10890         buffer.
10891
10892 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
10893
10894         * smime.el (smime-decrypt-region): Fix keyfile argument.
10895
10896 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10897
10898         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
10899
10900 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10901
10902         * message.el (message-shoot-gnksa-feet): New variable.
10903         (message-gnksa-enable-p): New function.
10904         (message-send): Use it.
10905         (message-check-news-body-syntax): Ditto.
10906
10907 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10908
10909         * message.el (message-make-message-id): Remove the redundancy.
10910
10911 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10912
10913         * message.el (message-setup): Discourage using mc-install-*-mode.
10914
10915         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
10916
10917 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10918
10919         * gnus-cite.el (gnus-cite-parse): Guess citation length.
10920
10921 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10922
10923         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
10924
10925 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10926
10927         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
10928
10929 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10930
10931         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
10932         insert-buffer-substring.
10933
10934         * message.el (message-send-mail): Use buffer-substring-no-properties.
10935         (message-send-news): Ditto.
10936
10937 2000-11-22  David Edmondson  <dme@dme.org>
10938
10939         * imap.el (imap-wait-for-tag): Message read info.
10940
10941 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10942
10943         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
10944         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
10945         (mml2015-gpg-encrypt): Ditto.
10946
10947 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10948
10949         * mm-decode.el (mm-verify-option): Default value.
10950
10951         * mml-sec.el (mml-secure-part): Error message.
10952
10953 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10954
10955         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
10956
10957 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10958
10959         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
10960
10961 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10962
10963         * gnus-art.el (gnus-article-describe-key): Use prompt.
10964         (gnus-article-describe-key-briefly): Ditto.
10965
10966 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10967
10968         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
10969
10970 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10971
10972         * gnus-art.el (gnus-article-describe-key): New function.
10973         (gnus-article-describe-key-briefly): New function.
10974
10975 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10976
10977         * mm-decode.el (mm-decrypt-option): Doc typo.
10978
10979         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
10980         return a number.
10981
10982 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10983
10984         * message.el (message-newline-and-reformat): Typo.
10985
10986 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10987
10988         * gnus-art.el (article-verify-x-pgp-sig): Check whether
10989         original-article-buffer exists.
10990
10991         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
10992         (rfc2047-header-encoding-alist): Addresses are different from text.
10993         (rfc2047-encode-message-header): Ditto.
10994         (rfc2047-dissect-region): Extra parameter.
10995         (rfc2047-encode-region): Ditto.
10996         (rfc2047-encode-string): Ditto.
10997
10998 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10999
11000         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
11001         (mm-uu-pgp-encrypted-extract): Use it.
11002         (mm-uu-pgp-signed-extract-1): New function.
11003         (mm-uu-pgp-signed-extract): Use it.
11004
11005         * gnus-art.el (gnus-mime-display-security): New function.
11006         (gnus-mime-display-part): Use it.
11007         (gnus-mime-security-verify-or-decrypt): New function.
11008         (gnus-mime-security-press-button): New function.
11009         (gnus-insert-mime-security-button): Use it.
11010
11011         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
11012         (mm-find-raw-part-by-type): Ditto.
11013         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
11014         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
11015         (mm-destroy-parts): Kill nested multibyte buffer.
11016
11017         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
11018         (mml2015-gpg-verify): Ditto.
11019
11020 2000-11-18  Simon Josefsson  <sj@extundo.com>
11021
11022         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
11023         (mml2015-function-alist): Use it.
11024
11025         * mml-sec.el (mml-sign-alist): Update names.
11026         (mml-encrypt-alist): Ditto.
11027         (mml-secure-part-smime-sign): Moved to mml-smime.el
11028         as `mml-smime-sign-query'.
11029         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
11030         `mml-smime-get-file-cert'.
11031         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
11032         `mml-smime-get-dns-cert'.
11033         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
11034         `mml-smime-encrypt-query'.
11035         (mml-smime-sign-buffer): Use mml-smime-sign.
11036         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
11037
11038         * mml-smime.el (mml-smime-sign): New function.
11039         (mml-smime-encrypt):
11040         (mml-smime-sign-query):
11041         (mml-smime-get-file-cert):
11042         (mml-smime-get-dns-cert):
11043         (mml-smime-encrypt-query): Moved from mml-sec.el.
11044
11045 2000-11-16  Simon Josefsson  <sj@extundo.com>
11046
11047         * mml2015.el (mml2015-gpg-clear-verify): New function.
11048         (mml2015-function-alist): Add it.
11049
11050 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
11051
11052         * message.el (message-setup-fill-variables): Use
11053         message-cite-prefix-regexp.
11054         (message-newline-and-reformat): Check the end of citation, leading
11055         WSP, break in the cite prefix.
11056         (message-fill-paragraph): New function.
11057
11058 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
11059
11060         * lpath.el: Shut up.
11061
11062 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
11063
11064         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
11065         raw 8-bit in headers in dk.* newsgroups.
11066
11067 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
11068
11069         * message.el (message-newline-and-reformat): Match extra WSPs.
11070
11071 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
11072
11073         * mml.el (mml-generate-mime-1): Ignore ascii.
11074
11075 2000-11-16 Justin Sheehy  <justin@iago.org>
11076
11077         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
11078
11079 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11080
11081         * message.el (message-cite-prefix-regexp): Prefix should not end
11082         at space.
11083
11084 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
11085
11086         * message.el (message-mode-syntax-table): Add - as a word
11087         constituent as in articles.
11088         (message-setup-fill-variables): Add -_. as supercite-style prefix.
11089         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
11090         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
11091
11092 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
11093
11094         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
11095
11096 2000-11-12  David Edmondson  <dme@dme.org>
11097
11098         * message.el (message-font-lock-keywords): use
11099         message-cite-prefix-regexp.
11100
11101 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11102
11103         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
11104         Stein Arild Str\e,Ax\e(Bmme.
11105         (gnus-group-jump-to-group): Use it.
11106         (gnus-group-jump-to-group-prompt): Customize.
11107
11108 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
11109
11110         * mailcap.el (mailcap-possible-viewers): Match the entire string.
11111
11112 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
11113
11114         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
11115         incompatible.
11116         (mml2015-mailcrypt-sign): Ditto.
11117
11118 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
11119
11120         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
11121         group is open.
11122
11123 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
11124
11125         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
11126         nnvirtual articles.
11127         (gnus-backlog-request-article): Don't request nnvirtual articles.
11128
11129 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
11130
11131         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
11132         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
11133
11134 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
11135
11136         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
11137         * mml.el (mml-generate-mime-1): Use charset attribute.
11138         * mm-bodies.el (mm-encode-body): Add parameter charset.
11139         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
11140
11141 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
11142
11143         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
11144         (mml2015-mailcrypt-clear-decrypt): Ditto.
11145         (mml2015-mailcrypt-verify): Ditto.
11146         (mml2015-mailcrypt-clear-verify): Ditto.
11147         (mml2015-gpg-verify): Ditto.
11148
11149 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
11150
11151         * smime.el (smime-openssl-program): Test the existence of openssl.
11152         * mml-smime.el: Require mm-decode.
11153         (mml-smime-verify-test): New function.
11154         * mm-decode.el (mm-verify-function-alist): Use it.
11155
11156 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
11157
11158         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
11159         anyway.
11160
11161 2000-11-13  Simon Josefsson  <sj@extundo.com>
11162
11163         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
11164         verification doesn't work.
11165
11166 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
11167
11168         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
11169         (gnus-inews-do-gcc): Use it.
11170
11171 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
11172
11173         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
11174         leading space.
11175         * mm-extern.el (mm-inline-external-body): Report error when no
11176         access-type.
11177
11178 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
11179
11180         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
11181
11182 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
11183
11184         * gnus-art.el (gnus-mime-button-menu): Use select-window.
11185
11186 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
11187
11188         * gnus-art.el (gnus-mime-display-part): Display multipart/related
11189         as multipart/mixed.
11190
11191 2000-11-12  David Edmondson  <dme@dme.org>
11192
11193         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
11194         and replace `.' with `\w' to allow for different syntax tables
11195         (from Vladimir Volovich).
11196         * message.el (message-newline-and-reformat): use
11197         `message-cite-prefix-regexp'.
11198         * gnus-cite.el (gnus-supercite-regexp): use
11199         `message-cite-prefix-regexp'.
11200         * gnus-cite.el (gnus-cite-parse): use
11201         `message-cite-prefix-regexp'.
11202
11203 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
11204
11205         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
11206         PGP SIGNATURE.  Escape leading "-"'s.
11207         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
11208
11209 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
11210
11211         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
11212
11213 2000-11-11  Simon Josefsson  <sj@extundo.com>
11214
11215         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
11216
11217         * smime.el (smime-details-buffer): New variable.
11218         (smime-sign-region):
11219         (smime-encrypt-region):
11220         (smime-verify-region):
11221         (smime-decrypt-region): Copy OpenSSL output to the buffer.
11222
11223         * mml-smime.el (mml-smime-verify): Support security info.
11224
11225 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
11226
11227         * mm-decode.el (mm-verify-option): Set default to nil.
11228         (mm-decrypt-option): Ditto.
11229         * gnus-art.el (article-verify-x-pgp-sig): New function.
11230
11231 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
11232
11233         * gnus-art.el (gnus-mime-display-alternative): Show button if no
11234         preferred part.
11235
11236 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11237
11238         * gnus-sum.el (gnus-move-split-methods): Say that
11239         `gnus-split-methods' uses file names, whereas this uses group
11240         names.  (Report from Nevin Kapur)
11241
11242 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
11243
11244         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
11245
11246 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
11247
11248         * nnheader.el (nnheader-directory-files-is-safe): New variable.
11249         (nnheader-directory-articles): Use it.
11250         (nnheader-article-to-file-alist): Ditto.
11251
11252 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
11253
11254         * rfc2047.el (rfc2047-pad-base64): New function.
11255         (rfc2047-decode): Use it.
11256
11257 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
11258
11259         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
11260         select method.
11261
11262 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
11263
11264         * mml2015.el (mml2015-gpg-decrypt-1):
11265         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
11266
11267 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
11268
11269         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
11270
11271 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
11272
11273         * pop3.el (pop3-munge-message-separator): A message may have an
11274         empty body.
11275
11276 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
11277
11278         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
11279         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
11280         (mm-uu-pgp-signed-extract): Use coding-system.
11281
11282 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
11283
11284         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
11285         (gnus-insert-mime-security-button): New function.
11286         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
11287         * mml2015.el:  Add security info when verify or decrypt.
11288         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
11289         (mm-uu-pgp-encrypted-extract): Ditto.
11290
11291 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
11292
11293         * mm-decode.el (mm-display-parts): New function.
11294         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
11295
11296 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11297
11298         * gnus-mlspl.el: Documentation tweaks.
11299
11300 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
11301
11302         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
11303         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
11304         argument.
11305
11306 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
11307
11308         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
11309
11310 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
11311
11312         * gnus-art.el (gnus-article-encrypt): New function.
11313         (gnus-article-encrypt-protocol-alist): New variable.
11314         (gnus-article-encrypt-protocol): New variable.
11315         * mml2015.el (mml2015-self-encrypt): New function.
11316         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
11317
11318 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
11319
11320         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
11321         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
11322         let mailcap do it.
11323         * mml2015.el: Remove snarf code.
11324         * mm-decode.el: Remove snarf code.
11325
11326 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
11327
11328         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
11329         (mml-insert-mime): Understand gnus-decoded.
11330         (mime-to-mml): New parameter handles.
11331         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
11332         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
11333
11334 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
11335
11336         * mm-decode.el (mime-security): New group.
11337         (mm-verify-function-alist): Add test function.
11338         (mm-decrypt-function-alist): Ditto.
11339         (mm-snarf-option): Set default value as nil.
11340         (mm-find-part-by-type): Recursive parameter.
11341         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
11342         * mml2015.el: Support draft-ietf-openpgp-multsig.
11343
11344 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
11345
11346         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
11347         (gnus-article-view-part-as-charset): New function.
11348
11349 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
11350
11351         * mm-decode.el (mm-verify-option): Default value.
11352         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
11353
11354 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
11355
11356         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
11357
11358 2000-11-05  Simon Josefsson  <sj@extundo.com>
11359
11360         * mml-smime.el (mml-smime-verify): Work in original multipart
11361         buffert.
11362
11363         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
11364         (mm-handle-multipart-ctl-parameter): Ditto.
11365         (mm-alist-to-plist): New function.
11366         (mm-dissect-buffer): Store CTL parameters and copy original buffer
11367         for multiparts.
11368         (mm-destroy-parts): Destroy multipart buffert.
11369         (mm-remove-part): Ditto.
11370
11371         * mml-smime.el (mml-smime-sign): Not used.
11372         (mml-smime-encrypt): Ditto.
11373
11374         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
11375
11376         Verify S/MIME signature support.
11377
11378         * mm-decode.el (mm-inline-media-tests): Add
11379         application/{x-,}pkcs7-signature.
11380         (mm-inlined-types): Ditto.
11381         (mm-automatic-display): Ditto.
11382         (mm-verify-function-alist): Ditto.  Add name of method.
11383         (mm-decrypt-function-alist): Add name of method.
11384         (mm-find-part-by-type): Add documentation.
11385         (mm-possibly-verify-or-decrypt): Use new format of
11386         mm-{verify,decrypt}-function-alist.  Use method names.
11387
11388         * mml-smime.el (mml-smime-verify): New function.
11389
11390 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
11391
11392         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
11393
11394 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
11395
11396         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
11397         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
11398         * mm-decode.el (mm-snarf-option): New variable.
11399
11400 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
11401
11402         * mm-util.el (mm-subst-char-in-string): New function.
11403         (mm-replace-chars-in-string): Use it.
11404         * message.el (message-replace-chars-in-string): Use it.
11405         * nnheader.el (nnheader-replace-chars-in-string): Use it.
11406         * gnus-mh.el (mh-lib-progs): Shut up.
11407
11408 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
11409
11410         * base64.el, md5.el: Moved to contrib directory.
11411
11412 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
11413
11414         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
11415         the last article when search.
11416
11417 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
11418
11419         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
11420         * nnmail.el (nnmail-pathname-coding-system): Ditto.
11421
11422 2000-09-29  David Edmondson  <dme@thus.net>
11423
11424         * message.el (message-newline-and-reformat): Typo.
11425
11426 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
11427
11428         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
11429
11430 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
11431
11432         * nntp.el (nntp-decode-text): Delete bogus status lines.
11433
11434 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
11435
11436         * message.el (message-font-lock-keywords): Match a final newline
11437         to help font-lock's multiline support.
11438
11439 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
11440
11441         * nnoo.el (nnoo-set): New function.
11442
11443 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
11444
11445         * gpg.el, gpg-ring.el: Moved to contrib directory.
11446
11447 2000-11-04  Simon Josefsson  <sj@extundo.com>
11448
11449         * nnimap.el (nnimap-split-inbox): Typo.
11450
11451 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
11452
11453         * gnus-msg.el (gnus-msg-mail): Move it backwards.
11454
11455 2000-11-03  Simon Josefsson  <sj@extundo.com>
11456
11457         * rfc2231.el (rfc2231-parse-qp-string): New function.
11458         (require): rfc2047.
11459
11460         * mail-parse.el (mail-header-parse-content-type):
11461         (mail-header-parse-content-disposition): Support invalid QP
11462         encoded strings, by using `rfc2231-parse-qp-string'.
11463
11464 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
11465
11466         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
11467         (rfc2231-decode-encoded-string): Typo "> X 1".
11468         (rfc2231-encode-string): Insert the name of charset.
11469         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
11470
11471 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
11472
11473         * mm-decode.el (mm-save-part): Return the filename.
11474         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
11475         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
11476         (gnus-mime-action-alist): Use it.
11477         (gnus-mime-button-commands): Use it.
11478         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
11479         (mm-inline-external-body): unwind-protect.
11480
11481 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
11482
11483         * gnus-art.el (gnus-insert-mime-button): Show url.
11484
11485 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
11486
11487         * mml.el (mml-generate-mime-1): Support external url.
11488         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
11489
11490 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
11491
11492         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
11493         * mm-decode.el (mm-display-external): Ditto.
11494         * mm-extern.el: New file.
11495         * mm-decode.el (mm-inline-media-tests): Hook it up.
11496         (mm-inlined-types): Inline message/external-body.
11497
11498 2000-11-02  Simon Josefsson  <sj@extundo.com>
11499
11500         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
11501
11502         * message.el (message-get-reply-headers): Better handling when
11503         Mail-Followup-To is very large.
11504
11505 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
11506
11507         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
11508         * gnus-art.el (gnus-article-edit-done):
11509         * gnus-sum.el (gnus-summary-edit-article-done): Move line
11510         counting code here.
11511         * gnus-msg.el (gnus-setup-message): Remove a hack.
11512
11513 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
11514
11515         * gnus-sum.el (gnus-newsgroup-variables): New variable.
11516         (gnus-summary-mode): Make them local variables.
11517         (gnus-set-global-variables): Globalize them.
11518         (gnus-summary-exit): Kill them.
11519
11520 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
11521
11522         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
11523         word.
11524
11525 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
11526
11527         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
11528         gnus-article-wash-types.
11529         * gnus-art.el (gnus-article-wash-status): Use them.
11530
11531 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
11532
11533         * mml.el (mml-read-tag): Remove spaces and LF.
11534
11535 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
11536
11537         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
11538         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
11539
11540 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
11541
11542         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
11543
11544 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
11545
11546         * gnus-sum.el (gnus-article-charset): New variable.
11547         (gnus-summary-display-article): Set it.
11548         * gnus-msg.el (gnus-copy-article-buffer): Use it.
11549         * gnus-art.el (gnus-article-mode): Make it local variable.
11550
11551 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11552
11553         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
11554
11555 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11556
11557         * nnwfm.el: New file.
11558
11559         * nnweb.el (nnweb-replace-in-string): New function.
11560
11561 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
11562
11563         * mml2015.el: Wrap gpg.el.
11564         * gpg.el (gpg-verify): The last argument of apply is a list.
11565         (gpg-encrypt): Add passphrase as a parameter.
11566
11567 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
11568
11569         * gpg.el: New file.
11570         * gpg-ring.el: New file.
11571
11572 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
11573
11574         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
11575
11576 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11577
11578         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
11579         double-quote characters.
11580         (gnus-summary-prepare-threads): Ditto.
11581
11582 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
11583
11584         * gnus-art.el (gnus-mime-display-single): Forward line -1.
11585         * mml.el (mml-read-tag): Don't skip the leading space.
11586         * lpath.el (font-lock-set-defaults): Shut up.
11587
11588 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
11589
11590         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
11591
11592 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
11593
11594         * qp.el (quoted-printable-encode-region): Replace leading - when
11595         ultra safe.
11596         * mml.el (mml-generate-mime-postprocess-function): Removed.
11597         (mml-postprocess-alist): Removed.
11598         (mml-generate-mime-1): Use ultra-safe when sign.
11599         * mml2015.el (mml2015-fix-micalg): Uppercase.
11600         (mml2015-verify): Insert LF.
11601         (mml2015-mailcrypt-sign): Downcase; search backward.
11602
11603 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11604
11605         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
11606         restrictive.
11607         (nnultimate-table-regexp): New variable.
11608         (nnultimate-forum-table-p): Use it.
11609
11610 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
11611
11612         * gnus-sum.el (gnus-summary-expire-articles): Save point.
11613
11614 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
11615
11616         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
11617         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
11618
11619 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
11620
11621         * mml2015.el: Shut up.
11622
11623 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
11624
11625         * gnus.el (gnus-server-browse-hashtb): Removed.
11626         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
11627         (gnus-group-insert-group-line-info): Use simplified method.
11628         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
11629
11630 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
11631
11632         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
11633         moved here.
11634         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
11635         * gnus-group.el (gnus-group-prepare-flat): Use it.
11636         * gnus-topic.el (gnus-group-prepare-topics): Use it.
11637
11638 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
11639
11640         * mml.el (mml-mode): Show menu in XEmacs.
11641
11642 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
11643
11644         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
11645         (gnus-server-read-server-in-server-buffer): New function.
11646         (gnus-browse-foreign-server): Browse in group buffer.
11647         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
11648         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
11649         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
11650         * gnus.el (gnus-server-browse-hashtb): New variable.
11651
11652 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
11653
11654         * nnfolder.el (nnfolder-open-nov): Use group.
11655
11656 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
11657
11658         * nnfolder.el: Add NOV. Set version to 2.0.
11659         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
11660
11661 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
11662
11663         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
11664
11665 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
11666
11667         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
11668         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
11669
11670 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
11671
11672         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
11673
11674 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
11675
11676         * mm-decode.el (mm-verify-function-alist): New variable.
11677         (mm-verify-option): New variable.
11678         (mm-decrypt-function-alist): Ditto.
11679         (mm-decrypt-option): Ditto.
11680         (mm-find-raw-part-by-type): New function.
11681         (mm-possibly-verify-or-decrypt): New function.
11682         (mm-dissect-multipart): Use it.
11683         * mml2015.el (mml2015-fix-micalg): New function.
11684         (mml2015-decrypt): Use new interface.
11685         (mml2015-verify):  Use new interface.
11686         (mml2015-setup): Make it bogus.
11687
11688 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
11689
11690         * mml.el (mml-generate-mime-postprocess-function): Set to
11691         mml-postprocess.
11692         (autoload): Autoload mml2015 and mml-smime.
11693         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
11694         * mml2015.el (mml2015-encrypt): New function.
11695         (mml2015-sign): New function.
11696         (mml2015-encrypt-function): New variable.
11697         (mml2015-sign-function): New variable.
11698         (mml2015-mailcrypt-encrypt): Use message-recipients.
11699         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
11700         * mml-smime.el (mml-smime-setup): Ditto.
11701
11702 2000-10-28  Simon Josefsson  <sj@extundo.com>
11703
11704         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
11705         Communigate Pro 3.3.1 server.
11706
11707         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
11708         in buffers.
11709         (mml-secure-dns-server): Removed.
11710         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
11711         write certificates to files.
11712
11713         * smime.el (smime-dns-server): New variable.
11714         (smime-mail-to-domain):
11715         (smime-cert-by-dns): New functions.
11716
11717         * dig.el: New file.
11718
11719 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
11720
11721         * message.el (message-options): New variable.
11722         (message-options-set-recipient): New function.
11723         (message-send): Use them.
11724         * gnus-int.el (gnus-request-replace-article): Use them.
11725         (gnus-request-accept-article): Ditto.
11726         * mml.el (mml-preview): Use them.
11727         * gnus-sum.el (gnus-summary-edit-article): Use them.
11728
11729         * message.el (message-options-get): New function.
11730         (message-options-get): New function.
11731         * rfc2047.el (rfc2047-encode-message-header): Use them.
11732         * mm-bodies.el (mm-encode-body): Use them.
11733
11734 2000-10-28  Simon Josefsson  <sj@extundo.com>
11735
11736         * nnimap.el (nnimap-retrieve-which-headers):
11737         (nnimap-request-article-part): Quote message-id.
11738
11739         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
11740         (smime-CA-file): New variable.
11741         (smime-call-openssl-region): Don't error.
11742         (smime-sign-region): Return result value.
11743         (smime-encrypt-region): Ditto.
11744         (smime-verify-region): New function.
11745         (smime-decrypt-region): Ditto.
11746         (smime-verify-buffer): Ditto.
11747         (smime-decrypt-buffer): Ditto.
11748
11749         * mml.el: Require mml-sec.
11750         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
11751         (mml-mode-map): Add "sign" and "encrypt" maps.
11752         (mml-menu): Add security menu.
11753         (mml-preview): Use generate-new-buffer.
11754
11755         * mml-sec.el: New file.
11756
11757 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
11758
11759         * mm-decode.el (mm-find-part-by-type): Move it here.
11760         * mml.el (mml-postprocess): Move it here.
11761         (mml-postprocess-alist): Move it here. Merge them.
11762
11763 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
11764
11765         * rfc2047.el (rfc2047-encode-message-header): Make sure no
11766         unencoded stuff in the header.
11767
11768 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
11769
11770         * gnus-group.el (gnus-group-listed-groups): New variable.
11771         (gnus-group-list-option): New variable.
11772         (gnus-group-list-limit-map): New keymap.
11773         (gnus-group-list-flush-map): New keymap.
11774         (gnus-group-list-plus-map): New keymap.
11775         (gnus-group-prepare-logic): New function.
11776         (gnus-group-prepare-flat): Merge with
11777         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
11778         (gnus-group-prepare-flat-list-dead): Ditto.
11779         (gnus-group-list-matching): Use gnus-group-prepare-function.
11780         (gnus-group-list-dormant): Ditto.
11781         (gnus-group-list-cached): Ditto.
11782         (gnus-group-listed-groups): New function.
11783         (gnus-group-list-limit): New function.
11784         (gnus-group-list-flush): New function.
11785         (gnus-group-list-plus): New function.
11786         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
11787         (gnus-topic-prepare-topic): Ditto.
11788
11789 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
11790
11791         * message.el (message-insert-to, message-get-reply-headers):
11792         (message-reply, message-followup): Mail-{Followup,Reply}-To.
11793
11794 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
11795
11796         * mml2015.el: New file.
11797         * smime.el: New file.
11798         * mml-smime.el: New file.
11799
11800 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
11801
11802         * ChangeLog: Moved to ChangeLog.1.
11803
11804     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
11805   Copying and distribution of this file, with or without modification,
11806   are permitted provided the copyright notice and this notice are preserved.
11807
11808 ;; Local Variables:
11809 ;; coding: iso-2022-7bit
11810 ;; End: