e15886a880edce5db01625167f36373ffaa60c84
[elisp/gnus.git-] / lisp / ChangeLog
1 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2
3         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
4         compressed range to gnus-summary-insert-articles.
5
6 2002-11-26  Kevin Ryde <user42@zip.com.au>
7         
8         * gnus-art.el (gnus-mime-copy-part): Look for filename
9         parameter under content-disposition, not content-type.
10
11         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
12         (gnus-summary-reselect-current-group): Use it.
13
14 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
15
16         * gnus-agent.el (gnus-agent-uncached-articles): if
17         gnus-agent-load-alist fails, return ARTICLES.
18
19         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
20
21 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
22
23         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
24         superfluous function call.
25         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
26         Add warning to docstring.
27
28 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
29
30         * gnus-agent.el: Autoload number-at-point instead.
31         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
32
33 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
34
35         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
36         require thingatpt (for number-at-point) and protect against
37         deactivate-mark being unbound (on XEmacs).
38
39 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
40
41         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
42         print message on entry.
43
44         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
45
46         * gnus-range.el (gnus-range-difference): New function.
47         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
48
49 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
50
51         * gnus-sum.el (gnus-summary-insert-old-articles): Use
52         gnus-remove-from-range instead of gnus-range-difference which
53         doesn't exist.
54
55 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
56         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
57
58         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
59         used for showing which articles have been downloaded.
60         (gnus-agent-article-alist): Format change.  Add documentation.
61         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
62         process-marked articles.
63         (gnus-agent-summary-fetch-series): Command for `J s'.
64         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
65         gnus-message instead of message.
66         (gnus-agent-read-servers): Use file lib/methods instead of
67         lib/servers.  TODO: Why?
68         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
69         (gnus-agent-get-undownloaded-list): Remove articles that appear to
70         come from the agent.  This means that they are not downloaded.
71         TODO: Correct?
72         (gnus-agent-fetch-selected-article): Don't use history.
73         (gnus-agent-save-history, gnus-agent-enter-history)
74         (gnus-agent-article-in-history-p, gnus-agent-history-path):
75         Removed function; history is not used anymore.
76         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
77         (gnus-agent-crosspost): TODO: What happened here?
78         (gnus-agent-check-overview-buffer): Some sanity checks on the
79         agent overview buffer.  This is a safety net used during
80         development.
81         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
82         changed, write a number to the file indicating this.
83         (gnus-agent-fetch-headers): Rewrite to respect
84         gnus-agent-consider-all-articles without relying on the
85         `.fetched' files.  Make it fast.
86         (gnus-agent-braid-nov): Change resulting from
87         gnus-agent-fetch-headers change.
88         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
89         `.fetched' files.
90         (gnus-agent-read-agentview): New function, used by
91         gnus-agent-load-alist.
92         (gnus-agent-load-fetched-headers): Remove.
93         (gnus-agent-save-alist): Rewrite to accomodate new format.
94         (gnus-agent-fetch-group-1): Make sure list of articles is in the
95         same order as in gnus-newsgroup-headers.
96         (gnus-agent-expire): Document and implement extra args ARTICLES,
97         GROUP, FORCE.  Do not restrict usage.
98         (gnus-agent-uncached-articles): New function.
99         (gnus-agent-retrieve-headers): Use it.
100         (gnus-agent-regenerate-group): Rewrite.  TODO: Why?
101         (gnus-agent-regenerate): Ditto.  TODO: Why?
102
103         * gnus-start.el (gnus-make-ascending-articles-unread): New
104         function, for efficient mass-marking.
105
106         * gnus-sum.el (gnus-summary-highlight): Use new face for
107         downloaded articles.
108         (gnus-article-mark): Prefer to indicate read/unread status over
109         downloaded status.
110         (gnus-summary-highlight-line-0): New function, maybe rehighlights
111         line.
112         (gnus-summary-highlight-line): Use new face for downloaded
113         articles.
114         (gnus-summary-insert-old-articles): TODO: What does this change
115         do?
116
117 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
118
119         * gnus-agent.el (gnus-category-mode): Typo in doc string.
120
121 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
122
123         * spam.el:
124         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
125
126         * spam.el: added `M s t' and `M s x' key mappings
127
128 2002-11-20  Simon Josefsson  <jas@extundo.com>
129
130         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
131
132 2002-11-19  Simon Josefsson  <jas@extundo.com>
133
134         * gnus-sum.el (gnus-summary-morse-message): Load
135         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
136         (unmorse-region): Autoload it instead.
137
138 2002-11-18  Simon Josefsson  <jas@extundo.com>
139
140         * gnus-sum.el (gnus-summary-morse-message): New function.
141         (gnus-summary-wash-map): Bind to `W m'.
142         (gnus-summary-make-menu-bar): Add.
143
144         * nnimap.el (nnimap-request-expire-articles): Compress sequence
145         before storing \Deleted mark on expired articles.
146
147 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu> 
148         Trivial patch from Markus Rost  <rost@math.ohio-state.edu>
149
150         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
151         parens in column 0.
152
153 2002-11-17  Juanma Barranquero  <lektu@terra.es>
154
155         * nnweb.el (nnweb-google-create-mapping): Fix typo.
156
157         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
158
159         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
160
161 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
162
163         * message.el (message-set-auto-save-file-name): Use
164         make-directory, to avoid the dependence on gnus-util.
165
166 2002-11-16  Simon Josefsson  <jas@extundo.com>
167
168         * nnimap.el (nnimap-callback-callback-function):
169         (nnimap-callback-buffer): Removed, these cannot be global but must
170         be embedded into the callback.
171         (nnimap-make-callback): New.  Embedd article number, callback and
172         buffer in function.
173         (nnimap-callback, nnimap-request-article-part): Update.
174
175 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
176
177         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
178
179 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
180
181         * gnus.el (gnus-summary-line-format): Document %C.
182
183 2002-11-11  Simon Josefsson  <jas@extundo.com>
184
185         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
186         output when called interactively.
187
188 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
189
190         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
191
192         * message.el (message-draft-coding-system): Improve comment; use
193         mm-auto-save-coding-system for the default value.
194
195         * nndraft.el (nndraft-request-article): Revert to the state before
196         2002-10-29; regexp-quote mail-header-separator.
197
198 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
199
200         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
201         allow editing of drafts from an nnvirtual group.
202
203 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
204
205         * nndraft.el (nndraft-request-article): Replace emacs-mule with
206         mm-auto-save-coding-system.
207
208         * message.el (message-draft-coding-system): Default to
209         iso-2022-7bit.
210
211         * mm-util.el (mm-auto-save-coding-system): Undo last change to
212         restore the default value to emacs-mule or escape-quoted.
213
214 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
215
216         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
217         a delayed or a queued article as well as a draft.
218
219         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
220         delayed or a queued article in the raw format; treat a delayed
221         article as a raw article as well as a draft.
222         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
223         for the delayed group.
224
225         * nndraft.el (nndraft-request-article): Ignore auto save files for
226         a delayed or a queued article; don't bother to decode a queued
227         article; don't bind nnmail-file-coding-system for a queued article.
228
229         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
230         and the queue group.
231
232 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
233
234         * gnus-group.el (gnus-group-delete-group):
235         gnus-cache-active-hashtb might be void.
236
237 2002-11-02  Simon Josefsson  <jas@extundo.com>
238
239         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
240         setting of the default user ID.  From Raymond Scholz
241         <ray-2002@zonix.de>.
242
243 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
244
245         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
246         charset.
247
248 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
249         From Alex Schroeder <alex@emacswiki.org>
250         * spam-stat.el (spam-stat-process-directory): add dir to message
251         (spam-stat-reduce-size): No longer remove words
252         with values close to 0.5, because the default value is 0.2.
253
254 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
255
256         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
257         documentation.
258
259 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
260
261         * gnus-agent.el (gnus-agent-fetched-headers)
262         (gnus-agent-load-fetched-headers)
263         (gnus-agent-save-fetched-headers): Remove variable and two
264         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
265         works better.
266         (gnus-agent-fetch-headers): New implementation from Kevin
267         Greiner.  Uses gnus-agent-article-alist to store information
268         about fetched messages which aren't on the server anymore.  The
269         trick is to return a list of considered messages to the caller,
270         but to only fetch those which haven't been fetched yet.
271
272 2002-10-30  Simon Josefsson  <jas@extundo.com>
273
274         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
275
276         * pgg.el (pgg-passphrase-cache-expiry): Removed.
277
278 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
279
280         * mm-view.el (mm-w3m-local-map-property): Make it work with older
281         versions of emacs-w3m than 1.3.3.
282
283         * lpath.el: Bind w3m-minor-mode-map.
284
285         * mm-view.el (mm-w3m-mode-command-alist)
286         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
287         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
288         (mm-setup-w3m): Simplified.
289         (mm-w3m-local-map-property): New function.
290         (mm-inline-text-html-render-with-w3m): Use it.
291
292         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
293         mm-w3m-local-map-property.
294
295 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
296
297         * mm-util.el (mm-auto-save-coding-system): Default to
298         iso-2022-7bit.
299
300         * nndraft.el (nndraft-request-article): Decode an article using
301         the coding-system emacs-mule if it seems to have been saved using
302         emacs-mule.
303         (nndraft-request-replace-article): Use message-draft-coding-system
304         instead of mm-auto-save-coding-system for the draft or delayed
305         group.
306
307 2002-10-28  Josh  <huber@alum.wpi.edu>
308
309         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
310         functions.
311
312 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
313         From mah@everybody.org (Mark A. Hershberger).
314
315         * mm-url.el (mm-url-insert-file-contents): Make it return the same
316         type values ("url" size) regardless of the values of
317         mm-url-use-external.
318
319 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
320
321         * nnimap.el (nnimap-request-article-part): Try harder to show
322         group name in debugging message.
323
324 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
325
326         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
327         directory if it doesn't exist.
328         (gnus-agent-fetch-headers): Remove old cruft that tried to
329         abstain from downloading articles more than once if
330         gnus-agent-consider-all-articles was true.  This is now done
331         properly via the .fetched files.
332
333 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
334
335         * nndraft.el (nndraft-request-article): Treat delayed articles
336         like drafts.
337
338 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
339
340         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
341
342 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
343
344         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
345         Remove unused optional arg DIR and corresponding code.
346
347         * nnimap.el (nnimap-request-article-part): Include group name in
348         debugging output.
349
350 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
351
352         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
353
354 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
355
356         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
357         contains range of headers that have been fetched by the agent
358         already.  Compare gnus-agent-article-alist.
359         (gnus-agent-file-header-cache): Like
360         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
361         (gnus-agent-fetch-headers): Improve comment.  Revert to old
362         seen/recent logic.
363         Remember which headers have been fetched before and don't fetch
364         them again the next time round.
365         (gnus-agent-load-fetched-headers)
366         (gnus-agent-save-fetched-headers): New functions, for remembering
367         which headers have been fetched before.
368
369 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
370
371         * lpath.el: Remove useless bindings.
372
373 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
374
375         * gnus-sum.el (gnus-summary-execute-command): Disable visual
376         features while searching.
377
378 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
379
380         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
381
382 2002-10-22  Simon Josefsson  <jas@extundo.com>
383
384         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
385         (pgg-snarf-keys): Add.
386
387 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
388
389         * lpath.el: Fbind bbdb-records.
390
391         * spam.el: Don't autoload bbdb-records.
392
393 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
394
395         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
396         prevent inf-loop.
397
398 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
399
400         * nnslashdot.el: Removed some test lines.
401         More test.
402
403 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
404
405         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
406         are known to be downloaded already.
407
408 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
409
410         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
411         (mm-text-html-washer-alist): Ditto.
412
413 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
414
415         * nnheader.el (nnheader-remove-body): Fix an error of detecting
416         boundary between headers and body.
417         * nnml.el (nnml-parse-head): Ditto.
418
419 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
420
421         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
422         entries.
423
424         * gnus-group.el (gnus-fetch-group): Allow an optional
425         specification of the articles to select.
426
427         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
428
429 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
430
431         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
432         headers from the group, update variable `articles' to contain
433         only those numbers where headers exist.  (When fetching all
434         articles in a group, Gnus creates lots of numbers where there is
435         no articles.)
436
437 2002-10-20  Steve Youngs  <youngs@xemacs.org>
438
439         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
440         doesn't have the 'alist custom type, use cons cells instead.
441         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
442         (pgg-parse-hash-algorithm-alist): Ditto.
443         (pgg-parse-compression-algorithm-alist): Ditto.
444         (pgg-parse-signature-type-alist): Ditto.
445
446         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
447
448         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
449
450         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
451
452 2002-10-19  Simon Josefsson  <jas@extundo.com>
453
454         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
455         buffer.
456
457 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
458
459         * gnus-spec.el (gnus-make-format-preserve-properties)
460         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
461         properties also on XEmacs.  `gnus-xmas-format' is like format but
462         preserves text properties on XEmacs (though it only understands
463         simple format specs).  The variable
464         `gnus-make-format-preserve-properties' controls whether the
465         function is used, and is checked in `gnus-parse-simple-format'.
466         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
467
468         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
469         output.
470         (gnus-agent-consider-all-articles): New variable.
471         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
472         (gnus-agent-fetch-headers): Depending on
473         gnus-agent-consider-all-articles, maybe get all articles.
474         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
475         `read'.
476         (gnus-predicate-imples-unread): New function.
477         (gnus-agent-fetch-headers): Optimize to call
478         gnus-list-of-unread-articles if that is sufficient.
479         Check unseen and recent instead of seen and recent.
480         (gnus-agent-fetch-headers): Abstain from calling
481         gnus-list-range-intersection if range (a . b) would have (> a b).
482
483 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
484
485         * message.el (message-send-mail): Make it possible to perform
486         edebug-defun.
487
488 2002-10-18  Simon Josefsson  <jas@extundo.com>
489
490         * gnus-art.el (gnus-button-man-handler): Change default to
491         `manual-entry' (defined in both emacsen).
492         (gnus-button-man-handler): Remove emacsen difference and use
493         `manual-entry'.
494
495 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
496
497         * spam.el: Wrap autoload settings for bbdb-records,
498         executable-find and ifile-spam-filter with eval-and-compile.
499         (spam-display-buffer-contents): Remove.
500         (spam-bogofilter-score): Merge spam-display-buffer-contents.
501
502 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
503
504         * spam.el (spam-display-buffer-contents): New function.
505         (spam-bogofilter-score): use spam-display-buffer-contents, patch
506         from Katsumi Yamaoka <yamaoka@jpl.org>.
507
508 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
509
510         * nnheader.el (nnheader-parse-naked-head): New function.
511         (nnheader-parse-head): Use the above function, in order to handle
512         continuation lines properly.
513         (nnheader-remove-body): New function.
514         (nnheader-remove-cr-followed-by-lf): New function.
515         (nnheader-ms-strip-cr): Use the above function.
516
517         * gnus-agent.el (gnus-agent-regenerate-group): Call
518         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
519         `nnheader-parse-head'.
520         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
521
522         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
523         continuation lines by itself; call `nnheader-parse-naked-head'
524         instead of `nnheader-parse-head'.
525         * nndiary.el (nndiary-parse-head): Ditto.
526         * nnfolder.el (nnfolder-parse-head): Ditto.
527         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
528         * nnmaildir.el (nnmaildir--update-nov): Ditto.
529         * nnml.el (nnml-parse-head): Ditto.
530
531 2002-10-17  Steve Youngs  <youngs@xemacs.org>
532
533         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
534         XEmacs, default to it if featurep 'xemacs.
535
536 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
537
538         * spam-stat.el: Check for the existence of hash functions instead
539         of the Emacs version to decide whether to load cl.  Suggested by
540         Kai Gro\e,A_\e(Bjohann.
541
542 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
543
544         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
545         if it isn't open yet.
546
547 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
548
549         * gnus-group.el: Require mm-url only when compiling.
550         (gnus-group-fetch-charter): Require mm-url.
551
552         * spam-stat.el: Require cl for the functions gethash,
553         hash-table-count, make-hash-table and mapc for Emacs 20.
554         (puthash): Alias to cl-puthash for Emacs 20.
555         (with-syntax-table): New macro for Emacs 20.
556
557 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
558
559         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
560
561 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
562
563         * spam.el (spam-check-ifile): added ifile as a spam checking
564         backend, and spam-use-ifle as the variable to toggle that check.
565
566 2002-10-12  Simon Josefsson  <jas@extundo.com>
567
568         * message.el (message-beginning-of-line): New variable.
569         (message-beginning-of-line): Use it.
570
571 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
572
573         * spam.el: more compilation fixes for BBDB
574
575         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
576         (spam-stat-reduce-size): Interactive.
577         (spam-stat-reset): New function.
578         (spam-stat-save): Interactive.
579
580 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
581
582         * gnus.el: Autoload gnus-delay-initialize.
583
584         * message.el: Autoload gnus-delay-article.
585
586 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
587
588         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
589         text property in Emacs.
590
591 2002-10-11  Simon Josefsson  <jas@extundo.com>
592
593         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
594         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
595
596         * mml1991.el (mml1991-pgg-sign): Remove CR.
597
598 2002-10-10  Simon Josefsson  <jas@extundo.com>
599
600         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
601         decrypt failed.
602         (mml2015-trust-boundaries-alist): Removed.
603         (mml2015-gpg-extract-signature-details): Don't use it.
604         (mml2015-unabbrev-trust-alist): New.
605         (mml2015-gpg-extract-signature-details): Use it.
606
607 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
608
609         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
610         BBDB installed
611
612         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
613         statistical analysis of spam in Lisp only
614
615 2002-10-10  Simon Josefsson  <jas@extundo.com>
616
617         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
618         auth, selected or examine state.
619
620         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
621         buffer and error buffer depending on type of information.
622
623         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
624         --status-fd stuff even if gpg.el is not used (revert earlier
625         change).
626         (mml2015-pgg-{clear-,}verify): Store both output and errors as
627         gnus details.
628         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
629         buffer.
630
631         * pgg.el (pgg-verify-region): Use it.
632
633         * pgg-def.el (pgg-query-keyserver): New variable.
634
635         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
636         key-identifier in packet.  Is this a good idea?
637
638         * mml.el (mml-mode-map): Add security commands that operates on
639         MIME parts.
640         (mml-menu): And menu items for them.
641
642         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
643
644         * mml.el (mml-parse-1): Support sender in #secure tags.
645
646         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
647         defined.
648
649         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
650         (mml-pgp-encrypt-buffer): Support combined signing.
651
652         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
653         (mml1991-gpg-encrypt): Ditto.
654         (mml1991-pgg-encrypt): Ditto.
655         (mml1991-encrypt): Pass sign parameter.
656
657         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
658         (mml-signencrypt-style): Mention the variable.
659
660 2002-10-09  Simon Josefsson  <jas@extundo.com>
661
662         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
663         pgg-gpg-user-id.
664
665         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
666         (pgg-fetch-key-function): Nil if w3 is not installed.
667
668 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
669
670         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
671         gnus-agent-current-history.
672
673 2002-10-06  Simon Josefsson  <jas@extundo.com>
674
675         * imap.el (imap-parse-status): Don't use read to read token.
676
677 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
678
679         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
680         for methods not covered by the agent, and when unplugged.
681
682 2002-10-05  Simon Josefsson  <jas@extundo.com>
683
684         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
685         signing.
686
687         * gnus-agent.el (gnus-agent-read-servers): If getting method from
688         a named server fails, ignore the server.
689
690         * mml1991.el (mml1991-pgg-sign): Do QP.
691
692         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
693         work.
694
695 2002-10-04  Simon Josefsson  <jas@extundo.com>
696
697         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
698
699         * pgg-pgp.el (pgg-pgp-verify-region): Inline
700         binary-write-decoded-region from MEL.
701
702         * pgg.el (pgg-encrypt-region): Support sign.
703
704         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
705
706         * mml2015.el (mml2015-pgg-encrypt): Ditto.
707
708         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
709         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
710         branch where PGG was taken from in the ChangeLog entries below.
711
712 2002-10-01  Simon Josefsson  <jas@extundo.com>
713
714         * pgg-pgp.el: Don't require mel.  Don't use luna.
715         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
716         (pgg-pgp-process-region): Use expand-file-name instead of concat.
717         (pgg-pgp-process-region): Don't use binary-funcall.
718
719         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
720
721         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
722         instead of concat.
723
724         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
725
726 2002-09-29  Simon Josefsson  <jas@extundo.com>
727
728         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
729         compile warnings.
730
731         * pgg.el (pgg-decrypt-region): Don't parse packet.
732
733         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
734
735 2002-09-29  Daiki Ueno <ueno@unixuser.org>
736
737         * pgg.el: Remove dependency on calist.el.
738
739 2002-09-28  Simon Josefsson  <jas@extundo.com>
740
741         * pgg.el (pgg-temporary-file-directory): New variable.
742         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
743
744         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
745         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
746
747         * pgg-parse.el (pgg-char-int): Defalias.
748         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
749         (pgg-read-bytes, pgg-read-body): Use it.
750         (pgg-decode-packets): Don't use MEL, use base64-*.
751         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
752         (pgg-string-as-unibyte): Defalias.
753         (pgg-parse-armor-region): Use it.
754
755         * pgg-gpg.el (pgg-gpg-process-region): Use
756         pgg-temporary-file-directory.
757
758         * luna.el: Don't def-edebug.
759
760         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
761         binary-write-decoded-region from MEL.
762
763         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
764
765         * alist.el, calist.el: Don't require product/APEL.
766
767         * pgg-parse.el (top-level): Remove dependency on static.el,
768         pccl.el, mel.el.
769         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
770         `define-ccl-program' is boundp, instead of using broken.
771
772 2002-10-01  Simon Josefsson  <jas@extundo.com>
773
774         * message.el (message-required-mail-headers): Remove Lines:.
775
776 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
777         From Jesper Harder.
778
779         * gnus-group.el (gnus-group-fetch-charter,
780         gnus-group-fetch-control): Prompt for group if given a prefix
781         argument.
782         * gnus-sum.el (t): Add gnus-group-fetch-charter and
783         gnus-group-fetch-control to summary key map and menu.
784
785
786 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
787
788         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
789         number when there are no articles.
790
791 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
792
793         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
794         arg ALL means to fetch all articles, not only downloadable ones.
795         (gnus-agent-fetch-selected-article): New function for
796         gnus-select-article-hook or gnus-mark-article-hook.
797
798 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
799         From Peter von der Ahe <nospam2159@daimi.au.dk>.
800
801         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
802         raw-text.
803
804 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
805
806         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
807         Pinard).
808         Major revamp of the code, documentation is in comments in the file
809         for now.
810
811 2002-09-30  Simon Josefsson  <jas@extundo.com>
812
813         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
814         buffer seem to be needed?
815
816 2002-09-29  Simon Josefsson  <jas@extundo.com>
817
818         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
819         compile warnings.
820
821         * mml1991.el (mml1991-function-alist): Add pgg.
822         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
823         (mml1991-pgg-encrypt): Fix recipients querying.
824
825 2002-09-28  Simon Josefsson  <jas@extundo.com>
826
827         * mml2015.el (autoload): Autoload correct files.  Trivial patch
828         from dme@dme.org.
829         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
830         handle is returned.
831
832 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
833
834         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
835         Protect against non-existent of `nnimap-mailbox-info'.
836
837 2002-09-27  Simon Josefsson  <jas@extundo.com>
838
839         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
840         (gnus-setup-news-hook): Use it.
841         (gnus-after-getting-new-news-hook): Ditto.
842
843         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
844
845 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
846         From Mats Lidell <matsl@contactor.se>.
847
848         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
849
850 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
851
852         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
853         the part to decode encoded words, use raw words instead of decoded
854         words.
855
856 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
857
858         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
859
860         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
861         (mm-setup-w3m): Use it.
862
863 2002-09-27  Simon Josefsson  <jas@extundo.com>
864
865         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
866         article buffers.
867
868         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
869         it just in case.
870         (nnimap-update-unseen): New function; update unseen count in
871         `n-m-info'.
872         (nnimap-close-group): Call it.
873
874         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
875         (gnus-after-getting-new-news-hook): Ditto.
876
877         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
878         message into verboselevel 9.  Change slow mail check message.
879         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
880         (nnimap-fixup-unread-after-getting-new-news): New function, to be
881         used as a hook after getting new mail.
882
883 2002-09-26  Simon Josefsson  <jas@extundo.com>
884
885         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
886         SELECT/EXAMINE is first unseen article, not number of unseen
887         articles.  Make them distinct by renaming the former to
888         `first-unseen' instead of `unseen'.
889
890         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
891         too.
892         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
893         changed.
894         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
895
896         * gnus-int.el (gnus-server-unopen-status): Defcustom.
897
898         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
899         better.
900
901         * mml2015.el (mml2015-pgg-decrypt): Only add security information
902         if dissecting resulting buffer actually had any information.
903
904 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
905
906         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
907         because the function `string<' allows symbols.
908
909         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
910
911 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
912
913         * message.el (message-forward-make-body): Revert an early change
914         because 8-bit utf-8 emails.
915
916 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
917
918         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
919         links to Info)
920         * gnus-art.el (gnus-treat-highlight-signature):
921         * gnus-art.el (gnus-treat-buttonize):
922         * gnus-art.el (gnus-treat-buttonize-head):
923         * gnus-art.el (gnus-treat-emphasize):
924         * gnus-art.el (gnus-treat-strip-cr):
925         * gnus-art.el (gnus-treat-unsplit-urls):
926         * gnus-art.el (gnus-treat-leading-whitespace):
927         * gnus-art.el (gnus-treat-hide-headers):
928         * gnus-art.el (gnus-treat-hide-boring-headers):
929         * gnus-art.el (gnus-treat-hide-signature):
930         * gnus-art.el (gnus-treat-fill-article):
931         * gnus-art.el (gnus-treat-hide-citation):
932         * gnus-art.el (gnus-treat-hide-citation-maybe):
933         * gnus-art.el (gnus-treat-strip-list-identifiers):
934         * gnus-art.el (gnus-treat-strip-pgp):
935         * gnus-art.el (gnus-treat-strip-pem):
936         * gnus-art.el (gnus-treat-strip-banner):
937         * gnus-art.el (gnus-treat-highlight-headers):
938         * gnus-art.el (gnus-treat-highlight-citation):
939         * gnus-art.el (gnus-treat-date-ut):
940         * gnus-art.el (gnus-treat-date-local):
941         * gnus-art.el (gnus-treat-date-english):
942         * gnus-art.el (gnus-treat-date-lapsed):
943         * gnus-art.el (gnus-treat-date-original):
944         * gnus-art.el (gnus-treat-date-iso8601):
945         * gnus-art.el (gnus-treat-date-user-defined):
946         * gnus-art.el (gnus-treat-strip-headers-in-body):
947         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
948         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
949         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
950         * gnus-art.el (gnus-treat-unfold-headers):
951         * gnus-art.el (gnus-treat-fold-headers):
952         * gnus-art.el (gnus-treat-fold-newsgroups):
953         * gnus-art.el (gnus-treat-overstrike):
954         * gnus-art.el (gnus-treat-display-xface):
955         * gnus-art.el (gnus-treat-display-smileys):
956         * gnus-art.el (gnus-treat-from-picon):
957         * gnus-art.el (gnus-treat-mail-picon):
958         * gnus-art.el (gnus-treat-newsgroups-picon):
959         * gnus-art.el (gnus-treat-body-boundary):
960         * gnus-art.el (gnus-treat-capitalize-sentences):
961         * gnus-art.el (gnus-treat-fill-long-lines):
962         * gnus-art.el (gnus-treat-play-sounds):
963         * gnus-art.el (gnus-treat-translate):
964         * gnus-art.el (gnus-treat-x-pgp-sig):
965         * gnus-art.el (gnus-mime-button-line-format):
966         * gnus-art.el (gnus-button-man-level):
967         * gnus-art.el (gnus-button-emacs-level):
968         * gnus-cus.el (gnus-group-parameters):
969         * gnus-gl.el (bbb-build-mid-scores-alist):
970         * gnus-group.el (gnus-group-line-format):
971         * gnus-mlspl.el (gnus-group-split-setup):
972         * gnus-mlspl.el (gnus-group-split):
973         * gnus-msg.el (gnus-mailing-list-groups):
974         * gnus-msg.el (gnus-posting-styles):
975         * gnus-nocem.el (gnus-nocem-issuers):
976         * gnus-score.el (gnus-score-regexp-bad-p):
977         * gnus-srvr.el (gnus-server-line-format):
978         * gnus-topic.el (gnus-topic-line-format):
979         * gnus.el (gnus-summary-line-format):
980         * mail-source.el (mail-sources):
981         * message.el (message-subscribed-address-file):
982         * nnmail.el (nnmail-split-fancy):
983
984 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
985
986         * mail-source.el(mail-source-run-script): use `functionp' to test
987         whether the argument `script' is in fact a function.
988         (mail-sources): adjust the defcustom to allow users to specify a
989         function or a string as the value of the `:prescript' and
990         `:postscript' arguments of the `file' and `pop3' mail sources.
991
992 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
993
994         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
995         number when article 1 does not exist.
996
997 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
998
999         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
1000         apropos if apropos-variable does not exist.
1001         (gnus-button-guessed-mid-regexp)
1002         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
1003         regexes.  From Reiner Steib.
1004         (gnus-button-handle-describe-function)
1005         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
1006         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
1007         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
1008
1009 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
1010         Trivial patch.
1011
1012         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
1013         the file.
1014
1015 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
1016
1017         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
1018
1019 2002-09-24  Simon Josefsson  <jas@extundo.com>
1020
1021         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
1022         (mml2015-use): Prefer PGG if installed.
1023         (mml2015-function-alist): Add PGG wrappers.
1024         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
1025         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
1026         prefix, make regexp optionally skip it.
1027         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
1028         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
1029         (mml2015-pgg-encrypt): New functions.
1030         (defvar, autoload): Prevent byte-compile warnings.
1031
1032 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1033         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
1034
1035         * gnus-art.el (article-strip-banner): Check for the existence of
1036         from header.
1037
1038 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
1039
1040         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
1041         (gnus-button-alist): Improved regexp for
1042         gnus-button-handle-mid-or-mail (false positives), fixed
1043         gnus-button-handle-man entries.
1044         From Reiner Steib.
1045
1046 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
1047         From Josh Huber.
1048
1049         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
1050         nnmail-extra-headers is non-nil.
1051
1052 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
1053
1054         * nnmaildir.el: Store article numbers persistently.  General
1055         revision.
1056         (nnmaildir-request-expire-articles): handle 'immediate and 'never
1057         for nnmail-expiry-wait; delete instead of moving if 'force is
1058         given.
1059
1060 2002-09-23  Simon Josefsson  <jas@extundo.com>
1061         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
1062
1063         * smime.el (smime-sign-buffer): Get key and extra certs.
1064         (smime-get-key-with-certs-by-email): Utility function.
1065
1066 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
1067         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
1068
1069         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
1070         article exists.
1071
1072 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
1073
1074         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
1075
1076 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
1077         From Reiner Steib.
1078
1079         * gnus-art.el (gnus-button-handle-custom,
1080         gnus-button-handle-mid-or-mail,
1081         gnus-button-handle-describe-{function,variable,key},
1082         gnus-button-handle-apropos{,command,variable}): New functions.
1083         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
1084         gnus-button-{man,emacs,mail}-level): New variables.
1085         (gnus-button-alist): Use the above to buttonize emacs and mail
1086         related links.
1087
1088 2002-09-18  Juanma Barranquero  <lektu@terra.es>
1089
1090         * gnus-int.el (gnus-status-message): Fix spacing.
1091
1092         * imap.el (imap-continuation): Fix typos.
1093
1094 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
1095
1096         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
1097
1098         * gnus-art.el (gnus-article-reply-with-original): Correct
1099         with-current-buffer scope.
1100
1101         * message.el (message-completion-alist): Add Reply-To, From, etc.
1102
1103 2002-09-18  Simon Josefsson  <jas@extundo.com>
1104
1105         * nnimap.el (nnimap-request-expire-articles): Make flag setting
1106         conditional.  From Nevin Kapur <nevin@jhu.edu>.
1107
1108 2002-09-17  Simon Josefsson  <jas@extundo.com>
1109
1110         * nnimap.el (nnimap-expiry-target): Don't search for which
1111         articles exists here.
1112         (nnimap-request-expire-articles): Do it here instead.  Only expire
1113         when articles are found.  Suggested by Nevin Kapur
1114         <nevin@jhu.edu>.
1115
1116 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1117         From Reiner Steib <reiner.steib@gmx.de>.
1118
1119         * message.el (message-strip-subject-trailing-was)
1120         (message-change-subject, message-add-archive-header)
1121         (message-xpost-fup2-header, message-xpost-insert-note)
1122         (message-xpost-fup2, message-reduce-to-to-cc): New functions
1123         adopted from message-utils.el.  Add functions to the keymap, mode
1124         describtion and menu.
1125         (message-change-subject,message-xpost-fup2): Signal error if
1126         current header is empty.
1127         (message-xpost-insert-note): Changed insert position.
1128         (message-archive-note): Ensure to insert note in message body (not
1129         in head).
1130         (message-archive-header, message-archive-note)
1131         (message-xpost-default, message-xpost-note, message-fup2-note)
1132         (message-xpost-note-function): New variables adopted from
1133         message-utils.el.  Changed some doc-strings.
1134         (message-mark-insert-{begin,end}): Rename from
1135         message-{begin,end}-inserted-text-mark (message-utils.el), changed
1136         values.
1137         (message-subject-trailing-was-query)
1138         (message-subject-trailing-was-ask-regexp)
1139         (message-subject-trailing-was-regexp): New variables.
1140         (message-to-list-only): Added doc-string and menu entry.
1141
1142         * message-utils.el: Removed.  Functions are now in message.el.
1143
1144 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
1145
1146         * gnus-art.el (gnus-article-reply-with-original,
1147         gnus-article-followup-with-original): Switch to
1148         gnus-summary-buffer before reply/followup.
1149
1150 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
1151
1152         * gnus-sum.el (gnus-summary-toggle-header): The article window may
1153         not exist. Toggle it anyway.
1154
1155 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
1156
1157         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
1158
1159         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
1160         Trivial patch from Urban Engberg <ue@ccieurope.com>.
1161
1162         * rfc2047.el (message-posting-charset): Defvar it.
1163         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
1164         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
1165
1166         * mail-source.el (mail-source-fetch): Hide password.
1167
1168         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
1169
1170 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1171         From John Paul Wallington <jpw@shootybangbang.com>.
1172
1173         * gnus.el (gnus-visual, gnus-meta): Fix typo.
1174
1175 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1176
1177         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
1178
1179 2002-09-11  Simon Josefsson  <jas@extundo.com>
1180
1181         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
1182         (nnimap-split-rule): Doc fix.
1183         (nnimap-request-expire-articles): Cleanup code.
1184
1185 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1186         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
1187
1188         * gnus-art.el (gnus-article-address-banner-alist): New option.
1189         (article-strip-banner): Refer the above option to split banners of
1190         free mail servers, when no group parameter is specified.
1191
1192 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1193
1194         * nntp.el (nntp-wait-for-string): Check for a process in the
1195         current buffer instead of `nntp-server-buffer'.
1196
1197 2002-09-09  Simon Josefsson  <jas@extundo.com>
1198
1199         * gnus-art.el (gnus-button-man-handler): New variable.
1200         (gnus-button-alist): Use g-b-handle-man.
1201         (gnus-button-handle-man): New, call g-b-man-handler.
1202
1203 2002-09-08  Simon Josefsson  <jas@extundo.com>
1204
1205         * gnus-art.el (gnus-button-alist): Buttonize man page links.
1206
1207 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1208
1209         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
1210
1211 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1212
1213         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
1214
1215         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
1216         keystroke.
1217
1218         * gnus-srvr.el (gnus-browse-describe-group): New command and
1219         keystroke.
1220
1221 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1222
1223         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
1224         value for gnus-decoration property.
1225
1226 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1227
1228         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
1229         string) as group name in case we have a CRLF in the file.
1230
1231 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
1232
1233         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
1234         group.
1235         (rfc1843-decode-hzp): do.
1236         (rfc1843-newsgroups-regexp): do.
1237
1238 2002-09-04  Simon Josefsson  <jas@extundo.com>
1239
1240         * message.el (message-canlock-generate): Make sure sha1 doesn't
1241         call external programs.
1242
1243 2002-09-03  Simon Josefsson  <jas@extundo.com>
1244
1245         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
1246
1247         * gnus-agent.el (gnus-agent-batch): Add doc.
1248
1249 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
1250
1251         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
1252         check for signed and encrypted parts.
1253         * mml.el (mml-parse-1): Correct small typo which preventing
1254         setting recipients in a secure tag.
1255
1256 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1257
1258         * mm-util.el (mm-coding-system-priorities): Default to a list of
1259         iso-2022-jp and others for the Japanese environment.
1260
1261 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1262
1263         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
1264         invalid display names.
1265
1266 2002-08-30  Simon Josefsson  <jas@extundo.com>
1267
1268         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
1269         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
1270
1271 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
1272
1273         * gnus.el (gnus-group-charter-alist): New option.
1274         (gnus-group-fetch-control-use-browse-url): New option.
1275
1276         * gnus-group.el (gnus-group-fetch-charter): New function.
1277         (gnus-group-fetch-control): New function.
1278         Add them to the keymap and menu. Require mm-url.
1279
1280 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1281
1282         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
1283         From Alex Schroeder <alex@emacswiki.org>.
1284
1285 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
1286
1287         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
1288         items expecting user interaction.
1289
1290         * gnus-topic.el (gnus-topic-make-menu-bar): do.
1291
1292         * gnus-sum.el (gnus-summary-make-menu-bar): do.
1293
1294         * gnus-srvr.el (gnus-server-make-menu-bar): do.
1295
1296         * mml.el (mml-menu): do.
1297
1298 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1299
1300         * mail-source.el (mail-source-touch-pop): New function.
1301
1302         * message.el (message-smtpmail-send-it): New function.
1303         (message-send-mail-function): Add it for a candidate.
1304
1305 2002-08-27  Simon Josefsson  <jas@extundo.com>
1306
1307         * gnus-msg.el (posting-charset-alist): Use
1308         gnus-define-group-parameter instead of defcustom.
1309         (gnus-put-message): Handle SPC in GCC.
1310         (gnus-inews-insert-gcc): Ditto.
1311         (gnus-inews-insert-archive-gcc): Ditto.
1312
1313 2002-08-26  Simon Josefsson  <jas@extundo.com>
1314
1315         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
1316         (gnus-agentize): Auto agentize all nntp and nnimap groups.
1317         (gnus-agent-possibly-save-gcc): Autoload.
1318         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
1319
1320 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1321
1322         * gnus.el (gnus-other-frame-function): New user option.
1323         (gnus-other-frame): Use it; add a doc-string; make it work with
1324         the gnuclient program.
1325
1326         * gnus-util.el (gnus-frame-or-window-display-name): New function.
1327
1328         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
1329         `device-connection' and `dfw-device'.
1330
1331 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1332
1333         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
1334         positives, make it stricter.  From Jochen Hein (trivial change).
1335
1336 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1337
1338         * gnus.el (gnus-other-frame): Trivial fix.
1339
1340 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1341
1342         * gnus.el (gnus-other-frame-parameters): New user option.
1343         (gnus-other-frame-object): New variable.
1344         (gnus-other-frame): Make it search for existing Gnus frame; don't
1345         read new news; delete frame on exit.
1346
1347         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
1348
1349         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
1350
1351 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1352         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
1353
1354         * message.el (message-set-auto-save-file-name): Add support for
1355         the Cygwin Emacs; the system-type is `cygwin'.
1356         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
1357
1358 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
1359
1360         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
1361
1362         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
1363         avoid arithmetic errors.
1364
1365 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1366
1367         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
1368
1369 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1370
1371         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
1372         (message-ignored-resent-headers): Add envelope From.
1373
1374 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1375
1376         * gnus.el (gnus-summary-line-format): Document %k specifier.
1377
1378 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1379
1380         * gnus-sum.el (gnus-summary-line-message-size): New function.
1381         (gnus-summary-line-format-alist): Use it.
1382
1383 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1384
1385         * gnus-art.el (article-make-date-line): Refer to the value for
1386         `gnus-article-time-format' in the summary buffer.
1387
1388         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
1389
1390 2002-08-14  Simon Josefsson  <jas@extundo.com>
1391
1392         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
1393         quoting.
1394         (gnus-button-alist): Fix doc.
1395         (gnus-header-button-alist): Use ' not ` for default value quoting.
1396         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
1397         rationale similar to 2002-05-01 change.
1398         (gnus-article-add-buttons-to-head): Evaluate expression.
1399
1400         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
1401
1402 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1403
1404         * message.el (message-font-lock-keywords): Refer to the value for
1405         `message-cite-prefix-regexp' dynamically.
1406
1407 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1408
1409         * gnus-art.el (gnus-decode-header-methods): Doc fix.
1410
1411 2002-08-12  Simon Josefsson  <jas@extundo.com>
1412
1413         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
1414         (imap-shell-open): Skip initial junk before IMAP greeting.
1415
1416 2002-08-11  Simon Josefsson  <jas@extundo.com>
1417
1418         * message-utils.el (message-xpost-default,
1419         message-xpost-fup2-header, message-xpost-fup2): Fixed
1420         Typos.  Trivial changes from Reiner Steib
1421         <4uce.02.r.steib@gmx.net>.
1422
1423 2002-08-09  Simon Josefsson  <jas@extundo.com>
1424
1425         * message.el (message-canlock-password): Set
1426         canlock-password-for-verify to newly generated canlock-password.
1427         When Emacs is restarted, Custom makes sure this is set, but during
1428         the same session we must set it manually.
1429
1430 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
1431
1432         * yenc.el: New file.
1433
1434         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
1435         (mm-uu-type-alist): Add yenc.
1436         (mm-uu-yenc-filename): New function.
1437         (mm-uu-yenc-extract): New function.
1438
1439         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
1440
1441 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
1442
1443         * dgnushack.el (merge): Don't use coerce.
1444
1445 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
1446
1447         * mailcap.el (mailcap-mime-data): Test window-system rather than
1448         mm-device-type.
1449         (mailcap-mime-data): Call xdvi and gv with "-safer".
1450
1451         * mm-util.el: Don't define mm-device-type.
1452
1453 2002-08-05  Simon Josefsson  <jas@extundo.com>
1454
1455         * mm-util.el (mm-coding-system-priorities): coding-system type not
1456         supported everywhere.
1457
1458 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1459
1460         * gnus.el (gnus-version-number): Bumped version number.
1461
1462 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1463
1464         * gnus.el: Oort Gnus v0.07 is released.
1465
1466 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1467
1468         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
1469         (gnus-article-sort-functions): Doc fix.
1470         (t): New keystroke.
1471         (gnus-article-sort-by-random): New function.
1472         (gnus-thread-sort-by-random): New function.
1473
1474 2002-08-02  Simon Josefsson  <jas@extundo.com>
1475
1476         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
1477         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
1478
1479 2002-07-31  Danny Siu  <dsiu@adobe.com>
1480
1481         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
1482         when splitting malformed messages without message-id
1483
1484 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1485         From Niklas Morberg <niklas.morberg@axis.com>.
1486
1487         * nnweb.el (nnweb-type, nnweb-type-definition)
1488         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
1489         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
1490         functionality.
1491         * nnweb.el: Removed old non-functioning search engines.
1492
1493 2002-07-27  Simon Josefsson  <jas@extundo.com>
1494
1495         * message.el (message-forward-make-body): Don't use
1496         `message-forward-ignored-headers' when doing a "raw" followup (it
1497         is important to preserve e.g. CTE).
1498
1499         * flow-fill.el (fill-flowed): Disable filladapt-mode.
1500
1501         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
1502         regexp-quote, Cyrus Sieve is fixed.
1503
1504         * sieve-manage.el (sieve-manage-deletescript): New function.
1505
1506         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
1507         (sieve-manage-mode): Fix menubar.
1508         (sieve-activate): Change some messages.
1509         (sieve-deactivate-all): New function.
1510         (sieve-deactivate): New alias.
1511         (sieve-remove): New function.
1512         (sieve-help): Fix help.
1513         All suggested by Ned Ludd.
1514
1515 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1516
1517         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
1518         (mm-w3m-safe-url-regexp): New user option.
1519
1520         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
1521         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
1522
1523 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
1524
1525         * gnus-sum.el (gnus-summary-delete-article): Force
1526         nnmail-expiry-target to 'delete, so that absolute deletion
1527         happens when absolute deletion is requested.
1528
1529 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1530         From Nevin Kapur <nevin@jhu.edu>.
1531
1532         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
1533         headers as empty headers.
1534
1535 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1536         From Jochen Hein <jochen@jochen.org>.
1537
1538         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
1539         correct typo.
1540         (gnus-emphasis-strikethru): New face.
1541
1542 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1543         From Jason Merrill <jason@redhat.com>.
1544
1545         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
1546         entire file for each of a sequence of missing articles.
1547
1548         * gnus-salt.el (gnus-binary-display-article): Respect an existing
1549         value for gnus-view-pseudos.
1550
1551         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
1552         avoid nreverse.
1553
1554 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1555         From Ted Zlatanov <teodor.zlatanov@divine.com>.
1556
1557         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
1558         (gnus-summary-mode-line-format-alist): Add %h for number of
1559         spams.
1560         (gnus-newsgroup-spam-marked): New variable.
1561         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
1562         (gnus-article-read-p, gnus-article-mark)
1563         (gnus-set-global-variables, gnus-set-global-variables)
1564         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
1565         (gnus-summary-mark-article-as-unread)
1566         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
1567         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
1568         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
1569
1570 2002-07-10  Simon Josefsson  <jas@extundo.com>
1571
1572         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
1573         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
1574
1575 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
1576
1577         * gnus-sum.el (gnus-summary-delete-article): Respect group
1578         parameters while expiring.
1579
1580 2002-07-08  Simon Josefsson  <jas@extundo.com>
1581
1582         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
1583         Enberg.
1584
1585 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1586
1587         * gnus-art.el (article-unsplit-urls): Only display MIME when this
1588         function is called interactively.  From Niklas Morberg.
1589
1590 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
1591
1592         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
1593         cdaar to cdar and car.
1594
1595         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
1596         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
1597
1598 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1599
1600         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
1601         don't break a narrowed article.
1602
1603         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
1604         (nntp-open-via-rlogin-and-telnet): Ditto.
1605
1606 2002-07-02  Didier Verna  <didier@xemacs.org>
1607
1608         * nnmail.el (nnmail-split-methods): fix custom type.
1609
1610 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1611
1612         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
1613         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
1614
1615 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1616
1617         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
1618         (gnus-summary-resend-message): Use it.
1619
1620 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1621
1622         * nntp.el (nntp-via-rlogin-command-switches): New variable.
1623         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
1624
1625 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1626
1627         * message.el (message-font-lock-keywords): Don't fontify
1628         headers in the message body, only in the header.
1629         (message-font-lock-make-header-matcher): New function, used by
1630         message-font-lock-keywords.
1631         From Katsumi Yamaoka <yamaoka@jpl.org>.
1632
1633 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1634
1635         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
1636
1637 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1638
1639         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
1640
1641 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1642
1643         * message.el (message-font-lock-keywords): Revert 2002-06-22
1644         change.
1645
1646 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1647
1648         * message.el (message-font-lock-keywords): Put colon in header
1649         name match.
1650
1651 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1652
1653         * message.el (message-font-lock-keywords): Don't use header faces
1654         in the body.  Thanks to Stefan Monnier for the hint on the
1655         implementation.
1656
1657 2002-05-09  Miles Bader  <miles@gnu.org>
1658
1659         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
1660         (gnus-article-hide-citation): Respect it.
1661
1662 2002-04-12  Juanma Barranquero  <lektu@terra.es>
1663
1664         * pop3.el (pop3-open-server): Fix typo.
1665
1666 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
1667
1668         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
1669         instead of push to ignore duplicate to-(list|address) values.
1670         * nnmail.el (nnmail-cache-ignore-groups): New.
1671         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
1672
1673 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1674
1675         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
1676         before sending.  Suggested by Jan Rychter.
1677
1678 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1679
1680         * dgnushack.el (remove): New compiler macro.
1681         (last, coerce, subseq): Remove compiler macros for those built-in
1682         or unused functions.
1683
1684 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1685
1686         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
1687         sure to write byte-compiled versions of gnus-*-format-alist to
1688         .newsrc.eld.  From Simon Josefsson.
1689
1690 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1691
1692         * gnus-agent.el (gnus-agent-read-servers)
1693         (gnus-agent-write-servers): Put server name (string like
1694         "nnchoke:frumple") in the file instead of a server specification
1695         (Lisp expression like (nnchoke "frumple" ...parameters...)).
1696         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
1697
1698 2002-06-16  Simon Josefsson  <jas@extundo.com>
1699
1700         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
1701         Reiner Steib <4uce.02.r.steib@gmx.net>.
1702
1703 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
1704
1705         * nnheader.el (nnheader-file-name-translation-alist): Set the
1706         default value for MS Windows systems.
1707
1708         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
1709
1710 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1711
1712         * message.el (message-beginning-of-line): Keep the region active
1713         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
1714
1715 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
1716
1717         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
1718         * gnus-msg.el (gnus-summary-reply): Ditto.
1719         * gnus-msg.el (gnus-summary-handle-replysign): New.
1720
1721 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1722
1723         * message.el (message-send-mail-with-sendmail): Kill errbuf even
1724         if sending failed.
1725
1726 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
1727
1728         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
1729         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
1730         to sign while encrypting.
1731
1732 2002-06-11  Simon Josefsson  <jas@extundo.com>
1733
1734         * gnus-int.el (gnus-request-move-article): Agent expire article if
1735         successfuly moved.
1736
1737         * nnweb.el (nnweb-google-create-mapping): Honors the value of
1738         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
1739
1740 2002-06-10  Simon Josefsson  <jas@extundo.com>
1741
1742         * gnus-int.el (gnus-request-expire-articles): Fix last change?
1743
1744 2002-06-09  Simon Josefsson  <jas@extundo.com>
1745
1746         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
1747
1748         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
1749
1750 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
1751
1752         * flow-fill.el (fill-flowed): Ignore errors.
1753
1754 2002-06-06  Simon Josefsson  <jas@extundo.com>
1755
1756         * message.el (message-send-mail-with-sendmail): Improve error message.
1757
1758 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1759
1760         * message.el (message-interactive): Change default from nil to t.
1761         Better to be safe than to be fast.
1762
1763 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1764
1765         * message.el (message-send-mail-with-sendmail): Check return value
1766         from call-process-region.
1767
1768 2002-06-04  Simon Josefsson  <jas@extundo.com>
1769
1770         * gnus-msg.el (gnus-group-mail, gnus-group-news)
1771         (gnus-group-post-news, gnus-summary-mail-other-window)
1772         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
1773         gnus-article-copy to nil, thereby inhibiting the `header' posting
1774         style match to use data from last viewed article.
1775         Suggested by Hrvoje Niksic.
1776
1777 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1778
1779         * spam.el (spam-point-at-eol): New alias.
1780         (spam-parse-whitelist): Use it.
1781
1782 2002-06-03  Simon Josefsson  <jas@extundo.com>
1783
1784         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
1785         (nnmail-article-group): Use it.
1786
1787 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1788
1789         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
1790         so that code reading them won't be surprised.  From Jesper Harder
1791         <harder@ifa.au.dk>.
1792
1793 2002-05-29  Simon Josefsson  <jas@extundo.com>
1794
1795         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
1796         articles.
1797
1798         * gnus.el (gnus-agent-cache): Doc fix.
1799         (gnus-agent): Change default to t.
1800
1801         * gnus-agent.el (gnus-agent-expire): Make it accept optional
1802         ARTICLES, GROUP and FORCE parameters.
1803
1804 2002-05-28  Simon Josefsson  <jas@extundo.com>
1805
1806         * gnus-group.el (gnus-group-line-format): Doc fix.
1807
1808 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1809
1810         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
1811         original article before yanking.  From Jesper Harder
1812         <harder@ifa.au.dk>.
1813
1814 2002-05-26  Simon Josefsson  <jas@extundo.com>
1815
1816         * gnus-sum.el (gnus-summary-menu-split): New function.
1817         (gnus-summary-make-menu-bar): Split charset submenu.
1818         (gnus-summary-menu-maxlen): New variable.
1819         (gnus-summary-menu-split): Use it.
1820
1821 2002-05-25  Simon Josefsson  <jas@extundo.com>
1822
1823         * mml.el (mml-preview): Generate some headers.
1824
1825         * gnus.el (gnus-large-newsgroup): Fix :type.
1826
1827         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
1828         Agent cache NOV's by default now).
1829         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
1830
1831 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
1832
1833         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
1834         call to gnus-parent-id when we check for References loops.
1835         (gnus-summary-prepare-threads): Avoid simplifying every Subject
1836         twice by saving the simplified subject string in simp-subject.
1837
1838 2002-05-23  Simon Josefsson  <jas@extundo.com>
1839
1840         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
1841         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
1842
1843         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
1844         Niklas Morberg <niklas.morberg@axis.com>.
1845
1846 2002-05-22  Simon Josefsson  <jas@extundo.com>
1847
1848         * sieve.el (sieve-change-region): Define it before it is used.
1849
1850         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
1851         (gnus-summary-reply): Ask for confirmation when replying to news.
1852         Defaults to not ask.  From Benjamin Rutt
1853         <rutt+news@cis.ohio-state.edu>.
1854
1855         * nnimap.el (nnimap-nov-is-evil): Improve doc.
1856
1857 2002-05-21  Simon Josefsson  <jas@extundo.com>
1858
1859         * sieve-mode.el (sieve-manage): Fix autoloads.
1860
1861         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
1862         name (makes it work with recent Cyrus timsieved).
1863
1864 2002-05-20  Jason  <jbaker@cs.utah.edu>
1865         Trivial patch.
1866
1867         * gnus-art.el (gnus-request-article-this-buffer): Try
1868         reconnecting if you don't get the message.
1869
1870 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1871
1872         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
1873         Reply-To headers from the headers.
1874
1875 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1876
1877         * mm-url.el (mm-url-insert): Remove junk message.
1878
1879 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1880
1881         * nnslashdot.el (nnslashdot-request-list): Parse new html.
1882         (nnslashdot-use-front-page): New variable.
1883         (nnslashdot-request-list): Use it.
1884
1885         * mm-url.el (mm-url-timeout): New variable.
1886         (mm-url-retries): Ditto.
1887         (mm-url-insert): Use it.
1888
1889 2002-05-16  Simon Josefsson  <jas@extundo.com>
1890
1891         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
1892         (gnus-simplify-subject-functions): Mention g-s-a-w.
1893
1894 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
1895
1896         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
1897         nnmail-cache-insert.
1898         * nndiary.el (nndiary-request-accept-article): Ditto.
1899         * nnfolder.el (nnfolder-request-accept-article): Ditto.
1900         * nnimap.el (nnimap-request-accept-article): Ditto.
1901         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
1902         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
1903         * nnmbox.el (nnmbox-request-accept-article): Ditto.
1904         * nnmh.el (nnmh-request-accept-article): Ditto.
1905         * nnmail.el (nnmail-cache-insert): Change group to required,
1906         removed code which tried to figure out the group.
1907
1908 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
1909
1910         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
1911         messages. From Hans de Graaff <hans@degraaff.org>.
1912         * nnml.el (nnml-request-accept-article): Pass in the group name to
1913         nnmail-cache-insert, since it's available.
1914
1915 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
1916
1917         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
1918
1919 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1920         From Florian Weimer <fw@deneb.enyo.de>.
1921
1922         * gnus.el (subscribed): New group parameter.
1923         (gnus-find-subscribed-addresses): Use it.
1924
1925 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
1926
1927         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
1928         the default for pgpmime to support pgp v2.
1929         * mml-sec.el (mml-signencrypt-style): New accessor function to
1930         allow users to get/set the signencrypt style more easily without
1931         frobbing the alist directly.
1932         * mml.el (mml-generate-mime-1): Use accessor function.
1933
1934 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1935
1936         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
1937         parenthesis for "<" and ">".  Suggested by Andreas Schwab
1938         <schwab@suse.de>.
1939
1940 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1941
1942         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
1943         when intuiting the group the message is written to.  From Josh
1944         Huber <huber@alum.wpi.edu>.
1945
1946 2002-05-06  Simon Josefsson  <jas@extundo.com>
1947
1948         * gnus-topic.el (gnus-group-topic-parameters): Work when group
1949         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
1950
1951 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
1952
1953         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
1954         argument, and fixed compiler warning. (added autoload for
1955         gpg-encrypt).
1956
1957 2002-05-04  Simon Josefsson  <jas@extundo.com>
1958
1959         * mml1991.el (mml1991-function-alist): Doc fix.
1960
1961         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
1962         doesn't exist (for previewing messages without having Gnus
1963         started).
1964
1965         * mm-util.el (mm-coding-system-priorities): Defcustom.
1966
1967         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
1968
1969 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
1970
1971         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
1972         default.
1973         * mml-sec.el:
1974         * mml-sec.el (mml-signencrypt-style): New.
1975         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
1976         argument `sign'.
1977         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
1978         signencrypt.
1979         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
1980         * mml.el (mml-generate-mime-1): Changed logic so a part which is
1981         both signed & encryped is processed in one operation. (rather than
1982         two separate ops: sign, then encrypt)
1983         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
1984         indication if a message is signed by an expired key.
1985         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
1986         enables combined sign & encrypt operation. (this was always on
1987         before).
1988         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
1989
1990 2002-05-01  Simon Josefsson  <jas@extundo.com>
1991
1992         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
1993         server.
1994         (nnimap-mailbox-info): defvar instead of defvoo.
1995
1996 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1997
1998         * gnus.el: Oort Gnus v0.06 is released.
1999
2000 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2001
2002         * lpath.el: Bind url-package-version.
2003
2004 2002-05-01  Simon Josefsson  <jas@extundo.com>
2005
2006         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
2007         filename before deleting the group itself, because the presence of
2008         a group filename decides if long filenames are used or not.
2009
2010         * gnus-art.el (gnus-button-alist): Don't inline
2011         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
2012         without also modifying g-button-alist.
2013         (gnus-button-alist): Fix type to allow variable as well as regexp.
2014         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
2015         themselves, variables to its contents.
2016         (gnus-button-entry): Ditto.
2017
2018 2002-05-01  Simon Josefsson  <jas@extundo.com>
2019
2020         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
2021         UIDNEXT as a string.
2022
2023         * nnimap.el (nnimap-string-lessp-numerical): New function.
2024         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
2025         integers.
2026
2027 2002-04-29  Simon Josefsson  <jas@extundo.com>
2028
2029         * nnmail.el (nnmail-cache-insert): Accept optional group
2030         parameter.
2031
2032         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
2033         n-r-g-a is disabled.
2034
2035 2002-04-29  Simon Josefsson  <jas@extundo.com>
2036
2037         * nnimap.el (nnimap-split-fancy): Fix doc.
2038         (nnimap-split-fancy): Fix doc.
2039
2040         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
2041         (nnimap-mailbox-info): New internal variable.
2042         (nnimap-retrieve-groups): Implement faster new mail check.
2043
2044         * nnimap.el (nnimap-split-articles): Support
2045         nnmail-cache-accepted-message-ids.
2046         (nnimap-request-accept-article): Ditto.
2047
2048         * imap.el (imap-mailbox-status-asynch): New command.
2049
2050 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
2051
2052         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
2053         are no subscribed mail groups.
2054         - Strip quoted names when comparing addresses
2055
2056 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
2057
2058         * mm-decode.el (mm-text-html-renderer): Change customize type to
2059         const.
2060
2061         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
2062         (gnus-debug-exclude-variables): do.
2063
2064 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
2065
2066         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
2067         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
2068
2069 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2070
2071         * dns.el (dns-make-network-process): New macro.
2072         (query-dns): Use it.
2073
2074 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
2075
2076         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
2077         article-buffer.
2078
2079         * mm-url.el (mm-url-package-name): New variable.
2080         (mm-url-package-version): New variable.
2081         (mm-url-insert-file-contents): Bind url-package-name and
2082         url-package-version here.
2083         * nnrss.el (nnrss-insert-w3): Move the bindings.
2084
2085         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
2086         url-package-version. Trivial change from Andrew J Cosgriff
2087         <ajc@polydistortion.net>
2088
2089         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
2090         attachments. Trivial change from Peter 'Luna' Runestig
2091         <peter@runestig.com>.
2092
2093 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
2094
2095         * nnkiboze.el (nnkiboze-request-scan): Call
2096         nnkiboze-possibly-change-group.
2097         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
2098         problems.
2099         (nnkiboze-generate-group): Set newsrc to the *highest* article
2100         number kibozed, not the lowest.
2101
2102 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
2103
2104         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
2105
2106 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2107         From Dan Christensen <jdc+news@uwo.ca>.
2108
2109         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
2110         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
2111         Recognize math postings.  Extract Date (now ignores "(15kb)").
2112         Extract email address using gnus-extract-address-components
2113         instead of just taking the first word.  Create Date and From
2114         headers for message which are missing these headers.  Get rid
2115         of spurious \\ lines (purely cosmetic).  Extend body-end and
2116         file-end regexps, to exclude more garbage from the message.
2117         Make URL rephrasing regexp more flexible, to match current
2118         format.
2119
2120 2002-04-23  Simon Josefsson  <jas@extundo.com>
2121
2122         * netrc.el: New file, functions copied from gnus-util.el by Ted
2123         Zlatanov <tzz@lifelogs.com>.
2124
2125         * gnus-util.el: Require netrc.
2126         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
2127         new code in netrc.el.
2128
2129 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2130
2131         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
2132         message-ignored-resent-headers, too.  From Matthieu Moy
2133         <Matthieu.Moy@imag.fr>.
2134
2135 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
2136
2137         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
2138         boolean not a string
2139         * gnus-group.el (gnus-group-line-format): add description of %C
2140         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
2141           as %C
2142         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
2143
2144 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
2145
2146         * nnmaildir.el (nnmaildir-request-scan): typo: set
2147         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
2148         nnmail-get-new-mail for 'find-new-groups.
2149
2150 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
2151
2152         * nnmaildir.el (nnmaildir-request-update-info,
2153         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
2154         unnecessary calls to nnmaildir-request-scan.
2155
2156 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
2157
2158         * gnus-msg.el:
2159         * gnus-msg.el (gnus-message-replysign): New.
2160         * gnus-msg.el (gnus-message-replyencrypt): New.
2161         * gnus-msg.el (gnus-message-replysignencrypted): New.
2162         * gnus-msg.el (gnus-summary-reply): Use the three new variables
2163         (above) to automatically encrypt/sign to encrypted/signed
2164         messages.
2165         * message.el:
2166         * message.el (message-mode-map): Add keybinding for
2167         `message-to-list-only'
2168         * message.el (message-mode): Add description for
2169         `message-to-list-only'
2170         * message.el (message-to-list-only): New.
2171         * message.el (message-make-mft): Changed to use the cl loop macro,
2172         and added optional flag to return only the matched list. (for use
2173         in new message-to-list-only function)
2174
2175 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
2176
2177         * gnus-msg.el:
2178         * gnus-msg.el (gnus-message-replysign):
2179         * gnus-msg.el (gnus-replysign): New.
2180         * gnus-msg.el (gnus-replyencrypt): New.
2181         * gnus-msg.el (gnus-replysignencrypted): New.
2182         * gnus-msg.el (gnus-summary-reply):
2183         * message.el:
2184         * message.el (message-mode-map):
2185         * message.el (message-mode):
2186         * message.el (message-to-list-only): New.
2187         * message.el (message-make-mft):
2188
2189 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
2190
2191         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
2192
2193 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
2194
2195         * message.el (message-gen-unsubscribed-mft): accept a prefix
2196         argument so CC can be included with C-u C-c C-f C-a
2197
2198 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2199         From Ted Zlatanov <teodor.zlatanov@divine.com>.
2200
2201         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
2202         Improve docstring.
2203         (spam-enter-blacklist): New command.
2204
2205         * gnus-sum.el (gnus-spam-mark): New mark.
2206         (gnus-auto-expirable-marks): Add gnus-spam-mark.
2207         (gnus-summary-make-tool-bar): Correct conditional.
2208         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
2209         (gnus-summary-mark-as-spam): New command.
2210
2211 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
2212
2213         * mml-sec.el (mml-secure-message): changed to support arbritrary
2214         modes.
2215         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
2216         changed to support "signencrypt" mode.
2217         * mml.el (mml-parse-1): changed to support different secure modes
2218         more easily. (for signencrypt)
2219
2220 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
2221
2222         * gnus-sum.el (gnus-update-summary-mark-positions)
2223         (gnus-summary-toggle-header):
2224         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
2225         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
2226         (gnus-uu-post-encoded):
2227         * nnfolder.el (nnfolder-possibly-change-group):
2228         * nnimap.el (nnimap-retrieve-headers):
2229         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
2230
2231 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
2232
2233         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
2234         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
2235
2236 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2237
2238         * gnus-srvr.el (gnus-server-set-info): Clear
2239         `gnus-server-method-cache' when `gnus-server-alist' is changed.
2240         From Daiki Ueno <ueno@unixuser.org>.
2241
2242 2002-04-11  Simon Josefsson  <jas@extundo.com>
2243
2244         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
2245         viewing of security buttons.  Thanks to Nicolas Kowalski
2246         <Nicolas.Kowalski@imag.fr>.
2247
2248         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
2249         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
2250         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
2251         <Nicolas.Kowalski@imag.fr>.
2252         (smime-decrypt-buffer): Ditto.
2253
2254 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2255
2256         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
2257         header line.
2258
2259 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
2260
2261         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
2262
2263 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2264
2265         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
2266
2267 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
2268
2269         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
2270         errors when debug.
2271
2272 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
2273
2274         * message.el (message-make-mft): Changed MFT code from using
2275         message-recipients (which included Bcc) to use only the To and CC
2276         headers.
2277
2278 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
2279
2280         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
2281         add link.
2282         (gnus-treat-mail-picon): Ditto.
2283         (gnus-treat-newsgroups-picon): Ditto.
2284         (gnus-picon-databases): Fix custom type.
2285         (gnus-picon-databases): Add link.
2286         (gnus-article-x-face-command): Add to gnus-picon group.
2287
2288 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
2289
2290         * message.el (message-buffer-naming-style): Remove.
2291
2292 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
2293
2294         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
2295
2296         * message.el (message-tool-bar-map): Ditto.
2297
2298         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2299
2300 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2301
2302         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
2303
2304 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
2305
2306         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
2307
2308 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
2309         Trivial patch.
2310
2311         * dns.el: open-network-stream under XEmacs does udp.
2312
2313 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
2314
2315         * spam.el (spam-enter-whitelist): New function.
2316         (spam-parse-whitelist): Ditto.
2317         (spam-refresh-list-cache): Ditto.
2318         (spam-address-whitelisted-p): New function.
2319
2320         * dns.el (query-dns): Use TCP when make-network-process isn't
2321         available.
2322         (dns-servers): New variable.
2323         (dns-parse-resolv-conf): New function.
2324         (query-dns): Use it.
2325
2326         * spam.el: New file.
2327
2328         * dns.el (query-dns): Test.
2329
2330 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2331
2332         * lpath.el (featurep): Bind make-network-process.
2333
2334 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
2335
2336         * nnmaildir.el: Use defstruct.  Use a single copy of
2337         nnmail-extra-headers to save memory.  Store server's group name
2338         prefix instead of each group's prefixed name.
2339         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
2340         nntp-server-buffer.
2341
2342 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2343
2344         * dns.el: New file.
2345
2346 2002-03-28  Simon Josefsson  <jas@extundo.com>
2347
2348         * gnus-sum.el (gnus-summary-dummy-line-format):
2349         * gnus.el (gnus-summary-line-format): Fixing links to Info.
2350         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
2351
2352 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2353
2354         * gnus-sum.el (gnus-summary-move-article)
2355         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
2356         the doc string.
2357
2358 2002-03-28  Simon Josefsson  <jas@extundo.com>
2359
2360         * mml-sec.el (mml-secure-message): Search after
2361         mail-header-separator from top of message.
2362
2363 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
2364
2365         * nnmaildir.el: Cosmetic changes.
2366         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
2367         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
2368         nnmaildir--group-ls): New macros/functions.  Use them.
2369         (nnmaildir--unlink): Evalutate argument only once.
2370
2371 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
2372
2373         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
2374         symbols.
2375         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
2376         `gnus-point-at-eol'.
2377
2378 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
2379
2380         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
2381         nnmaildir--marks-dir): New macros.  Use them.
2382         Use inhibit-quit for atomicity instead of in-memory journaling.
2383         (nnmaildir--edit-prep): New function.
2384         (Local Variables): Use it.
2385
2386 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
2387
2388         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
2389
2390 2002-03-25  Simon Josefsson  <jas@extundo.com>
2391
2392         * message.el (message-mode): Fix doc.
2393
2394 2002-03-25  Simon Josefsson  <jas@extundo.com>
2395
2396         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
2397         Matthieu Moy <Matthieu.Moy@imag.fr>.
2398
2399 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
2400
2401         * mml-sec.el (mml-unsecure-message): Add docstring.
2402
2403 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
2404
2405         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
2406         value.
2407         Trivial change from andre@slamdunknetworks.com
2408
2409 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
2410
2411         * mml.el (mml-mode-map): Added a keybinding for
2412         `mml-unsecure-message'.  Also, added a menu entry for said
2413         function in the Attachments menu.
2414
2415 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2416
2417         * canlock.el (canlock-version): Remove.
2418         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
2419         here; simplify \x insertions.
2420         (canlock-sha1): New function, always return a unibyte string.
2421         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
2422         of a password.
2423         (canlock-insert-header): Use `canlock-sha1'.
2424         (canlock-verify): Ditto.
2425
2426 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
2427
2428         * message.el (message-fix-before-sending): Add an option that
2429         ignores illegible text.
2430         Trivial change from Mark Milhollan <mlm@attglobal.net>
2431
2432         * message.el (message-font-lock-keywords): Support multi-line MML
2433         tags.
2434
2435         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
2436         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
2437
2438 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2439
2440         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
2441         symbols for "View as different encoding" submenu.
2442
2443 2002-03-19  Simon Josefsson  <jas@extundo.com>
2444
2445         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
2446         encoding" submenu.
2447
2448 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
2449
2450         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
2451
2452 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2453
2454         * gnus-sum.el (gnus-sum-thread-tree-root)
2455         (gnus-sum-thread-tree-single-indent)
2456         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
2457         (gnus-sum-thread-tree-leaf-with-other)
2458         (gnus-sum-thread-tree-single-leaf): Make customizable.
2459
2460 2002-03-16  Simon Josefsson  <jas@extundo.com>
2461
2462         * gnus-util.el (gnus-extract-address-components): Don't break on
2463         names such as James "Kibo" Parry.  From Francis Litterio
2464         <franl@world.std.com>.
2465
2466 2002-03-13  Simon Josefsson  <jas@extundo.com>
2467
2468         * pop3.el (pop3-open-server): Revert multibyte change.  From
2469         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
2470
2471         * message.el (message-send-mail-with-qmail): Make it work.  From
2472         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
2473
2474 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
2475
2476         * message.el (message-make-mft): Set case-fold-search while
2477         generating the MFT.  Also, a little cleanup in the MFT code.
2478
2479 2002-03-12  Simon Josefsson  <jas@extundo.com>
2480
2481         * message.el (message-qmail-inject-args): May be function.
2482         (message-send-mail-with-qmail): Call function if m-q-i-a is
2483         function.  From fn@hungry.org (Faried Nawaz).
2484
2485 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
2486
2487         * message.el (message-abbrevs-loaded): Remove.
2488         (mailabbrev): Require it.
2489
2490         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
2491
2492 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2493
2494         * pop3.el (pop3-open-server): Set process buffer unibyte.
2495
2496 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2497
2498         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
2499
2500 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
2501
2502         * nnslashdot.el (nnslashdot-request-article): Remove javascript
2503         too.
2504
2505 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
2506
2507         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
2508         duplication.
2509         (gnus-summary-save-parts-type-history): Ditto.
2510         (gnus-summary-save-parts-last-directory): Ditto.
2511         Trivial change from andre@slamdunknetworks.com
2512
2513 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
2514
2515         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
2516
2517 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
2518
2519         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
2520         -->" as the end of the first article.
2521
2522         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
2523         From Matthieu Moy <Matthieu.Moy@imag.fr>
2524
2525         * message.el (message-add-action): Use add-to-list.
2526         (message-delete-action): New function.
2527
2528         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
2529         pieces.
2530
2531 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
2532
2533         * nnnil.el: New file.
2534         * gnus.el (gnus-valid-select-methods): Include nnnil.
2535
2536 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
2537
2538         * message.el (message-syntax-checks): Because canlock is
2539         supported, we disable sender syntax check.
2540         (message-shoot-gnksa-feet): Add cancel-messages option doc.
2541
2542         * gnus-draft.el (gnus-draft-send): If interactive, use its default
2543         value of message-syntax-checks.
2544
2545         * qp.el (quoted-printable-decode-region): Doc addition.
2546         From: Eli Zaretskii <eliz@is.elta.co.il>
2547
2548         * mail-source.el (make-source-make-complex-temp-name): Use
2549         make-temp-file.
2550
2551         * mm-util.el (mm-make-temp-file): New function.
2552         * nneething.el (nneething-file-name): Use it.
2553         * mml-smime.el (mml-smime-encrypt): Ditto.
2554         * mm-view.el (mm-inline-wash-with-file): Ditto.
2555         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
2556         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
2557         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
2558         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
2559         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
2560         * gnus-art.el (gnus-mime-print-part): Ditto.
2561
2562 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
2563
2564         * message.el (nnmaildir-article-number-to-base-name): New
2565         function.
2566         (nnmaildir-base-name-to-article-number): New function.
2567
2568 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2569
2570         * smime.el (smime-make-temp-file): Don't quote
2571         `temporary-file-directory'.
2572
2573 2002-03-04  Simon Josefsson  <jas@extundo.com>
2574
2575         * smime.el (smime-sign-region): Rename argument keyfiles to
2576         keyfile. You only sign something with one key.
2577         (smime-sign-buffer): Better completing-read prompt.
2578         (smime-decrypt-buffer): Ditto.
2579
2580         * smime.el (smime-make-temp-file): Make it work under XEmacs.
2581
2582         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
2583         completing-read.
2584         (mm-view-pkcs7-decrypt): CRLF->LF.
2585
2586 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
2587
2588         * message.el (message-hierarchical-addresses): New variable.
2589         (message-get-reply-headers): Use it.
2590         From Ted Zlatanov <teodor.zlatanov@divine.com>
2591
2592 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
2593
2594         * message.el (message-mode): If buffer-file-name, don't set auto
2595         save file name.
2596         Trivial change from Geoff Greene <ggreene@wpi.edu>
2597
2598 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
2599
2600         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
2601         takes one argument in read-char.
2602
2603         * message.el (message-fix-before-sending): Forward a char.
2604         Check mmu-multibyte-p, add control-1.
2605
2606 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2607
2608         * gnus-start.el (gnus-read-init-file): Ditto.
2609
2610         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
2611
2612         * dgnushack.el (dgnushack-make-load): Ditto.
2613
2614         * mail-source.el (mail-source-fetch): Extract the right error
2615         code.
2616
2617         * message.el (message-fix-before-sending): Check illegible text.
2618
2619         * gnus-util.el (gnus-multiple-choice): New function.
2620
2621         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
2622         also defined in gnus-score.el.
2623
2624 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
2625
2626         * message.el (message-get-reply-headers): downcase email addresses
2627         for comaparisons for duplicate removal.
2628
2629 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2630
2631         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
2632         implementation of PKCS#7, which just allows users read the
2633         message.
2634         (mm-view-pkcs7): Use it.
2635
2636 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
2637
2638         * gnus.el (large-newsgroup-initial): New parameter.
2639
2640         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
2641         (gnus-summary-insert-old-articles): Ditto.
2642
2643 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
2644
2645         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
2646         used as the default answer of the question, "How many articles?".
2647         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
2648
2649         * nnagent.el (nnagent-retrieve-headers): Remove articles with
2650         small numbers.
2651
2652 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
2653
2654         * deuglify.el: Fix comments.
2655
2656 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
2657
2658         * html2text.el (html2text-clean-anchor): If there is no HREF,
2659         insert nothing.
2660
2661         * mml.el (mml-generate-mime-1): Add cdr.
2662         From: andre@slamdunknetworks.com
2663
2664         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
2665         (mm-text-html-washer-alist): Ditto.
2666
2667         * mm-decode.el (mm-text-html-renderer): Add html2text.
2668
2669         * html2text.el: Face lift.
2670
2671         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
2672
2673 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
2674
2675         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
2676
2677         * deuglify.el: Change copy right. Add autoload. Add coding-system.
2678
2679         * deuglify.el: New file. The original file name is
2680         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
2681
2682         * mm-decode.el (mm-display-external): Use
2683         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
2684
2685 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
2686
2687         * nnmaildir.el (nnmaildir-request-list): Report the highest
2688         article number, not the total number of articles.
2689
2690 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
2691
2692         * gnus-sum.el: Move uu key map here.
2693         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
2694
2695 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
2696
2697         * nnmaildir.el (nnmaildir-request-expire-articles): Use
2698         nnmail-expiry-wait* if expire-age parameter is not set.
2699
2700 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
2701
2702         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
2703         function.
2704         (gnus-group-sort-selected-groups-by-real-name): New function.
2705         (gnus-group-make-menu-bar): Add sort by real name.
2706
2707         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
2708         rebuild.
2709         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
2710         nil as dependencies as well.
2711
2712 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
2713
2714         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
2715         for mime-parts.
2716
2717         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
2718
2719         * gnus-group.el (gnus-group-name-decode): Don't test
2720         multibyte-string, because it breaks XEmacs.
2721         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
2722
2723         * message.el (message-send-mail): Be talkative.
2724
2725         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
2726         (mm-automatic-display): Ditto.
2727
2728         * mailcap.el (mailcap-mime-data): Ditto.
2729         From: Reiner Steib <4uce.02.r.steib@gmx.net>
2730
2731 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2732
2733         * many files: Remove trailing whitespaces, replace spc+tab with
2734         tab, replace leading whitespaces with tabs.
2735
2736 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
2737
2738         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
2739         articles with no body and no blank line after the header.
2740
2741 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
2742
2743         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
2744         parts.
2745
2746         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
2747         non-ascii chars.
2748
2749         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
2750
2751         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
2752         w3-delay-image-loads.
2753         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
2754         (mm-w3-prepare-buffer): Ditto.
2755
2756         * mail-source.el (mail-source-fetch-directory): Run scripts.
2757
2758 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2759
2760         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
2761         for Majordomo confirmations.
2762
2763 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2764
2765         * gnus-fun.el (gnus-respond-to-confirmation): New command.
2766
2767 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2768
2769         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
2770
2771 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
2772
2773         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
2774         References header field.  From Mark Thomas <mthomas@cmu.edu>.
2775
2776 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
2777
2778         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
2779         (mm-inline-render-with-stdin): Ditto.
2780         (mm-inline-render-with-function): Ditto.
2781         (mm-inline-wash-with-file): Bind coding-system-for-write.
2782         (mm-inline-wash-with-stdin): Ditto.
2783
2784 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
2785
2786         Suggested by Felix Natter <fnatter@gmx.net>
2787
2788         * gnus-art.el (gnus-mime-view-part-externally): Rename from
2789         gnus-mime-externalize-view.
2790         (gnus-mime-view-part-internally): Rename from
2791         gnus-mime-internalize-view.
2792         (gnus-article-view-part-externally): Rename from
2793         gnus-article-externalize-part.
2794         (gnus-mime-action-alist): Change correspondingly.
2795         (gnus-mime-button-commands): Ditto.
2796         (gnus-mime-action-alist): Remove duplication.
2797
2798         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
2799
2800 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
2801
2802         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
2803
2804         * gnus-art.el (gnus-display-mime): Use it.
2805
2806         * mm-partial.el (mm-partial-find-parts): Use it.
2807
2808         * gnus-sum.el (gnus-article-loose-mime): Rename from
2809         gnus-article-no-strict-mime.
2810         (gnus-summary-save-parts): Use it.
2811
2812 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2813
2814         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
2815         local variable.
2816
2817         * gnus-art.el (article-display-x-face): Don't sort multiple
2818         X-Faces.
2819
2820 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2821
2822         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
2823         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
2824
2825         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
2826
2827 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
2828
2829         Some ideas is inspired by code from Hrvoje Niksic
2830         <hniksic@arsdigita.com>
2831
2832         * gnus-art.el (gnus-article-wash-function): Set the default to
2833         nil, so that we use mm-text-html-renderer instead.
2834         (article-wash-html): Use mm-text-html-renderer.
2835
2836         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
2837         (mm-text-html-renderer): New variable.
2838         (mm-inline-text-html-renderer): Set the default to nil, so that we
2839         use mm-text-html-renderer instead.
2840
2841         * mm-view.el (mm-inline-text-html): New function.
2842         (mm-text-html-renderer-alist): New variable.
2843         (mm-inline-text-vcard): New function.
2844         (mm-inline-text): Split.
2845         (mm-links-remove-leading-blank): New function.
2846         (mm-inline-render-with-file): New function.
2847         (mm-inline-render-with-stdin): New function.
2848         (mm-inline-render-with-function): New function.
2849         (mm-text-html-washer-alist): New variable.
2850         (mm-inline-wash-with-file): New function.
2851         (mm-inline-wash-with-stdin): New function.
2852
2853 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
2854
2855         * message-utils.el: Fix installation doc.
2856         From: Reiner Steib <4uce.02.r.steib@gmx.net>
2857
2858 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
2859
2860         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
2861         (gnus-post-method): Use it.
2862         (gnus-summary-cancel-article): Find the correct post-method.
2863
2864         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
2865         * message.el (message-send-news): Ditto.
2866         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
2867         <ipmonger@delamancha.org>
2868
2869         * gnus.el (gnus-select-method): Fix doc.
2870         (gnus-server-string): Use 'using nntp'.
2871
2872         * gnus-agent.el (gnus-slave-unplugged): New command.
2873         From: Felix Natter <fnatter@gmx.net>
2874
2875 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
2876
2877         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
2878         Call edit-done-function first, then change the window
2879         configuration.
2880         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
2881         (gnus-article-edit-mode): mml-mode.
2882
2883         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
2884         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
2885
2886         * message-utils.el: Adopt the file.
2887
2888         * message-utils.el: New file.
2889         From Holger Schauer <Holger.Schauer@gmx.de>
2890
2891 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
2892
2893         * gnus-sum.el (gnus-summary-move-article): Select-article only
2894         when gnus-move-split-methods is non-nil. And we don't render or
2895         mark the article.
2896
2897         * gnus-fun.el (gnus-shell-command-to-string): New function.
2898         (gnus-shell-command-on-region): New function.
2899         (gnus-random-x-face): Use them.
2900         (gnus-x-face-from-file): Ditto.
2901         (gnus-convert-image-to-gray-x-face): Ditto.
2902         (gnus-convert-gray-x-face-to-xpm): Ditto.
2903         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
2904
2905 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2906
2907         * gnus-art.el (gnus-treat-display-xface): Don't use
2908         `shell-command-to-string' when compiling.
2909         (gnus-treat-display-grey-xface): Ditto.
2910
2911 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
2912
2913         * nnmaildir.el (nnmaildir--article-count): If the group is
2914         completely empty, report minimum article number as 1 instead of 0.
2915
2916 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
2917
2918         * gnus-agent.el (gnus-get-predicate): Use nconc.
2919
2920         * gnus-sum.el (gnus-summary-display-make-predicate): Use
2921         gnus-summary-display-cache as cache.
2922
2923         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
2924         (nndoc-mail-in-mail-type-p): New function.
2925         (nndoc-mail-in-mail-article-begin): New function.
2926
2927 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
2928
2929         * mailcap.el (mailcap-mime-data): Use enriched-decode.
2930
2931         * gnus-cite.el (gnus-article-fill-cited-article): Bind
2932         use-hard-newlines to nil.
2933
2934         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
2935         image is not available if window-system is not available.
2936
2937         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
2938
2939 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
2940
2941         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
2942         bookmark, because update-mark doesn't handle it correctly.
2943
2944 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
2945
2946         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
2947         directly instead of calling message-send-mail.
2948
2949         * gnus-start.el (gnus-read-descriptions-file): Use
2950         gnus-default-charset.
2951
2952         * mm-util.el (mm-guess-mime-charset): New function.
2953
2954         * gnus.el (gnus-default-charset): Use it.
2955         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
2956         the default.
2957
2958 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2959
2960         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
2961         (article-display-x-face): Use it.  Disable grey xface, if
2962         uncompface is not found.
2963
2964         * message.el (message-mode): Don't enable multibyte on an indirect
2965         buffer.
2966
2967         * nnrss.el (nnrss-content-function): New variable.
2968         (nnrss-request-article): Use it.
2969
2970 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2971
2972         * gnus.el: Add article-unsplit-urls.
2973         * gnus-sum.el: Ditto.
2974         * gnus-art.el (gnus-treat-strip-cr): New variable.
2975         (gnus-treatment-function-alist): Use it.
2976         (article-unsplit-urls): New function.
2977         (gnus-article-make-menu-bar): Use it.
2978         From: Michael Cook <michael.cook@cisco.com>
2979
2980 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2981
2982         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
2983         copy.
2984
2985 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
2986
2987         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
2988         with internal whitespace.
2989         (gnus-parent-id): Ditto.
2990
2991 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
2992
2993         * gnus-art.el (gnus-article-treat-body-boundary): Add
2994         gnus-decoration property.
2995         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
2996
2997         * message.el (message-mode): Set local-abbrev-table.
2998         From Matt Armstrong <matt@lickey.com>.
2999
3000         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
3001         too many spaces.
3002
3003         * rfc2047.el (rfc2047-unfold-region): Ditto.
3004         (rfc2047-decode-region): Don't unfold. Let
3005         gnus-article-treat-unfold-headers do it.
3006
3007         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
3008         From: Jesper Harder <harder@ifa.au.dk>
3009
3010 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3011
3012         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
3013         (gnus-configure-posting-styles): Use it.
3014         (gnus-configure-posting-styles): Remove trailing newspaces.
3015
3016 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3017
3018         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
3019         is non-nil.
3020
3021         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
3022
3023         * gnus.el (gnus-server-to-method): Switch position with
3024         gnus-server-get-method.
3025         (gnus-agent): Add doc.
3026
3027         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
3028         (gnus-summary-save-parts): Use it.
3029
3030         * gnus-art.el (gnus-display-mime): Use it.
3031         * mm-partial.el (mm-partial-find-parts): Use it.
3032
3033         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
3034
3035         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
3036         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
3037
3038         * nnagent.el (nnagent-request-expire-articles): Don't delete
3039         files.
3040
3041 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
3042
3043         * message.el (message-gen-unsubscribed-mft): New function.
3044         From Sriram Karra <karra@cs.utah.edu>.
3045
3046         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
3047         open parenthesis.
3048
3049         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
3050         (mm-inline-text-html-render-with-w3): Ditto.
3051         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
3052         Suggested by Dave Love  <d.love@dl.ac.uk>.
3053
3054         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
3055
3056         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
3057         * nntp.el (nntp-send-command): Ditto.
3058         * nntp.el (nntp-send-command-nodelete): Ditto.
3059
3060 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
3061
3062         * mm-url.el (mm-url-load-url): New function.
3063         (mm-url-insert-file-contents): Use it.
3064
3065         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
3066
3067         * message.el (message-forward-make-body): Correctly copy
3068         forward-buffer.
3069
3070         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
3071
3072 2002-02-04  Simon Josefsson  <jas@extundo.com>
3073
3074         * gnus-art.el (gnus-article-followup-with-original): Mark with
3075         force, prevent errors when following up from article buffer.
3076         (gnus-article-reply-with-original): Ditto.
3077
3078         * binhex.el (binhex-decoder-switches): Fix doc.  From
3079         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
3080
3081 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
3082
3083         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
3084         highlight-citation after emphasize.
3085
3086 2002-02-04  Simon Josefsson  <jas@extundo.com>
3087
3088         * nnfolder.el (nnfolder-open-marks):
3089
3090         * nnml.el (nnml-open-marks): Message when done.  From David
3091         Edmondson <dme@sun.com>.
3092
3093 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
3094
3095         * imap.el (imap-anonymous-auth): Fix typo.
3096         From: Steinar Bang <sb@dod.no>
3097
3098         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
3099         save-excursion.
3100         (gnus-cache-braid-heads): Ditto.
3101
3102         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
3103         line, because there are extra articles in the overview buffer.
3104
3105         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
3106
3107         * message.el (message-forward-rmail-make-body): Directly use
3108         rmail-msg-restore-non-pruned-header to avoid calling
3109         vertical-motion.
3110
3111 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
3112
3113         * gnus-cache.el (gnus-summary-insert-cached-articles):
3114         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
3115
3116         * gnus-group.el (gnus-group-mark-article-read): Nreverse
3117         gnus-newsgroups-unselected.
3118
3119         * gnus-agent.el (gnus-summary-set-agent-mark): Use
3120         gnus-add-to-sorted-list.
3121
3122         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
3123         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
3124         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
3125         (gnus-update-read-articles): UNREAD is sorted.
3126         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
3127         (gnus-newsgroup-marked, gnus-newsgroup-cached)
3128         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
3129         (gnus-newsgroup-dormant): Require sorted.
3130
3131         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
3132         directories.
3133         (gnus-dired-print): New function.
3134
3135         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
3136         ps-despool.
3137
3138 2002-02-02  Simon Josefsson  <jas@extundo.com>
3139
3140         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
3141
3142 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
3143
3144         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
3145         t. This makes gnus-agent customizable without putting
3146         gnus-agentize into .gnus.
3147
3148         * gnus.el (gnus-agent): Make it customizable.
3149
3150         * gnus-dired.el: New file.
3151         From Benjamin Rutt <brutt@bloomington.in.us>
3152
3153         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
3154         if no article.
3155         (gnus-cache-possibly-remove-article): Ditto.
3156         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
3157
3158 2002-02-01  Simon Josefsson  <jas@extundo.com>
3159
3160         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
3161
3162 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3163
3164         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
3165         (mm-setup-w3m): Don't bind keys listed in the above.
3166
3167 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3168
3169         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
3170         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
3171         is non-nil; bind `w3m-force-redisplay' with nil.
3172
3173         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3174
3175         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
3176
3177 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
3178
3179         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
3180         use mail-header-unfold-field.
3181
3182         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
3183         gnus-summary-limit.
3184
3185         * gnus-range.el (gnus-add-to-sorted-list): New function.
3186         * gnus-sum.el (gnus-mark-article-as-read): Use it.
3187         (gnus-mark-article-as-unread): Ditto.
3188         (gnus-summary-mark-article-as-unread): Ditto.
3189         (gnus-build-get-header): Ditto.
3190         (gnus-summary-prepare-threads): Ditto.
3191         (gnus-summary-insert-pseudos): Ditto.
3192         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
3193         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
3194         (gnus-summary-insert-old-articles): Ditto.
3195
3196         * gnus-msg.el (gnus-posting-styles): Add new format of header.
3197         (gnus-configure-posting-styles): Support the new format.
3198
3199         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
3200         edebug-form-spec to (sexp body).
3201         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
3202
3203         * message.el (message-reply-headers): Add doc.
3204
3205 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
3206
3207         * gnus-group.el (gnus-group-delete-group): Nix the entry in
3208         gnus-cache-active-hashtb.
3209
3210         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
3211         (gnus-agent-summary-fetch-group): Use it.
3212
3213         * gnus-msg.el (gnus-debug-files): New variable.
3214         (gnus-debug-exclude-variables): New variable.
3215         (gnus-debug): Use them.
3216
3217         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
3218
3219 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
3220
3221         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
3222         (message-mode-syntax-table): Move back the previous position.
3223
3224         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
3225
3226         * gnus-agent.el (gnus-agent-retrieve-headers): Use
3227         gnus-sorted-difference.
3228
3229         * nnsoup.el (nnsoup-request-expire-articles): Use
3230         gnus-sorted-difference.
3231
3232         * nnheader.el: Autoload gnus-sorted-difference.
3233
3234         * nnfolder.el (nnfolder-request-expire-articles): Use
3235         gnus-sorted-difference.
3236
3237         * gnus-cache.el (gnus-cache-retrieve-headers): Use
3238         gnus-sorted-difference.
3239
3240         * gnus-range.el: Autoload cookies.
3241         (gnus-sorted-difference): New function.
3242         (gnus-sorted-ndifference): New function.
3243         (gnus-sorted-nintersection): Rename from
3244         gnus-set-sorted-intersection.
3245         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
3246         (gnus-list-range-difference): Rename from
3247         gnus-inverse-list-range-intersection.
3248         (gnus-inverse-list-range-intersection): Use defalias.
3249
3250         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
3251         gnus-sorted-ndifference, and gnus-sorted-nintersection.
3252         (gnus-articles-to-read): Use gnus-sorted-difference.
3253         (gnus-summary-limit-mark-excluded-as-read): Use
3254         gnus-sorted-intersection and gnus-sorted-ndifference.
3255         (gnus-list-of-read-articles): Use gnus-list-range-difference.
3256         (gnus-summary-insert-articles): Use gnus-sorted-difference.
3257
3258         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
3259
3260 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3261
3262         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
3263         property to the buffer for using emacs-w3m command keys.
3264
3265         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
3266         option.
3267
3268         * mm-view.el (mm-w3m-mode-map): New variable.
3269         (mm-w3m-mode-command-alist): New variable.
3270         (mm-w3m-minor-mode): Removed.
3271         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
3272         (mm-inline-text-html-render-with-w3m): Add keymap property to the
3273         buffer for using emacs-w3m command keys.
3274
3275 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
3276
3277         * message.el (message-mode-syntax-table): Move forward.
3278         (message-cite-prefix-regexp): Auto detect non word constituents.
3279         (message-cite-prefix-regexp): Don't use with-syntax-table.
3280
3281         * gnus-sum.el (gnus-summary-update-info): Use
3282         gnus-list-range-intersection.
3283
3284         * gnus-agent.el (gnus-agent-fetch-headers): Use
3285         gnus-list-range-intersection.
3286
3287         * gnus-range.el (gnus-range-normalize): Use correct predicate.
3288         (gnus-list-range-intersection): Use it.
3289         (gnus-inverse-list-range-intersection): Ditto.
3290         (gnus-sorted-intersection): Add doc.
3291         (gnus-set-sorted-intersection): Add doc.
3292         (gnus-sorted-union): New function.
3293         (gnus-set-sorted-union): New function.
3294
3295         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
3296         (gnus-inverse-list-range-intersection): Ditto.
3297
3298 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
3299
3300         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
3301
3302         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
3303         and permit `:' and `\' in order to handle full Windows pathnames.
3304         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
3305         technically not correct per standard, but seems to have common use.
3306
3307 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
3308
3309         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
3310         replacing numbers.
3311
3312 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
3313
3314         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
3315
3316         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
3317         Don't split when the window is small, e.g. when a small *BBDB*
3318         window is the lowest one.
3319
3320         * gnus-agent.el (gnus-agent-retrieve-headers): Use
3321         nnheader-find-nov-line to speed up. Use nreverse, because it is
3322         sorted. Use nnheader-insert-nov-file.
3323
3324 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3325
3326         * mm-decode.el (mm-inline-text-html-with-images): New user option.
3327
3328         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
3329         of `w3m-display-inline-images' with the value of
3330         `mm-inline-text-html-with-images'.
3331         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
3332
3333         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3334
3335 2002-01-27  Richard M. Stallman  <rms@gnu.org>
3336
3337         * time-date.el: Add autoload cookies.  Many doc fixes.
3338         (time-add): New function.
3339         (time-subtract): Renamed from subtract-time.
3340         (subtract-time): New alias for time-subtract.
3341
3342 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3343
3344         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
3345         emacs-w3m in doc-string.
3346
3347         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
3348         `w3m-current-buffer'.
3349
3350 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3351
3352         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
3353
3354         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
3355         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
3356         (mm-w3m-cid-retrieve): New function.
3357         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
3358
3359 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
3360
3361         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
3362
3363 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3364
3365         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
3366
3367 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3368
3369         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
3370         32K.
3371
3372         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
3373
3374         * nnmail.el (nnmail-article-group): Decode headers before running
3375         split rules over them.
3376         (nnmail-mail-splitting-charset): New variable.
3377
3378         * smiley.el: Replaced with smiley-ems.el.
3379
3380 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3381
3382         * mm-url.el (mm-url-predefined-programs): Add w3m.
3383         (mm-url-program): Ditto.
3384
3385 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3386
3387         * nnml.el (nnml-use-compressed-files): New variable.
3388         (nnml-filenames-are-evil): Removed.
3389         (nnml-current-group-article-to-file-alist): Don't use.
3390         (nnml-update-file-alist): Inhibit.
3391         (nnml-article-to-file): Use new var.
3392
3393 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3394
3395         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
3396
3397         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
3398
3399 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3400
3401         * gnus-agent.el (gnus-agent-load-alist): Use new caching
3402         function.
3403
3404         * gnus-util.el (gnus-cache-file-contents): New function.
3405
3406         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
3407         (gnus-agent-load-alist): Use it.
3408
3409         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
3410
3411         * nnheader.el (nnheader-insert-nov-file): New function.
3412
3413         * gnus-util.el (gnus-parse-without-error): Correct the loop.
3414
3415         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
3416         there are no references.
3417         (gnus-extract-message-id-from-in-reply-to): New function.
3418         (gnus-nov-parse-line): Use in-reply-to if there are no
3419         references.
3420
3421 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3422
3423         * nnagent.el (nnagent-retrieve-headers): Use new macro.
3424
3425         * gnus-util.el (gnus-parse-without-error): New macro.
3426
3427 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
3428
3429         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
3430         (gnus-article-wash-function): use locate-library to decide which
3431         to use.
3432
3433 2002-01-25  Simon Josefsson  <jas@extundo.com>
3434
3435         * pop3.el (pop3-munge-message-separator): Work if no date.
3436         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
3437
3438 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3439
3440         * gnus-agent.el (gnus-agent-save-alist): Fix.
3441
3442         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
3443         mistake.  Reinstated lost code.
3444
3445 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
3446
3447         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
3448         one exists in the case of an encrypted message with an internal
3449         signature.
3450
3451 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3452
3453         * gnus-agent.el (gnus-agent-save-alist): Optimized.
3454
3455 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3456
3457         * dgnushack.el: Commented out the experimental code.
3458
3459 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3460
3461         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
3462         error.
3463
3464         * gnus.el (gnus-server-to-method): Made into subst.
3465         (gnus-server-method-cache): New variable.
3466         (gnus-server-to-method): Use it.
3467         (gnus-group-method-cache): New variable.
3468         (gnus-find-method-for-group-1): Renamed.
3469         (gnus-find-method-for-group): New function.
3470         (gnus-group-method-cache): Removed.
3471
3472         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
3473         function.
3474
3475         * gnus-range.el (gnus-members-of-range): New function.
3476         (gnus-list-range-intersection): Renamed.
3477         (gnus-inverse-list-range-intersection): New function.
3478
3479         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
3480
3481         * nnagent.el (nnagent-retrieve-headers): New implementation.
3482
3483         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
3484         implementation.
3485
3486 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3487
3488         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
3489         `w3m-meta-content-type-charset-regexp'.
3490
3491         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
3492         charset-encoded html contents.
3493
3494 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
3495
3496         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
3497         an empty file.
3498
3499         * nnweb.el (url): Ignore errors when request url.
3500
3501         * nnrss.el: Clean up the comments.
3502
3503 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3504
3505         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
3506
3507         * mm-decode.el (mm-inline-text-html-renderer): New user option.
3508         (mm-inline-media-tests): Test whether the value of
3509         `mm-inline-text-html-renderer' is a function for text/html.
3510
3511         * mm-view.el (mm-inline-text-html-render-with-w3): New function
3512         separated from `mm-inline-text'.
3513         (mm-w3m-minor-mode): New variable.
3514         (mm-w3m-setup): New variable.
3515         (mm-setup-w3m): New function.
3516         (mm-inline-text-html-render-with-w3m): New function.
3517         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
3518         text/html.
3519
3520 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
3521
3522         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
3523
3524 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3525
3526         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
3527         and `gnus-xmas-completing-read'.
3528
3529 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3530
3531         * nneething.el (nneething-message-id-number): Abolished.
3532         (nneething-encode-file-name): Not encode numerical characters.
3533         (nneething-make-head): `nneething-message-id-number' is not
3534         used to generate message IDs.
3535
3536 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3537
3538         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
3539         characters.
3540
3541 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3542
3543         * gnus-xmas.el (gnus-xmas-completing-read): New function.
3544         (gnus-xmas-redefine): Redefine conditionally.
3545
3546 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
3547
3548         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
3549         tag.
3550
3551 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
3552
3553         * message.el (message-font-lock-keywords): Added the secure tag.
3554         * mml-sec.el: Added functions to generate/modify/remove the secure
3555         tag while in message mode.
3556         * mml-sec.el (mml-secure-message): New.
3557         * mml-sec.el (mml-unsecure-message): New.
3558         * mml-sec.el (mml-secure-message-sign-smime): New.
3559         * mml-sec.el (mml-secure-message-sign-pgp): New.
3560         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
3561         * mml-sec.el (mml-secure-message-encrypt-smime): New.
3562         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
3563         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
3564         * mml.el (mml-parse-1): Added code to recognise the secure tag and
3565         convert it to either a part or multipart depending on if there are
3566         other parts in the message.
3567         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
3568         to use the secure tag, rather than the part tag.
3569         * mml.el (mml-preview): Added a save-excursion to keep cursor
3570         position after doing an MML preview.
3571
3572 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3573
3574         * nnheader.el (nnheader-parse-overview-file): New function.
3575         (nnheader-write-overview-file): New function.
3576
3577 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3578
3579         * gnus.el (gnus-group-fast-parameter): Check better if expansion
3580         in wanted.
3581
3582         * nnweb.el (nnweb-type-definition): Clean up.
3583
3584 2002-01-21  Alastair Burt  <burt@dfki.de>
3585         Trivial patch.
3586
3587         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
3588         buffer exists before jumping to it.
3589
3590 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3591
3592         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
3593         function.
3594         (article-wash-html): Use it.
3595         (gnus-article-wash-function): New variable.
3596         (gnus-article-wash-html-with-w3m): New function.
3597
3598 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
3599
3600         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
3601         XEmacs.
3602
3603 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
3604
3605         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
3606         command line.
3607
3608 2002-01-21  Simon Josefsson  <jas@extundo.com>
3609
3610         * canlock.el (base64-encode-string): Autoload it from base64.
3611         (canlock-make-cancel-key): Base64 encode unibyte string.
3612
3613 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3614
3615         * nnfolder.el (nnfolder-request-accept-article): Unfold
3616         x-from-line.
3617         (nnfolder-request-replace-article): Ditto.
3618
3619 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
3620
3621         * gnus-group.el (gnus-group-best-unread-group): Use the right
3622         positioning function.
3623
3624 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3625
3626         * smiley-ems.el (smiley-region): Use new function.
3627         (smiley-update-cache): Use general image functions.
3628         (smiley-region): Use general functions.
3629
3630         * gnus-util.el (gnus-graphic-display-p): New function.
3631
3632         * nnmail.el (nnmail-article-group): Allow outputting traces of
3633         non-strings.
3634
3635         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
3636         (nndoc-exim-bounce-type-p): New function.
3637
3638         * message.el (message-dont-send): Doc fix.
3639
3640         * gnus-util.el (gnus-completing-read): Remove
3641         inherit-input-method.
3642
3643         * gnus-art.el (gnus-treat-smiley): Doc fix.
3644
3645         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
3646         articles.
3647
3648 2002-01-19  Simon Josefsson  <jas@extundo.com>
3649
3650         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
3651         (imap-kerberos4-open): Ditto.
3652         (imap-open): Set port correctly, don't set auth.
3653
3654 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3655
3656         * gnus.el (gnus-version-number): Bump version number.
3657
3658 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3659
3660         * gnus.el: Oort Gnus v0.05 is released.
3661
3662 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3663
3664         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
3665         exists.
3666
3667         * gnus-spec.el (gnus-string-width-function): New function.
3668         (gnus-tilde-cut-form): Use it.
3669         (gnus-tilde-max-form): Ditto.
3670         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
3671         (gnus-substring-function): Use it.
3672         (gnus-tilde-cut-form): Ditto.
3673         (gnus-substring-function): New function.
3674
3675         * message.el (message-check-news-header-syntax): New message.
3676
3677         * gnus.el (gnus-slave-no-server): Doc fix.
3678
3679         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
3680
3681 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3682
3683         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
3684         `seen' if it looks like (seen NUM1 . NUM2).  It should be
3685         (seen (NUM1 . NUM2)).
3686
3687 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3688
3689         * gnus-topic.el (gnus-topic-catchup-articles): Update article
3690         number in closed topics.
3691
3692 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
3693
3694         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
3695         functions.
3696
3697 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3698
3699         * gnus.el (gnus-group-find-parameter): Clean up.
3700
3701         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
3702         articles.
3703
3704         * gnus-util.el (gnus-completing-read-with-default): Renamed.
3705
3706         * nnmail.el (nnmail-article-group): Clean up.
3707
3708 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
3709
3710         * gnus-agent.el (gnus-category-name): Intern the category name.
3711
3712 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3713
3714         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
3715
3716         * gnus-util.el (gnus-completing-read): New function.
3717
3718 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
3719
3720         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
3721
3722         * smiley-ems.el (smiley-region): Register smiley.
3723         (smiley-toggle-buffer): Rewrite the function.
3724         (smiley-active): Removed.
3725
3726 2002-01-19  Simon Josefsson  <jas@extundo.com>
3727
3728         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
3729         Jesper Harder <harder@ifa.au.dk>.
3730
3731 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3732
3733         * gnus-art.el (gnus-request-article-this-buffer): Call
3734         `nneething-get-file-name' to extract the file name from the
3735         message id.
3736
3737         * nneething.el (nneething-encode-file-name): New function.
3738         (nneething-decode-file-name): Ditto.
3739         (nneething-get-file-name): Ditto.
3740         (nneething-make-head): Encode the file name and encapsulate it
3741         into the field of the message id.
3742
3743 2002-01-18  Simon Josefsson  <jas@extundo.com>
3744
3745         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
3746         stored in .marks.
3747
3748         * nnfolder.el (nnfolder-request-update-info): Ditto.
3749
3750 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3751
3752         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
3753
3754 2002-01-18  Simon Josefsson  <jas@extundo.com>
3755
3756         * imap.el (imap-starttls-p): Don't check for binary.
3757         (imap-gssapi-auth-p): Ditto.
3758         (imap-kerberos4-auth-p): Ditto.
3759         (imap-open): Change logic.  Iterate through all possible streams,
3760         instead of bailing out after first failure.  Move authenticator
3761         decision to `imap-authenticate'.
3762         (imap-authenticate): Change logic, now finds the authenticator to
3763         use, was previously in `imap-open'.
3764         (imap-open): Return nil on failure.
3765         (imap-open): Setup temp buffer correctly.
3766         (imap-open): Return buffer only on success.
3767         (imap-interactive-login, imap-interactive-login): Tell the user
3768         which stream/authenticator is used for the queried
3769         username/password.
3770         (imap-open, imap-authenticate): Set variables.
3771         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
3772         (imap-open): Don't assume how `with-temp-buffer' is implemented.
3773
3774 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3775
3776         * gnus-fun.el (gnus-grab-cam-x-face): New function.
3777
3778 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3779
3780         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
3781
3782 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
3783
3784         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
3785         (gnus-agent-group-mode-map): Bind it to "Jo".
3786         (gnus-agent-group-make-menu-bar): Add it into menu bar.
3787
3788 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
3789
3790         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
3791         (gnus-summary-mail-toolbar): Add mail article deletion button.
3792
3793         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
3794         false positives for lines of "^^^^".
3795
3796         * gnus-picon.el (gnus-picon-find-face): faces database is all
3797         lowercase.
3798
3799 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
3800
3801         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
3802         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
3803         duplications.
3804         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
3805
3806 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3807
3808         * gnus-sum.el (gnus-summary-initial-limit): Inline
3809         gnus-summary-limit-children.
3810         (gnus-summary-initial-limit): Don't limit if
3811         gnus-newsgroup-display is nil.
3812         (gnus-summary-initial-limit): No, don't.
3813
3814         * gnus-util.el
3815         (gnus-put-text-property-excluding-characters-with-faces): Inline
3816         gnus-put-text-property.
3817
3818         * gnus-spec.el (gnus-default-format-specs): New variable.
3819
3820         * gnus-start.el (gnus-read-newsrc-file): Don't clear
3821         gnus-format-specs.
3822         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
3823
3824         * gnus-spec.el (gnus-update-format-specifications): Really check
3825         the Gnus version of the .newsrc.eld file.
3826         (gnus-format-specs): Save the new default summary format.
3827
3828         * gnus-util.el (gnus-parent-id): Check whether references is empty
3829         before splitting.
3830
3831         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
3832         functions.
3833         (gnus-gather-threads-by-references): Inline
3834         `gnus-split-references'.
3835
3836         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
3837         default value of gnus-summary-line-format-spec.
3838
3839 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3840
3841         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
3842         message.
3843         (nnslashdot-request-list): Ditto.
3844         (nnslashdot-sid-strip): Removed.
3845
3846 2002-01-15  Simon Josefsson  <jas@extundo.com>
3847
3848         * nnimap.el (nnimap-close-asynchronous): Enable.
3849         (nnimap-close-group): Expunge.
3850
3851 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3852
3853         * gnus-util.el (gnus-user-date-format-alist): Typo.
3854         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
3855
3856 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3857
3858         * nneething.el (nneething-request-article): Set
3859         `nnmail-file-coding-system' to `binary' locally, in order to read
3860         files without any conversion.
3861
3862 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3863
3864         * gnus-agent.el (gnus-agent-retrieve-headers): Use
3865         nnheader-file-coding-system and nnmail-active-file-coding-system.
3866         (gnus-agent-regenerate-group): Ditto.
3867         (gnus-agent-regenerate): Ditto.
3868         (gnus-agent-write-active): Ditto.
3869         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
3870
3871 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
3872
3873         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
3874         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
3875
3876 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
3877
3878         * gnus.el: We don't need gnus-article-show-all-headers.
3879
3880         * gnus-art.el (article-show-all, gnus-article-show-all-header):
3881         Ditto.
3882
3883         * gnus-sum.el (gnus-summary-select-article): Don't call
3884         show-all-headers, because hidden headers are not hidden text any
3885         more.
3886
3887 2002-01-13  Simon Josefsson  <jas@extundo.com>
3888
3889         * message.el (message-newline-and-reformat): Use `newline' instead
3890         of inserting \n, so that the newline is marked as hard.
3891
3892         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
3893         From Jesper Harder <harder@ifa.au.dk>.
3894
3895 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
3896
3897         * imap.el (imap-close): Keep going if quit.
3898
3899         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
3900         nntp-server-buffer.
3901
3902 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3903
3904         * mm-view.el (mm-display-inline-fontify): Require font-lock to
3905         avoid unbinding shadowed variables.
3906
3907         * gnus-art.el (gnus-picon-databases): Moved here.
3908         (gnus-picons-installed-p): Moved here.
3909         (gnus-article-reply-with-original): Use `mark'.
3910
3911         * gnus.el (gnus-picon): Moved here and renamed.
3912
3913         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
3914         installed.
3915         (gnus-treat-mail-picon): Ditto.
3916         (gnus-treat-newsgroups-picon): Ditto.
3917
3918         * gnus-picon.el (gnus-picons-installed-p): New function.
3919
3920 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
3921
3922         * gnus-agent.el (gnus-agent-go-online): Fix doc.
3923
3924 2002-01-12  Simon Josefsson  <jas@extundo.com>
3925
3926         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
3927         (nnimap-before-find-minmax-bugworkaround): Use it.
3928         (nnimap-find-minmax-uid): Don't reselect current mailbox.
3929         (nnimap-dont-close): New variable.
3930         (nnimap-close-group): Use it.
3931
3932 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3933
3934         * gnus-art.el (gnus-article-reply-with-original): Use
3935         `mark-active'.
3936
3937         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
3938
3939         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
3940         (gnus-score-advanced): Clean up.
3941         (gnus-score-advanced): Accept a multiple of the score.
3942
3943 2002-01-12  Simon Josefsson  <jas@extundo.com>
3944
3945         * flow-fill.el (fill-flowed-display-column)
3946         (fill-flowed-encode-columnq): New variables.  Suggested by
3947         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
3948         (fill-flowed-encode, fill-flowed): Use them.
3949
3950         * message.el (message-send-news, message-send-mail): Use
3951         m-b-s-n-p-e-h-n.
3952
3953         * mml.el (autoload): Autoload fill-flowed-encode.
3954         (mml-buffer-substring-no-properties-except-hard-newlines): New
3955         function.
3956         (mml-read-part): Use it.
3957         (mml-generate-mime-1): Encode format=flowed if appropriate.
3958         (mml-insert-mime-headers): Insert format=flowed.
3959
3960         * flow-fill.el (fill-flowed-encode): New function.
3961         (fill-flowed): Bind fill-column to window width.
3962
3963 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3964
3965         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
3966         it exists.
3967         (gnus-summary-setup-buffer): Wake up dead summary buffers.
3968         (gnus-summary-buffer-name): Don't return the dead name after all.
3969         (gnus-summary-setup-buffer): Kill the dead buffer.
3970
3971         * gnus-art.el (gnus-article-followup-with-original): Store the
3972         value of the mark before deactivating it.
3973
3974 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3975
3976         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
3977         From: Karl Kleinpaste <karl@charcoal.com>
3978
3979         * gnus-art.el (article-display-x-face): Ditto.
3980         (gnus-article-reply-with-original): Use gnus-region-active-p.
3981         (gnus-article-followup-with-original): Ditto.
3982
3983         * gnus-sum.el (gnus-summary-read-group-1): Don't select
3984         downloadable article either.
3985
3986 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3987
3988         * gnus-art.el (article-display-x-face): Insert From:.
3989
3990         * gnus-sum.el (gnus-summary-move-article): Don't draw the
3991         article. Bind gnus-display-mime-function and
3992         gnus-article-prepare-hook.
3993
3994         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
3995         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
3996         gnus-agent-possibly-synchronize-flags to the last.
3997         (gnus-agent-go-online): New function. New variable.
3998
3999 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4000
4001         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
4002         (gnus-agent-regenerate): Ditto.
4003
4004 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4005
4006         * message.el (message-ignored-news-headers)
4007         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
4008         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
4009
4010         * gnus.el (gnus-gethash-safe): New macro.
4011
4012         * gnus-agent.el (gnus-agent-regenerate-history): New function.
4013         (gnus-agent-regenerate): Show messages.
4014
4015 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4016
4017         * gnus-agent.el (gnus-agent-regenerate-group): New function.
4018         (gnus-agent-regenerate): New function.
4019         (gnus-agent-save-alist): Sort.
4020         (gnus-agent-copy-nov-line): Test eobp.
4021         (gnus-agent-retrieve-headers): Erase buffer.
4022
4023 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
4024
4025         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
4026         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
4027
4028         * gnus.el (gnus-agent-covered-methods): Move here.
4029         (gnus-online): New function.
4030         (gnus-agent-method-p): Move here.
4031
4032         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
4033         nil. Remove articles-alist.
4034
4035         * gnus-start.el (gnus-get-unread-articles): Check online.
4036         (gnus-groups-to-gnus-format): Ditto.
4037         (gnus-active-to-gnus-format): Ditto.
4038
4039         * gnus-agent.el (gnus-agent-get-function): Use it.
4040         (gnus-agent-get-undownloaded-list): Ditto.
4041         (gnus-agent-fetch-session): Only fetch online methods.
4042
4043         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
4044         (gnus-server-mode-map): Ditto.
4045         (gnus-server-offline-face): New face.
4046         (gnus-server-offline-face): New variable.
4047         (gnus-server-font-lock-keywords): Add offline.
4048         (gnus-server-insert-server-line): Ditto.
4049         (gnus-server-offline-server): New function.
4050
4051         * gnus-int.el (gnus-open-server): Turn to offline.
4052         (gnus-server-unopen-status): New variable.
4053
4054 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
4055
4056         * nnkiboze.el (nnkiboze-request-article): Use
4057         gnus-agent-request-article.
4058
4059         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
4060         function. Insert undownloaded NOV.
4061
4062         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
4063         (gnus-agent-request-article): New function.
4064
4065         * gnus.el (gnus-agent-cache): New variable.
4066
4067         * gnus-int.el (gnus-retrieve-headers): Use
4068         gnus-agent-retrieve-headers.
4069         (gnus-request-head): Use gnus-agent-request-article.
4070         (gnus-request-body): Ditto.
4071
4072         * gnus-art.el (gnus-request-article-this-buffer): Use
4073         gnus-agent-request-article.
4074
4075         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
4076         article if it is undownloaded.
4077
4078 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4079
4080         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
4081
4082 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4083
4084         * canlock.el (canlock-string-as-unibyte): New macro.
4085         (canlock-sha1-with-openssl): Return a unibyte string.
4086         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
4087
4088 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
4089
4090         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
4091
4092 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4093
4094         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
4095         application/x-emacs-lisp.
4096
4097         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
4098
4099         * nntp.el (nntp-request-article): Add group parameter.
4100         (nntp-request-head): Ditto.
4101         (nntp-find-group-and-number): Add parameter group. Figure out
4102         number if the status line doesn't give (e.g. quimby.gnus.org).
4103
4104 2002-01-08  Simon Josefsson  <jas@extundo.com>
4105
4106         * mml.el (mml-generate-mime-1): Set recipient correctly.
4107
4108 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4109
4110         * message.el (message-read-from-minibuffer): Add parameter
4111         initial-contents.
4112         * gnus-msg.el (gnus-summary-resend-message): Use it.
4113
4114         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
4115         behavior of quit-config.
4116
4117         * message.el (message-make-from): Don't quote fullname.
4118         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
4119
4120         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
4121         From: <andre@slamdunknetworks.com>
4122
4123 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
4124
4125         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
4126
4127         * gnus-art.el (gnus-header-button-alist): Handle mailto.
4128
4129         * mml.el (mml-preview): Bind gnus-original-article-buffer because
4130         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
4131         because bbdb may use it.
4132
4133 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4134
4135         * nneething.el (nneething-request-article): When a non-text file
4136         is converted to an article, its data is encoded in base64.  Call
4137         `nneething-make-head' with options to specify MIME types.
4138         (nneething-make-head): Add optional arguments to specify MIME
4139         types.
4140
4141 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4142
4143         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
4144         header if there is not.
4145
4146         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
4147
4148         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
4149         (gnus-inews-mark-gcc-as-read): Obsolete variable.
4150         (gnus-inews-do-gcc): Use them.
4151
4152         * gnus-group.el (gnus-group-mark-article-read): Put holes into
4153         gnus-newsgroup-unselected.
4154
4155 2002-01-06  Simon Josefsson  <jas@extundo.com>
4156
4157         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
4158         condition-case, not ignore-errors.
4159
4160 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4161
4162         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
4163         gnus-fetch-old-headers.
4164
4165         * gnus-art.el (article-display-x-face): Use the current buffer
4166         unless `W f'. Otherwise, X-Face may be shown in the header of a
4167         forwarded part.
4168         (gnus-treatment-function-alist): Treat xface before hiding
4169         headers.
4170
4171 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4172
4173         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
4174         parameters.
4175
4176 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4177
4178         * mm-util.el (mm-multibyte-p): Define conditionally when load.
4179         (mm-guess-charset): New function.
4180         (mm-charset-after): Use it.
4181         (mm-detect-coding-region): New function.
4182         (mm-detect-mime-charset-region): New function.
4183
4184         * gnus-sum.el (gnus-summary-show-article): Use
4185         mm-detect-coding-region.
4186
4187 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4188
4189         * message.el (message-make-fqdn): Be less violent.
4190
4191         * gnus.el (gnus-logo-color-style): Compute custom form
4192         automatically.
4193
4194         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
4195         score file of the parent to the document group.
4196
4197         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
4198         parameters parameter.
4199
4200         * gnus-score.el (gnus-score-load-file): Clean up.
4201
4202 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4203
4204         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
4205         From: Damien Wyart <damien.wyart@free.fr>
4206
4207         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
4208
4209 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
4210
4211         * gnus-sum.el (gnus-select-group-hook): Typo.
4212
4213         * rfc2047.el (rfc2047-decode-string): Return immediately if there
4214         is no quoted-printable-encoded STRING.
4215         From: Jesper Harder <harder@ifa.au.dk>
4216
4217         (rfc2047-decode-string): Decode it.
4218
4219 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4220
4221         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
4222
4223 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
4224         Trivial patch.
4225
4226         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
4227         buffer to get rid of junk line.
4228
4229 2002-01-05  Simon Josefsson  <jas@extundo.com>
4230
4231         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
4232         C-o.
4233         (message-mode-map): Bind message-insert-or-toggle-importance to
4234         C-c C-u.
4235         (message-mode-map): Bind message-disposition-notification-to to
4236         C-c M-n.
4237         (message-mode-menu): Add m-d-n-t.
4238         (message-mode-field-menu): Add m-goto-from.
4239         (message-mode): Doc fix.
4240         (message-goto-from): New function.
4241         (message-insert-disposition-notification-to): New function.
4242         (message-tool-bar-map): Add receipt button.
4243
4244 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4245
4246         * gnus-sum.el (gnus-thread-latest-date): New function.
4247         (gnus-thread-sort-by-most-recent-number): Renamed.
4248         (gnus-thread-sort-functions): Doc fix.
4249         (gnus-select-group-hook): Don't use setq on a hook.
4250         (gnus-thread-latest-date): Use date, not number
4251
4252         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
4253         (gnus-agent-expire): Allow regexp of expire-days.
4254
4255         * gnus-art.el (gnus-article-reply-with-original): Deactivate
4256         region.
4257         (gnus-article-followup-with-original): Ditto.
4258
4259         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
4260
4261         * gnus-art.el (gnus-mime-display-alternative): Use
4262         gnus-local-map-property.
4263         (gnus-mime-display-alternative): Ditto.
4264         (gnus-insert-mime-security-button): Ditto.
4265         (gnus-insert-next-page-button): Ditto.
4266         (gnus-button-prev-page): Take optional args.
4267         (gnus-insert-prev-page-button): widget-convert.
4268
4269         * gnus-util.el (gnus-local-map-property): New function.
4270
4271         * gnus-art.el (gnus-prev-page-map): Use parent map.
4272         (gnus-next-page-map): Ditto.
4273
4274         * gnus-spec.el (gnus-parse-format): Clean up.
4275         (gnus-parse-format): Do complex formatting for %=.
4276
4277         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
4278         "X-Face: " to the data in the built-in scenario.
4279
4280         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
4281         (gnus-correct-pad-form): Renamed.
4282         (gnus-tilde-max-form): Clean up.
4283         (gnus-pad-form): Use gnus-use-correct-string-widths.
4284
4285         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
4286         support if that is available.
4287
4288         * gnus-sum.el (gnus-thread-highest-number): New function.
4289         (gnus-thread-sort-by-most-recent-thread): New function.
4290         (gnus-thread-sort-functions): Doc fix.
4291
4292 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
4293
4294         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
4295         all cases.
4296         (gnus-summary-mode): Enable it in all cases.
4297         (gnus-summary-display-article): Ditto.
4298         (gnus-summary-edit-article): Ditto.
4299
4300         * gnus-ems.el (gnus-put-image): Really return glyph.
4301
4302         * gnus-art.el (gnus-article-x-face-command): Fix :type.
4303         (gnus-treat-smiley): Don't take "P" in the interactive form.
4304
4305 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4306
4307         * compface.el (uncompface): XEmacs and Emacs have differing
4308         capabilities.
4309
4310         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
4311
4312         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
4313         (gnus-article-xface-ring-size): Removed.
4314         (gnus-article-display-xface): Removed.
4315         (gnus-remove-image): Cleaned up.
4316
4317         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
4318         (gnus-xmas-create-image): Take pbm files.
4319         (gnus-x-face): Removed.
4320         (gnus-xmas-article-display-xface): Removed.
4321
4322         * gnus-fun.el (gnus-display-x-face-in-from): Bind
4323         default-enable-multibyte-characters.
4324
4325         * compface.el (uncompface): Doc fix.
4326
4327         * gnus-art.el (gnus-article-x-face-command): Use
4328         gnus-display-x-face-in-from.
4329
4330         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
4331
4332         * gnus-ems.el (gnus-put-image): Return the image.
4333
4334         * gnus-fun.el (gnus-display-x-face-in-from): New function.
4335         (gnus-x-face): Moved here.
4336
4337 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
4338
4339         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
4340         invisible if string is nil.
4341         (gnus-xmas-article-display-xface): Use it.
4342
4343         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
4344         property when string is nil.
4345         (gnus-article-display-xface): Use it.
4346
4347 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4348
4349         * gnus-art.el (article-display-x-face): Check whether valid grey
4350         face was returned.
4351         (article-display-x-face): Place image in the right spot.
4352
4353         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
4354         stderr.
4355         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
4356
4357 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4358
4359         * gnus-xmas.el (gnus-xmas-create-image): Take optional
4360         parameters.
4361         (gnus-xmas-put-image): Allow non-strings to be passed.
4362
4363         * gnus-art.el (article-display-x-face): Use optional parameters.
4364
4365         * gnus-ems.el (gnus-create-image): Take optional parameters.
4366
4367         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
4368
4369         * compface.el (compface-xbm-p): Removed.
4370
4371         * gnus-ems.el (gnus-article-compface-xbm): Removed.
4372         (gnus-article-display-xface): Use compface.
4373
4374         * compface.el: New file.
4375
4376         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
4377         (gnus-convert-image-to-x-face-command): Ditto.
4378         (gnus-random-x-face): Quote argument.
4379         (gnus-x-face-from-file): Ditto.
4380
4381 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
4382
4383         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
4384         the expire-group parameter once per article rather than once
4385         per group; bind `nnmaildir-article-file-name' and `article'
4386         for convenience.  Leave article alone when expire-group
4387         specifies the current group.
4388         (nnmaildir--update-nov): be more concurrency-friendly with
4389         temp file names.
4390
4391 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4392
4393         * gnus-start.el (gnus-read-init-file): Cleaned up.
4394
4395 2002-01-03  Dave Love  <d.love@dl.ac.uk>
4396
4397         * gnus-start.el (gnus-startup-file-coding-system): Removed.
4398         (gnus-read-init-file): Don't use it.
4399
4400 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4401
4402         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
4403
4404 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4405
4406         * gnus-start.el (gnus-read-init-file): Don't force coding system
4407         for ~/.gnus.  From Dave Love <fx@gnu.org>.
4408
4409 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
4410
4411         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
4412         * nnspool.el (nnspool-request-post): Ditto.
4413
4414         * mm-util.el (mm-use-find-coding-systems-region): New variable.
4415         (mm-find-mime-charset-region): Use it.
4416
4417 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
4418
4419         * gnus.el (gnus-summary-line-format): Added :link.
4420         * gnus-topic.el (gnus-topic-line-format): Ditto.
4421         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
4422         * gnus-srvr.el (gnus-server-line-format): Ditto.
4423         * gnus-group.el (gnus-group-line-format): Ditto.
4424
4425         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
4426         :keys, it works on both Emacsen.
4427
4428 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
4429
4430         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
4431
4432 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4433
4434         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
4435
4436 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
4437
4438         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
4439         very wide reply.
4440
4441 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4442
4443         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
4444         (gnus-picon-cache): New variable.
4445         (gnus-picon-transform-newsgroups): Cache stuff.
4446
4447         * gnus-art.el (gnus-article-reply-with-original): New command.
4448         (gnus-article-followup-with-original): New command.
4449
4450         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
4451         END parameters.
4452         (gnus-summary-followup): Take a list of list of articles.
4453         (gnus-inews-yank-articles): Allow lists of article/regions.
4454
4455         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
4456         longer the usual commands.
4457
4458         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
4459         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
4460         shell-command-on-region.
4461
4462 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4463
4464         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
4465           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
4466
4467 2002-01-03  Steve Youngs  <youngs@xemacs.org>
4468
4469         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
4470         understand ':keys', wrap it in an featurep 'xemacs.
4471
4472 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4473
4474         * gnus-ems.el (gnus-article-display-xface): Show xface in the
4475         order of headers (Actually, it is called in a reversed order). Add
4476         'gnus-image-text-deletable property.
4477         (gnus-remove-image): Remove text with such a property.
4478
4479         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
4480         gnus-put-image.
4481
4482         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
4483         with ", "
4484
4485 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4486
4487         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
4488
4489         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
4490         (article-display-x-face): Display grey X-Faces.
4491
4492         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
4493         (gnus-convert-gray-x-face-to-ppm): Ditto.
4494         (gnus-convert-image-to-gray-x-face): Ditto.
4495
4496         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
4497         gnus-summary-show-raw-article.
4498
4499 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4500
4501         Display picons in XEmacs without showing text.
4502
4503         * gnus-xmas.el (gnus-xmas-create-image): Don't use
4504         mm-create-image-xemacs to create xbm glyph, because it deletes
4505         temporary files.
4506         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
4507         (gnus-xmas-remove-image): Make text visible, remove glyph.
4508
4509         * gnus-picon.el (gnus-picon-transform-newsgroups)
4510         (gnus-picon-transform-address): Insert spec backward, due to the
4511         incompatibility of gnus-xmas-put-image.
4512
4513 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4514
4515         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
4516
4517 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4518
4519         * gnus.el: Doc fix.
4520
4521         * gnus-art.el: Doc fix.
4522
4523         * gnus-agent.el: Doc fix.
4524
4525 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4526
4527         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
4528
4529 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
4530
4531         * nnmaildir.el (nnmaildir--update-nov): automatically parse
4532         NOV data out of the message again if nnmail-extra-headers has
4533         changed.
4534
4535 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4536
4537         * gnus-fun.el: New file.
4538         (gnus-convert-image-to-x-face-command): New variable.
4539         (gnus-insert-x-face): New function.
4540         (gnus-random-x-face): Renamed.
4541         (gnus-x-face-from-file): Renamed.
4542
4543         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
4544         "_".
4545         (gnus-body-boundary-delimiter): Typo fix.
4546
4547 2002-01-02  Simon Josefsson  <jas@extundo.com>
4548
4549         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
4550         (gnus-body-boundary-delimiter): Fix type.
4551
4552 2002-01-01  Simon Josefsson  <jas@extundo.com>
4553
4554         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
4555         (gnus-treat-emphasize, gnus-treat-strip-cr)
4556         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
4557         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
4558         (gnus-treat-fill-article, gnus-treat-hide-citation)
4559         (gnus-treat-hide-citation-maybe)
4560         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
4561         (gnus-treat-strip-pem, gnus-treat-strip-banner)
4562         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
4563         (gnus-treat-date-ut, gnus-treat-date-local)
4564         (gnus-treat-date-english, gnus-treat-date-lapsed)
4565         (gnus-treat-date-original, gnus-treat-date-iso8601)
4566         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
4567         (gnus-treat-strip-trailing-blank-lines)
4568         (gnus-treat-strip-leading-blank-lines)
4569         (gnus-treat-strip-multiple-blank-lines)
4570         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
4571         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
4572         (gnus-treat-display-xface, gnus-treat-display-smileys)
4573         (gnus-treat-from-picon, gnus-treat-mail-picon)
4574         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
4575         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
4576         (gnus-treat-play-sounds, gnus-treat-translate)
4577         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
4578
4579         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
4580         (gnus-article-treat-body-boundary): Use it.
4581
4582         * message.el (message-mode): Fix doc.
4583         (message-mode-menu): Fix names.
4584
4585 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4586
4587         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
4588         articles.
4589
4590         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
4591         (gnus-picon-transform-address): Search for unknown faces as well.
4592         (gnus-picon-find-face): Don't search "news" for MISC.
4593         (gnus-picon-user-directories): Changed default back to exclude
4594         "unknown".
4595
4596         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
4597
4598         * gnus-picon.el (gnus-picon-find-face): Search through all
4599         databases.
4600         (gnus-picon-find-face): New implementation.
4601
4602         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
4603         keystroke.
4604         (gnus-topic-goto-next-topic): Ditto.
4605
4606         * gnus.el (gnus-summary-line-format): Changed default.
4607
4608         * nnmail.el (nnmail-extra-headers): Change default.
4609
4610         * gnus-sum.el (gnus-extra-headers): Change default.
4611
4612         * message.el (message-news-other-window): Changed "news" to
4613         "posting".
4614         (message-news-other-frame): Ditto.
4615         (message-do-send-housekeeping): Ditto.
4616
4617         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
4618         function.
4619         (gnus-article-unread-p): New function.
4620         (gnus-article-unseen-p): New function.
4621         (gnus-dead-summary-mode-map): Typo.
4622
4623         * gnus-util.el (gnus-make-predicate): New function.
4624         (gnus-make-predicate-1): New function.
4625
4626         * gnus-sum.el: New function.
4627         (gnus-map-articles): New function.
4628
4629         * gnus-art.el (gnus-treat-fold-headers): New variable.
4630         (gnus-article-treat-fold-headers): New command and keystroke.
4631
4632         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
4633         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
4634
4635 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4636
4637         * message.el (message-fcc-externalize-attachments): New variable.
4638         (message-do-fcc): Use it.
4639
4640         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
4641         (gnus-inews-do-gcc): Use it.
4642
4643         * mml.el (mml-tweak-sexp-alist): New variable.
4644         (mml-externalize-attachments): New variable.
4645         (mml-tweak-part): Use mml-tweak-sexp-alist.
4646         (mml-tweak-externalize-attachments): New function.
4647
4648 2002-01-01  Steve Youngs  <youngs@xemacs.org>
4649
4650         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
4651         'set-glyph-face' so x-face back/foreground can be set.
4652
4653 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
4654
4655         * message.el (message-fix-before-sending): Fix a typo.
4656
4657 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4658
4659         * gnus-art.el (gnus-treat-smiley): Renamed command.
4660         (gnus-article-remove-images): New command and keystroke.
4661
4662         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
4663
4664         * smiley-ems.el (gnus-smiley-display): Removed.
4665
4666         * gnus.el (gnus-version-number): Update version.
4667
4668         * message.el (message-text-with-property): Renamed and moved
4669         here.
4670         (message-fix-before-sending): Highlight invisible text and place
4671         point there.
4672
4673 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4674
4675         * gnus.el: Oort Gnus v0.04 is released.
4676
4677 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4678
4679         * gnus-delay.el (gnus-delay-send-queue): Renamed.
4680
4681         * gnus-art.el (gnus-ignored-headers): More headers,
4682
4683         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
4684         of `scan-error', since XEmacs doesn't seem to support that.
4685
4686 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4687
4688         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
4689         arg.
4690         (gnus-summary-best-unread-subject): Ditto.
4691         (gnus-summary-best-unread-subject): No, don't.
4692         (gnus-summary-better-unread-subject): New command.
4693
4694         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
4695
4696         * lpath.el ((featurep 'xemacs)): fbind url function.
4697
4698         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
4699         buffer.
4700         (gnus-xmas-remove-image): Implementation that does something.
4701         (gnus-xmas-article-display-xface): Mark images properly.
4702
4703         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
4704
4705 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
4706
4707         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
4708
4709 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4710
4711         * gnus-group.el (gnus-group-line-format): Added %O to the default
4712         value.
4713
4714         * gnus-util.el (gnus-text-with-property): The smallest point is
4715         point-min.
4716
4717         * smiley-ems.el (smiley-region): Return images.
4718         (gnus-smiley-display): Allow toggling.
4719         (smiley-region): Use text properties, not overlays.
4720
4721         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
4722         implemented yet.
4723
4724         * smiley-ems.el (smiley-update-cache): Check for valid types.
4725
4726         * gnus-art.el (gnus-with-article-buffer): New macro.
4727
4728         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
4729         strings as well as the glyphs.
4730         (gnus-picon-transform-address): Ditto.
4731         (gnus-picon-insert-glyph): Ditto.
4732         (gnus-picon-transform-newsgroups): Toggle.
4733         (gnus-picon-transform-address): Toggle.
4734
4735         * gnus-ems.el (gnus-remove-image): New function.
4736         (gnus-put-image): Take an optional string.
4737
4738         * gnus-util.el (gnus-text-with-property): New function.
4739
4740         * gnus-art.el (gnus-delete-images): New function.
4741
4742         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
4743
4744         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
4745         (gnus-article-wash-status): Use it.
4746         (gnus-signature-toggle): Clean up.
4747         (gnus-add-wash-status): New function.
4748         (gnus-delete-wash-status): New function.
4749         (gnus-article-hide-text-type): Use them throughout.
4750         (gnus-add-image): New function.
4751
4752         * gnus-ems.el (gnus-article-display-xface): Use new interface.
4753
4754         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
4755         interface.
4756
4757         * gnus-art.el (article-display-x-face): Cleaned up.
4758
4759         * rfc2047.el (rfc2047-field-value): New function.
4760
4761         * mail-parse.el (mail-header-field-value): New alias.
4762
4763         * gnus-art.el (gnus-mime-print-part): Fix typos.
4764
4765         * smiley-ems.el (gnus-smiley-file-types): New variable.
4766         (smiley-update-cache): Use it.
4767         (smiley-regexp-alist): Suffix-less smiley names.
4768         (smiley-regexp-alist): Added more smileys.
4769
4770         * gnus-sum.el (gnus-print-buffer): Made into own function.
4771         (gnus-summary-print-article): Use it.
4772
4773         * mailcap.el (mailcap-mime-info): Actually return the bit that we
4774         looked for when REQUEST is a string.
4775
4776         * gnus-art.el (gnus-mime-button-commands): Add printing
4777         keystroke.
4778         (gnus-mime-copy-part): Doc fix.
4779         (gnus-mime-print-part): New command.
4780
4781 2001-12-31  Simon Josefsson  <jas@extundo.com>
4782
4783         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
4784         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
4785
4786 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4787
4788         * gnus-picon.el (gnus-treat-from-picon): Autoload.
4789         (picon): Fix doc.
4790
4791         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
4792         longer exists. Remove those codes.
4793         * gnus.el (gnus-use-picons): Ditto.
4794
4795 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4796
4797         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
4798         infloop.
4799
4800         * gnus-sum.el (t): New `W D' map.
4801
4802         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
4803         (gnus-article-treat-body-boundary): Clean up.
4804         (gnus-body-boundary-face): Removed.
4805         (gnus-article-goto-header): Moved here.
4806         (gnus-article-goto-header): Allow better regexps.
4807         (gnus-article-treat-fold-newsgroups): New command.
4808
4809         * gnus-sum.el (gnus-summary-move-article): We have to select an
4810         article to give `gnus-read-move-group-name' an opportunity to
4811         suggest an appropriate default.
4812
4813         * rfc2047.el (rfc2047-fold-line): New function.
4814         (rfc2047-unfold-line): Ditto.
4815         (rfc2047-fold-region): Don't fold just after the header name.
4816
4817         * mail-parse.el (mail-header-fold-line): New alias.
4818         (mail-header-unfold-line): Ditto.
4819
4820         * gnus-art.el (gnus-body-boundary-face): Renamed.
4821         (gnus-article-treat-body-boundary): Use it.
4822         (gnus-article-treat-body-boundary): Use an invisible header and a
4823         line of underline characters.
4824
4825 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4826
4827         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
4828
4829         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
4830         (gnus-picon-split-address): New function.
4831         (gnus-picon-find-face): Use it.
4832         (gnus-picon-transform-address): Use it. Set first to t for each
4833         address.
4834
4835         * gnus-art.el (gnus-with-article-headers): Move to here. Define
4836         the macro then use it.
4837         (gnus-treatment-function-alist): Treat picons earlier.
4838
4839 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4840
4841         * gnus-art.el (gnus-body-separator-face): New variable.
4842         (gnus-article-treat-body-boundary): Use a blank, colored line.
4843
4844         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
4845         well.
4846
4847         * gnus-art.el (gnus-treat-body-boundary): New variable.
4848         (gnus-article-treat-unfold-headers): Use helper macro.
4849         (gnus-article-treat-body-boundary): New command.
4850
4851         * gnus.el (gnus-logo-color-style): Change the default color.
4852         (gnus-splash-face): Gray, gray.
4853
4854         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
4855         colors.
4856
4857         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
4858         (gnus-logo-color-style): Ditto.
4859         (gnus-logo-colors): Ditto.
4860
4861         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
4862
4863         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
4864
4865         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
4866         (gnus-picon-transform-newsgroups): New function.
4867
4868         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
4869         string.
4870
4871         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
4872
4873         * gnus-art.el (gnus-treat-cc-picon): New variable.
4874         (gnus-treat-mail-picon): Renamed.
4875
4876         * gnus-picon.el: New implementation.
4877         (gnus-picon-find-face): Renamed.
4878         (gnus-treat-from-picon): Use it.
4879         (gnus-picon-transform-address): Renamed.
4880         (gnus-treat-from-picon): Use it.
4881         (gnus-picon-create-glyph): Renamed.
4882         (gnus-picon-transform-address): Use it.
4883         (gnus-treat-cc-picon): New command.
4884
4885         * mm-decode.el (mm-create-image-xemacs): Separated out into
4886         function.
4887         (mm-get-image): Use it.
4888
4889         * gnus-art.el (gnus-treat-display-picons): Simplify.
4890         (gnus-treat-from-picon): Renamed.
4891
4892         * gnus-ems.el (gnus-create-image): New function.
4893         (gnus-put-image): New function.
4894
4895         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
4896         (gnus-with-article-headers): New macro.
4897         (gnus-article-goto-header): New function.
4898
4899         * gnus-xmas.el (gnus-image-type-available-p): New function.
4900
4901         * gnus-ems.el (gnus-image-type-available-p): New function.
4902
4903 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4904
4905         * nnrss.el (nnrss-check-group): Find the correct tag, because
4906         xml.el is changed.
4907
4908 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4909
4910         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
4911         lines are shorter than the window width.
4912         (gnus-ignored-headers): More headers.
4913
4914 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4915
4916         * gnus-art.el (gnus-treat-unfold-lines): New variable.
4917         (gnus-treat-unfold-headers): Renamed.
4918         (gnus-article-treat-unfold-headers): New command and keystroke.
4919
4920         * rfc2047.el (rfc2047-encode-message-header): Clean up.
4921
4922         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
4923
4924 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
4925
4926         * sha1-el.el (sha1-use-external): New variable.
4927         (sha1-region): Use it.
4928         (sha1-string): Ditto.
4929
4930         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
4931         * gnus-picon.el: Less warnings when compile.
4932
4933 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4934
4935         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
4936         alias.
4937         (gnus-picons-database): Default to list.
4938         (gnus-picons-lookup-internal): Use it.
4939
4940         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
4941         to "bogus".
4942
4943         * gnus-win.el (gnus-configure-windows-hook): New hook.
4944
4945 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
4946
4947         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
4948
4949 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4950
4951         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
4952         lists.
4953         (gnus-select-newsgroup): Don't append; push.
4954         (gnus-adjust-marked-articles): Remove obsolete ranges from
4955         `seen'.
4956         (gnus-update-marks): Clean up.
4957         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
4958
4959 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
4960
4961         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
4962
4963 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4964
4965         * gnus-sum.el (gnus-auto-select-subject): New variable.
4966         (gnus-summary-best-unread-subject): New function.
4967         (gnus-summary-best-unread-article): Use it.
4968         (gnus-summary-first-unseen-subject): New function and command.
4969
4970         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
4971         other treatments.
4972
4973         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
4974         function.
4975
4976         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
4977         from the list of hidden types.
4978
4979         * mm-view.el (mm-inline-text): Ditto.
4980         (mm-inline-text): Ditto.
4981         (mm-w3-prepare-buffer): Ditto.
4982
4983         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
4984
4985 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4986
4987         * gnus-art.el (gnus-ignored-headers): Added more headers.
4988
4989 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
4990
4991         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
4992         once.
4993
4994 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4995
4996         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
4997
4998 2001-12-28  Simon Josefsson  <jas@extundo.com>
4999
5000         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
5001         Jesper Harder <harder@ifa.au.dk>.
5002
5003 2001-12-27  Simon Josefsson  <jas@extundo.com>
5004
5005         * gnus-sum.el (gnus-select-newsgroup): Make
5006         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
5007         contain all articles (instead of none) when no seen marks have
5008         been set for the group.
5009         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
5010         instead, it seems to result in shorter ranges.
5011
5012 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5013
5014         * mm-util.el (mm-iso-8859-x-to-15-region): Use
5015         insert-before-markers.
5016         From Jesper Harder <harder@ifa.au.dk>
5017
5018 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
5019
5020         * nnmaildir.el (nnmaildir-save-mail): create the destination
5021         groups if they do not exist.
5022
5023 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5024
5025         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
5026
5027 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5028
5029         * gnus-group.el (gnus-group-read-ephemeral-group): Call
5030         gnus-group-real-name.
5031
5032         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
5033         (gnus-newsgroup-variables): Ditto.
5034
5035         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
5036         return it.
5037
5038 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
5039
5040         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
5041         * nnmaildir.el (top-level): Add commentary.
5042         (nnmaildir-version): Indicate that nnmaildir is now a standard
5043         part of Gnus, not separately released.
5044
5045 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5046
5047         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
5048         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
5049         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
5050         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
5051
5052 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5053
5054         * nnmaildir.el: Copyright changes. Require cl only at compile time.
5055
5056 2001-12-20  Simon Josefsson  <jas@extundo.com>
5057
5058         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
5059         ZHU <zsh@cs.rochester.edu>.
5060         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
5061         Brian P Templeton <bpt@tunes.org>.
5062
5063 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5064
5065         * nnmaildir.el: New file.
5066         From Paul Jarc <prj@po.cwru.edu>.
5067
5068 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5069
5070         * nndoc.el (nndoc-type-alist): Move forward to the end.
5071
5072 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5073
5074         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
5075         `dolist'.
5076
5077 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5078
5079         * gnus-win.el (gnus-frames-on-display-list): New function.
5080         (gnus-get-buffer-window): Use it.
5081
5082 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5083
5084         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
5085
5086 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5087
5088         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
5089
5090 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5091            From Harald Meland <Harald.Meland@usit.uio.no>
5092
5093         * gnus-win.el (gnus-get-buffer-window): New function.
5094         (gnus-all-windows-visible-p): Use it.
5095
5096         * gnus-util.el (gnus-horizontal-recenter)
5097         (gnus-horizontal-recenter, gnus-horizontal-recenter)
5098         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
5099
5100         * gnus-score.el (gnus-score-insert-help): Use it.
5101
5102         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
5103         (gnus-generate-tree, gnus-highlight-selected-tree)
5104         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
5105         it.
5106
5107         * gnus-art.el (gnus-article-set-window-start)
5108         (gnus-mm-display-part, gnus-request-article-this-buffer)
5109         (gnus-button-next-page, gnus-button-prev-page)
5110         (gnus-article-button-next-page, gnus-article-button-prev-page):
5111         Use it.
5112
5113 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
5114
5115         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
5116         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
5117         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
5118
5119 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5120
5121         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
5122         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
5123         * mml1991.el, nnultimate.el: Add `coding'.
5124
5125 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
5126
5127         * ChangeLog: changed coding to buffer-file-coding-system
5128         * ChangeLog.1: same
5129         * nnwfm.el: same
5130         * gnus-smiley.el: same
5131         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
5132         * gnus-delay.el: same
5133         * gnus-spec.el: same
5134         * message.el: same
5135         * mml1991.el: same
5136         * nnultimate.el: same
5137
5138 2001-12-16  Simon Josefsson  <jas@extundo.com>
5139         Inspired by code by Dirk Meyer <dischi@tzi.de>.
5140
5141         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
5142         (gnus-summary-save-map): Add muttprint.
5143         (gnus-summary-make-menu-bar): Ditto.
5144         (gnus-summary-muttprint): New function.
5145
5146         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
5147
5148 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5149
5150         * uudecode.el (uudecode-decode-region-internal): Speedup by using
5151         temporary list instead of buffer.
5152
5153         * mm-url.el (executable-find): autoload.
5154
5155 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
5156
5157         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
5158         to variable, follow doc-string conventions).
5159
5160 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
5161
5162         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
5163         subscribe-level
5164         * gnus-topic.el (gnus-subscribe-topics): use it.
5165
5166 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5167
5168         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
5169         messages. (A small patch with indentation)
5170         From Sean Neakums <sneakums@zork.net>.
5171
5172         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
5173         nil after shooting down the gnus-original-article-buffer.
5174
5175 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5176
5177         * uudecode.el (uudecode-use-external): New variable.
5178         (uudecode-decode-region): Automatically detect external program.
5179
5180         * binhex.el (binhex-use-external): New variable.
5181         (binhex-decode-region-internal): New function.
5182         (binhex-decode-region): Automatically detect external program.
5183
5184         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
5185         Use them.
5186
5187 2001-12-12  Simon Josefsson  <jas@extundo.com>
5188
5189         * nnvirtual.el (nnvirtual-always-rescan)
5190         (nnvirtual-component-regexp): Fix doc.
5191
5192         * nnoo.el (defvoo): Add doc to defvoo variables.
5193
5194         * nnml.el (nnml-directory, nnml-active-file)
5195         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
5196         (nnml-marks-is-evil, nnml-filenames-are-evil)
5197         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
5198
5199         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
5200         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
5201         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
5202         `error'.
5203
5204         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
5205         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
5206
5207         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
5208         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
5209         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
5210         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
5211
5212         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
5213         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
5214
5215         * imap.el, nnimap.el: Fix indentation.
5216
5217         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
5218
5219 2001-12-12  Didier Verna  <didier@xemacs.org>
5220
5221         * gnus-msg.el (gnus-group-news): New function.
5222         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
5223         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
5224         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
5225         for it.
5226         * gnus-msg.el (gnus-summary-news-other-window): New function.
5227         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
5228         bind it to `i'.
5229         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
5230         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
5231         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
5232         for it (called with a prefix).
5233         * gnus-msg.el (gnus-configure-posting-styles): add an optional
5234         group-name argument.
5235         * gnus-msg.el (gnus-setup-message): use it.
5236
5237 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5238
5239         * gnus-sum.el (gnus-summary-show-article): Fix doc.
5240
5241 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5242
5243         * mml.el (mime-to-mml): Remove Content-Disposition too.
5244
5245 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5246
5247         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
5248         * gnus-group.el (gnus-group-name-decode): Decode unibyte
5249         strings only.
5250         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
5251
5252 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
5253
5254         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
5255         (nnmail-fancy-expiry-target): Use it.
5256         Suggestions from Simon Josefsson <jas@extundo.com>.
5257
5258 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5259
5260         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
5261
5262 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5263
5264         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
5265
5266         * gnus-util.el (gnus-url-unhex-string): Move here.
5267
5268 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5269
5270         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
5271         mm-url-decode-entities-nbsp.
5272
5273         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
5274         * webmail.el, nnwfm.el: Use mm-url.
5275
5276         * mm-url.el (mm-url-fetch-form): Move from nnweb.
5277         (mm-url-remove-markup): Move from nnweb.
5278         (mm-url-fetch-simple): Move from webmail.
5279
5280         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
5281
5282 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5283
5284         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
5285         (gnus-summary-print-article): Use it.
5286
5287         * gnus-util.el (gnus-replace-in-string): Typo.
5288
5289 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5290
5291         * nnweb.el (nnweb-replace-in-string): Removed.
5292
5293         * gnus-util.el (gnus-replace-in-string): New function.
5294         (gnus-mode-string-quote): Use it.
5295
5296         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
5297         * nnwfm.el (nnwfm-create-mapping): Ditto.
5298
5299 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5300
5301         * dgnushack.el (dgnushack-compile): nnrss.el and
5302         nnslashdot.el don't depend on nnweb, url, w3.
5303
5304         * nnrss.el: Use mm-url.
5305
5306 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5307
5308         * mm-url.el (mm-url-insert-file-contents): Support file:.
5309
5310 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5311
5312         * mm-view.el: Lower case for the description line. Sync from the
5313         Emacs CVS.
5314
5315 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5316
5317         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
5318         From:  Stefan Monnier  <monnier@cs.yale.edu>
5319
5320 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5321
5322         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
5323
5324 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5325
5326         * mm-url.el: Require executable.
5327         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
5328
5329 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5330
5331         * pop3.el (pop3-munge-message-separator): Only use valid date.
5332         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
5333
5334         * Makefile.in: gnus-load.elc may not be generated.
5335
5336 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5337
5338         * mm-url.el: New file.
5339         * nnslashdot.el: Use it.
5340         * mm-extern.el (mm-extern-url): Use it.
5341
5342 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5343
5344         * gnus-sum.el (gnus-summary-save-article): Nix
5345         gnus-display-mime-function and gnus-article-prepare-hook.
5346
5347         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
5348         the beginning of lines.
5349         (gnus-complex-form-to-spec): Ditto.
5350
5351 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5352
5353         * message.el (message-make-mft): Fix the m-s-a-file regexp.
5354         From Paul Jarc <prj@po.cwru.edu>.
5355
5356 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5357
5358         * message.el: New variable message-subscribed-address-file;
5359         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
5360
5361 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5362
5363         * message.el (message-tab-body-function): Set to nil.
5364         (message-tab): Use text-mode-map or global-map.
5365         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
5366
5367 2001-11-30  Simon Josefsson  <jas@extundo.com>
5368
5369         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
5370         instead of gnus-union, for speed.  Suggested by Christoph Conrad
5371         <christoph.conrad@gmx.de>.
5372         (gnus-agent-fetch-group-1): Add verbose message.
5373
5374 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5375
5376         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
5377         of integers.
5378
5379 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5380
5381         * message.el (message-newgroups-header-regexp)
5382         (message-completion-alist, message-tab-body-function): Use
5383         defcustom rather than defvar.
5384         (message-tab): Mention `message-tab-body-function' in doc.
5385         Suggested by Karl Eichwalder.
5386
5387 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5388
5389         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
5390
5391 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5392
5393         * nnheader.el (nnheader-find-nov-line): Don't use macro
5394         gnus-delete-line.
5395
5396         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
5397         (gnus-group-name-charset): Ditto.
5398
5399         * gnus-util.el (gnus-buffer-live-p): Ditto.
5400
5401 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5402
5403         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
5404         open parenthesis in doc.
5405         (sieve-manage-authenticator-alist): Typo in doc.
5406         * imap.el (imap-authenticator-alist): Typo in doc.
5407         (imap-stream-alist): Backslash.
5408
5409         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
5410           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
5411
5412 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5413
5414         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
5415
5416         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
5417
5418         * gnus-msg.el (gnus-configure-posting-styles): use
5419         make-local-hook. Add LOCAL for add-hook.
5420
5421 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
5422
5423         * message.el (message-mode): Use `make-local-hook' unless
5424         obsolete.
5425         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
5426
5427 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5428
5429         * canlock.el: Remove sha1.el and base64.el stuff.
5430
5431 2001-11-26  Didier Verna  <didier@xemacs.org>
5432
5433         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
5434         if needed.
5435
5436 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5437
5438         * message.el (message-tamago-not-in-use-p): New function.
5439         (message-strip-forbidden-properties): Use it.
5440
5441 2001-11-26  Didier Verna  <didier@xemacs.org>
5442
5443         * gnus-start.el (gnus-check-first-time-used): only check for
5444         existence of .el[d] files.
5445
5446 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5447
5448         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
5449
5450         * message.el (message-setup-1): Clean up mc-*.
5451
5452 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5453
5454         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
5455         * gnus-score.el (gnus-score-find-bnews): Use it.
5456
5457         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
5458         (gnus-summary-limit-to-author): Ditto.
5459         (gnus-summary-limit-to-extra): Ditto.
5460         (gnus-summary-find-matching): Support not-matching argument.
5461
5462 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5463
5464         * message.el (message-wash-subject): Use `insert' rather than
5465         `insert-string', which is deprecated.
5466
5467 2001-11-24  Simon Josefsson  <jas@extundo.com>
5468
5469         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
5470         message. (Gnus does not "default" to using 8bit for the message,
5471         it default to use 8bit encoding and the user-supplied CTE
5472         value. Calling this behaviour "treating it as 8bit" is perhaps
5473         better.)
5474
5475         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
5476         (compare mm-charset-to-coding-system).
5477
5478 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5479
5480         * canlock.el (canlock-sha1-with-openssl): Use unibyte
5481         buffer. Correctly decode hex.
5482
5483 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5484
5485         * gnus-agent.el (gnus-category-insert-line): Convert category
5486         names to strings.
5487
5488 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5489
5490         * message.el (sha1): eval-and-compile.
5491
5492 2001-11-20  Simon Josefsson  <jas@extundo.com>
5493
5494         * message.el (message-allow-no-recipients): New variable.
5495         (message-send): Use it, customize the prompting when posting to
5496         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
5497
5498 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5499
5500         * mm-util.el (mm-coding-system-priorities): New variable.
5501         (mm-sort-coding-systems-predicate): New function.
5502         (mm-find-mime-charset-region): Resort coding systems if needed.
5503         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
5504
5505 2001-11-20  Didier Verna  <didier@xemacs.org>
5506
5507         * gnus-group.el (gnus-group-make-help-group): new optional
5508         argument to control the error behavior.
5509         * gnus-start.el (gnus-check-first-time-used): use it to avoid
5510         erroring.
5511
5512 2001-11-19  Simon Josefsson  <jas@extundo.com>
5513
5514         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
5515         instead of C-c C-u.  Suggested by Per Abrahamsen
5516         <abraham@dina.kvl.dk>.
5517
5518 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5519
5520         * nnfolder.el (nnfolder-read-folder): Use group instead of
5521         nnfolder-current-group.
5522         Suggested by Lorentey Karoly <lorentey@elte.hu>.
5523
5524 2001-11-17  Simon Josefsson  <jas@extundo.com>
5525
5526         * message.el (message-send): Ask user if Fcc/Gcc should be
5527         performed when no other sender was specified.
5528         Suggested by prj@po.cwru.edu (Paul Jarc).
5529
5530 2001-11-17  Simon Josefsson  <jas@extundo.com>
5531
5532         * message.el (message-mode, message-mode-map): Use C-c C-u for
5533         Importance: instead of C-c C-p (used by SC).
5534
5535 2001-11-16  Simon Josefsson  <jas@extundo.com>
5536
5537         * message.el (message-insert-importance-high)
5538         (message-insert-importance-low): Save point.
5539
5540         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
5541         value.
5542
5543 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
5544
5545         * message.el (message-strip-special-text-properties): New option.
5546         (message-strip-forbidden-properties): Obey it.
5547
5548 2001-11-14  Sam Steingold  <sds@gnu.org>
5549
5550         * gnus-score.el: Fixed some doc strings to properly quote symbols.
5551
5552 2001-11-15  Simon Josefsson  <jas@extundo.com>
5553
5554         Support "Importance:" header in Message.
5555
5556         * message.el (message-mode-map): Bind C-c C-p to
5557         `message-insert-or-toggle-importance'
5558         (message-mode-menu): Add message-insert-importance-{high,low}.
5559         (message-insert-importance-high, message-insert-importance-low)
5560         (message-insert-or-toggle-importance): New functions.
5561         (message-tool-bar-map): Add {un,}important.
5562         (message-mode): Doc fix.
5563
5564 2001-11-15  Simon Josefsson  <jas@extundo.com>
5565
5566         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
5567
5568         * mml.el (mml-menu): Fix toolbar tooltip.
5569
5570 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5571
5572         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
5573         * nnml.el (nnml-save-marks): Ditto.
5574
5575         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
5576
5577 2001-11-15  Simon Josefsson  <jas@extundo.com>
5578
5579         * nnml.el (nnml-save-marks):
5580         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
5581         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
5582
5583 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
5584
5585         * gnus-art.el (gnus-article-wash-status-strings): Use
5586         `copy-sequence', not `copy-seq'.
5587
5588 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
5589
5590         * gnus-art.el (gnus-article-wash-status-strings): New constant.
5591         (gnus-gnus-article-wash-status-entry): New function.
5592         (gnus-article-wash-status): Use it.
5593
5594 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5595
5596         * mml1991.el: Add coding header.
5597
5598 2001-11-12  Simon Josefsson  <jas@extundo.com>
5599
5600         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
5601         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
5602         `mml1991-sign' and `mml1991-encrypt'.
5603         (mml1991-encrypt, mml1991-sign): New glue functions.
5604         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
5605
5606         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
5607         (mml-menu): Add PGP to menu.
5608
5609         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
5610         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
5611         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
5612         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
5613
5614         * mml2015.el: Mention RFC 3156.
5615
5616         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
5617
5618 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5619
5620         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
5621
5622         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
5623           From <Michael.Cook@cisco.com>
5624
5625 2001-11-11  Simon Josefsson  <jas@extundo.com>
5626
5627         * message.el (top-level): Autoload sha1.
5628         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
5629         canlock, no need to require two different hash algs).  Suggested
5630         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
5631
5632 2001-11-09  Simon Josefsson  <jas@extundo.com>
5633
5634         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
5635         <Pavel@Janik.cz>.
5636
5637 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5638
5639         * message.el (message-point-in-header-p): New function.
5640         (message-do-auto-fill): Use it.
5641         (message-beginning-of-line): New function.  Goes to beginning of
5642         header value (i.e., end of header name), or to beginning of line
5643         if already at beginning of value.  Behaves like
5644         `beginning-of-line' when in message body.
5645         (message-mode-map): Bind it.
5646
5647 2001-11-08  Simon Josefsson  <jas@extundo.com>
5648
5649         * gnus-msg.el (gnus-posting-styles): Add doc.
5650
5651 2001-11-07  Simon Josefsson  <jas@extundo.com>
5652
5653         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
5654
5655         * sieve-mode.el (sieve-control-commands-face)
5656         (sieve-control-commands-face, sieve-action-commands-face)
5657         (sieve-test-commands-face, sieve-tagged-arguments-face): New
5658         faces.
5659         (sieve-font-lock-keywords): Use them.
5660         (sieve-mode): Only set font-lock-defaults in emacs.
5661
5662         * gnus-art.el (gnus-default-article-saver): Add
5663         gnus-summary-save-body-in-file.
5664         (gnus-summary-write-to-file): Fix doc.
5665
5666 2001-11-07  Simon Josefsson  <jas@extundo.com>
5667
5668         * gnus-art.el (gnus-treat-highlight-signature): Add cross
5669         reference to the correct chapter in the manual.
5670
5671         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
5672         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
5673
5674 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5675
5676         * mml.el (mml-preview): Bind mail-header-separator.
5677
5678 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5679
5680         * message.el: Always require canlock.
5681         (message-ignored-supersedes-headers): Include Cancel-Lock and
5682         Cancel-Key.
5683         (message-insert-canlock): Don't require canlock.
5684         (message-cancel-news): Don't check whether canlock is available.
5685         (message-supersede): Support cancel-locks.
5686
5687         * gnus-art.el: Don't autoload canlock.
5688
5689 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5690
5691         * mail-source.el (mail-source-fetch-imap): ASYNC param.
5692         From: <andre@slamdunknetworks.com>
5693
5694 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5695
5696         * many files: Fix copyright lines.
5697
5698 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5699
5700         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
5701         Suggested by Dave Love  <fx@gnu.org>.
5702
5703 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5704
5705         * message.el (message-kill-buffer): Remove auto-save file after
5706         confirm.
5707
5708         * message.el (message-send-mail): Call message-generate-headers
5709         once.  Suggested by Matt Armstrong <matt@lickey.com>.
5710
5711         * gnus-topic.el (gnus-topic-rename): Initial-input.
5712         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
5713
5714 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
5715
5716         * message.el (message-forbidden-properties): New constant.
5717         (message-strip-forbidden-properties): New function.
5718         (message-mode): Activate it.
5719
5720 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5721
5722         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
5723         (mm-hack-charsets): Fix doc.
5724
5725 2001-11-02  Simon Josefsson  <jas@extundo.com>
5726
5727         * gnus-int.el (gnus-check-server): Message "...done" when done.
5728
5729         * imap.el (imap-close): Don't message (imap-send-command-wait
5730         returns if the connection is dropped).
5731         (imap-wait-for-tag): Nix out message only when necessary.
5732
5733         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
5734         for non-crossposting.
5735         (gnus-sieve-crosspost): Default to t to be consistent with other
5736         parts of Gnus.
5737
5738 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5739
5740         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
5741         (mm-iso-8859-x-to-15-table): Ditto.
5742         (mm-iso-8859-x-to-15-region): Ditto.
5743         (mm-find-mime-charset-region): Ditto.
5744
5745 2001-11-01  Simon Josefsson  <jas@extundo.com>
5746
5747         * nnimap.el (nnimap-close-asynchronous): New variable.
5748         (nnimap-close-group): Use it.
5749         (nnimap-expunge): Don't use it.
5750
5751         * imap.el (imap-callbacks): New variable.
5752         (imap-remassoc): Copied from `gnus-remassoc'.
5753         (imap-add-callback): New function.
5754         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
5755         behaviour.
5756         (imap-parse-response): Call the callback.
5757
5758         * message.el (message-insert-canlock): New variable.
5759         (message-canlock-generate, message-canlock-password)
5760         (message-insert-canlock): New functions.
5761         (message-send-news): Call `message-insert-canlock'.
5762         (top-level): Require canlock when compiling.
5763         (message-insert-canlock): Require canlock before we need it.
5764
5765 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5766
5767         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
5768
5769 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5770
5771         * dgnushack.el (dgnushack-make-load): A workaround for
5772         custom-add-loads bug in some versions of XEmacs.
5773
5774 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5775
5776         * mm-util.el (mm-charset-synonym-alist): Revert (some).
5777
5778 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5779
5780         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
5781         (mm-hack-charsets): New variable.
5782         (mm-iso-8859-15-compatible): New variable.
5783         (mm-iso-8859-x-to-15-table): New variable.
5784         (mm-find-mime-charset-region): Add parameter hack-charsets.
5785
5786         * mm-bodies.el (mm-encode-body): Use it.
5787         * mml.el (mml-parse-1): Ditto.
5788
5789 2001-11-01  Simon Josefsson  <jas@extundo.com>
5790
5791         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
5792
5793 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5794
5795         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
5796         is nil.
5797
5798 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5799
5800         * smiley-ems.el (smiley-update-cache): Auto detect file type.
5801
5802         * message.el (message-forward-rmail-make-body): Use
5803         save-window-excursion.
5804         (message-encode-message-body): Search with noerror.
5805         (message-setup-1): Convert compose-mail send-actions to
5806         message-send-actions.
5807
5808 2001-11-01  Simon Josefsson  <jas@extundo.com>
5809
5810         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
5811         <yamaoka@jpl.org>.
5812
5813 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5814
5815         * sieve-manage.el (sieve-string-bytes): No complain.
5816
5817 2001-11-01  Simon Josefsson  <jas@extundo.com>
5818
5819         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
5820         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
5821         has autoload cookies, so no `require' should be necessary.)
5822
5823         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
5824         files.
5825
5826 2001-10-31  Simon Josefsson  <jas@extundo.com>
5827
5828         * gnus-cus.el (gnus-group-parameters): Support integer `display'
5829         parameter.
5830
5831         * gnus-sum.el (gnus-select-newsgroup): If group parameter
5832         `display' is a number (and C-u wasn't used to enter group), only
5833         fetch that number of articles.
5834
5835 2001-10-31  Matt Armstrong  <matt@lickey.com>
5836
5837         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
5838         not-subscribed -> subscribed.
5839
5840 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5841         From: Josh Huber <huber@alum.wpi.edu>
5842
5843         * message.el (message-subscribed-address-functions): New variable.
5844         (message-subscribed-addresses): New variable.
5845         (message-subscribed-regexps): New variable.
5846         (message-goto-mail-followup-to): New function.
5847         (message-send-mail): Add Mail-Followup-To.
5848         (message-make-mft): New function.
5849
5850         * gnus.el (gnus-find-subscribed-addresses): New function.
5851
5852 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5853
5854         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
5855         (mail-source-fetch-pop): Ditto.
5856         (mail-source-check-pop): Ditto.
5857
5858         * gnus-start.el (gnus-read-init-file): Ditto.
5859         (gnus-activate-group): Ditto.
5860         (gnus-read-newsrc-el-file): Ditto.
5861
5862 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5863
5864         * message.el (message-get-reply-headers): Make sure there is ", ".
5865
5866         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
5867         mm-coding-system-p. Don't correct it only in XEmacs.
5868         (mm-charset-to-coding-system): Use mm-coding-system-p and
5869         mm-get-coding-system-list.
5870         (mm-emacs-mule, mm-mule4-p): New variables.
5871         (mm-enable-multibyte, mm-disable-multibyte,
5872         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
5873         mm-with-unibyte-current-buffer,
5874         mm-with-unibyte-current-buffer-mule4): Use them.
5875         (mm-find-mime-charset-region): Treat iso-2022-jp.
5876
5877         From  Dave Love  <fx@gnu.org>:
5878
5879         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
5880         construction.
5881         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
5882         entries conditional on not having a coding system defined for
5883         them.
5884         (mm-mule-charset-to-mime-charset): Use
5885         find-coding-systems-for-charsets if defined.
5886         (mm-charset-to-coding-system): Don't use
5887         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
5888         later.  Add last resort search of coding systems.
5889         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
5890         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
5891         Mule 4.
5892         (mm-find-mime-charset-region): Re-write.
5893         (mm-with-unibyte-current-buffer): Restore buffer as well as
5894         multibyteness.
5895
5896 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5897
5898         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
5899         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
5900         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
5901
5902 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5903
5904         * gnus-art.el (article-display-x-face): Nix buffer-read-only
5905         again.
5906
5907         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
5908
5909 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5910
5911         * gnus-spec.el (gnus-parse-simple-format): Use
5912           buffer-substring-no-properties.
5913
5914 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5915
5916         * gnus-art.el (article-verify-cancel-lock): New function.
5917
5918         * nnheader.el (nntp-process-response): New variable.
5919         (nnheader-init-server-buffer): Make `nntp-process-response'
5920         buffer-local in `nntp-server-buffer'.
5921
5922         * nntp.el (nntp-prepare-post-hook): New hook.
5923         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
5924         (nntp-async-trigger): Ditto.
5925         (nntp-request-post): Insert a server's ID if there's no Message-ID
5926         header; run `nntp-prepare-post-hook'.
5927
5928 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5929
5930         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
5931         instead.
5932
5933         * message.el (message-forward-subject-author-subject): Don't use
5934         message-news-p, which widens the buffer.
5935         (message-forward-make-body): New function.
5936         (message-forward): Use it.
5937         (message-insinuate-rmail): New function.
5938         (message-forward-rmail-make-body): New function.
5939
5940 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5941
5942         * mm-extern.el (mm-extern): Provide it.
5943
5944         * mm-partial.el (mm-partial): Provide it.
5945
5946 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5947
5948         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
5949
5950 2001-10-29  Simon Josefsson  <jas@extundo.com>
5951
5952         * mml.el (mml-preview): Bind message-this-is-news if it is
5953         news. From Jesper Harder <harder@myrealbox.com>.
5954
5955 2001-10-28  Simon Josefsson  <jas@extundo.com>
5956
5957         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
5958
5959 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
5960
5961         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
5962         ironic smilies.
5963
5964 2001-10-27  Simon Josefsson  <jas@extundo.com>
5965
5966         * message.el (message-indent-citation): Don't add trailing
5967         whitespace when citing text.
5968
5969         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
5970         <harder@ifa.au.dk>.
5971
5972 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5973
5974         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
5975         not available.
5976         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
5977         (nnweb-type-definition): Add google as alias of dejanews.
5978         (nnweb-google-parse-1): Forward 1 line.
5979
5980 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5981
5982         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
5983         variable `message-forward-ignored-headers'.
5984
5985 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
5986
5987         * gnus.el (gnus-expand-group-parameter): New function.
5988         (gnus-expand-group-parameters): Call it.
5989         (gnus-group-fast-parameter): New function.
5990         (gnus-group-find-parameter): Call it.
5991
5992 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
5993
5994         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
5995         vector (it didn't before because of a bug).
5996         * gnus-msg.el (gnus-post-news): Use header vector directly, if
5997         available.  Before it converted it to an article number.
5998
5999         This makes followup to news articles with negative numbers in
6000         nnvirtual groups use news instead of mail.
6001
6002 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
6003
6004         * gnus.el (post-method): Use `native' instead of `nil'.
6005
6006         * gnus-msg.el (gnus-post-method): Ditto.
6007
6008 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
6009
6010         * gnus.el (gnus-define-group-parameter): Grammar fix.
6011
6012 2001-10-22  Simon Josefsson  <jas@extundo.com>
6013
6014         * gnus-msg.el (gnus-extended-version): Include
6015         system-configuration.
6016         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
6017
6018 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
6019
6020         * gnus.el (post-method): Customization fix: `native' is not a
6021         valid value.
6022         * gnus-msg.el (gnus-post-method): Doc and customization fix:
6023         `native' is not a valid value.
6024
6025 2001-10-21  Simon Josefsson  <jas@extundo.com>
6026
6027         * nnimap.el (nnimap): Defgroup
6028         (nnimap-strict-function, nnimap-strict-function-match): New
6029         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
6030         (nnimap-split-crosspost, nnimap-split-inbox)
6031         (nnimap-split-rule, nnimap-split-predicate)
6032         (nnimap-split-predicate): Defcustom.
6033         (nnimap-split-inbox, nnimap-expunge-search-string)
6034         (nnimap-importantize-dormant): Remove "*" from doc.
6035
6036 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6037
6038         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
6039         not supplied via prefix arg.  From Lisp, make arg mandatory.
6040         Suggested by Frank Schmitt.
6041
6042 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
6043
6044         * message.el (message-do-auto-fill): Avoid calling
6045         'rfc822-goto-eoh'.
6046
6047 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6048         From Paul Jarc <prj@po.cwru.edu>.
6049
6050         * message.el (message-get-reply-headers): Restructure the logic
6051         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
6052
6053 2001-10-20  Simon Josefsson  <jas@extundo.com>
6054
6055         * message.el (message-cancel-news): Support cancel-locks.
6056         Suggested by Per Abrahamsson.
6057
6058         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
6059         conses.  From David Z Maze <dmaze@MIT.EDU>.
6060
6061         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
6062
6063 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
6064
6065         * mm-decode.el (mm-default-directory): Fix customize type.
6066
6067         * message.el (message-setup-fill-variables): Kludge to use
6068         normal-auto-fill-function even if auto fill is already activated.
6069
6070 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
6071
6072         * message.el (message-do-auto-fill): New version that does not
6073         rely on text properties, by Simon Josefsson <jas@extundo.com>.
6074         (message-setup-1): Removed the `message-field' property.
6075
6076         * gnus-draft.el (gnus-draft-edit-message): Removed the
6077         `message-field' property.
6078
6079 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
6080
6081         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
6082         `message-field'.  The `field' property has a special significance in
6083         Emacs 21.
6084
6085         * message.el (message-send, message-setup-1): Ditto.
6086
6087 2001-10-18  Simon Josefsson  <jas@extundo.com>
6088
6089         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
6090         when undoing.
6091
6092 2001-10-18  Simon Josefsson  <jas@extundo.com>
6093         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
6094
6095         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
6096         (gnus-summary-make-menu-bar): Ditto.
6097
6098 2001-10-17  Simon Josefsson  <jas@extundo.com>
6099
6100         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
6101         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
6102
6103 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6104
6105         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
6106         * gnus-util.el (gnus-user-date): New function.
6107         From Frank Schmitt <usenet@Frank-Schmitt.net>.
6108
6109 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
6110
6111         * message.el (message-check-news-header-syntax): Special case
6112         nnvirtual groups.
6113
6114         * gnus-sum.el (gnus-summary-respool-default-method): Changed
6115         customize type to `symbol'.
6116
6117 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6118
6119         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
6120         %&foo;.
6121         (gnus-parse-simple-format): Support user extended spec too.
6122         %u&foo; invokes gnus-user-format-function-foo.
6123
6124 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6125
6126         * nnml.el (nnml-request-expire-articles): Make sure it is back to
6127         the server.
6128         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
6129         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6130         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
6131         * nndiary.el (nndiary-request-expire-articles): Ditto.
6132         (nndiary-schedule): Defsubst it before use it.
6133         (nndiary-error): eval-and-compile.
6134
6135 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
6136
6137         * gnus-msg.el (gnus-post-method): Changed two instances of
6138         `active' to `current' and one `null' to `not'.
6139
6140 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6141         From Katsumi Yamaoka <yamaoka@jpl.org>.
6142
6143         * message.el (message-setup-fill-variables): Use
6144         `normal-auto-fill-function' instead of `auto-fill-function'.
6145
6146 2001-10-16  Simon Josefsson  <jas@extundo.com>
6147
6148         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
6149         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
6150         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
6151
6152 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6153         Patch by Oliver Scholz <oscholz@my.gnus.org>.
6154
6155         * gnus-draft.el (gnus-draft-edit-message): Add text property
6156         `field' with value `header' to message headers.
6157         * message.el (message-setup-1): Really add text property to all of
6158         the header, not just part of it.
6159
6160 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6161
6162         * gnus-group.el (gnus-group-sort-by-server): Use it.
6163
6164         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
6165
6166         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
6167         and keystroke.
6168
6169 2001-10-14  Simon Josefsson  <jas@extundo.com>
6170
6171         * dig.el: Doc fix.
6172
6173         * smime.el: Doc fix.
6174
6175         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
6176         charset magic from message.el.
6177
6178 2001-10-12  Simon Josefsson  <jas@extundo.com>
6179         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
6180
6181         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
6182         'cite from g-a-wash-types.
6183         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
6184         (gnus-article-hide-citation): Fix.
6185
6186         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
6187         character.
6188         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
6189
6190         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
6191         definition.
6192         (gnus-signature-toggle): Toggle `s' mode line character.
6193
6194         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
6195         doing stuff that clears it.
6196
6197 2001-10-12  Simon Josefsson  <jas@extundo.com>
6198
6199         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
6200         From Eric Marsden <emarsden@laas.fr>.
6201
6202 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6203
6204         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
6205         (autoload): Add some autoloads.
6206
6207 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6208         Suggested by Oliver Scholz <epameinondas@gmx.de>.
6209
6210         * message.el (message-do-auto-fill): New function.  Like
6211         `do-auto-fill' but don't fill when in the message header.
6212         (message-setup-1): Put a text property on the message header.
6213         (message-setup-fill-variables): Use `message-do-auto-fill'.
6214
6215 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6216
6217         * message.el (message-send-mail-partially): Insert an empty line
6218         first, because of the change of message-make-lines.
6219
6220 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
6221
6222         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
6223         iso-8859-15, make it an alias for iso-8859-1.
6224
6225 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6226
6227         * message.el (message-send-news): Don't modify the value of
6228         `message-syntax-checks' if it is not a list (possibly it is
6229         `dont-check-for-anything-just-trust-me').
6230
6231 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6232
6233         * gnus-group.el (gnus-group-name-charset-group-alist): Use
6234         `find-coding-system' for XEmacs to check whether the coding-system
6235         `utf-8' is available.
6236
6237 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6238
6239         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
6240
6241 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
6242
6243         * message.el (message-send-news): Oops, missed case with no
6244         "Followup-To" header...
6245
6246 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
6247
6248         * message.el (message-send-news): Allow
6249         `gnus-group-name-charset-group-alist' to affect encoding of the
6250         "Newsgroups" and "Followup-To" headers.
6251
6252 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6253
6254         * Makefile.in (install-el): Depend on gnus-load.el.
6255
6256 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6257
6258         * Makefile.in (install-el): Use -f.
6259         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
6260
6261 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
6262
6263         * message.el (message-send-news): Don't encode Followups-To when
6264         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
6265
6266         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
6267         header.
6268
6269         * gnus-art.el (article-decode-group-name): Also decode
6270         "Followup-To".
6271
6272         * rfc2047.el (rfc2047-encode-message-header): Encode without
6273         asking for null methods.
6274
6275         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
6276         default charset for newsgroup names in accordance with USEFOR.
6277
6278         * gnus-group.el (gnus-group-name-charset-method-alist,
6279         gnus-group-name-charset-group-alist): Removed "*" from doc
6280         strings, "*" should not be used for complex variables.
6281
6282 2001-10-06  Simon Josefsson  <jas@extundo.com>
6283
6284         Support UTF-8 group names better.
6285
6286         * message.el (message-check-news-header-syntax): Encode group
6287         names before comparison.
6288
6289         * gnus-msg.el (gnus-copy-article-buffer): Run all
6290         `gnus-article-decode-hook's except `article-decode-charset'
6291         instead of hardcoding call to one of them.
6292
6293         * gnus-art.el (gnus-article-decode-hook): Add
6294         `article-decode-group-name'.
6295         (article-decode-group-name): New function, use `g-d-n'.
6296
6297         * gnus-group.el (gnus-group-insert-group-line): Decode
6298         gnus-tmp-group using `g-d-n'.
6299
6300         * gnus-util.el (gnus-decode-newsgroups): New function.
6301
6302 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
6303
6304         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
6305         `gnus-group-name-charset-group-alist'.
6306
6307 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6308
6309         * Makefile.in: Install el in install. Add uninstall.
6310
6311 2001-10-05  Simon Josefsson  <jas@extundo.com>
6312
6313         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
6314
6315         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
6316
6317         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
6318         empty folders.
6319
6320         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
6321         limiting if read-all (C-u RET) was used.
6322
6323 2001-10-04  Simon Josefsson  <jas@extundo.com>
6324
6325         * mail-source.el (mail-source-movemail-program): New variable.
6326         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
6327         <thutt@thutt.vmware.com>.
6328
6329 2001-10-03  Simon Josefsson  <jas@extundo.com>
6330
6331         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
6332         (gnus-summary-line-format-alist): Fix param.
6333
6334 2001-10-02  Simon Josefsson  <jas@extundo.com>
6335
6336         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
6337         don't go through `nnimap-request-expire-articles' to delete the
6338         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
6339
6340 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6341
6342         * gnus-agent.el (gnus-agent-write-active): The min in the
6343         agent/active may be larger than that in the server/active.
6344
6345 2001-10-01  Simon Josefsson  <jas@extundo.com>
6346
6347         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
6348         is IMAP4rev1.
6349
6350         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
6351
6352         * nnfolder.el: Ditto.
6353
6354 2001-09-30  Dan Christensen  <jdc@uwo.ca>
6355
6356         * gnus-sum.el (gnus-summary-extract-address-component): New function.
6357         (gnus-summary-from-or-to-or-newsgroups): Optimize.
6358
6359 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6360
6361         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
6362         (message-mode-menu): Menu item for same.
6363
6364         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
6365         delayed articles.
6366
6367         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
6368         nndraft:delayed does not exist.
6369         (gnus-delay-initialize): Don't set up keymap, that's done from
6370         message.el now.
6371         (gnus-delay, gnus-delay-group, gnus-delay-header)
6372         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
6373
6374 2001-09-29  Simon Josefsson  <jas@extundo.com>
6375
6376         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
6377         utf-8, not eight-bit-control.
6378
6379         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
6380         (imap-log, imap-debug): Custom.
6381         (imap-log-buffer, imap-debug-buffer): New constants.
6382         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
6383         (imap-network-open, imap-shell-open, imap-starttls-open)
6384         (imap-send-command-1, imap-send-command, imap-arrival-filter)
6385         (imap-debug): Use imap-*-buffer.
6386
6387         * nndoc.el (nndoc-article-type): Add mailman.
6388         (nndoc-type-alist): Ditto.
6389         (nndoc-mailman-type-p): New function.
6390
6391 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6392
6393         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
6394         gnus-art.el.
6395
6396 2001-09-27  Simon Josefsson  <jas@extundo.com>
6397
6398         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
6399         (gnus-topic-catchup-articles): New function. Suggested by Robin
6400         S. Socha <robin-dated-1001857693.185e29@socha.net>.
6401
6402 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6403         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
6404
6405         * gnus-ems.el (gnus-article-display-xface): Insert xface after
6406         previous ones.
6407
6408 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6409         From Daiki Ueno  <ueno@unixuser.org>
6410
6411         * gnus-sum.el (gnus-summary-show-article): The arglist of
6412         detect-coding-region is incompatible.
6413
6414 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6415         From Katsuhiro Hermit Endo <hermit@koka-in.org>
6416
6417         * gnus-group.el (gnus-group-delete-group): Typo.
6418
6419 2001-09-26  Simon Josefsson  <jas@extundo.com>
6420
6421         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
6422
6423         * nnimap.el (nnimap-expiry-target): Use temp buffer.
6424
6425 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6426
6427         * gnus-cus.el (gnus-group-parameters): Display as sexp.
6428
6429 2001-09-22  Simon Josefsson  <jas@extundo.com>
6430
6431         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
6432
6433         * nnfolder.el (nnfolder-open-marks): Ditto.
6434
6435         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
6436         (gnus-update-marks): Use it.
6437         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
6438         hardcoded list.
6439
6440         * gnus.el (gnus-article-special-mark-lists): Add killed.
6441         (gnus-article-unpropagated-mark-lists): New constant.
6442
6443 2001-09-22  Simon Josefsson  <jas@extundo.com>
6444
6445         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
6446         custom option.
6447
6448 2001-09-23  Simon Josefsson  <jas@extundo.com>
6449
6450         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
6451
6452 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6453
6454         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
6455
6456 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
6457
6458         * gnus-group.el (gnus-group-sort-function): Fix customize type to
6459         accept lists of functions.
6460
6461 2001-09-20  Simon Josefsson  <jas@extundo.com>
6462
6463         * gnus-group.el (gnus-group-catchup): Update expire marks in
6464         backend.  Also, if ALL also set expire marks on tick/dormant.
6465
6466 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6467
6468         * message.el (message-tab-body-function): New variable.
6469         * message.el (message-tab): Use it.
6470
6471 2001-09-19  Sam Steingold  <sds@gnu.org>
6472
6473         * gnus-win.el (gnus-buffer-configuration): Respect
6474         `gnus-bug-create-help-buffer'.
6475
6476 2001-09-18  Simon Josefsson  <jas@extundo.com>
6477
6478         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
6479         (gnus-parse-simple-format): Re-revert.
6480
6481 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
6482         Trivial patch.
6483
6484         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
6485         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
6486
6487 2001-09-18  Simon Josefsson  <jas@extundo.com>
6488
6489         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
6490         signed.
6491         (gnus-parse-simple-format): Don't use it.
6492
6493 2001-09-17  Miles Bader  <miles@gnu.org>
6494
6495         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
6496         error querying a backend abort the whole process.
6497
6498 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6499
6500         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
6501         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
6502
6503 2001-09-17  Didier Verna  <didier@xemacs.org>
6504
6505         * nndiary.el: version 0.2-b14.
6506         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
6507         compatibility problem with XEmacs 21.1.
6508
6509 2001-09-15  Simon Josefsson  <jas@extundo.com>
6510
6511         * gnus-group.el (gnus-group-line-format): Document %c.
6512
6513         * nnml.el (nnml-parse-head): Handle CRLF files.
6514         (nnml-generate-nov-file): Ditto.
6515         (nnml-retrieve-headers): Ditto.
6516
6517 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
6518
6519         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
6520
6521 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
6522
6523         * gnus-spec.el (gnus-correct-substring): Still stopped one
6524         character before we wanted (never included last character).
6525         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
6526         add missing "," (once per function)
6527
6528 2001-09-14  Simon Josefsson  <jas@extundo.com>
6529
6530         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
6531         (otherwise e.g. gnus-agentize in .gnus overrides the customized
6532         default before gnus-group is loaded and the variable set.)
6533
6534         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
6535         killed or unsent marks.
6536
6537         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
6538         isn't an article to set it on (e.g. when you `a' in a group).
6539
6540 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6541
6542         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
6543         can read e-mails from Microsoft Outlook users not using ISO
6544         8859-2 character set.
6545
6546 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6547
6548         * gnus-diary.el: Minor modifications to avoid warnings.
6549         (gnus-summary-misc-menu): defvar.
6550         (gnus-diary-check-message): Use gnus-point-at-eol.
6551         (gnus-diary-kill-entire-line): eval-and-compile.
6552
6553 2001-09-12  Didier Verna  <didier@xemacs.org>
6554
6555         * nndiary.el: new version (0.2-b13).
6556         * nndiary.el (nndiary-mail-sources): doc update.
6557         * nndiary.el (nndiary-split-methods): ditto.
6558         * nndiary.el (nndiary-request-accept-article-hooks): New.
6559         * nndiary.el (nndiary-request-accept-article): use it, check
6560         message validity.
6561         * nndiary.el (nndiary-get-new-mail): changed default to nil.
6562         * nndiary.el (nndiary-schedule): fix bug (misplaced
6563         condition-case): it didn't return nil on error.
6564         * gnus-diary.el: new version.
6565         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
6566         * gnus-diary.el (gnus-diary-header-value-history): New.
6567         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
6568         * gnus-diary.el (gnus-diary-add-header): New.
6569         * gnus-diary.el (gnus-diary-check-message): New.
6570         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
6571         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
6572
6573 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6574
6575         * gnus-sum.el (gnus-select-newsgroup): Make
6576         `gnus-current-select-method' buffer-local.
6577
6578         * gnus-art.el (gnus-request-article-this-buffer): Refer
6579         `gnus-current-select-method' in the current summary buffer.
6580
6581 2001-09-10  Simon Josefsson  <jas@extundo.com>
6582         From Daniel Pittman <daniel@rimspace.net>
6583
6584         * gnus-spec.el (gnus-correct-pad-form): Fix.
6585
6586 2001-09-09  Simon Josefsson  <jas@extundo.com>
6587
6588         * mm-decode.el (mm-inline-media-tests): Add
6589         application/x-emacs-lisp.
6590         (mm-attachment-override-types): Add
6591         application/{x-,}pkcs7-signature.
6592
6593         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
6594         (gnus-server-line-format, gnus-server-mode-line-format)
6595         (gnus-server-browse-in-group-buffer): Customize.
6596
6597 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6598
6599         * nnml.el (nnml-marks-changed-p): Typo.
6600         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
6601         (nnml-marks-changed-p): Use gnus-gethash.
6602         (nnml-marks-modtime): Use gnus-make-hashtable.
6603
6604         * nnfolder.el (nnfolder-marks-changed-p): Typo.
6605         (nnfolder-request-expire-articles, nnfolder-save-marks)
6606         (nnfolder-open-marks): Typo.
6607         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
6608         (nnfolder-marks-changed-p): Use gnus-gethash.
6609         (nnfolder-marks-modtime): Use gnus-make-hashtable.
6610
6611 2001-09-08  Simon Josefsson  <jas@extundo.com>
6612
6613         * nnfolder.el (nnfolder-marks-modtime): New variable.
6614         (nnfolder-marks-changed-p): New function.
6615         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
6616         (nnfolder-request-update-info): Don't update if marks didn't change.
6617
6618         * nnml.el (nnml-marks-modtime): New variable.
6619         (nnml-marks-changed-p): New function.
6620         (nnml-save-marks, nnml-open-marks): Save modtime.
6621         (nnml-request-update-info): Don't update if marks didn't change.
6622
6623         * gnus-agent.el (gnus-agent-any-covered-gcc)
6624         (gnus-agent-add-server, gnus-agent-remove-server): Use
6625         gnus-agent-method-p.
6626
6627         * gnus-art.el (gnus-buttonized-mime-types): New variable.
6628         (gnus-unbuttonized-mime-type-p): Use it.
6629
6630         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
6631         fetch group.
6632
6633 2001-09-08  Simon Josefsson  <jas@extundo.com>
6634         From Daniel Pittman <daniel@rimspace.net>
6635
6636         * gnus-spec.el (gnus-correct-pad-form): New function.
6637         (gnus-parse-simple-format): Use it.
6638
6639 2001-09-07  Simon Josefsson  <jas@extundo.com>
6640
6641         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
6642         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
6643         Putnam <reader@newsguy.com>.
6644         (gnus-group-sort-selected-groups): Touch dribble file.
6645
6646 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
6647
6648         * nnml.el (nnml-filenames-are-evil): New variable.
6649         (nnml-article-to-file-alist): Rename to ...
6650         (nnml-current-group-article-to-file-alist): ... this.
6651         Respect `nnml-filenames-are-evil'.
6652         (nnml-active-number): Update.
6653         (nnml-update-file-alist): Update.
6654         (nnml-request-article): Use nnheader-article-to-file-alist.
6655         (nnml-request-rename-group): Likewise.
6656
6657 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6658
6659         * gnus-sum.el (gnus-summary-insert-line): Fix.
6660
6661 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
6662
6663         * gnus-sum.el: Bind g-s-t-s to "W g".
6664         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
6665         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
6666         display of graphical smilies.
6667
6668 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6669
6670         * gnus-start.el (gnus-setup-news): A typo.
6671         From Bill White <billw@wolfram.com>.
6672
6673 2001-09-06  Simon Josefsson  <jas@extundo.com>
6674
6675         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
6676         and unseen marks.
6677
6678 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6679
6680         * nnmail.el (nnmail-split-fancy): Document `junk'.
6681
6682 2001-09-04  Simon Josefsson  <jas@extundo.com>
6683
6684         * imap.el (imap-search): Don't error if server is broken.
6685
6686 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
6687
6688         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
6689         searching for an article that isn't in the mbox.
6690
6691 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6692
6693         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
6694         right, and get all the comments.
6695
6696 2001-09-02  Simon Josefsson  <jas@extundo.com>
6697         Suggested by Dan Christensen <jdc+news@uwo.ca>
6698
6699         * nnfolder.el (nnfolder-request-update-info): Fix message.
6700
6701         * nnml.el (nnml-request-update-info): Ditto.
6702
6703 2001-09-01  Simon Josefsson  <jas@extundo.com>
6704
6705         * nnml.el (nnml-request-expire-articles): Also bind
6706         `nnml-current-group' and `nnml-article-file-alist' when using
6707         expiry-target. (Otherwise nnml will be in a inconsistent internal
6708         state causing all kind of problems.)
6709         (nnml-request-expire-articles): If `nnml-article-to-file' or
6710         `file-attributes' failes, return article as un-expirable instead
6711         of treating it as expired.
6712
6713 2001-08-31  Sam Steingold  <sds@gnu.org>
6714
6715         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
6716         typo: `exmine' --> `examine'.
6717
6718 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6719
6720         * nndoc.el (nndoc-forward-type-p): It is not a digest.
6721
6722 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6723
6724         * nnml.el (nnml-check-directory-twice): Remove.
6725         (nnml-retrieve-headers): Ditto.
6726         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
6727
6728 2001-08-30  Andrew Innes  <andrewi@gnu.org>
6729
6730         * nnheader.el (nnheader-directory-files-is-safe): No need to read
6731         directory twice on Windows, or on GNU Emacs-21.
6732
6733 2001-08-30  Andrew Innes  <andrewi@gnu.org>
6734
6735         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
6736         (nnml-request-rename-group): Ditto.
6737         (nnml-active-number): Ditto.
6738         (nnml-request-create-group): Use nnml-directory-articles.
6739         (nnml-request-expire-articles): Use nnml-directory-articles, which
6740         gets list from nov database if available.
6741         (nnml-get-nov-buffer): New function.
6742         (nnml-open-nov): Use it.
6743         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
6744         gets alist from nov database if available.
6745         (nnml-directory-articles): New function.
6746         (nnml-article-to-file-alist): New function.
6747
6748 2001-08-30  Andrew Innes  <andrewi@gnu.org>
6749
6750         * mm-decode.el (mm-display-external): Use `name' as filename, if
6751         `filename' attribute is not present.
6752
6753 2001-08-30  Andrew Innes  <andrewi@gnu.org>
6754
6755         * mail-source.el (mail-source-flash): New defcustom.
6756         (mail-source-new-mail-p): Ring visible bell if appropriate.
6757         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
6758         timer is cleared even if mail check signals an error.
6759
6760 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6761
6762         * gnus-sum.el (gnus-summary-move-article): Only update marks of
6763         type 'list.
6764
6765 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6766
6767         * flow-fill.el (fill-flowed): eol might be point-max.
6768
6769 2001-08-27  Simon Josefsson  <jas@extundo.com>
6770
6771         * nnml.el (nnml-request-update-info): Fix message.
6772         (nnml-open-marks): Ditto.
6773
6774         * nnfolder.el (nnfolder-request-update-info):
6775         (nnfolder-open-marks): Fix message.
6776
6777 2001-08-25  Simon Josefsson  <jas@extundo.com>
6778
6779         * nnfolder.el (nnfolder-save-marks): Don't create directory named
6780         after group in ~/.
6781
6782 2001-08-25  Simon Josefsson  <jas@extundo.com>
6783         From Andreas Jaeger  <aj@suse.de>
6784
6785         * nnfolder.el (nnfolder-open-marks): Fix typo.
6786         * nnml.el (nnml-open-marks): Likewise.
6787
6788 2001-08-25  Simon Josefsson  <jas@extundo.com>
6789
6790         Make nnfolder groups self-contained as far as marks are concerned.
6791
6792         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
6793         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
6794         (nnfolder-open-server): Make marks directory.
6795         (nnfolder-request-delete-group): Delete marks file.
6796         (nnfolder-request-delete-group): Check of nov/marks file exist
6797         before deleting.
6798         (nnfolder-request-rename-group): Rename marks file.
6799         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
6800         (nnfolder-request-set-mark, nnfolder-request-update-info)
6801         (nnfolder-group-marks-pathname, nnfolder-save-marks)
6802         (nnfolder-open-marks): New functions.
6803         (top-level): Require gnus.
6804
6805 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6806
6807         * nnweb.el (nnweb-type-definition): Use google raw file.
6808         (nnweb-google-parse-1): Ditto.
6809         (nnweb-google-identity): Ditto.
6810         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
6811         (nnweb-altavista-wash-article): Ditto.
6812         (nnweb-request-article): Remove nnweb-decode-entities.
6813
6814         * nnml.el: Require 'gnus.
6815
6816 2001-08-25  Simon Josefsson  <jas@extundo.com>
6817
6818         * nnml.el (nnml-marks-is-evil): Add doc.
6819
6820 2001-08-25  Simon Josefsson  <jas@extundo.com>
6821
6822         * nnml.el (nnml-save-marks): Wrap saving marks in a
6823         condition-case, to allow user to start Gnus if saving marks failed
6824         for some reason.
6825
6826 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6827
6828         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
6829
6830         * gnus-group.el (gnus-update-group-mark-positions): Bind
6831         gnus-group-update-hook to nil.
6832
6833 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6834
6835         * mml.el (mml-generate-mime-1): Force as multibyte string.
6836
6837 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6838
6839         * gnus-sum.el (gnus-summary-insert-line)
6840         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
6841         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
6842
6843         * gnus-spec.el (gnus-correct-substring): Take optional END.
6844
6845         * nnrss.el (nnrss-request-article): Remove \n.
6846         (nnrss-retrieve-headers): Lines number is -1.
6847
6848 2001-08-24  Simon Josefsson  <jas@extundo.com>
6849
6850         * gnus-group.el (gnus-info-clear-data): Call
6851         nnfoo-request-set-mark to propagate marks.  Fix bug:
6852         `gnus-group-update-line' doesn't update read range unless we call
6853         `gnus-get-unread-articles-in-group' first.
6854
6855         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
6856         to server.
6857
6858 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6859
6860         * gnus-util.el (gnus-create-info-command): Return an interactive
6861         function.
6862
6863 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6864         From Katsumi Yamaoka <yamaoka@jpl.org>
6865
6866         * gnus-spec.el (gnus-parse-complex-format): Use equal.
6867
6868 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6869
6870         * gnus-sum.el (gnus-select-newsgroup): Use it.
6871
6872         * gnus-util.el (gnus-not-ignore): New function.
6873
6874         * lpath.el (featurep): Don't fbind char-int.
6875
6876         * gnus-util.el (gnus-create-info-command): New function.
6877
6878         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
6879         right node.
6880
6881         * gnus-sum.el (gnus-select-newsgroup): Clean up.
6882         (gnus-summary-limit-children): Use 'identity instead of `all'.
6883         (gnus-summary-limit-to-display-predicate): New command and
6884         keystroke.
6885
6886 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6887
6888         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
6889
6890         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
6891
6892 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6893
6894         * gnus-spec.el: Add the Gnus version.
6895         (gnus-update-format-specifications): If the Gnus version changes,
6896         nix out the format spec cache.
6897
6898         * gnus.el (gnus-continuum-version): Made into a command and
6899         optionalize the VERSION.
6900
6901         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
6902         the start of the lines.
6903
6904 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6905
6906         * gnus.el (gnus-visual-p): Define function before use of
6907         function.
6908
6909 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6910
6911         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
6912         (gnus-article-mark-to-type): New function.
6913         (gnus-update-missing-marks): Only update marks of type 'list.
6914
6915         * gnus.el (gnus-article-special-mark-lists): New variable.
6916
6917 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6918
6919         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
6920         (gnus-select-newsgroup): Still use 'all.
6921         (gnus-summary-initial-limit): Comparing with 'all.
6922
6923 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6924
6925         * gnus-start.el (gnus-activate-group): If dont-check, don't update
6926         active.
6927
6928 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6929
6930         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
6931         nnslashdot-*-retrieve-headers.
6932         (nnslashdot-request-article): Fix for slashcode 2.2.
6933         (nnslashdot-make-tuple): New function.
6934         (nnslashdot-read-groups): Use it.
6935
6936 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6937
6938         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
6939         list.
6940
6941         * gnus-sum.el (gnus-summary-move-article): Don't select article.
6942
6943 2001-08-20  Simon Josefsson  <jas@extundo.com>
6944
6945         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
6946         opened, error instead of continuing (and exploding later).
6947
6948 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6949
6950         * gnus.el (gnus-expand-group-parameters): Return the parameter
6951         list.
6952
6953         * gnus-sum.el (gnus-summary-show-article): Doc fix.
6954         (gnus-summary-show-article): Guess at charset if required.
6955
6956         * gnus-spec.el (gnus-correct-substring): Stopped one character
6957         before we wanted.
6958
6959 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6960
6961         * earcon.el (earcon-auto-play): Remove unused option.
6962
6963 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6964
6965         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
6966         message down in levels, since it happens very fast.
6967
6968         * smiley-ems.el (smiley-update-cache): Respect the symbol version
6969         of smiley-regexp-alist.
6970
6971         * mm-view.el (mm-inline-text): Ignore vcard errors.
6972
6973         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
6974
6975         * gnus-score.el (gnus-all-score-files): Use append instead of
6976         nconc.
6977
6978         * gnus.el (gnus-splash-face): Doc fix.
6979
6980         * mm-decode.el (mm-mailcap-command): Use
6981         mm-path-name-rewrite-functions.
6982         (mm-path-name-rewrite-functions): New variable.
6983
6984         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
6985         (gnus-complex-form-to-spec): Insert tab.
6986         (gnus-spec-tab): New function.
6987
6988         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
6989         entering the group.
6990
6991         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
6992         the positional spec.
6993         (gnus-parse-complex-format): React to %C.
6994
6995         * gnus-ems.el (gnus-char-width): Moved here.
6996
6997         * gnus-sum.el (gnus-select-newsgroup): Set
6998         gnus-newsgroup-articles.
6999         (gnus-unseen-mark): New variable.
7000         (gnus-newsgroup-unseen): Ditto.
7001         (gnus-newsgroup-seen): Ditto.
7002         (gnus-adjust-marked-articles): Use them.
7003         (gnus-update-marks): Use them.
7004         (gnus-summary-update-secondary-mark): Display.
7005         (gnus-summary-prepare-threads): Display.
7006
7007         * gnus-msg.el (gnus-inews-group-method): Use and return the
7008         method, not the server.
7009
7010 2001-08-19  Simon Josefsson  <jas@extundo.com>
7011
7012         * gnus-srvr.el (gnus-server-agent-face): New.
7013         (gnus-server-agent-face): New.
7014         (gnus-server-mode): Turn on font-lock-mode.
7015
7016         * gnus.el (gnus-server-visual): Add defgroup.
7017
7018 2001-08-19  Simon Josefsson  <jas@extundo.com>
7019         From Joe Casadonte <jcasadonte@northbound-train.com>
7020
7021         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
7022         gnus-server-denied-face): New.
7023         (gnus-server-opened-face, gnus-server-closed-face,
7024         gnus-server-denied-face): New.
7025         (gnus-server-font-lock-keywords): Add.
7026
7027 2001-08-19  Simon Josefsson  <jas@extundo.com>
7028
7029         * nnml.el (nnml-request-set-mark): Return nil.
7030         (nnml-save-marks): Use nnml-possibly-create-directory.
7031         (nnml-open-marks): Only work in temp buffer when inserting/reading
7032         .marks file.
7033
7034 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7035
7036         * gnus.el (gnus-expand-group-parameters): Fix.
7037
7038         * gnus-spec.el (gnus-char-width): New function.
7039         (gnus-correct-substring, gnus-correct-length): Use it.
7040
7041         * message.el (message-required-mail-headers): Fix doc.
7042
7043 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7044
7045         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
7046
7047         * mm-decode.el (mm-save-part-to-file): Insert the handle.
7048
7049 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7050
7051         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
7052         slashdot 2.2 (not fully fixed yet).
7053         (nnslashdot-request-article): Ditto.
7054
7055 2001-08-18  Simon Josefsson  <jas@extundo.com>
7056
7057         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
7058         nnimap.
7059
7060         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
7061         gnus-util.
7062         (nnimap-request-update-info-internal): Use new functions.
7063
7064         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
7065         new functions.
7066
7067 2001-08-18  Simon Josefsson  <jas@extundo.com>
7068
7069         Make nnml groups self-contained as far as marks are concerned.
7070
7071         * nnml.el (nnml-request-delete-group): Delete marks file.
7072         (nnml-request-rename-group): Move marks file.
7073         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
7074         variables.
7075         (nnml-request-set-mark, nnml-request-update-info): New server
7076         functions.
7077         (nnml-save-marks, nnml-open-marks): New functions.
7078
7079 2001-08-18  Simon Josefsson  <jas@extundo.com>
7080
7081         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
7082         `set' when setting marks.
7083
7084 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7085
7086         * gnus.el (gnus-info-find-node): Take an argument.
7087
7088         * gnus-art.el (gnus-button-handle-info): New function.
7089         (gnus-url-unhex-string): Replace "+" with " ".
7090
7091 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7092
7093         * message.el (message-check-news-header-syntax): Check bad From.
7094
7095 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7096
7097         * gnus-spec.el (gnus-correct-length): New function.
7098         (gnus-correct-substring): New function.
7099         (gnus-tilde-max-form): Use it.
7100
7101 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
7102
7103         * nnmh.el: Docstring changes as below.
7104
7105         * nnml.el: Docstring changes as below.
7106
7107         * nnbabyl.el: Docstring changes as below.
7108
7109         * nnmbox.el: Docstring changes as below.
7110
7111         * nnfolder.el: Added docstrings identifying each virtual server
7112         parameter.
7113
7114 2001-08-18  Simon Josefsson  <jas@extundo.com>
7115
7116         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
7117
7118 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
7119
7120         * message.el: rename "Abort Message" to "Postpone Message".
7121         Remove "Attach file as MIME" from Message menu, it's already in
7122         the MIME menu.
7123
7124 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7125
7126         * smime.el (smime-point-at-eol): eval-and-compile.
7127         (smime-make-temp-file): New function.
7128         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
7129         Use it.
7130
7131 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7132
7133         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
7134         (gnus-agent-summary-fetch-group): New command and keystroke.
7135
7136         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
7137         (gnus-mime-display-security): Make it respect
7138         gnus-unbuttonized-mime-type-p.
7139
7140         * gnus-sum.el (gnus-articles-to-read): Comments.
7141         (gnus-article-marked-p): New function.
7142         (gnus-summary-display-make-predicate): New function.
7143         (gnus-select-newsgroup): Use them.
7144
7145         * mm-decode.el (mm-save-part-to-file): Made it not error.
7146
7147 2001-08-17  Simon Josefsson  <jas@extundo.com>
7148
7149         * imap.el (imap-wait-for-tag): If process-status isn't open or
7150         run, return nil instead of sit-for looping.
7151
7152 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7153
7154         * lpath.el (featurep): fbind xml-parse-region.
7155
7156         * gnus.el (gnus-message-archive-method): Default to "archive".
7157         (gnus-message-archive-method): Doc fix.
7158         (gnus-parameters-get-parameter): Cleaned up.
7159         (gnus-expand-group-parameter): New function.
7160
7161         * gnus-start.el (gnus-setup-news): Push the archive server only
7162         the server list.
7163
7164         * mml.el (mml-menu): Changed name to "Attachments".
7165
7166         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
7167         when there is something to detroy.
7168
7169 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7170
7171         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
7172         nil.
7173
7174 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7175
7176         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
7177         which specifies a time today or tomorrow.
7178
7179 2001-08-15  Simon Josefsson  <jas@extundo.com>
7180         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
7181
7182         * gnus-agent.el (gnus-agent-make-mode-line-string)
7183         (gnus-agent-toggle-plugged): Use new API.
7184
7185 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7186
7187         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
7188         deadline has expired.
7189
7190 2001-08-12  Simon Josefsson  <jas@extundo.com>
7191         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
7192
7193         Support `recent' mark indicating newly arrived messages (to
7194         separate from old but unread messages).
7195
7196         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
7197         `nnmail-split-history' if recent is > 0.
7198         (nnimap-request-update-info-internal): Update `recent' marks.
7199         (nnimap-request-set-mark): Never set `recent' marks.
7200         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
7201         recent.
7202
7203         * gnus-sum.el (gnus-recent-mark): New mark.
7204         (gnus-newsgroup-recent): New variable.
7205         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
7206         (gnus-summary-prepare-threads): Mark recent articles.
7207         (gnus-summary-add-mark): Support recent.
7208         (gnus-summary-update-secondary-mark): Support recent.
7209
7210         * gnus.el (gnus-article-mark-lists): Add recent.
7211
7212 2001-08-12  Simon Josefsson  <jas@extundo.com>
7213
7214         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
7215         whether successful decoding took place.  Add doc.
7216
7217 2001-08-12  Simon Josefsson  <jas@extundo.com>
7218         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
7219
7220         * gnus.el (gnus-summary-line-format, gnus-parameters):
7221         * gnus-gl.el (gnus-summary-grouplens-line-format):
7222         * gnus-salt.el (gnus-summary-pick-line-format):
7223         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
7224
7225 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
7226         Committed by Kai Gro\e,b_\e(Bjohann.
7227
7228         * gnus-score.el (gnus-score-string): Fix `match' regexp
7229         for `extra' header case.
7230
7231 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7232
7233         * nnmbox.el (nnmbox-read-mbox): No warning.
7234
7235 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7236
7237         * nndoc.el (nndoc-article-type): Fix doc.
7238         (nndoc-generate-article-function): New variable.
7239         (nndoc-dissection-function): New variable.
7240         (nndoc-type-alist): Add oe-dbx.
7241         (nndoc-oe-dbx-type-p): New function.
7242         (nndoc-oe-dbx-dissection): New function.
7243         (nndoc-oe-dbx-generate-article): New function.
7244
7245 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7246
7247         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
7248         whether deadline has been reached.  Patch from Dan Nicolaescu
7249         <dann@godzilla.ics.uci.edu>.
7250
7251 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7252
7253         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
7254         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
7255         <rintaman@cs.Helsinki.FI>.
7256
7257         * mail-source.el (mail-source-movemail): The error buffer is
7258         modified, but nothing in it.
7259
7260 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7261
7262         * message.el (message-bogus-system-names): New variable.
7263         (message-make-fqdn): Use it.
7264
7265 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7266
7267         * nndraft.el (nndraft-request-group): Use
7268         nndraft-auto-save-file-name.
7269
7270 2001-08-09  Simon Josefsson  <jas@extundo.com>
7271
7272         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
7273         Don't ask whether to decrypt.  Just leave result in buffer (don't
7274         call mm).
7275
7276         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
7277         parts as well.
7278         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
7279         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
7280
7281 2001-08-09  Simon Josefsson  <jas@extundo.com>
7282
7283         * mm-decode.el (mm-insert-part): Return decoding success status.
7284         (mm-save-part-to-file): Error if decoding failed.
7285
7286 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7287
7288         * message.el (message-tab): Use indent-relative.
7289         (message-mode): Don't bind indent-line-function to indent-relative.
7290
7291 2001-08-09  Simon Josefsson  <jas@extundo.com>
7292
7293         * message.el (message-get-reply-headers): Fix string. Suggested by
7294         Christoph Conrad <cc@cli.de>.
7295
7296 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7297
7298         * message.el (message-tab): Use the current value of
7299         indent-line-function.
7300         (message-mode): Bind indent-line-function to indent-relative.
7301
7302 2001-08-08  Simon Josefsson  <jas@extundo.com>
7303
7304         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
7305         whether `imtest' is installed.
7306
7307 2001-08-04  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
7308         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
7309
7310         * gnus-sum.el (gnus-summary-show-article): Call
7311         gnus-summary-update-secondary-secondary-mark.
7312         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
7313         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
7314
7315 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7316
7317         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
7318
7319         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
7320
7321         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
7322         <gerd@gnu.org>.
7323
7324         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
7325
7326         * gnus-util.el (gnus-output-to-rmail): Ditto.
7327         (gnus-output-to-mail): Ditto.
7328
7329         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
7330
7331 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
7332
7333         * message.el (message-indent-citation): Use
7334         `message-yank-cited-prefix' for empty lines.
7335
7336 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
7337
7338         * message.el (message-indent-citation): Quote only lines starting
7339         with ">" using `message-yank-cited-prefix'.
7340
7341 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
7342
7343         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
7344         gnus-cache-fully-p.
7345
7346 2001-08-04  Simon Josefsson  <jas@extundo.com>
7347
7348         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
7349         file if it doesn't exist (by calling gnus-cache-read-active).
7350
7351 2001-08-04  Simon Josefsson  <jas@extundo.com>
7352
7353         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
7354         (gnus-cache-passively-or-fully-p): Removed.
7355         (gnus-cache-fully-p): Fix it.
7356
7357         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
7358
7359 2001-08-04  Simon Josefsson  <jas@extundo.com>
7360
7361         * gnus-cache.el (gnus-cache-fully-p)
7362         (gnus-cache-passively-or-fully-p): New functions.
7363         (gnus-cache-possibly-enter-article): Cosmetic change, use
7364         `g-c-p-o-f-p'.
7365         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
7366         was bogus (`g-c-p-a-a' does not change active info, just change
7367         the functions parameters).
7368         (gnus-cache-possibly-remove-articles-1): Make sure articles are
7369         not removed in groups that match `gnus-uncacheable-groups'.
7370
7371         Reported and modifications based on discussions with Nuutti
7372         Kotivuori <nuutti.kotivuori@smarttrust.com>.
7373
7374 2001-08-04  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
7375         Committed by Simon Josefsson  <jas@extundo.com>
7376
7377         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
7378         calls `gnus-cache-update-active' if bounds has been extended.
7379
7380 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7381
7382         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
7383         before remove.
7384         (gnus-mime-security-show-details): Ditto.
7385
7386 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7387
7388         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
7389         syntax.  Protect string-match against nil string and regexp.
7390
7391 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7392
7393         * mm-util.el (mm-find-charset-region): Remove control-1.
7394
7395 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7396
7397         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
7398
7399 2001-08-04  Simon Josefsson  <jas@extundo.com>
7400
7401         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
7402         buffer.  Delete MIME-Version header.
7403
7404 2001-08-03  Simon Josefsson  <jas@extundo.com>
7405
7406         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
7407         that is entered does not necessarily have the highest article
7408         number in the group, so use `gnus-cache-possibly-alter-active'
7409         instead of `gnus-cache-update-active'.
7410
7411 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7412
7413         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
7414
7415 2001-08-03  Simon Josefsson  <jas@extundo.com>
7416
7417         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
7418         menu.
7419
7420 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7421
7422         * gnus.el (post-method): New group parameter.  It also provides
7423         the user option `gnus-post-method-alist' and the internal function
7424         `gnus-parameter-post-method'.
7425
7426         * gnus-msg.el (gnus-post-method): Bind the value of
7427         `gnus-post-method' to the group parameter if it is defined.
7428
7429 2001-08-02  Simon Josefsson  <jas@extundo.com>
7430
7431         * smime.el (smime-extra-arguments): Removed.
7432         (smime-call-openssl-region): Don't use it.
7433
7434 2001-08-02  Simon Josefsson  <jas@extundo.com>
7435
7436         * smime.el (smime-sign-region): Handle stderr.
7437         (smime-encrypt-region): Ditto.
7438
7439         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
7440         match the ASN.1 length bytes.
7441         (mm-pkcs7-enveloped-magic): Ditto.
7442         (mm-view-pkcs7-get-type): Don't regexp quote.
7443
7444 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7445         From Andreas Fuchs <asf@void.at>
7446
7447         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
7448
7449 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7450
7451         * gnus-art.el (gnus-header-button-alist): References regexp.
7452
7453 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
7454
7455         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
7456         already fboundp.  Add INTERACTIVE arg to autoload form.
7457
7458 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7459
7460         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
7461
7462         * nnmail.el (nnmail-cache-open): Ditto.
7463
7464 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7465
7466         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
7467
7468 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7469
7470         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
7471
7472 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7473         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7474
7475         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
7476         (gnus-agent-toggle-plugged): Use it.
7477
7478 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
7479
7480         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
7481         (gnus-ding-file-coding-system): New variable.
7482         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
7483         (gnus-slave-save-newsrc): Use it.
7484
7485 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7486
7487         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
7488         syntax.
7489
7490 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7491         Originally from Andreas Fuchs <asf@void.at>
7492
7493         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
7494         (mml2015-gpg-pretty-print-fpr): New function.
7495         (mml2015-gpg-extract-signature-details): More details, rename from
7496         `m-g-e-from'.
7497         (mml2015-gpg-verify): Use them.
7498         (mml2015-gpg-clear-verify): Use them.
7499
7500 2001-07-31  Simon Josefsson  <jas@extundo.com>
7501
7502         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
7503         buffer when done.
7504
7505 2001-07-30  Simon Josefsson  <jas@extundo.com>
7506
7507         * smime.el (smime-call-openssl-region): Revert previous change,
7508         just pass on buf to `call-process-region'.
7509         (smime-verify-region): Doc fix.  Don't message stuff.  Use
7510         `smime-new-details-buffer'.  Inserts error messages into buffer.
7511         (smime-noverify-region): Ditto.
7512         (smime-decrypt-region): Ditto.  Handles stderr separately.
7513         (smime-verify-buffer, smime-noverify-buffer)
7514         (smime-decrypt-buffer): Doc fix.
7515         (smime-new-details-buffer): New function.
7516         (smime-pkcs7-region, smime-pkcs7-certificates-region)
7517         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
7518         (smime-sign-region, smime-encrypt-region): Don't use
7519         `insert-buffer'.
7520
7521         * mml-smime.el (mml-smime-verify): Fix security button strings.
7522
7523 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7524
7525         * gnus-art.el (gnus-mime-save-part-and-strip): Save
7526         gnus-article-mime-handles.
7527
7528 2001-07-29  Simon Josefsson  <jas@extundo.com>
7529
7530         * mail-source.el (top-level): Require message for message-directory.
7531         (mail-source-directory): Change default to message-directory.
7532
7533         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
7534         (smime-certificate-directory, smime-openssl-program)
7535         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
7536         (smime-extra-arguments): New variable.
7537         (smime-dns-server): Fix customize group.
7538         (smime-call-openssl-region): Use `smime-extra-arguments'.
7539
7540 2001-07-29  Simon Josefsson  <jas@extundo.com>
7541         From Vladimir Volovich <vvv@vsu.ru>
7542
7543         * smime.el (smime-call-openssl-region): Ignore stderr.
7544
7545 2001-07-29  Simon Josefsson  <jas@extundo.com>
7546         From Christoph Conrad <christoph.conrad@gmx.de>
7547
7548         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
7549         file.
7550
7551 2001-07-29  Simon Josefsson  <jas@extundo.com>
7552
7553         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
7554
7555         Support S/MIME decryption.
7556
7557         * mm-decode.el (mm-inline-media-tests):
7558         (mm-inlined-types):
7559         (mm-automatic-display):
7560         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
7561
7562         * mm-view.el (mm-pkcs7-signed-magic):
7563         (mm-pkcs7-enveloped-magic): New variables.
7564         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
7565         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
7566         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
7567         PKCS#7 blobs.
7568
7569         * smime.el (smime-decrypt-region): Expand keyfile.
7570
7571 2001-07-29  Simon Josefsson  <jas@extundo.com>
7572
7573         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
7574         `ssl.el' variables.
7575
7576         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
7577         but line instead of narrowing to it, because `nnmail-parse-active'
7578         calls widen.  Thanks to Christoph Conrad
7579         <christoph.conrad@gmx.de>.
7580
7581 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7582
7583         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
7584         for %B spec.
7585
7586         * gnus-sum.el (gnus-summary-prepare-threads): If
7587         gnus-sum-thread-tree-root is nil, use subject instead.
7588         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
7589         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
7590         (gnus-sum-thread-tree-leaf-with-other)
7591         (gnus-sum-thread-tree-single-leaf): Documentation.
7592         (gnus-sum-thread-tree-single-indent): Allow nil.
7593
7594 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7595
7596         * message.el (message-fill-paragraph): Do nothing if the user
7597         wants filladapt-mode.
7598
7599 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7600
7601         * mm-decode.el (mm-image-type-from-buffer): New function.
7602         (mm-get-image): Use it.
7603
7604 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7605
7606         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
7607
7608         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
7609         mm-display-parts too.
7610
7611 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7612
7613         * nnfolder.el (nnfolder-request-accept-article): Bind
7614         nntp-server-buffer.
7615
7616         * nnmail.el (nnmail-parse-active): Read from buffer instead of
7617         nntp-server-buffer.
7618
7619 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7620
7621         * message.el (message-check-news-header-syntax): Use
7622         message-post-method.
7623         (message-send-news): Bind message-post-method.
7624
7625 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7626
7627         * mml.el (mml-tweak-type-alist): New variable.
7628         (mml-tweak-function-alist): New variable.
7629         (mml-tweak-part): New function.
7630         (mml-generate-mime-1): Use it.
7631
7632 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7633
7634         * nnfolder.el (nnfolder-request-accept-article): Replace
7635         nnfolder-request-list.
7636
7637 2001-07-27  Simon Josefsson  <jas@extundo.com>
7638
7639         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
7640         nnoo-change-server failed to do it.
7641
7642 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7643
7644         * gnus.el (gnus-parameters): Make it customizable.
7645
7646 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7647
7648         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
7649
7650         * message.el (message-set-auto-save-file-name): More
7651         poor-system-types.
7652
7653         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
7654
7655         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
7656         supports +.
7657
7658 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7659
7660         * mm-decode.el (mm-readable-p): New function.
7661         (mm-inline-media-tests): Fix the default testers.
7662
7663 2001-07-26  Simon Josefsson  <jas@extundo.com>
7664
7665         * nnimap.el (nnimap-version): Bump version number.
7666
7667 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7668         From Steven E. Harris <seh@speakeasy.org>
7669
7670         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
7671         in M$Windows too.
7672
7673 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7674
7675         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
7676
7677 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7678
7679         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
7680
7681         * mm-decode.el (mm-get-image): Guess then use the type.
7682
7683         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
7684
7685 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
7686
7687         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
7688         display (%B) for threads if threading is off.
7689
7690 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7691         From Henrik Enberg <henrik@enberg.org>
7692
7693         * gnus-msg.el: Customization patch.
7694
7695 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
7696
7697         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
7698         variable.
7699         (nnmail-split-fancy-with-parent): Ignore certain groups.
7700
7701 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7702
7703         * gnus-util.el (gnus-byte-compile): New function.
7704         (gnus-use-byte-compile): New variable.
7705         (gnus-make-sort-function): Use it.
7706
7707         * nnmail.el (nnmail-get-new-mail): Use it.
7708
7709         * gnus-agent.el (gnus-category-make-function): Simple function or
7710         compiled function.
7711         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
7712
7713         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
7714         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
7715         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
7716
7717         * message.el (message-check-news-header-syntax): Remove quote.
7718
7719 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7720
7721         * message.el (message-use-mail-followup-to): `t' is not a
7722         documented value.
7723
7724 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7725
7726         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
7727
7728 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7729
7730         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
7731         there are long lines.
7732
7733 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7734
7735         * dgnushack.el (copy-list): New compiler macro.
7736
7737 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7738
7739         * message.el (message-bounce): If no Return-Path, the whole
7740         content is considered as the original message.
7741
7742         * nnml.el (nnml-check-directory-twice): New variable.
7743         (nnml-article-to-file): Use it.
7744         (nnml-retrieve-headers): Hack it.
7745
7746 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7747
7748         * gnus-win.el (gnus-buffer-configuration): New configure.
7749
7750         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
7751         not alive.
7752
7753         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
7754         (mm-display-external): Use display-term configure.
7755
7756 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7757
7758         * gnus-delay.el (gnus-delay-default-hour): New variable.
7759         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
7760
7761 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7762         From Karl Kleinpaste <karl@charcoal.com>
7763
7764         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
7765         (gnus-summary-prepare-threads): Ditto.
7766
7767         * gnus.el (gnus-summary-line-format): Add %B.
7768
7769 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7770
7771         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
7772
7773         * mm-util.el (mm-string-as-multibyte): New function.
7774
7775         * nnmh.el (nnmh-request-list-1): Encode, not decode!
7776
7777 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7778
7779         * mm-util.el (mm-universal-coding-system): New variable.
7780
7781         * gnus-start.el (gnus-startup-file-coding-system): Use it.
7782
7783         * score-mode.el (score-mode-coding-system): Use it.
7784
7785 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7786
7787         * gnus-start.el (gnus-setup-news): Call
7788         `gnus-check-bogus-newsgroups' just after the native server is
7789         opened.
7790
7791 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7792
7793         * nnmail.el (nnmail-do-request-post): Util function to be used by
7794         `nnchoke-request-post' for all nnmail-derived backends.
7795
7796         * nnml.el (nnml-request-post): Use it.
7797
7798         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
7799         backend, for it groks nnml-request-post.
7800
7801         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
7802         Treat `mail-post' backends like `mail' backends, not like `news'
7803         backends.
7804
7805 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7806
7807         * gnus-msg.el (gnus-setup-message): make-local-hook.
7808
7809 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7810
7811         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
7812         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
7813         <karl@charcoal.com>, slightly changed by Kai.
7814
7815         * message.el (message-check-news-header-syntax): When checking
7816         whether the groups exist, check the right server based on
7817         `gnus-post-method'.
7818
7819 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7820
7821         * gnus-delay.el: New file.
7822
7823 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7824
7825         * mm-util.el (mm-read-coding-system): Take two arguments.
7826
7827         * gnus-sum.el (gnus-summary-show-article): Use
7828         mm-read-coding-system.
7829
7830         * gnus-art.el (article-de-quoted-unreadable):
7831         (article-de-base64-unreadable, article-wash-html):
7832         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
7833
7834 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7835
7836         * nnml.el (nnml-request-post): New function.  Can be used for
7837         annotations in nnml groups.
7838
7839 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7840
7841         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
7842         command.
7843
7844         * gnus-start.el (gnus-find-new-newsgroups): Use
7845         `message-make-date' instead of `current-time-string'.
7846         (gnus-ask-server-for-new-groups): Ditto.
7847         (gnus-check-first-time-used): Ditto.
7848
7849 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7850
7851         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
7852
7853 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
7854
7855         * message.el (message-shorten-references): Change `maxcount' and
7856         `cut' to obey USEFOR draft 5.
7857
7858 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
7859
7860         * gnus-sum.el (gnus-summary-display-arrow): New variable.
7861         (gnus-summary-set-article-display-arrow): New function.
7862         (gnus-summary-goto-subject): Use it.
7863
7864 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7865
7866         * gnus-sum.el (gnus-summary-import-article): Insert date if
7867         doesn't exist.
7868
7869 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7870
7871         * mml.el (mml-content-type-parameters): New variable.
7872         (mml-content-disposition-parameters): New variable.
7873         (mml-insert-mime-headers): Use them.
7874         (mml-parse-1): Accept charset.
7875
7876 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7877
7878         * gnus-group.el (gnus-group-select-group): Doc fix.
7879
7880         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
7881
7882 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7883
7884         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
7885         to handle `define-derived-mode'.
7886
7887 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7888         From:  Stefan Monnier  <monnier@cs.yale.edu>
7889
7890         * message.el (message-mode): Use define-derived-mode.
7891         (message-tab): message-completion-alist.
7892
7893         * imap.el (imap-interactive-login): Use make-local-variable.
7894         (imap-open): Ditto.
7895         (imap-authenticate): Ditto.
7896
7897         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
7898
7899         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
7900
7901 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7902
7903         * message.el (message-citation-line-function): Refer to
7904         gnus-cite-attribution-suffix.
7905
7906 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7907
7908         * gnus-art.el,...: Error convention changes.
7909
7910 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7911
7912         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
7913
7914 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7915
7916         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
7917         (nnrss-read-server-data): Ditto.
7918
7919 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7920
7921         * gnus-setup.el (gnus-use-installed-gnus): Typo.
7922         * Cleanup files.
7923         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
7924
7925 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7926
7927         * gnus.el (gnus-summary-line-format): Add %o.
7928
7929         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
7930         unless shell outputs something.
7931
7932 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7933
7934         * gnus-art.el (gnus-boring-article-headers): Better doc.
7935         (article-hide-headers): Better regexp.
7936         Suggested by Matt Swift <swift@alum.mit.edu>.
7937
7938         * nnheader.el (nnheader-max-head-length): Better doc.
7939         (nnheader-header-value): Skip spaces.
7940         (nnheader-parse-head): Remove space.
7941         Suggested by Matt Swift <swift@alum.mit.edu>.
7942
7943         * gnus-sum.el (gnus-summary-show-raw-article): New function.
7944         (gnus-get-newsgroup-headers): Remove space.
7945
7946 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7947
7948         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
7949         (gnus-summary-reply): Use it.
7950         (gnus-summary-reply-broken-reply-to): New function.
7951         (gnus-msg-force-broken-reply-to): New function.
7952
7953         * mm-view.el (mm-inline-text): Showing as text/plain when error.
7954
7955 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7956
7957         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
7958
7959 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7960
7961         * mm-decode.el (mm-external-terminal-program): New variable.
7962         (mm-display-external): Use it. Use term to display when no
7963         window-system.
7964
7965 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
7966
7967         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
7968         Browse->Next entries to Browse->Prev
7969
7970 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7971
7972         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
7973
7974 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7975
7976         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
7977         for the default encoding.
7978
7979         * nnrss.el (nnrss-url-field): New field.
7980         (nnrss-request-article): Add newsgroups.
7981
7982         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
7983
7984 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7985
7986         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
7987
7988         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
7989         (gnus-draft-setup): Remove backlog.
7990
7991 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7992
7993         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
7994         Cleanup.
7995
7996 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7997
7998         * gnus-msg.el (gnus-bug): Erase buffer.
7999
8000         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
8001
8002 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8003
8004         * mm-decode.el (mm-attachment-override-p): Fix typo.
8005
8006 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
8007
8008         * gnus-kill.el (gnus-execute): Work with the extra headers.
8009         * gnus-sum.el (gnus-summary-execute-command): Ditto.
8010
8011 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8012
8013         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
8014         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
8015
8016         * message.el (message-send-mail-real-function): New variable.
8017         (message-send-mail-partially, message-send-mail):
8018
8019         * nngateway.el (nngateway-request-post): Use it.
8020
8021         * gnus-agent.el (gnus-agentize): Use it.
8022
8023         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
8024         (nnsoup-revert-variables): Use it.
8025
8026 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
8027
8028         * mm-decode.el (mm-inline-media-tests): Default to displaying as
8029         text/plain if the type doesn't match any other media types.
8030         (mm-inlined-types): Doc fix.
8031         (mm-display-inline): Revert previous change (now handled by a
8032         default type in `mm-inline-media-tests'.
8033         (mm-inlinable-p): Revive.
8034         (mm-display-part): Call `mm-inlinable-p'.
8035         (mm-attachment-override-p): Ditto.
8036         (mm-inlined-p): Doc fix.
8037
8038         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
8039         well as `mm-inlined-p'.
8040
8041 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8042
8043         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
8044         (nntp-send-command-and-decode): Use gnus-point-at-bol.
8045
8046 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8047         From  Paul Jarc <prj@po.cwru.edu>
8048
8049         * message.el (message-use-mail-followup-to): New variable.
8050         (message-get-reply-headers): Use it.
8051
8052 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
8053
8054         * nnheader.el (nnheader-init-server-buffer): Make sure the
8055         *nntpd* buffer is made multibyte instead of a random buffer.
8056
8057 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8058
8059         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
8060         when it returns headers.
8061
8062 2001-07-07  Simon Josefsson  <jas@extundo.com>
8063
8064         * rfc2047.el (rfc2047-encode-message-header): Skip header when
8065         trying to fold. Thanks to Colin Walters
8066         <walters@cis.ohio-state.edu>
8067
8068 2001-07-06  Simon Josefsson  <jas@extundo.com>
8069
8070         * imap.el (imap-parse-address-list, imap-parse-flag-list)
8071         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
8072         Add information in `assert's.
8073
8074         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
8075         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
8076         and `nnimap-group-overview-filename', should handle all
8077         change-of-uidvalidity related issues.  But there may be other
8078         problems.)
8079
8080 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
8081
8082         * rfc2047.el (rfc2047-encode-message-header): Don't include the
8083         header name when folding.
8084
8085 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
8086
8087         * mm-decode.el (mm-inlined-types): Document relationship with
8088         `mm-inline-media-tests'.
8089         (mm-display-inline): Default to displaying as plain text if no
8090         inlining handler is available.
8091         (mm-inlinable-p): Remove.
8092         (mm-inlined-p): Don't call `mm-inlinable-p'.
8093         (mm-automatic-display-p): Ditto.
8094         (mm-attachment-override-p): Ditto.
8095
8096 2001-07-04  Simon Josefsson  <jas@extundo.com>
8097
8098         * nnimap.el (nnimap-importantize-dormant): New variable.
8099         (nnimap-request-update-info-internal): Use it.
8100         (nnimap-request-set-mark): Ditto.
8101
8102 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
8103
8104         * nntp.el (nntp-send-command): don't pass a buffer argument to
8105         `point'. Only XEmacs accepts this.
8106         * nntp.el (nntp-send-command-nodelete): ditto.
8107         * nntp.el (nntp-send-command-and-decode): ditto.
8108
8109 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
8110
8111         * nntp.el (nntp-open-connection-function): doc update.
8112         * nntp.el (nntp-pre-command): New.
8113         * nntp.el (nntp-via-rlogin-command): New.
8114         * nntp.el (nntp-via-telnet-command): New.
8115         * nntp.el (nntp-via-telnet-switches): New.
8116         * nntp.el (nntp-via-user-name): New.
8117         * nntp.el (nntp-via-user-password): New.
8118         * nntp.el (nntp-via-address): New.
8119         * nntp.el (nntp-via-envuser): New.
8120         * nntp.el (nntp-via-shell-prompt): New.
8121         * nntp.el (nntp-open-telnet-stream): New.
8122         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
8123         * nntp.el (nntp-open-via-telnet-and-telnet): New.
8124         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
8125         * nntp.el (nntp-send-command): ditto.
8126         * nntp.el (nntp-send-command-nodelete): ditto.
8127         * nntp.el (nntp-send-command-and-decode): ditto.
8128
8129 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
8130         Trivial patch.
8131
8132         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
8133         `when'.
8134
8135 2001-07-03  Simon Josefsson  <jas@extundo.com>
8136         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
8137
8138         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
8139
8140 2001-07-03  Simon Josefsson  <jas@extundo.com>
8141
8142         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
8143         remove it (workaround XEmacs `fill-region' bug).
8144
8145 2001-07-01  Simon Josefsson  <jas@extundo.com>
8146
8147         * nnimap.el (nnimap-date-days-ago): Defeat locale.
8148
8149 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8150
8151         * mml2015.el (mml2015-format-error): New function.
8152         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
8153         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
8154         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
8155
8156 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8157
8158         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
8159         Suggested by Christoph Conrad <C.Conrad@cli.de>.
8160
8161         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
8162         group variables.
8163
8164 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8165
8166         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
8167
8168         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
8169         (nnrss-save-group-data): Ditto.
8170
8171         * gnus-agent.el (gnus-agent-save-alist): Ditto.
8172
8173 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8174
8175         * message.el (message-do-send-housekeeping): Narrow to headers.
8176
8177 2001-06-24  Simon Josefsson  <jas@extundo.com>
8178
8179         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
8180         insertion when breaking lines looked for " \t" instead of "[ \t]".
8181         (rfc2047-encode-message-header): Fold lines even if
8182         no QP encoding is done.
8183
8184 2001-06-23  Simon Josefsson  <jas@extundo.com>
8185         From Samuel Tardieu <sam@inf.enst.fr>
8186
8187         * smime.el (smime-keys): Support additional certificates.
8188         (smime-make-certfiles): New function.
8189         (smime-sign-region): Use previous variables.
8190         (smime-get-certfiles): New function.
8191         (smime-sign-buffer): Use it.
8192         (smime-verify-region): Support both CAfile and CApath.
8193
8194 2001-06-23  Simon Josefsson  <jas@extundo.com>
8195
8196         * smime.el (smime-decrypt-region): Perhaps work.
8197
8198 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8199
8200         * gnus-msg.el (gnus-copy-article-buffer): Typo.
8201
8202 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
8203
8204         * mm-decode.el (mm-save-part): Rewrite file name.
8205         (mm-file-name-rewrite-functions): New variable.
8206         (mm-file-name-delete-whitespace): New function.
8207         (mm-file-name-trim-whitespace): New function.
8208         (mm-file-name-collapse-whitespace): New function.
8209         (mm-file-name-replace-whitespace): New variable and function.
8210
8211 2001-06-22  Simon Josefsson  <jas@extundo.com>
8212
8213         * message.el (message-make-date): Workaround locale for weekdays.
8214
8215 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8216
8217         * message.el (message-goto-body): Return nil if not found. (revert!)
8218
8219 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8220         From Fremlin <chief@bandits.org>
8221
8222         * message.el (message-goto-body): Some messages have no header.
8223
8224         * gnus-msg.el (gnus-copy-article-buffer): Use it.
8225
8226 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
8227
8228         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
8229
8230 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8231
8232         * message.el (message-make-date): Add week day.
8233         Suggested by Jason R. Mastaler <jason@mastaler.com>.
8234
8235 2001-06-19  Simon Josefsson  <jas@extundo.com>
8236
8237         * message.el (message-yank-prefix): Doc fix.
8238         (message-yank-cited-prefix): Ditto.
8239         (message-delete-not-region): Keep citation prefix on first line,
8240         if possible and appropriate.
8241
8242 2001-06-19  Simon Josefsson  <jas@extundo.com>
8243
8244         * imap.el (imap-process-connection-type): New variable.
8245         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
8246         recent `imtest's work completely (no line length issues), while
8247         making making old `imtest's unusable.  Thanks to NAGY Andras
8248         <nagya@inf.elte.hu> for his work.
8249
8250 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
8251
8252         * imap.el (imap-ssl-program): Add -quiet to shut up
8253         OpenSSL/SSLeay's internal debug talk.
8254
8255 2001-06-19  Matt Armstrong  <matt@lickey.com>
8256
8257         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
8258         server.
8259
8260 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8261
8262         * nnmail.el (nnmail-article-buffer): New variable.
8263         (nnmail-split-incoming): Use it.
8264
8265 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
8266
8267         * qp.el (quoted-printable-decode-region): If called interactively,
8268         use coding-system-for-read.
8269
8270 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8271
8272         * message.el (message-check-news-header-syntax): Check Reply-To.
8273
8274 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8275
8276         * mml.el (mml-parse-1): Use message options.
8277
8278         * message.el (message-do-fcc): Don't do anything if there is no
8279         FCC.
8280
8281 2001-06-16  Simon Josefsson  <jas@extundo.com>
8282
8283         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
8284         (nnimap-expunge-search-string): New variable.
8285         (nnimap-request-expire-articles): Use it.
8286
8287 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8288
8289         * message.el (message-send-mail-with-qmail): wrong exit status is
8290         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
8291
8292 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8293
8294         * gnus-art.el (article-strip-multiple-blank-lines): Use
8295         delete-region instead of replace-match.
8296
8297 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8298
8299         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
8300         (nnweb-google-wash-article): Ditto.
8301
8302 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
8303
8304         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
8305
8306 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8307
8308         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
8309         specs.
8310
8311 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8312
8313         * gnus.el (gnus-email-address): Move it here.
8314
8315         * gnus-art.el (article-de-quoted-unreadable): Read charset if
8316         requested.
8317         (article-de-base64-unreadable): Ditto.
8318         (article-wash-html): Ditto.
8319
8320 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8321
8322         * message.el (message-options-set-recipient): Don't add ", "
8323         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
8324
8325 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8326
8327         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
8328
8329 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8330
8331         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
8332         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
8333
8334         * nnrss.el (nnrss-node-text): Node might be nil.
8335
8336 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8337
8338         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
8339         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
8340
8341         * nnrss.el (nnrss-group-alist): More items.
8342
8343 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8344
8345         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
8346
8347 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
8348         Trivial patch from Dale Hagglund  <rdh@best.com>
8349
8350         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
8351         restrict clauses.
8352
8353 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8354
8355         From Benjamin Rutt <brutt+news@bloomington.in.us>
8356
8357         * message.el (message-wide-reply-confirm-recipients): New variable.
8358
8359 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8360         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
8361
8362         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
8363         fix so it works with XEmacs.
8364
8365 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8366
8367         * nnrss.el (nnrss-retrieve-headers): Support description as extra
8368         headers.
8369
8370 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8371
8372         * nnrss.el: Fix a few bugs.
8373
8374 2001-06-05  Simon Josefsson  <jas@extundo.com>
8375
8376         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
8377         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
8378
8379 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
8380
8381         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
8382         binary so that we don't transmit ISO 2022 garbage to the process.
8383         This is needed under XEmacs.
8384
8385 2001-06-03  Simon Josefsson  <simon@josefsson.org>
8386
8387         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
8388         autoloaded incorrectly below because ssl-program-* is bound.)
8389         Thanks to Amos Gouaux for report.
8390
8391 2001-06-02  Simon Josefsson  <simon@josefsson.org>
8392
8393         * imap.el (imap-kerberos4-open):
8394         (imap-gssapi-open):
8395         (imap-ssl-open):
8396         (imap-network-open):
8397         (imap-shell-open):
8398         (imap-starttls-open): Set buffer to workaround spurious
8399         `accept-process-output' buffer changes.  Thanks to Mats Lidell
8400         <Mats.Lidell@contactor.se> for report and partial patch and Jake
8401         Colman <colman@ppllc.com> for report.
8402
8403 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8404
8405         * gnus-sum.el (gnus-summary-catchup): New argument.
8406         (gnus-summary-catchup-from-here): New function.
8407
8408 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8409
8410         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
8411         back, then insert glyph.  (Before, the glyph was inserted first,
8412         then the newline.)  This works around a behavior in XEmacs where
8413         it is not possible to insert a character after a glyph which is at
8414         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
8415
8416 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8417
8418         From Jaap-Henk Hoepman (jhh@xs4all.nl).
8419
8420         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
8421         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
8422         mm-destroy-postponed-undisplay-list): New functions.
8423         (mm-display-external): Use them.
8424
8425 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8426
8427         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
8428         `default-low' when evaluating `gnus-summary-highlight'.
8429         From Raja R Harinath <harinath@cs.umn.edu>.
8430
8431 2001-05-27  Simon Josefsson  <simon@josefsson.org>
8432
8433         * message.el (message-yank-cited-prefix): New variable.
8434         (message-indent-citation): Use it.
8435
8436         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
8437         as details.
8438         (mml2015-mailcrypt-clear-verify): Ditto.
8439
8440 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8441         From Nevin Kapur <nevin@jhu.edu>.
8442
8443         * gnus-sum.el (gnus-summary-default-high-score,
8444         gnus-summary-default-low-score): New variables.
8445         (gnus-summary-highlight): Use them.
8446
8447 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
8448
8449         * message.el (message-mail): pass the 'send-actions argument to
8450         `message-setup'.
8451
8452 2001-05-16  Simon Josefsson  <simon@josefsson.org>
8453         From Raymond Scholz <ray-2001@zonix.de>
8454
8455         * gnus-art.el (gnus-mime-view-part-as-charset):
8456         (gnus-mime-internalize-part): Doc fixes.
8457
8458 2001-05-11  Simon Josefsson  <simon@josefsson.org>
8459
8460         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
8461         status lines without any text ("^215$").
8462
8463 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8464
8465         * nnrss.el (nnrss-check-group): Reverse.
8466
8467 2001-05-07  Simon Josefsson  <simon@josefsson.org>
8468
8469         * message.el (message-get-reply-headers):
8470         (message-followup): Fix typo, suggested by David Green
8471         <dgreen@uab.edu>
8472
8473 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8474
8475         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
8476
8477         * nnrss.el (nnrss-open-server): Read server data when it is called.
8478         (nnrss-request-expire-articles): Fix.
8479
8480 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8481
8482         * message.el (message-do-send-housekeeping): mail-abbrevs may
8483         rename buffer behind Gnus.
8484
8485 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8486
8487         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
8488         (nnrss-group-alist): Add more resources.
8489         (nnrss-check-group): Ignore errors.
8490
8491 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8492
8493         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
8494
8495         * nnslashdot.el (nnslashdot-request-list): Add time.
8496         (nnslashdot-request-expire-articles): New function.
8497
8498         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
8499         secondary methods too.
8500
8501 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8502
8503         * message.el (message-use-followup-to): Set default value to t.
8504
8505 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
8506
8507         * message.el (message-dont-reply-to-names): Fix documentation.
8508         (message-get-reply-headers): Use Mail-Followup-To only for wide
8509         replies.
8510
8511 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8512
8513         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
8514         correctly.
8515         (nnrss-check-group): Use time.
8516
8517 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8518
8519         * gnus.el: Oort Gnus v0.03 is released.
8520
8521 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8522
8523         * nnultimate.el (nnultimate-topic-article-to-article): Use the
8524         group.
8525
8526 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8527
8528         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
8529
8530 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8531
8532         * nnultimate.el (nnultimate-retrieve-headers): Return all
8533         available headers.
8534
8535         * gnus-sum.el (gnus-read-all-available-headers): New variable.
8536         (gnus-get-newsgroup-headers-xover): Use it.
8537
8538 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8539
8540         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
8541
8542 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8543
8544         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
8545
8546 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8547
8548         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
8549         disable it.
8550
8551         * gnus.el (gnus-info-nodes): Remove a few The's.
8552
8553 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8554
8555         * mail-source.el (mail-source-movemail): Call-process may return a
8556         signal description string.
8557
8558         * gnus-start.el (gnus-read-newsrc-el-file):
8559         gnus-newsrc-file-version may be nil.
8560
8561         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
8562         Suggested by Michael Sperber [Mr. Preprocessor]
8563         <sperber@informatik.uni-tuebingen.de>.
8564
8565 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
8566
8567         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
8568
8569 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
8570
8571         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
8572         fontify HANDLE.
8573
8574 2001-04-18  Simon Josefsson  <simon@josefsson.org>
8575
8576         * smime.el (smime-ask-passphrase): Rework to return value.
8577         (smime-sign-region): Rework to bind value and use it.
8578         (smime-decrypt-region): Ditto.
8579
8580 2001-04-18  Simon Josefsson  <simon@josefsson.org>
8581         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
8582
8583         * smime.el (smime-ask-passphrase): New function.
8584         (smime-sign-region): Use it.
8585         (smime-encrypt-cipher): New variable.
8586         (smime-decrypt-region): Ditto.
8587
8588 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
8589         Committed by Simon Josefsson  <simon@josefsson.org>
8590
8591         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
8592         the log.
8593
8594 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8595
8596         * gnus.el: Oort Gnus v0.02 is released.
8597
8598 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
8599
8600         * gnus.el: Oort Gnus v0.01 is released.
8601
8602 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8603
8604         * gnus-sum.el (gnus-summary-highlight): Highlight read
8605         undownloaded articles as read articles.
8606
8607         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
8608         (gnus-agent-get-undownloaded-list): Mark all undownloaded
8609         articles, even read ones, as such.
8610
8611         * gnus-sum.el (gnus-summary-find-matching): Clean up.
8612         (gnus-find-matching-articles): New function.
8613         (gnus-summary-limit-include-matching-articles): New command.
8614         (gnus-summary-limit-include-thread): Include articles that have
8615         matching subjects.
8616         (gnus-offer-save-summaries): Clean up.
8617
8618 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8619
8620         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
8621
8622 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8623         From Jason Merrill <jason_merrill@redhat.com>
8624
8625         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
8626
8627 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
8628         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8629
8630         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
8631         newsgroup names when the original article is a news message.
8632
8633 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8634
8635         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
8636         supported. Suggest by Jim Meyering <jim@meyering.net>.
8637
8638 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
8639         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
8640
8641         * nnmail.el (nnmail-split-it): Added check for .* at the end of
8642         regexp in nnmail-split-fancy.
8643
8644 2001-04-10  Simon Josefsson  <simon@josefsson.org>
8645
8646         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
8647
8648 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
8649
8650         * message.el (message-send-mail): Improve the interaction with the
8651         user.
8652
8653 2001-04-10  Simon Josefsson  <simon@josefsson.org>
8654
8655         * imap.el (imap-message-copy): Work around buggy servers that
8656         doesn't send TRYCREATE tags.
8657
8658 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
8659
8660         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
8661
8662 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8663
8664         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
8665         date.
8666
8667 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8668
8669         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
8670         lives.
8671
8672 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8673
8674         * gnus-art.el (gnus-parse-news-url): New function.
8675         (gnus-button-handle-news): New function.
8676         (gnus-button-alist): Point to new functions.
8677
8678         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
8679
8680         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
8681         gnus-format-specs.
8682
8683         * message.el (message-check-news-header-syntax): Question even
8684         when Gnus doesn't know the group names.
8685         (message-send-news): Clean up.
8686
8687         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
8688         exited on purpose without saving.
8689
8690         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
8691
8692 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8693
8694         * gnus-score.el (gnus-score-orphans): Clean up.
8695
8696         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
8697
8698         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
8699         later.
8700
8701         * gnus-start.el (gnus-close-all-servers): Find the right items to
8702         close.
8703
8704         * qp.el (quoted-printable-decode-region): Just message
8705         malformation; don't quit.
8706
8707 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8708         From Gerd Moellmann <gerd@gnu.org>.
8709
8710         * gnus.el (gnus-interactive): A typo.
8711
8712 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
8713         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8714
8715         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
8716         `assq-delete-all', if that function exists; otherwise use the old
8717         definition. Documentation changed to match the one in
8718         `assq-delete-all'.
8719
8720 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8721
8722         * gnus-start.el (gnus-close-all-servers): New function.
8723
8724         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
8725         (gnus-server-remove-denials): Clean up.
8726
8727         * gnus-sum.el (gnus-summary-sort-by-original): New command and
8728         keystroke.
8729
8730 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8731
8732         * message.el (message-send-news): Message where we are sending.
8733         (message-send-mail): Ditto.
8734
8735         * gnus.el (gnus-server-string): New function.
8736
8737         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
8738
8739         * mm-decode.el (mm-default-directory): Customized.
8740         (mm-tmp-directory): Ditto.
8741
8742         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
8743         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
8744         or Chars.
8745         (gnus-summary-line-format-alist): ?l is now a string.
8746         (gnus-summary-prepare-threads): Output ? for unknown lines.
8747         (gnus-summary-insert-line): Ditto.
8748         (gnus-summary-print-article): Unbalanced parentheses.
8749
8750         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
8751         out whether new stuff has arrived.
8752
8753 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
8754
8755         * gnus-sum.el: Let printing work on ttys on Emacs.
8756
8757 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8758
8759         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
8760         when forcing news.
8761
8762         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
8763         command.
8764
8765 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
8766
8767         * message.el (message-set-auto-save-file-name): Don't use
8768         asterisks under nt.
8769
8770 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8771
8772         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
8773         lists of articles.
8774
8775         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
8776
8777         * gnus-msg.el (gnus-put-message): Clean up.
8778         (gnus-summary-reply): Mark all replied-to articles as replied to.
8779         (gnus-inews-add-send-actions): Also mark as forwarded.
8780         (gnus-summary-mail-forward): Mark as forwarded.
8781
8782         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
8783         of articles.
8784         (gnus-summary-mark-article-as-forwarded): Ditto.
8785
8786         * gnus-msg.el (gnus-summary-resend-message): Mark article as
8787         forwarded.
8788         (gnus-summary-mail-forward): Clean up.
8789
8790         * gnus.el (gnus-article-mark-lists): Added forward.
8791
8792         * gnus-sum.el (gnus-forwarded-mark): New variable.
8793         (gnus-summary-prepare-threads): Use it.
8794         (gnus-summary-update-secondary-mark): Ditto.
8795         (gnus-newsgroup-forwarded): New variable.
8796
8797 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8798
8799         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
8800         (gnus-summary-very-wide-reply): New command and keystroke.
8801         (gnus-summary-very-wide-reply-with-original): Ditto.
8802
8803         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
8804         (gnus-score-adaptive): Use it.
8805
8806         * gnus-start.el (gnus-get-unread-articles): Clean up.
8807
8808 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8809
8810         * nnultimate.el (nnultimate-retrieve-headers): Work for other
8811         boards.
8812
8813 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
8814
8815         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
8816         * gnus-start.el (gnus-subscribe-newsgroup): use it.
8817
8818 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8819
8820         * nnultimate.el (nnultimate-retrieve-headers): Understand
8821         long-form month names.
8822
8823 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8824
8825         * gnus-sum.el (gnus-summary-show-all-headers):
8826         gnus-article-show-all-headers is broken. Use
8827         gnus-summary-toggle-header instead.
8828
8829         * mml2015.el (mml2015-gpg-extract-from): No error.
8830
8831 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8832         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
8833
8834         * mml2015.el (mml2015-gpg-extract-from): New function.
8835         (mml2015-gpg-verify): Use it.
8836         (mml2015-gpg-clear-verify): Use it.
8837
8838 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8839
8840         * message.el (message-setup-fill-variables): Use
8841         fill-paragraph-function.
8842         (message-fill-paragraph): Take an argument.
8843         (message-newline-and-reformat): Take another argument.
8844
8845 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8846
8847         * message.el (rmail-output): It is in rmailout.el not rmail.el.
8848
8849 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8850
8851         * message.el (message-forward): local-variable-p takes an extra
8852         argument in XEmacs.
8853
8854 2001-03-16  Simon Josefsson  <simon@josefsson.org>
8855
8856         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
8857         `nnimap-use-nov-p' (it really tested the negative).
8858         (nnimap-retrieve-headers): Use it.
8859
8860 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8861
8862         * message.el (message-generate-headers-first): Update doc.
8863
8864 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
8865         Trivial patch.
8866
8867         * gnus.el (gnus-summary-line-format): Typo.
8868
8869 2001-03-11  Simon Josefsson  <simon@josefsson.org>
8870
8871         * mailcap.el (mailcap-mime-data): Add application/sieve.
8872         (mailcap-mime-extensions): Add .siv, .xls.
8873
8874 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8875         From Christoph Conrad <christoph.conrad@gmx.de>
8876
8877         * gnus-score.el (gnus-summary-lower-thread): Typo.
8878
8879 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8880
8881         * message.el (message-forward-decoded-p): New variable.
8882         (message-forward-subject-author-subject): Use it.
8883         (message-make-forward-subject): Use it.
8884         (message-forward): Use it.
8885
8886         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
8887
8888         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
8889         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
8890
8891 ;;Has been fixed -- zsh.
8892 ;;2001-03-05  Dave Love  <fx@gnu.org>
8893 ;;
8894 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
8895 ;;      Move it after definition of mm-coding-system-p.
8896 ;;
8897 2001-03-01  Dave Love  <fx@gnu.org>
8898
8899         * mm-util.el (mm-inhibit-file-name-handlers): Add
8900         image-file-handler.
8901
8902 2001-02-11  Dave Love  <fx@gnu.org>
8903
8904         * message.el (message-signature-file): Fix doc, :type.
8905
8906 2001-02-08  Dave Love  <fx@gnu.org>
8907
8908         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
8909         (message-posting-charset): Defvar when compiling again.
8910         (rfc2047-encodable-p): Require message.
8911
8912         * gnus-sum.el (gnus-alter-articles-to-read-function):
8913         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
8914
8915 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8916
8917         * nnrss.el: New file.
8918
8919 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
8920         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8921
8922         * rfc2047.el (rfc2047-unfold-region): Fix arg of
8923         `skip-chars-forward'.
8924
8925 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8926
8927         * nndraft.el (nndraft-request-group): Restore auto save files if
8928         the original files do not exist.
8929
8930 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8931
8932         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
8933         SCORE paths.
8934
8935         * mm-decode.el (mm-dissect-buffer): Call
8936         mail-extract-address-components only if necessary.
8937
8938 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8939
8940         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
8941         directory part.
8942         (gnus-score-search-global-directories): Use file-directory-p.
8943
8944         * gnus-score.el (gnus-score-score-files-1): Use
8945         gnus-kill-files-directory.
8946         From Adrian Aichner <adrian@xemacs.org>.
8947
8948 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8949
8950         * gnus.el (charset): Move here from gnus-sum.el.
8951
8952 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8953
8954         * mml.el (mml-preview): Disable local map.
8955
8956         * gnus-sum.el (gnus-summary-make-menu-bar): Make
8957         gnus-article-post-menu here.
8958
8959         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
8960         if it has not been made.
8961
8962 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8963
8964         * gnus-art.el (gnus-article-describe-key): Map key to event.
8965         (gnus-article-describe-key-briefly): Ditto
8966
8967 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8968
8969         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
8970
8971 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8972         From Katsumi Yamaoka <yamaoka@jpl.org>.
8973
8974         * dgnushack.el (coerce, merge, subseq): defmacro.
8975
8976 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8977
8978         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
8979         A fake defalias in nndraft.el results a not-activated bug in
8980         uncompiled versions.
8981
8982 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
8983         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8984
8985         * gnus-util.el (gnus-split-references): Handle malformed References:.
8986
8987 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8988
8989         * gnus-art.el (gnus-article-mime-part-status): 1 part.
8990
8991 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8992         From NAGY Andras <nagya@inf.elte.hu>.
8993
8994         * gnus.el (gnus-parameters): Typo.
8995
8996 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8997
8998         * gnus.el (gnus-read-method): Remove redundancy.
8999
9000 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9001
9002         * nnslashdot.el (nnslashdot-backslash-url): New variable.
9003         (nnslashdot-request-list): Use it.
9004
9005 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9006
9007         * nnml.el (nnml-generate-active-info): Fix the case when there is
9008         no file.
9009
9010         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
9011         (gnus-summary-create-article): New function.
9012
9013         * gnus-group.el (gnus-group-mark-article-read): New function.
9014
9015         * gnus-msg.el (gnus-inews-do-gcc): Use it.
9016
9017         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
9018
9019 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9020
9021         * gnus-art.el (gnus-article-edit-done): Don't use
9022         gnus-article-edit-exit.
9023         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
9024
9025         * gnus.el (gnus-parameters): New variable.
9026         Suggested by NAGY Andras <nagya@inf.elte.hu>.
9027         (gnus-parameters-get-parameter): New function.
9028         (gnus-group-find-parameter): Use it.
9029
9030 2001-02-23  Simon Josefsson  <simon@josefsson.org>
9031
9032         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
9033         change of default value to `current'.
9034
9035 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9036
9037         * nneething.el (nneething-get-head): Insert unreadable file too.
9038
9039 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9040
9041         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
9042
9043         * webmail.el (webmail-type-definition): Deja is bought by google.
9044
9045 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9046
9047         * gnus-sum.el (gnus-fetch-headers): New function.
9048         (gnus-select-newsgroup): Use it.
9049         (gnus-summary-insert-articles): New function.
9050         (gnus-summary-insert-old-articles): New function.
9051         (gnus-summary-insert-new-articles): New function.
9052
9053         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
9054         (gnus-group-list-active): Ditto.
9055         * gnus-sum.el (gnus-set-mode-line): Ditto.
9056         (gnus-summary-read-group-1): Ditto.
9057
9058 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9059
9060         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
9061         current topic.
9062
9063 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9064
9065         * smiley.el (gnus-smiley-display): Don't do widening.
9066
9067         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
9068         within body.
9069
9070         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
9071
9072         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
9073         New variable.
9074         (gnus-mime-display-multipart-related-as-mixed): New variable.
9075         (gnus-mime-display-part): Use them.
9076
9077 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9078
9079         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
9080         something special.
9081
9082 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9083
9084         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
9085         (nnweb-request-article): Call reference if exists.
9086         (nnweb-type-definition): Dejanews is bought by google.com.
9087         Beta!
9088
9089 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9090
9091         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
9092
9093 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9094
9095         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
9096         gnus-article-sort-functions.
9097         (gnus-article-sort-functions): Doc fix.  Refer to
9098         gnus-thread-sort-functions.
9099
9100 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9101         From Paul Jarc <prj@po.cwru.edu>.
9102
9103         * message.el (message-get-reply-headers): More fixes.
9104
9105 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
9106         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9107
9108         * message.el (message-get-reply-headers): Fix bug with
9109         Mail-Followup-To/to-address interaction.
9110
9111 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9112
9113         * gnus-msg.el (gnus-configure-posting-styles): Match header in
9114         gnus-article-copy.
9115
9116 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9117
9118         * message.el (message-do-send-housekeeping): Rename to a better
9119         name.
9120
9121 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9122
9123         * message.el (message-cancel-news): Check article first, then ask
9124         yes or no.
9125
9126 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9127
9128         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
9129
9130 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9131
9132         * gnus-range.el (gnus-range-normalize): New function.
9133
9134 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
9135
9136         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
9137
9138 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9139
9140         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
9141
9142         * nnagent.el (nnagent-request-regenerate): New function.
9143
9144         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
9145
9146         * nnml.el (nnml-generate-nov-databases): Accept argument
9147         server. Don't open server if it is opened.
9148         (nnml-request-regenerate): Use it. Change to deffoo.
9149
9150 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9151         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9152
9153         * gnus.el (gnus-define-group-parameter): Fix.
9154
9155 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9156
9157         * gnus.el (gnus-define-group-parameter): Improved.
9158
9159         * gnus-sum.el (charset): Define parameter.
9160         (ignored-charsets): Ditto.
9161         (gnus-summary-setup-default-charset): Use them.
9162
9163         * gnus-start.el (gnus-read-descriptions-file): Use them.
9164
9165         * gnus-cus.el (gnus-group-parameters): Remove them.
9166
9167 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9168
9169         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
9170
9171 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9172
9173         * gnus-sum.el (gnus-summary-read-group-1): Remove
9174         gnus-summary-set-local-parameters.
9175         (gnus-summary-setup-buffer): Put it here.
9176
9177 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9178
9179         * gnus.el (to-address): Define parameter.
9180         (to-list): Ditto.
9181         * gnus-art.el (article-hide-boring-headers): Use them.
9182         * gnus-msg.el (gnus-post-news): Ditto.
9183         * gnus-cus.el (gnus-group-parameters): Remove them.
9184
9185 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9186
9187         * gnus-draft.el (gnus-draft-reminder): New function.
9188
9189         * gnus-art.el (gnus-sender-save-name): New function.
9190
9191 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9192
9193         * mm-util.el (mm-mime-charset): Error message.
9194
9195 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9196
9197         * message.el (message-check-news-body-syntax): Don't check mml lines.
9198
9199 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9200
9201         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
9202         subscribe.
9203
9204         * gnus-start.el (gnus-call-subscribe-functions): New function.
9205         (gnus-find-new-newsgroups): Use it.
9206         (gnus-ask-server-for-new-groups): Use it.
9207         (gnus-check-first-time-used): Use it.
9208         (gnus-subscribe-newsgroup-method): Grok a list of functions.
9209         (gnus-subscribe-options-newsgroup-method): Ditto.
9210         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
9211         return .
9212
9213 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9214
9215         * gnus-cus.el (gnus-score-customize): Doc fix.
9216
9217 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
9218
9219         * dgnushack.el (my-getenv): Typo.
9220
9221 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9222
9223         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
9224
9225 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9226
9227         * gnus-group.el (gnus-group-suspend): Offer save summaries.
9228
9229         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
9230         (gnus-treatment-function-alist): Use it.
9231         (article-remove-leading-whitespace): New function.
9232         (gnus-article-make-menu-bar): Use it.
9233
9234         * gnus-sum.el (gnus-summary-wash-empty-map): Add
9235         remove-leading-whitespace.
9236         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
9237         because of conflict.
9238
9239 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9240
9241         * Makefile.in: Hack generating gnus-load.el.
9242         * dgnushack.el: Ditto.
9243         * gnus-load.el: Remove it.
9244
9245 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9246
9247         * dgnushack.el : Add URLDIR.
9248
9249         * Makefile.in (EMACS_COMP): Ditto.
9250
9251 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9252
9253         * gnus-cus.el (gnus-score-customize): Error on no score file.
9254
9255 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9256
9257         * mm-decode.el (mm-merge-handles): New function.
9258
9259         * mm-view.el (mm-inline-message): Use it.
9260         (mm-view-message): Ditto.
9261
9262         * mm-partial.el (mm-inline-partial): Ditto.
9263
9264         * mm-extern.el (mm-inline-external-body): Ditto.
9265
9266         * gnus-art.el (gnus-mime-view-part): Ditto.
9267         (gnus-mime-view-part-as-type): Ditto.
9268         (gnus-mime-save-part-and-strip): Prevent users to strip in some
9269         cases.
9270
9271 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9272
9273         * message.el (message-cancel-news): Allow to shoot foot.
9274         (message-supersede): Ditto.
9275
9276 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
9277         Trivial patch.
9278
9279         * gnus-sum.el (gnus-simplify-subject-re): Use
9280         message-subject-re-regexp.
9281
9282 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9283
9284         * nnmail.el (nnmail-expiry-target-group): Bind
9285         nnmail-cache-accepted-message-ids to nil.
9286
9287         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
9288         coding system.
9289
9290 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9291
9292         * qp.el (quoted-printable-encode-region): Make sure characters are
9293         between 00 and FF.  Don't check charset.
9294
9295         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
9296         in Emacs 20.
9297         * rfc2047.el (rfc2047-q-encode-region): Ditto.
9298
9299 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9300
9301         * message.el (message-make-forward-subject): Argument decoded.
9302         (message-forward): Use it when digest.
9303
9304         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
9305         buffer.
9306
9307 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9308
9309         * message.el (message-generate-headers-first): Doc fix.
9310
9311 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9312
9313         * gnus-art.el (article-make-date-line): Error proof.
9314
9315 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9316
9317         * gnus-group.el (gnus-group-listing-limit): New variable.
9318         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
9319
9320         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
9321
9322 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9323
9324         * message.el (message-newline-and-reformat): Special case for
9325         breaking at BOL.
9326
9327 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
9328
9329         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
9330         message/rfc822.
9331
9332 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9333
9334         * message.el (message-encode-message-body): Don't insert
9335         Content-Type if it is inside a mail.
9336
9337 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9338
9339         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
9340         gnus-article-commands-menu.
9341
9342         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
9343         in Emacs.
9344
9345         * gnus-start.el (gnus-read-descriptions-file): Use
9346         gnus-group-name-charset and gnus-group-charset-alist.
9347
9348 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9349
9350         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
9351         active region.
9352
9353         * gnus-start.el (gnus-group-change-level): Remove from both
9354         gnus-zombie-list and gnus-killed-list.
9355
9356 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9357
9358         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
9359         gnus-subscribe-topics.
9360
9361         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
9362
9363 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9364
9365         * gnus-art.el (gnus-article-make-menu-bar): Make
9366         gnus-article-post-menu.
9367
9368         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
9369
9370         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
9371
9372         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
9373
9374         * message.el (message-mode-menu): Ditto.
9375
9376         * gnus-art.el (defvar): eval-when-compile.
9377
9378 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9379
9380         * gnus-agent.el (gnus-agentize): Fix doc.
9381
9382 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
9383
9384         * mml.el (mml-preview): Bind `q'.
9385
9386 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9387
9388         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
9389
9390 2001-01-31  Dave Love  <fx@gnu.org>
9391
9392         * mm-util.el (mm-mime-mule-charset-alist)
9393         (mm-find-mime-charset-region): Consider mule-utf-8.
9394
9395 2001-01-31  Dave Love  <fx@gnu.org>
9396
9397         * gnus-art.el (gnus-article-x-face-command)
9398         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
9399         :version.
9400
9401 2001-01-26  Dave Love  <fx@gnu.org>
9402
9403         * mm-util.el (mm-multibyte-string-p): New.
9404
9405 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
9406 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
9407 ;;      string-as-multibyte on class.  Clarify line-folding.
9408         (quoted-printable-encode-string): Make temp buffer inherit
9409         string's multibyteness.
9410
9411 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
9412
9413         * nnheader.el (toplevel): Don't require `gnus-util' at
9414         compile-time; this creates a circular dependency, and prevents
9415         a bootstrap.
9416
9417 2001-01-22  Andreas Schwab  <schwab@suse.de>
9418
9419         * nnheader.el (gnus-delete-line): Autoload it as a macro.
9420
9421 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9422
9423         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
9424
9425         * gnus-art.el (article-hide-list-identifiers): Ditto.
9426
9427         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
9428
9429 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9430
9431         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
9432
9433         * gnus-art.el (article-hide-list-identifiers): Similar.
9434
9435 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
9436
9437         * nnmail.el (nnmail-remove-list-identifiers): Improved.
9438
9439 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9440
9441         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
9442
9443 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9444
9445         * gnus-util.el (gnus-string-equal): New function.
9446
9447         * gnus-art.el (article-hide-boring-headers): Use it.
9448
9449 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
9450
9451         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
9452
9453 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9454
9455         * gnus-msg.el (gnus-msg-mail): Support switch-action.
9456
9457 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9458
9459         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
9460         command if there is not last-saver.
9461
9462 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9463
9464         * nntp.el (nntp-open-connection): 201 is possible.
9465
9466 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9467
9468         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
9469         (rfc2047-charset-encoding-alist): Add big5.
9470
9471 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9472
9473         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
9474         (gnus-agent-remove-server): Ditto.
9475         (autoload): gnus-server-update-server.
9476
9477         * gnus-srvr.el (gnus-server-line-format): Add %a.
9478         (gnus-server-line-format-alist): Add gnus-tmp-agent.
9479         (gnus-server-insert-server-line): Use it.
9480
9481 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9482
9483         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
9484         GB2312 and Big5.
9485
9486 2001-01-24  Simon Josefsson  <sj@extundo.com>
9487
9488         * mail-source.el (mail-sources): Add :program specifier to IMAP
9489         mail source.
9490         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
9491
9492 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9493
9494         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
9495
9496 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9497
9498         * nntp.el (nntp-wait-for): Return the success code.
9499         (nntp-open-connection): Use it.
9500
9501 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9502
9503         * gnus-int.el (gnus-check-server): Allow breaking the opening.
9504
9505 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9506
9507         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
9508
9509 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9510
9511         * gnus-sum.el (gnus-summary-print-article): Take one prefix
9512         argument. Allow to print several articles in one file.
9513
9514 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9515
9516         * webmail.el (webmail-type-definition): netaddress changes.
9517
9518 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9519
9520         * gnus.el: Fix copyright. Remove trailing spaces.
9521
9522         * message.el (message-forward): Use mule4.
9523
9524 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9525
9526         * mm-util.el (mm-string-as-unibyte): New function.
9527
9528         * message.el (message-forward): Use it.
9529
9530 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9531
9532         * message.el (message-cite-original-without-signature): Don't peel
9533         off the blank line.
9534         (message-get-reply-headers): Add Cc if it is not in follow-to.
9535
9536 2001-01-20  Simon Josefsson  <sj@extundo.com>
9537
9538         * mm-decode.el (mm-handle-multipart-from): Add.
9539         (mm-dissect-buffer): Save From: header value.
9540         (mm-security-from): Remove.
9541         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
9542
9543         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
9544         instead of `mml-security-from'.  Protect null from value.
9545
9546 2001-01-20  Simon Josefsson  <sj@extundo.com>
9547
9548         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
9549         application/vnd.ms-excel attachments.
9550
9551 2001-01-19  Simon Josefsson  <sj@extundo.com>
9552
9553         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
9554
9555 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9556
9557         * message.el (message-ignored-mail-headers): Ditto.
9558
9559 2001-01-19  Simon Josefsson  <sj@extundo.com>
9560
9561         * message.el (message-ignored-news-headers): Only search beginning
9562         of line.
9563
9564 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
9565         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
9566
9567         * message.el (message-send-mail): Content-Type may not be there.
9568
9569 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9570
9571         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
9572         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
9573
9574         * gnus-art.el (article-display-x-face): Insert X-Face if there is
9575         not.
9576
9577 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9578
9579         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
9580         non-native groups.
9581
9582 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9583
9584         * message.el (message-yank-original): Understand
9585         universal-argument.
9586
9587 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9588
9589         * gnus-art.el (gnus-boring-article-headers): Add to-address.
9590         (article-hide-boring-headers): Ditto.
9591
9592         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
9593
9594 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9595
9596         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
9597         one.
9598
9599 2001-01-16  Simon Josefsson  <simon@josefsson.org>
9600
9601         * message.el (message-make-in-reply-to): Add comment to message-id
9602         (old syntax, see 2000-08-02 change).
9603
9604 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9605
9606         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
9607         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
9608         (gnus-button-reply): Ditto.
9609
9610 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9611
9612         * gnus-art.el (article-display-x-face): Fix.
9613
9614 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9615
9616         * gnus-art.el (article-display-x-face): Use
9617         gnus-original-article-buffer.
9618
9619 2001-01-15  Jack Twilley  <jmt@tbe.net>
9620
9621         * message.el (message-add-header): Move to point-max.
9622
9623 2001-01-15  Simon Josefsson  <simon@josefsson.org>
9624
9625         * smime.el (smime-CA-directory, smime-CA-file): Change default to
9626         nil, improve documentation.
9627         (smime-certificate-directory): Comment out false hints (until it
9628         is implemented).
9629
9630         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
9631         there aren't any keys.
9632         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
9633         verify certificate.  Default is changed to only check integrity.
9634         Improved security status texts.  If a certificate doesn't contain
9635         a email address, don't fail.
9636
9637         * smime.el (smime-noverify-region):
9638         (smime-noverify-buffer): New functions.  Verifies integrity only.
9639
9640 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9641
9642         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
9643
9644 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9645
9646         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
9647         (gnus-remove-some-windows): Ditto.
9648
9649 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9650
9651         * gnus-art.el (article-make-date-line): 11th.
9652
9653 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9654
9655         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
9656         (mml2015-gpg-sign): Ditto.
9657
9658 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9659
9660         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
9661         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
9662
9663 2001-01-08  Dave Love  <fx@gnu.org>
9664
9665         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
9666         single character.
9667
9668         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
9669
9670         * message.el: Doc and message fixes.
9671         (message-send-rename-function)
9672         (message-make-forward-subject-function)
9673         (message-send-mail-function, message-reply-to-function)
9674         (message-wide-reply-to-function, message-followup-to-function)
9675         (message-distribution-function, message-auto-save-directory): Fix
9676         :type.
9677
9678         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
9679         proceeding after warnings.  Amend multipart warning message.
9680
9681 2001-01-04  Dave Love  <fx@gnu.org>
9682
9683         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
9684         compiling.
9685         (gnus-make-directory): Require nnmail.
9686
9687         * mm-decode.el (mm-inline-media-tests): Add
9688         image/x-portable-bitmap.
9689         (mm-get-image): Grok pbm.
9690
9691 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
9692
9693         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
9694
9695 2001-01-09  Didier Verna  <didier@xemacs.org>
9696
9697         * dgnushack.el (dgnushack-compile): give a dummy value to
9698         `gnus-xmas-glyph-directory' for the time of compilation.
9699         * gnus-agent.el: moved some XEmacs specific hook add-ons from
9700         `gnus-xmas-[re]define' to avoid loosing user custom settings.
9701         * gnus-art.el: ditto.
9702         * gnus-group.el: ditto.
9703         * gnus-salt.el: ditto.
9704         * gnus-sum.el: ditto.
9705         * gnus-topic.el: ditto.
9706         * gnus-xmas.el (gnus-xmas-define): see above.
9707         * gnus-xmas.el (gnus-xmas-redefine): see above.
9708         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
9709         non-continuable error when the directory can't be found.
9710
9711 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9712
9713         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
9714         handle.
9715         * gnus-art.el (gnus-mime-view-part): Copy it.
9716         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
9717
9718 2001-01-09  Michael Downes  <mjd@ams.org>
9719
9720         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
9721
9722 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9723
9724         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
9725         orig-file. Use ',source.
9726
9727 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9728
9729         * gnus-xmas.el (gnus-xmas-modeline-glyph):
9730         (gnus-xmas-group-startup-message):
9731         Detect gnus-xmas-glyph-directory when it is nil.
9732
9733 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9734
9735         * pop3.el (pop3-get-message-count): Andrew Innes
9736         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
9737
9738 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9739
9740         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
9741
9742         * time-date.el (time-to-number-of-days): New function.
9743
9744 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
9745         Trivial patch.
9746
9747         * nnslashdot.el (nnslashdot-request-list): Always get the right
9748         sid.
9749
9750 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9751
9752         * message.el (message-minibuffer-local-map): New keymap.
9753         (message-read-from-minibuffer): Use it.
9754         * gnus-msg.el (gnus-summary-resend-message): Use it
9755
9756 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9757
9758         * gnus-start.el (gnus-display-time-event-handler): New function.
9759         (gnus-after-getting-new-news-hook): Use it.
9760
9761 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9762
9763         * message.el (message-ignored-mail-headers): Add draft header.
9764
9765 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9766
9767         * gnus-sum.el (gnus-summary-expire-articles): Don't save
9768         excursion.
9769
9770         * nnslashdot.el (nnslashdot-request-list): Get the right year.
9771
9772 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
9773         A revoked patch.
9774
9775         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
9776
9777 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9778
9779         * qp.el (quoted-printable-decode-region): Don't backward-char.
9780
9781 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9782
9783         * gnus-draft.el: Mark articles as replied.
9784
9785         * gnus-sum.el (gnus-summary-add-mark): New function.
9786
9787         * gnus-group.el (gnus-add-mark): New function.
9788
9789         * gnus-sum.el (gnus-summary-buffer-name): New function.
9790         (gnus-summary-setup-buffer): Use it.
9791
9792         * gnus-draft.el: Set things up with the right post method and
9793         stuff.
9794
9795         * message.el (message-ignored-news-headers): Remove X-Draft-From.
9796
9797         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
9798
9799         * gnus.el (gnus-draft-meta-information-header): New variable.
9800
9801 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9802
9803         * gnus-art.el (gnus-treatment-function-alist): Move the date
9804         functions before the header sorting functions.
9805
9806         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
9807
9808         * dgnushack.el (dgnushack-compile): Message whether there is w3.
9809         Don't (push "/usr/share/emacs/site-lisp" load-path).
9810
9811         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
9812         to empty fill prefixes.
9813
9814 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9815
9816         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
9817         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
9818
9819 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9820
9821         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
9822
9823         * nnml.el (autoload): Move to nnheader.el.
9824
9825         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
9826         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
9827         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
9828         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
9829
9830 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9831
9832         * gnus-art.el (article-make-date-line): Get the hours right.
9833         (gnus-ignored-headers): More hiding.
9834
9835         * nnmail.el (nnmail-expiry-wait): Not an integer.
9836
9837         * message.el (message-goto-body): Only expand abbrev when called
9838         interactively.
9839         (message-make-lines): Use it.
9840
9841 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9842
9843         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
9844
9845 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9846
9847         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
9848         include the expunged articles.
9849
9850         * gnus-group.el (gnus-group-sort-by-server): New function.
9851
9852         * gnus.el (gnus-method-to-server-name): New function.
9853         (gnus-group-prefixed-name): Use it.
9854
9855         * gnus-group.el (gnus-group-sort-function): Doc fix.
9856         (gnus-group-sort-groups-by-server): New command.
9857
9858 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9859
9860         * gnus-art.el (gnus-treat-date-english): New variable.
9861         (article-date-english): New command.
9862         (gnus-english-month-names): New variable.
9863         (article-make-date-line): Do 'english.
9864
9865         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
9866         after the fill prefix.
9867
9868         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
9869         score...".
9870
9871         * gnus-art.el (gnus-ignored-headers): Hide more headers.
9872
9873         * message.el (message-mode-map): Bind comment-region.
9874
9875         * gnus-art.el (gnus-mime-display-part): Let w3 display
9876         multipart/related.
9877
9878         * mm-bodies.el (mm-long-lines-p): New function.
9879         (mm-body-encoding): Use it.
9880         (mm-body-encoding): Encode articles with lines longer than 1000
9881         characters.
9882
9883 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9884
9885         * mm-util.el (mm-enable-multibyte): Use
9886         default-enable-multibyte-characters.
9887         (mm-enable-multibyte-mule4): Ditto.
9888         (mm-disable-multibyte): Test XEmacs.
9889         (mm-disable-multibyte-mule4): Ditto.
9890         (mm-with-unibyte-current-buffer): Simplified.
9891         (mm-with-unibyte-current-buffer-mule4): Ditto.
9892
9893 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9894
9895         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
9896
9897         * nnheader.el (nnheader-string-as-multibyte): New alias.
9898
9899         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
9900
9901         * gnus-uu.el (gnus-message-process-mark): New function.
9902         (gnus-uu-mark-by-regexp): Use it.
9903         (gnus-new-processable): New function.
9904
9905 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
9906          Trivial patch.
9907
9908         * gnus-sum.el (gnus-no-mark): New variable.
9909
9910 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9911
9912         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
9913         backslashes.
9914
9915 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9916
9917         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
9918         definition.
9919
9920 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9921
9922         * dgnushack.el (dgnushack-compile): elc is in the current directory.
9923
9924         * qp.el (quoted-printable-encode-region): Don't check multibyte in
9925         XEmacs.
9926
9927 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
9928         Trivial patch.
9929
9930         * mml.el (mml-read-tag): Save tag location.
9931
9932 2000-12-25  Simon Josefsson  <simon@josefsson.org>
9933
9934         * starttls.el: Sync with Emacs 21.
9935
9936 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9937
9938         * message.el (message-mail): Support yank-action.
9939
9940         * message.el (message-setup): Revoke the last change.
9941
9942 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9943
9944         * message.el (message-setup): Use cons. Suggested by Johan Vromans
9945         <jvromans@squirrel.nl>.
9946
9947 2000-12-24  Simon Josefsson  <sj@extundo.com>
9948
9949         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
9950         mailing list junk at end of part.
9951
9952 2000-12-23  Simon Josefsson  <sj@extundo.com>
9953
9954         * nnimap.el (nnimap-expiry-target): New function.
9955         (nnimap-request-expire-articles): Use it.
9956
9957 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9958
9959         * gnus.el (gnus-group-parameters-more): New variable.
9960         * gnus-cus.el (gnus-group-customize): Use it.
9961
9962         * gnus.el (gnus-define-group-parameter): New macro.
9963         (auto-expire): Use it
9964         (total-expire): Use it.
9965         * gnus-art.el (banner): Use it.
9966
9967         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
9968         <ljz@asfast.com>.
9969
9970 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9971
9972         * gnus-topic.el (gnus-topic-create-topic): Use list.
9973
9974         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
9975         before binding gnus-default-article-saver.
9976
9977         * gnus-sum.el (gnus-summary-save-article):
9978         (gnus-summary-pipe-output):
9979         (gnus-summary-save-article-mail):
9980         (gnus-summary-save-article-rmail):
9981         (gnus-summary-save-article-file):
9982         (gnus-summary-write-article-file):
9983         (gnus-summary-save-article-body-file): Ditto.
9984
9985         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
9986
9987 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9988
9989         * gnus-art.el (gnus-mime-security-button-map):
9990         (gnus-mime-button-map): Add parent.
9991
9992 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9993
9994         * messagexmas.el (message-xmas-redefine): New function.
9995
9996         * message.el: Use it.
9997
9998         * gnus-art.el (gnus-article-check-hidden-text): Return t.
9999
10000         * gnus-util.el (gnus-remove-text-properties-when): Return t.
10001
10002 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10003
10004         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
10005         malformatted messages.
10006
10007 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10008
10009         * mm-util.el (mm-image-load-path): New function.
10010
10011         * gnus-group.el (gnus-group-make-tool-bar): Use it.
10012
10013         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
10014
10015         * message.el (message-tool-bar-map): Use it.
10016
10017         * Makefile.in (install-el): New rule.
10018
10019 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10020
10021         * gnus-art.el (article-treat-dumbquotes): Quote \.
10022
10023 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10024
10025         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
10026         Emacs 20 runs on a terminal.
10027
10028 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10029
10030         * gnus-msg.el (gnus-bug): Revert to save-excursion.
10031
10032         * mml.el (gnus-add-minor-mode): Autoload.
10033
10034         * message.el (message-forward): Save-restriction.
10035
10036 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10037
10038         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
10039         Paul Stevenson <p.stevenson@surrey.ac.uk>
10040
10041 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10042
10043         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
10044
10045         * mml.el (gnus-ems): Don't require.
10046
10047         * gnus.el (gnus-decode-rfc1522): Removed.
10048         (gnus-set-text-properties): Define.
10049
10050 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10051
10052         * gnus-art.el (gnus-mime-*): handle may be nil.
10053
10054         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
10055
10056         * gnus.el (gnus-group-remove-excess-properties): Not defined
10057         in gnus-xmas.
10058
10059 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10060
10061         * message.el (message-mail-user-agent): Add :version.
10062
10063 2000-12-21  Miles Bader  <miles@gnu.org>
10064
10065         * message.el (message-mode): Set `comment-start' to the  yank prefix.
10066
10067 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10068
10069         * message.el (message-mail-user-agent): New variable.
10070         (message-setup): Renamed to message-setup-1. Support
10071         mail-user-agent.
10072         (message-mail-user-agent): New function.
10073         (message-mail): Use it.
10074         (message-reply): Use it.
10075         (message-resend): Use it.
10076         (message-mail-other-window): Use it.
10077         (message-mail-other-frame): Use it.
10078
10079         * gnus-msg.el (gnus-bug): Support mail-user-agent.
10080
10081 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10082
10083         * message.el (message-tool-bar-map): Simplify.
10084         (message-narrow-to-head-1): New function.
10085         (message-narrow-to-head): Use it.
10086         (message-reply): Ditto.
10087         (message-cancel-news): Ditto.
10088         (message-supersede): Ditto.
10089         (message-make-forward-subject): Ditto.
10090         (message-bounce): Ditto.
10091
10092 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10093
10094         * uudecode.el (uudecode-decode-region-external): make-temp-file
10095         may not be defined.
10096
10097         * binhex.el (defalias): eval-and-compile.
10098
10099         * message.el (message-tool-bar-map): New function.
10100         (message-mode): Use it.
10101
10102 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10103
10104         * nntp.el (nntp-find-connection): Remove the entry.
10105         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
10106
10107 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10108
10109         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
10110
10111         * message.el (message-forward): Copy buffer in unibyte mode.
10112
10113 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10114
10115         * message.el (message-make-forward-subject): Don't widen. Decode.
10116         (message-forward): Don't decode subject.
10117
10118 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
10119
10120         * qp.el (quoted-printable-encode-region): Upcase QP.
10121
10122 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10123
10124         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
10125         mail-extract-a-c instead. Don't depend on Gnus.
10126
10127         * mml.el (gnus-ems): Require it.
10128
10129         * gnus-msg.el (gnus-summary-mail-forward):
10130
10131         * message.el (message-forward):  Move mime-to-mml here.
10132
10133 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10134
10135         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
10136         * gnus-art.el (gnus-insert-mime-button): Simplify.
10137         (gnus-mime-display-alternative): Ditto.
10138         (gnus-insert-mime-security-button): Ditto.
10139
10140 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10141
10142         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
10143         text-property-not-all doesn't return nil when start=mark(end).
10144         (gnus-remove-text-properties-when): Ditto.
10145
10146 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10147
10148         * gnus-start.el (gnus-group-change-level): Remove group from
10149         gnus-active-hashtb if real killed.
10150
10151 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10152
10153         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
10154         (gnus-mime-display-alternative): Ditto.
10155         (gnus-insert-mime-security-button): Ditto.
10156
10157 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10158
10159         * gnus-start.el (gnus-group-change-level): Don't add it into
10160         killed-list if it was killed.
10161
10162 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10163
10164         * nnmbox.el (nnmbox-file-coding-system): Use binary.
10165         (nnmbox-active-file-coding-system): Ditto.
10166
10167         * gnus-cus.el (gnus-group-parameters): Add posting-style.
10168
10169 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10170
10171         * gnus.el (gnus-version):
10172         (gnus-version-number): Set to Oort Gnus 0.01.
10173
10174         * gnus-art.el (gnus-mime-security-button-map):
10175         (gnus-insert-mime-security-button): Fix for Emacs21.
10176
10177 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10178
10179         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
10180         easymenu, because XEmacs doesn't understand :help.
10181
10182         * mm-uu.el: Require binhex.
10183
10184 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10185
10186         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
10187
10188 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
10189
10190         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
10191
10192 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
10193
10194         * *.xpm, *.pbm: Convert icons icons to size 24x24.
10195
10196 2000-12-18  Dave Love  <fx@gnu.org>
10197
10198         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
10199         (unused).
10200
10201 2000-12-13  Miles Bader  <miles@gnu.org>
10202
10203         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
10204         to t, so that we don't get stuck while trying to smilefy
10205         intangible text.
10206
10207 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
10208
10209         * smiley-ems.el (smiley-regexp-alist): Make regexps match
10210         at the end of the buffer.
10211         (smiley-region): In the loop, move to the end of the submatch
10212         matching the smiley instead of using the end of the match
10213         of the whole regexp.
10214
10215 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
10216
10217         * message.el (message-mode): Doc fix.
10218
10219 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
10220
10221         * smiley-ems.el (smiley-region): Doc fix.
10222
10223 2000-12-11  Miles Bader  <miles@gnu.org>
10224
10225         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
10226         bottom line visible, check to see if it's partially obscured, and
10227         if so, either scroll one more line to make it fully visible, or
10228         revert to showing the second line from the top.
10229
10230 2000-12-07  Dave Love  <fx@gnu.org>
10231
10232         * mailcap.el (mailcap-download-directory)
10233         * gnus-audio.el (gnus-audio-directory)
10234         * smiley-ems.el (smiley-data-directory): Fix :type.
10235
10236 2000-11-30  Dave Love  <fx@gnu.org>
10237
10238         * message.el (message-auto-save-directory): Use
10239         file-name-as-directory.
10240         (message-set-auto-save-file-name): Create
10241         message-auto-save-directory if necessary.
10242         (message-replace-chars-in-string): Removed -- unused.
10243         (message-mail-alias-type): Customize.
10244         (message-headers): Remove duplicate defgroup.
10245
10246 2000-11-29  Dave Love  <fx@gnu.org>
10247
10248         * qp.el (quoted-printable-decode-region): Use error, not message
10249         to report malformed text (like base64).  Amend message.
10250
10251 2000-11-29  Miles Bader  <miles@gnu.org>
10252
10253         * message.el (message-header-lines): Fontify tag.
10254
10255 2000-11-27  Dave Love  <fx@gnu.org>
10256
10257         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
10258         compiler warning.
10259
10260 ;2000-11-26  Dave Love  <fx@gnu.org>
10261 ;
10262 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
10263 ;
10264 2000-11-23  Dave Love  <fx@gnu.org>
10265
10266         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
10267
10268         * mm-uu.el (uudecode): Require.
10269         (uudecode-decode-region, uudecode-decode-region-external): Don't
10270         autoload.
10271         (mm-uu-copy-to-buffer): Doc fix.
10272         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
10273         type fix.
10274
10275         * mailcap.el: Doc fixes.
10276         (mailcap-mime-data): Various adjustments.
10277         (mailcap): New group.
10278         (mailcap-download-directory): Customize.
10279         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
10280         (mailcap-temporary-directory): Deleted (unused).
10281         (mailcap-unescape-mime-test): Simplify slightly.
10282         (mailcap-viewer-passes-test): Use functionp.
10283         (mailcap-command-p): Aliased to executable-find.
10284
10285         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
10286         default-enable-multibyte-characters is nil.
10287
10288 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
10289
10290         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
10291
10292 2000-11-21  Dave Love  <fx@gnu.org>
10293
10294         * gnus-art.el (gnus-mime-button-map): Don't inherit from
10295         gnus-article-mode-map.
10296 ;       (gnus-mime-button-menu): Use mouse-set-point.
10297         (gnus-insert-mime-button, gnus-mime-display-alternative)
10298         (gnus-mime-display-alternative): Don't use local-map property.
10299
10300 2000-11-17  Dave Love  <fx@gnu.org>
10301
10302         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
10303         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
10304         and make-temp-file.
10305         (uudecode-decode-region): Doc fix.
10306
10307 2000-11-14  Dave Love  <fx@gnu.org>
10308
10309         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
10310         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
10311         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
10312         New files, derived from the XPMs.
10313
10314 2000-11-10  Dave Love  <fx@gnu.org>
10315
10316         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
10317         (gnus-agent-lib-file, gnus-agent-load-alist)
10318         (gnus-agent-save-alist, gnus-agent-article-name): Use
10319         expand-file-name.
10320
10321         * gnus-group.el (gnus-group-name-charset-method-alist): Add
10322         :version.
10323         (nnkiboze-score-file): Defvar when compiling.
10324
10325         * gnus-start.el (gnus-read-newsrc-file): Add :version.
10326
10327         * gnus-art.el (gnus-article-banner-alist)
10328         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
10329         (gnus-article-date-lapsed-new-header)
10330         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
10331         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
10332         (gnus-treat-strip-headers-in-body)
10333         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
10334         (gnus-treat-translate): Add :version.
10335         (gnus-article-mime-part-function): Fix defcustom.
10336
10337         * nnmail.el (nnmail-expiry-target)
10338         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
10339         (nnmail-split-header-length-limit): Add :version.
10340
10341         * gnus-sum.el (gnus-auto-expirable-marks)
10342         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
10343         (gnus-extra-headers, gnus-ignored-from-addresses)
10344         (gnus-newsgroup-ignored-charsets)
10345         (gnus-group-highlight-words-alist)
10346         (gnus-summary-show-article-charset-alist): Add :version.
10347
10348         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
10349         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
10350         files, converted from the XPMs.
10351
10352         * gnus-cache.el (gnus-cache-active-file): Don't use
10353         file-name-as-directory on directory.
10354         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
10355         use file-name-as-directory on directory.
10356
10357         * time-date.el (timezone-make-date-arpa-standard): Autoload.
10358         (date-to-time): Use it.
10359
10360 ;       * message.el (message-mode) <adaptive-fill-regexp>:
10361 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
10362 ;       (message-newline-and-reformat): Likewise.
10363         (message-forward-as-mime, message-forward-ignored-headers)
10364         (message-buffer-naming-style, message-default-charset)
10365         (message-dont-reply-to-names, message-send-mail-partially-limit):
10366         Add :version.
10367
10368         * mm-util.el: Doc fixes.
10369         (mm-mime-charset): Don't use the raw result of
10370         mm-preferred-coding-system.
10371         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
10372         (mm-with-unibyte): Simplify.
10373
10374         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
10375         concat.
10376
10377         * pop3.el (pop3-version): Deleted.
10378         (pop3-make-date): New function, avoiding message-make-date.
10379         (pop3-munge-message-separator): Use it.
10380
10381 2000-11-09  Dave Love  <fx@gnu.org>
10382
10383         * gnus-group.el (gnus-group-make-directory-group)
10384         (gnus-group-fetch-faq): Use expand-file-name.
10385         (gnus-group-fetch-faq): Simplify completing-read form.
10386
10387         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
10388         test for Mule.
10389
10390         * message.el (tool-bar-map): Defvar when compiling.
10391
10392         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
10393         (gnus-tm-lisp-directory): Deleted.
10394         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
10395         (featurep 'xemacs).
10396         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
10397         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
10398         version numbers from file names.
10399
10400 2000-11-08  Dave Love  <fx@gnu.org>
10401
10402         * mm-view.el: Use featurep for XEmacs test.
10403         (mm-inline-message): Test for `remove-specifier'; don't use
10404         condition-case.
10405
10406         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
10407
10408         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
10409         (gnus-score-find-bnews): Don't concat "".
10410
10411         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
10412         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
10413         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
10414         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
10415
10416         * gnus-sum.el: Put some defvars in eval-when-compile.
10417         (gnus-summary-mode-hook): Add :options.
10418         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
10419         (gnus-summary-tool-bar-map): New variable.
10420         (gnus-summary-make-tool-bar): New function.
10421         (gnus-summary-mode): Put kill-all-local-variables first.
10422
10423         * gnus-group.el (gnus-group-toolbar-map): New variable.
10424         (gnus-group-make-tool-bar): Rewritten.
10425         (gnus-group-mode): Put kill-all-local-variables first.
10426
10427         * rfc2047.el: Require gnus-util.
10428
10429         * nnml.el (gnus-sorted-intersection): Autoload.
10430
10431         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
10432         Put some defvars in eval-when-compile.
10433         (gnus-intersection, gnus-sorted-complement):  Autoload.
10434
10435         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
10436
10437         * mm-encode.el (mm-body-7-or-8): Autoload.
10438
10439         * mm-decode.el (mm-insert-inline): Autoload.
10440
10441         * mml.el:
10442         * message.el: Put some defvars in eval-when-compile.
10443
10444         * gnus-msg.el: Put some defvars in eval-when-compile.
10445         (gnus-msg-mail): Move after gnus-setup-message.
10446
10447         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
10448
10449 2000-11-07  Dave Love  <fx@gnu.org>
10450
10451         * gnus-util.el (nnheader): Don't require message (recursive
10452         autoload).
10453
10454         * uudecode.el: Avoid compiler warnings.
10455
10456         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
10457         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
10458
10459 2000-11-06  Dave Love  <fx@gnu.org>
10460
10461         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
10462
10463         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
10464         (uudecode-char-int): New alias, replacing char-int.
10465         (uudecode-decode-region): Don't call buffer-disable-undo.
10466
10467 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
10468 ;       (mm-uu-configure-list): Doc fix.
10469 ;
10470 ;       * earcon.el (running-xemacs): Don't define.
10471 ;
10472 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
10473 ;
10474 ;       * message.el (message-font-lock-keywords): Match a final newline
10475 ;       to help font-lock's multiline support.
10476 ;
10477 2000-11-03  Dave Love  <fx@gnu.org>
10478
10479         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
10480
10481         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
10482         name.
10483
10484         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
10485         <banner>: Fix custom type, doc.
10486
10487         * mm-decode.el (mm-display-external): Space-prefix temp buffer
10488         name.  Don't disable undo explicitly.
10489
10490 ;2000-11-02  Dave Love  <fx@gnu.org>
10491 ;
10492 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
10493 ;       cite-prefix.
10494
10495 2000-11-01  Dave Love  <fx@gnu.org>
10496
10497         * rfc2047.el (base64): Require unconditionally.
10498         (message-posting-charset): Defvar when compiling.
10499         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
10500         message.
10501
10502         * gnus-sum.el (nnoo): Require.
10503         (mm-uu-dissect): Autoload.
10504
10505         * mml.el (mml-parse-1): Clarify message.
10506         (mml-minibuffer-read-type): Use mailcap-mime-types.
10507
10508 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
10509
10510         * mml.el: Fix a typo in the requiring of CL.
10511
10512 2000-11-01  Dave Love  <fx@gnu.org>
10513
10514         * utf7.el: Require cl when compiling.
10515
10516         * binhex.el: Use (featurep 'xemacs).
10517         (binhex-char-int): New alias, replacing char-int.  Change callers.
10518         (binhex-decode-region): Simplify work buffer code.
10519         (binhex-decode-region-external): Use expand-file-name, not concat.
10520
10521 2000-10-30  Dave Love  <fx@gnu.org>
10522
10523         * gnus-art.el: Fix 2000-10-27 change properly.
10524
10525 2000-10-28  Miles Bader  <miles@gnu.org>
10526
10527         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
10528
10529 2000-10-27  Dave Love  <fx@gnu.org>
10530
10531         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
10532         strings.
10533         (gnus-group-make-tool-bar): New function.
10534         (gnus-group-mode): Use it.
10535
10536         * message.el (message-mode-menu): Add some :help strings.
10537         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
10538         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
10539
10540         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
10541         * describe-group.xpm, get-news.xpm, kill-group.xpm:
10542         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
10543
10544         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
10545         display-graphic-p here.
10546
10547 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
10548
10549         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
10550         of the `gnus-xemacs' variable, as the latter has been removed.
10551         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
10552         * gnus-art.el (gnus-treat-display-xface)
10553         (gnus-treat-display-smileys, gnus-treat-display-picons)
10554         (gnus-article-read-summary-keys): Likewise.
10555
10556 2000-10-26  Dave Love  <fx@gnu.org>
10557
10558         (defvar): Use rmail-spool-directory unconditionally.
10559
10560 2000-10-18  Dave Love  <fx@gnu.org>
10561
10562         * mm-bodies.el (mm-uu-decode-function)
10563         (mm-uu-binhex-decode-function): Defvar when compiling.
10564
10565         * gnus-nocem.el (gnus-nocem-issuers): Update.
10566         (gnus-nocem-check-from): New option.
10567         (gnus-nocem-scan-groups): Use it.
10568         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
10569         (gnus-nocem-check-article-limit): Add :version.
10570
10571 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
10572
10573         * ietf-drums.el (mm-util): Require CL when compiling.
10574
10575 2000-10-15  Dave Love  <fx@gnu.org>
10576
10577         * qp.el: Require mm-util.
10578
10579 2000-10-13  Dave Love  <fx@gnu.org>
10580
10581         * qp.el (quoted-printable-decode-region): Avoid invalid
10582         coding-systems.
10583
10584 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
10585
10586         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
10587         to a recursive load.
10588
10589 2000-10-12  Dave Love  <fx@gnu.org>
10590
10591         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
10592
10593         * gnus.el (gnus-group-startup-message): Check for PBM image.
10594
10595 2000-10-09  Dave Love  <fx@gnu.org>
10596
10597         * mail-source.el (mail-source-fetch-imap): Bind
10598         default-enable-multibyte-characters rather than using
10599         mm-disable-multibyte.
10600
10601 2000-10-05  Dave Love  <fx@gnu.org>
10602
10603         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
10604         Autoload.
10605         (quoted-printable-decode-region):  Rename arg which confused
10606         charset with coding-system.  Don't use nonascii-insert-offset.
10607         Coding-system encode the region initially.  Don't recognize `=='
10608         as valid QP.  Coding-system decode the region finally.
10609         (quoted-printable-decode-string): Rename arg which confused
10610         charset with coding-system.
10611
10612         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
10613         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
10614         mm-encode-coding-region.
10615         (mm-decode-body, mm-decode-string): Rename variables which
10616         confused charset with coding-system.
10617         (binhex-decode-region): Don't autoload.
10618         (mm-body-encoding): Require message.
10619         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
10620         cond branches.
10621
10622         * gnus-art.el (article-de-quoted-unreadable)
10623         (article-de-base64-unreadable): Fold search case
10624         rather than downcasing string.  Apply mm-charset-to-coding-system
10625         to arg of quoted-printable-decode-region.
10626
10627 2000-10-04  Dave Love  <fx@gnu.org>
10628
10629         * gnus-ems.el: Don't turn off compiler warnings in local vars.
10630         Require ring when compiling.
10631         (gnus-article-compface-xbm): New variable.
10632
10633 2000-10-04  Dave Love  <fx@gnu.org>
10634
10635         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
10636         pbm images.
10637
10638         * frown.pbm, smile.pbm, wry.pbm: New files.
10639
10640         * frown.xbm, smile.xbm, wry.xbm: Deleted.
10641
10642 2000-10-03  Dave Love  <fx@gnu.org>
10643
10644         * mail-source.el (mail-sources): Revert to nil.
10645
10646         * nnmail (nnmail-spool-file): Revert to `((file))'.
10647
10648         * qp.el: Don't require mm-util.
10649         (quoted-printable-decode-region): Rewritten.
10650         (quoted-printable-decode-string, quoted-printable-encode-region):
10651         Doc fix.
10652         (quoted-printable-encode-region): Barf on multibyte characters.
10653         Maybe make the class multibyte.  Upcase chars, not formatted
10654         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
10655         (quoted-printable-encode-string): Don't use
10656         mm-with-unibyte-buffer.
10657
10658 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
10659
10660         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
10661
10662 2000-09-21  Dave Love  <fx@gnu.org>
10663
10664         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
10665         (for Emacs 20).  Tidy somewhat.
10666
10667 2000-09-21  Dave Love  <fx@gnu.org>
10668
10669         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
10670         image processing.  Rationalize logic somewhat.
10671
10672 2000-09-20  Dave Love  <fx@gnu.org>
10673
10674         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
10675         specifically.
10676
10677         * gnus.el (gnus-version-number): Avoid some redundant
10678         autoloads.
10679
10680 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
10681
10682         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
10683         to XBM; we always have PBM support.
10684
10685 2000-09-14  Dave Love  <fx@gnu.org>
10686
10687         * gnus.el (gnus-charset):
10688         * mm-decode.el (mime-display):
10689         * imap.el (imap) <defgroup>: Add :version.
10690
10691 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
10692
10693         * parse-time.el: Fix author's mail address.
10694
10695         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
10696         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
10697         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
10698         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
10699         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
10700         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
10701         * rfc2231.el, uudecode.el: Fix copyright notice.
10702
10703         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
10704         require `w3' at load-time only if not running in batch mode.
10705
10706 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10707
10708         * gnus.el: Before merge with Emacs21.
10709
10710 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
10711
10712         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
10713
10714 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
10715
10716         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
10717         to avoid conflict with the standard `back-to-indentation'
10718         binding.
10719
10720 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10721
10722         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
10723
10724         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
10725         (mm-disable-multibyte-mule4): Ditto.
10726         (mm-with-unibyte-current-buffer-mule4): Ditto.
10727
10728 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10729
10730         * pop3.el (pop3-movemail): Use binary.
10731         (pop3-movemail-file-coding-system): Removed.
10732
10733 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10734
10735         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
10736
10737 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10738
10739         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
10740         exists.
10741
10742 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10743
10744         * gnus-msg.el (gnus-post-method): Use backend name when the
10745         address is "".
10746
10747 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10748
10749         * gnus-art.el (article-verify-x-pgp-sig): Don't test
10750         mm-verify-option.
10751         (gnus-treat-x-pgp-sig): Default value.
10752         (gnus-ignored-headers): Redundant.
10753
10754 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10755
10756         * gnus-win.el (gnus-configure-frame): Save selected window.
10757
10758 2000-02-15  Andrew Innes  <andrewi@gnu.org>
10759
10760         * nnmbox.el: Require gnus-range.
10761         (nnmbox-group-building-active-articles): New variable.
10762         (nnmbox-group-active-articles): New variable; this is a cache of
10763         all active articles by group and number.
10764         (nnmbox-in-header-p): New function.
10765         (nnmbox-find-article): New function.
10766         (nnmbox-record-active-article): New function.
10767         (nnmbox-record-deleted-article): New function.
10768         (nnmbox-is-article-active-p): New function.
10769         (nnmbox-retrieve-headers): Use nnmbox-find-article.
10770         (nnmbox-request-article): Ditto.  Also supply extra arg to
10771         nnmbox-article-group-number.
10772         (nnmbox-request-expire-articles): Ditto.
10773         (nnmbox-request-move-article): Ditto.
10774         (nnmbox-request-replace-article): Ditto.
10775         (nnmbox-request-rename-group): Rename group entry in active
10776         article cache.
10777         (nnmbox-delete-mail): Update active article cache, unless article
10778         is being replaced.
10779         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
10780         than partially duplicating it.
10781         (nnmbox-article-group-number): Add extra `this-line' arg, to
10782         handle articles belonging to multiple groups.
10783         (nnmbox-save-mail): Update active article cache.
10784         (nnmbox-read-mbox): Build active article cache when loading mbox.
10785         Also do some repair work, if we find articles that are missing the
10786         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
10787         reconstruct these from Xref info.
10788
10789 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10790
10791         * mail-source.el (mail-source-report-new-mail): Use
10792         nnheader-run-at-time.
10793
10794 2000-02-15  Andrew Innes  <andrewi@gnu.org>
10795
10796         * mail-source.el (mail-source-fetch-pop): Clear pop password when
10797         an error is thrown, and then rethrow the error.
10798         (mail-source-check-pop): Ditto.
10799         (mail-source-start-idle-timer): Prevent multiple pop checks
10800         running if the check takes a long time.
10801
10802 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10803
10804         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
10805         succeed.
10806
10807 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10808
10809         * gnus-win.el (gnus-configure-windows): Make sure
10810         nntp-server-buffer is live.
10811         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
10812
10813 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
10814
10815         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
10816
10817 2000-12-04  Andreas Jaeger  <aj@suse.de>
10818
10819         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
10820
10821 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10822
10823         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
10824
10825 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
10826         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
10827
10828         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
10829
10830 2000-12-01  Simon Josefsson  <sj@extundo.com>
10831
10832         * mml-smime.el (mml-smime-verify): Fix address parsing.
10833
10834 2000-12-01  Simon Josefsson  <sj@extundo.com>
10835
10836         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
10837         more than one certificate inside PKCS#7 blob.  Better security
10838         information (clamed / actual sender, openssl output, certificates
10839         inside message).
10840
10841         * smime.el (smime-verify-region): Output to /dev/null.
10842         (smime-buffer-as-string-region): Don't parse empty lines.
10843
10844 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10845
10846         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
10847         ?d and ?D.
10848         (gnus-mime-security-show-details-inline): New variable.
10849         (gnus-mime-security-show-details): Use them.
10850         (gnus-insert-mime-security-button): Ditto.
10851
10852         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
10853         Suggest by Michael Duggan (md5i@cs.cmu.edu).
10854         (mml2015-gpg-clear-verify): Ditto.
10855         (mml2015-gpg-decrypt-1): Ditto.
10856         (mml2015-use): Prefer 'gpg.
10857
10858 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10859
10860         * gnus-util.el (gnus-add-text-properties-when): New function.
10861         (gnus-remove-text-properties-when): Ditto.
10862
10863         * gnus-cite.el (gnus-article-hide-citation): Use them.
10864         (gnus-article-toggle-cited-text): Use them.
10865
10866         * gnus-art.el (gnus-signature-toggle): Use them.
10867         (gnus-article-show-hidden-text): Ditto.
10868         (gnus-article-hide-text): Ditto.
10869
10870 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10871
10872         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
10873
10874 2000-11-30  Simon Josefsson  <sj@extundo.com>
10875
10876         * smime.el (smime-point-at-eol): New alias.
10877         (smime-buffer-as-string-region): Use it.
10878
10879 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10880
10881         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
10882
10883 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10884
10885         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
10886
10887         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
10888
10889         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
10890
10891 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10892
10893         * nnmh.el (nnmh-request-expire-articles): Implemented
10894         expiry-target for nnmh backend.
10895
10896 2000-11-30  Simon Josefsson  <sj@extundo.com>
10897
10898         * mm-decode.el (mm-security-from): New variable.
10899         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
10900
10901         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
10902         than `from'.
10903
10904 2000-11-30  Simon Josefsson  <sj@extundo.com>
10905
10906         * mml-smime.el (mml-smime-verify): Verify that certificate mail
10907         address match sender address.
10908
10909         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
10910
10911         * smime.el (smime-verify-region): Don't copy buffer.
10912         (smime-decrypt-buffer): Use expand-file-name on keyfile.
10913         (smime-pkcs7-region): New function.
10914         (smime-pkcs7-certificates-region): Ditto.
10915         (smime-pkcs7-email-region): Ditto.
10916         (smime-buffer-as-string-region): Ditto.
10917
10918         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
10919         buffer.
10920
10921 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
10922
10923         * smime.el (smime-decrypt-region): Fix keyfile argument.
10924
10925 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10926
10927         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
10928
10929 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10930
10931         * message.el (message-shoot-gnksa-feet): New variable.
10932         (message-gnksa-enable-p): New function.
10933         (message-send): Use it.
10934         (message-check-news-body-syntax): Ditto.
10935
10936 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10937
10938         * message.el (message-make-message-id): Remove the redundancy.
10939
10940 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10941
10942         * message.el (message-setup): Discourage using mc-install-*-mode.
10943
10944         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
10945
10946 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10947
10948         * gnus-cite.el (gnus-cite-parse): Guess citation length.
10949
10950 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10951
10952         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
10953
10954 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10955
10956         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
10957
10958 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10959
10960         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
10961         insert-buffer-substring.
10962
10963         * message.el (message-send-mail): Use buffer-substring-no-properties.
10964         (message-send-news): Ditto.
10965
10966 2000-11-22  David Edmondson  <dme@dme.org>
10967
10968         * imap.el (imap-wait-for-tag): Message read info.
10969
10970 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10971
10972         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
10973         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
10974         (mml2015-gpg-encrypt): Ditto.
10975
10976 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10977
10978         * mm-decode.el (mm-verify-option): Default value.
10979
10980         * mml-sec.el (mml-secure-part): Error message.
10981
10982 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10983
10984         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
10985
10986 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10987
10988         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
10989
10990 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10991
10992         * gnus-art.el (gnus-article-describe-key): Use prompt.
10993         (gnus-article-describe-key-briefly): Ditto.
10994
10995 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10996
10997         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
10998
10999 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11000
11001         * gnus-art.el (gnus-article-describe-key): New function.
11002         (gnus-article-describe-key-briefly): New function.
11003
11004 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11005
11006         * mm-decode.el (mm-decrypt-option): Doc typo.
11007
11008         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
11009         return a number.
11010
11011 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11012
11013         * message.el (message-newline-and-reformat): Typo.
11014
11015 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11016
11017         * gnus-art.el (article-verify-x-pgp-sig): Check whether
11018         original-article-buffer exists.
11019
11020         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
11021         (rfc2047-header-encoding-alist): Addresses are different from text.
11022         (rfc2047-encode-message-header): Ditto.
11023         (rfc2047-dissect-region): Extra parameter.
11024         (rfc2047-encode-region): Ditto.
11025         (rfc2047-encode-string): Ditto.
11026
11027 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11028
11029         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
11030         (mm-uu-pgp-encrypted-extract): Use it.
11031         (mm-uu-pgp-signed-extract-1): New function.
11032         (mm-uu-pgp-signed-extract): Use it.
11033
11034         * gnus-art.el (gnus-mime-display-security): New function.
11035         (gnus-mime-display-part): Use it.
11036         (gnus-mime-security-verify-or-decrypt): New function.
11037         (gnus-mime-security-press-button): New function.
11038         (gnus-insert-mime-security-button): Use it.
11039
11040         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
11041         (mm-find-raw-part-by-type): Ditto.
11042         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
11043         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
11044         (mm-destroy-parts): Kill nested multibyte buffer.
11045
11046         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
11047         (mml2015-gpg-verify): Ditto.
11048
11049 2000-11-18  Simon Josefsson  <sj@extundo.com>
11050
11051         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
11052         (mml2015-function-alist): Use it.
11053
11054         * mml-sec.el (mml-sign-alist): Update names.
11055         (mml-encrypt-alist): Ditto.
11056         (mml-secure-part-smime-sign): Moved to mml-smime.el
11057         as `mml-smime-sign-query'.
11058         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
11059         `mml-smime-get-file-cert'.
11060         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
11061         `mml-smime-get-dns-cert'.
11062         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
11063         `mml-smime-encrypt-query'.
11064         (mml-smime-sign-buffer): Use mml-smime-sign.
11065         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
11066
11067         * mml-smime.el (mml-smime-sign): New function.
11068         (mml-smime-encrypt):
11069         (mml-smime-sign-query):
11070         (mml-smime-get-file-cert):
11071         (mml-smime-get-dns-cert):
11072         (mml-smime-encrypt-query): Moved from mml-sec.el.
11073
11074 2000-11-16  Simon Josefsson  <sj@extundo.com>
11075
11076         * mml2015.el (mml2015-gpg-clear-verify): New function.
11077         (mml2015-function-alist): Add it.
11078
11079 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
11080
11081         * message.el (message-setup-fill-variables): Use
11082         message-cite-prefix-regexp.
11083         (message-newline-and-reformat): Check the end of citation, leading
11084         WSP, break in the cite prefix.
11085         (message-fill-paragraph): New function.
11086
11087 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
11088
11089         * lpath.el: Shut up.
11090
11091 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
11092
11093         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
11094         raw 8-bit in headers in dk.* newsgroups.
11095
11096 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
11097
11098         * message.el (message-newline-and-reformat): Match extra WSPs.
11099
11100 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
11101
11102         * mml.el (mml-generate-mime-1): Ignore ascii.
11103
11104 2000-11-16 Justin Sheehy  <justin@iago.org>
11105
11106         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
11107
11108 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11109
11110         * message.el (message-cite-prefix-regexp): Prefix should not end
11111         at space.
11112
11113 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
11114
11115         * message.el (message-mode-syntax-table): Add - as a word
11116         constituent as in articles.
11117         (message-setup-fill-variables): Add -_. as supercite-style prefix.
11118         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
11119         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
11120
11121 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
11122
11123         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
11124
11125 2000-11-12  David Edmondson  <dme@dme.org>
11126
11127         * message.el (message-font-lock-keywords): use
11128         message-cite-prefix-regexp.
11129
11130 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11131
11132         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
11133         Stein Arild Str\e,Ax\e(Bmme.
11134         (gnus-group-jump-to-group): Use it.
11135         (gnus-group-jump-to-group-prompt): Customize.
11136
11137 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
11138
11139         * mailcap.el (mailcap-possible-viewers): Match the entire string.
11140
11141 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
11142
11143         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
11144         incompatible.
11145         (mml2015-mailcrypt-sign): Ditto.
11146
11147 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
11148
11149         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
11150         group is open.
11151
11152 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
11153
11154         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
11155         nnvirtual articles.
11156         (gnus-backlog-request-article): Don't request nnvirtual articles.
11157
11158 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
11159
11160         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
11161         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
11162
11163 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
11164
11165         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
11166         * mml.el (mml-generate-mime-1): Use charset attribute.
11167         * mm-bodies.el (mm-encode-body): Add parameter charset.
11168         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
11169
11170 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
11171
11172         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
11173         (mml2015-mailcrypt-clear-decrypt): Ditto.
11174         (mml2015-mailcrypt-verify): Ditto.
11175         (mml2015-mailcrypt-clear-verify): Ditto.
11176         (mml2015-gpg-verify): Ditto.
11177
11178 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
11179
11180         * smime.el (smime-openssl-program): Test the existence of openssl.
11181         * mml-smime.el: Require mm-decode.
11182         (mml-smime-verify-test): New function.
11183         * mm-decode.el (mm-verify-function-alist): Use it.
11184
11185 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
11186
11187         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
11188         anyway.
11189
11190 2000-11-13  Simon Josefsson  <sj@extundo.com>
11191
11192         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
11193         verification doesn't work.
11194
11195 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
11196
11197         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
11198         (gnus-inews-do-gcc): Use it.
11199
11200 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
11201
11202         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
11203         leading space.
11204         * mm-extern.el (mm-inline-external-body): Report error when no
11205         access-type.
11206
11207 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
11208
11209         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
11210
11211 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
11212
11213         * gnus-art.el (gnus-mime-button-menu): Use select-window.
11214
11215 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
11216
11217         * gnus-art.el (gnus-mime-display-part): Display multipart/related
11218         as multipart/mixed.
11219
11220 2000-11-12  David Edmondson  <dme@dme.org>
11221
11222         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
11223         and replace `.' with `\w' to allow for different syntax tables
11224         (from Vladimir Volovich).
11225         * message.el (message-newline-and-reformat): use
11226         `message-cite-prefix-regexp'.
11227         * gnus-cite.el (gnus-supercite-regexp): use
11228         `message-cite-prefix-regexp'.
11229         * gnus-cite.el (gnus-cite-parse): use
11230         `message-cite-prefix-regexp'.
11231
11232 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
11233
11234         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
11235         PGP SIGNATURE.  Escape leading "-"'s.
11236         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
11237
11238 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
11239
11240         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
11241
11242 2000-11-11  Simon Josefsson  <sj@extundo.com>
11243
11244         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
11245
11246         * smime.el (smime-details-buffer): New variable.
11247         (smime-sign-region):
11248         (smime-encrypt-region):
11249         (smime-verify-region):
11250         (smime-decrypt-region): Copy OpenSSL output to the buffer.
11251
11252         * mml-smime.el (mml-smime-verify): Support security info.
11253
11254 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
11255
11256         * mm-decode.el (mm-verify-option): Set default to nil.
11257         (mm-decrypt-option): Ditto.
11258         * gnus-art.el (article-verify-x-pgp-sig): New function.
11259
11260 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
11261
11262         * gnus-art.el (gnus-mime-display-alternative): Show button if no
11263         preferred part.
11264
11265 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11266
11267         * gnus-sum.el (gnus-move-split-methods): Say that
11268         `gnus-split-methods' uses file names, whereas this uses group
11269         names.  (Report from Nevin Kapur)
11270
11271 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
11272
11273         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
11274
11275 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
11276
11277         * nnheader.el (nnheader-directory-files-is-safe): New variable.
11278         (nnheader-directory-articles): Use it.
11279         (nnheader-article-to-file-alist): Ditto.
11280
11281 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
11282
11283         * rfc2047.el (rfc2047-pad-base64): New function.
11284         (rfc2047-decode): Use it.
11285
11286 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
11287
11288         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
11289         select method.
11290
11291 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
11292
11293         * mml2015.el (mml2015-gpg-decrypt-1):
11294         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
11295
11296 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
11297
11298         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
11299
11300 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
11301
11302         * pop3.el (pop3-munge-message-separator): A message may have an
11303         empty body.
11304
11305 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
11306
11307         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
11308         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
11309         (mm-uu-pgp-signed-extract): Use coding-system.
11310
11311 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
11312
11313         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
11314         (gnus-insert-mime-security-button): New function.
11315         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
11316         * mml2015.el:  Add security info when verify or decrypt.
11317         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
11318         (mm-uu-pgp-encrypted-extract): Ditto.
11319
11320 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
11321
11322         * mm-decode.el (mm-display-parts): New function.
11323         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
11324
11325 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11326
11327         * gnus-mlspl.el: Documentation tweaks.
11328
11329 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
11330
11331         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
11332         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
11333         argument.
11334
11335 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
11336
11337         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
11338
11339 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
11340
11341         * gnus-art.el (gnus-article-encrypt): New function.
11342         (gnus-article-encrypt-protocol-alist): New variable.
11343         (gnus-article-encrypt-protocol): New variable.
11344         * mml2015.el (mml2015-self-encrypt): New function.
11345         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
11346
11347 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
11348
11349         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
11350         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
11351         let mailcap do it.
11352         * mml2015.el: Remove snarf code.
11353         * mm-decode.el: Remove snarf code.
11354
11355 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
11356
11357         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
11358         (mml-insert-mime): Understand gnus-decoded.
11359         (mime-to-mml): New parameter handles.
11360         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
11361         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
11362
11363 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
11364
11365         * mm-decode.el (mime-security): New group.
11366         (mm-verify-function-alist): Add test function.
11367         (mm-decrypt-function-alist): Ditto.
11368         (mm-snarf-option): Set default value as nil.
11369         (mm-find-part-by-type): Recursive parameter.
11370         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
11371         * mml2015.el: Support draft-ietf-openpgp-multsig.
11372
11373 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
11374
11375         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
11376         (gnus-article-view-part-as-charset): New function.
11377
11378 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
11379
11380         * mm-decode.el (mm-verify-option): Default value.
11381         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
11382
11383 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
11384
11385         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
11386
11387 2000-11-05  Simon Josefsson  <sj@extundo.com>
11388
11389         * mml-smime.el (mml-smime-verify): Work in original multipart
11390         buffert.
11391
11392         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
11393         (mm-handle-multipart-ctl-parameter): Ditto.
11394         (mm-alist-to-plist): New function.
11395         (mm-dissect-buffer): Store CTL parameters and copy original buffer
11396         for multiparts.
11397         (mm-destroy-parts): Destroy multipart buffert.
11398         (mm-remove-part): Ditto.
11399
11400         * mml-smime.el (mml-smime-sign): Not used.
11401         (mml-smime-encrypt): Ditto.
11402
11403         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
11404
11405         Verify S/MIME signature support.
11406
11407         * mm-decode.el (mm-inline-media-tests): Add
11408         application/{x-,}pkcs7-signature.
11409         (mm-inlined-types): Ditto.
11410         (mm-automatic-display): Ditto.
11411         (mm-verify-function-alist): Ditto.  Add name of method.
11412         (mm-decrypt-function-alist): Add name of method.
11413         (mm-find-part-by-type): Add documentation.
11414         (mm-possibly-verify-or-decrypt): Use new format of
11415         mm-{verify,decrypt}-function-alist.  Use method names.
11416
11417         * mml-smime.el (mml-smime-verify): New function.
11418
11419 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
11420
11421         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
11422
11423 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
11424
11425         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
11426         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
11427         * mm-decode.el (mm-snarf-option): New variable.
11428
11429 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
11430
11431         * mm-util.el (mm-subst-char-in-string): New function.
11432         (mm-replace-chars-in-string): Use it.
11433         * message.el (message-replace-chars-in-string): Use it.
11434         * nnheader.el (nnheader-replace-chars-in-string): Use it.
11435         * gnus-mh.el (mh-lib-progs): Shut up.
11436
11437 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
11438
11439         * base64.el, md5.el: Moved to contrib directory.
11440
11441 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
11442
11443         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
11444         the last article when search.
11445
11446 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
11447
11448         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
11449         * nnmail.el (nnmail-pathname-coding-system): Ditto.
11450
11451 2000-09-29  David Edmondson  <dme@thus.net>
11452
11453         * message.el (message-newline-and-reformat): Typo.
11454
11455 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
11456
11457         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
11458
11459 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
11460
11461         * nntp.el (nntp-decode-text): Delete bogus status lines.
11462
11463 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
11464
11465         * message.el (message-font-lock-keywords): Match a final newline
11466         to help font-lock's multiline support.
11467
11468 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
11469
11470         * nnoo.el (nnoo-set): New function.
11471
11472 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
11473
11474         * gpg.el, gpg-ring.el: Moved to contrib directory.
11475
11476 2000-11-04  Simon Josefsson  <sj@extundo.com>
11477
11478         * nnimap.el (nnimap-split-inbox): Typo.
11479
11480 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
11481
11482         * gnus-msg.el (gnus-msg-mail): Move it backwards.
11483
11484 2000-11-03  Simon Josefsson  <sj@extundo.com>
11485
11486         * rfc2231.el (rfc2231-parse-qp-string): New function.
11487         (require): rfc2047.
11488
11489         * mail-parse.el (mail-header-parse-content-type):
11490         (mail-header-parse-content-disposition): Support invalid QP
11491         encoded strings, by using `rfc2231-parse-qp-string'.
11492
11493 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
11494
11495         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
11496         (rfc2231-decode-encoded-string): Typo "> X 1".
11497         (rfc2231-encode-string): Insert the name of charset.
11498         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
11499
11500 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
11501
11502         * mm-decode.el (mm-save-part): Return the filename.
11503         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
11504         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
11505         (gnus-mime-action-alist): Use it.
11506         (gnus-mime-button-commands): Use it.
11507         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
11508         (mm-inline-external-body): unwind-protect.
11509
11510 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
11511
11512         * gnus-art.el (gnus-insert-mime-button): Show url.
11513
11514 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
11515
11516         * mml.el (mml-generate-mime-1): Support external url.
11517         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
11518
11519 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
11520
11521         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
11522         * mm-decode.el (mm-display-external): Ditto.
11523         * mm-extern.el: New file.
11524         * mm-decode.el (mm-inline-media-tests): Hook it up.
11525         (mm-inlined-types): Inline message/external-body.
11526
11527 2000-11-02  Simon Josefsson  <sj@extundo.com>
11528
11529         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
11530
11531         * message.el (message-get-reply-headers): Better handling when
11532         Mail-Followup-To is very large.
11533
11534 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
11535
11536         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
11537         * gnus-art.el (gnus-article-edit-done):
11538         * gnus-sum.el (gnus-summary-edit-article-done): Move line
11539         counting code here.
11540         * gnus-msg.el (gnus-setup-message): Remove a hack.
11541
11542 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
11543
11544         * gnus-sum.el (gnus-newsgroup-variables): New variable.
11545         (gnus-summary-mode): Make them local variables.
11546         (gnus-set-global-variables): Globalize them.
11547         (gnus-summary-exit): Kill them.
11548
11549 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
11550
11551         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
11552         word.
11553
11554 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
11555
11556         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
11557         gnus-article-wash-types.
11558         * gnus-art.el (gnus-article-wash-status): Use them.
11559
11560 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
11561
11562         * mml.el (mml-read-tag): Remove spaces and LF.
11563
11564 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
11565
11566         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
11567         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
11568
11569 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
11570
11571         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
11572
11573 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
11574
11575         * gnus-sum.el (gnus-article-charset): New variable.
11576         (gnus-summary-display-article): Set it.
11577         * gnus-msg.el (gnus-copy-article-buffer): Use it.
11578         * gnus-art.el (gnus-article-mode): Make it local variable.
11579
11580 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11581
11582         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
11583
11584 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11585
11586         * nnwfm.el: New file.
11587
11588         * nnweb.el (nnweb-replace-in-string): New function.
11589
11590 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
11591
11592         * mml2015.el: Wrap gpg.el.
11593         * gpg.el (gpg-verify): The last argument of apply is a list.
11594         (gpg-encrypt): Add passphrase as a parameter.
11595
11596 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
11597
11598         * gpg.el: New file.
11599         * gpg-ring.el: New file.
11600
11601 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
11602
11603         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
11604
11605 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11606
11607         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
11608         double-quote characters.
11609         (gnus-summary-prepare-threads): Ditto.
11610
11611 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
11612
11613         * gnus-art.el (gnus-mime-display-single): Forward line -1.
11614         * mml.el (mml-read-tag): Don't skip the leading space.
11615         * lpath.el (font-lock-set-defaults): Shut up.
11616
11617 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
11618
11619         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
11620
11621 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
11622
11623         * qp.el (quoted-printable-encode-region): Replace leading - when
11624         ultra safe.
11625         * mml.el (mml-generate-mime-postprocess-function): Removed.
11626         (mml-postprocess-alist): Removed.
11627         (mml-generate-mime-1): Use ultra-safe when sign.
11628         * mml2015.el (mml2015-fix-micalg): Uppercase.
11629         (mml2015-verify): Insert LF.
11630         (mml2015-mailcrypt-sign): Downcase; search backward.
11631
11632 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11633
11634         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
11635         restrictive.
11636         (nnultimate-table-regexp): New variable.
11637         (nnultimate-forum-table-p): Use it.
11638
11639 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
11640         Trivial patch.
11641
11642         * gnus-sum.el (gnus-summary-expire-articles): Save point.
11643
11644 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
11645
11646         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
11647         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
11648
11649 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
11650
11651         * mml2015.el: Shut up.
11652
11653 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
11654
11655         * gnus.el (gnus-server-browse-hashtb): Removed.
11656         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
11657         (gnus-group-insert-group-line-info): Use simplified method.
11658         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
11659
11660 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
11661
11662         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
11663         moved here.
11664         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
11665         * gnus-group.el (gnus-group-prepare-flat): Use it.
11666         * gnus-topic.el (gnus-group-prepare-topics): Use it.
11667
11668 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
11669
11670         * mml.el (mml-mode): Show menu in XEmacs.
11671
11672 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
11673
11674         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
11675         (gnus-server-read-server-in-server-buffer): New function.
11676         (gnus-browse-foreign-server): Browse in group buffer.
11677         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
11678         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
11679         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
11680         * gnus.el (gnus-server-browse-hashtb): New variable.
11681
11682 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
11683
11684         * nnfolder.el (nnfolder-open-nov): Use group.
11685
11686 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
11687
11688         * nnfolder.el: Add NOV. Set version to 2.0.
11689         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
11690
11691 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
11692
11693         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
11694
11695 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
11696
11697         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
11698         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
11699
11700 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
11701
11702         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
11703
11704 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
11705
11706         * mm-decode.el (mm-verify-function-alist): New variable.
11707         (mm-verify-option): New variable.
11708         (mm-decrypt-function-alist): Ditto.
11709         (mm-decrypt-option): Ditto.
11710         (mm-find-raw-part-by-type): New function.
11711         (mm-possibly-verify-or-decrypt): New function.
11712         (mm-dissect-multipart): Use it.
11713         * mml2015.el (mml2015-fix-micalg): New function.
11714         (mml2015-decrypt): Use new interface.
11715         (mml2015-verify):  Use new interface.
11716         (mml2015-setup): Make it bogus.
11717
11718 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
11719
11720         * mml.el (mml-generate-mime-postprocess-function): Set to
11721         mml-postprocess.
11722         (autoload): Autoload mml2015 and mml-smime.
11723         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
11724         * mml2015.el (mml2015-encrypt): New function.
11725         (mml2015-sign): New function.
11726         (mml2015-encrypt-function): New variable.
11727         (mml2015-sign-function): New variable.
11728         (mml2015-mailcrypt-encrypt): Use message-recipients.
11729         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
11730         * mml-smime.el (mml-smime-setup): Ditto.
11731
11732 2000-10-28  Simon Josefsson  <sj@extundo.com>
11733
11734         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
11735         Communigate Pro 3.3.1 server.
11736
11737         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
11738         in buffers.
11739         (mml-secure-dns-server): Removed.
11740         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
11741         write certificates to files.
11742
11743         * smime.el (smime-dns-server): New variable.
11744         (smime-mail-to-domain):
11745         (smime-cert-by-dns): New functions.
11746
11747         * dig.el: New file.
11748
11749 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
11750
11751         * message.el (message-options): New variable.
11752         (message-options-set-recipient): New function.
11753         (message-send): Use them.
11754         * gnus-int.el (gnus-request-replace-article): Use them.
11755         (gnus-request-accept-article): Ditto.
11756         * mml.el (mml-preview): Use them.
11757         * gnus-sum.el (gnus-summary-edit-article): Use them.
11758
11759         * message.el (message-options-get): New function.
11760         (message-options-get): New function.
11761         * rfc2047.el (rfc2047-encode-message-header): Use them.
11762         * mm-bodies.el (mm-encode-body): Use them.
11763
11764 2000-10-28  Simon Josefsson  <sj@extundo.com>
11765
11766         * nnimap.el (nnimap-retrieve-which-headers):
11767         (nnimap-request-article-part): Quote message-id.
11768
11769         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
11770         (smime-CA-file): New variable.
11771         (smime-call-openssl-region): Don't error.
11772         (smime-sign-region): Return result value.
11773         (smime-encrypt-region): Ditto.
11774         (smime-verify-region): New function.
11775         (smime-decrypt-region): Ditto.
11776         (smime-verify-buffer): Ditto.
11777         (smime-decrypt-buffer): Ditto.
11778
11779         * mml.el: Require mml-sec.
11780         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
11781         (mml-mode-map): Add "sign" and "encrypt" maps.
11782         (mml-menu): Add security menu.
11783         (mml-preview): Use generate-new-buffer.
11784
11785         * mml-sec.el: New file.
11786
11787 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
11788
11789         * mm-decode.el (mm-find-part-by-type): Move it here.
11790         * mml.el (mml-postprocess): Move it here.
11791         (mml-postprocess-alist): Move it here. Merge them.
11792
11793 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
11794
11795         * rfc2047.el (rfc2047-encode-message-header): Make sure no
11796         unencoded stuff in the header.
11797
11798 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
11799
11800         * gnus-group.el (gnus-group-listed-groups): New variable.
11801         (gnus-group-list-option): New variable.
11802         (gnus-group-list-limit-map): New keymap.
11803         (gnus-group-list-flush-map): New keymap.
11804         (gnus-group-list-plus-map): New keymap.
11805         (gnus-group-prepare-logic): New function.
11806         (gnus-group-prepare-flat): Merge with
11807         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
11808         (gnus-group-prepare-flat-list-dead): Ditto.
11809         (gnus-group-list-matching): Use gnus-group-prepare-function.
11810         (gnus-group-list-dormant): Ditto.
11811         (gnus-group-list-cached): Ditto.
11812         (gnus-group-listed-groups): New function.
11813         (gnus-group-list-limit): New function.
11814         (gnus-group-list-flush): New function.
11815         (gnus-group-list-plus): New function.
11816         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
11817         (gnus-topic-prepare-topic): Ditto.
11818
11819 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
11820
11821         * message.el (message-insert-to, message-get-reply-headers):
11822         (message-reply, message-followup): Mail-{Followup,Reply}-To.
11823
11824 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
11825
11826         * mml2015.el: New file.
11827         * smime.el: New file.
11828         * mml-smime.el: New file.
11829
11830 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
11831
11832         * ChangeLog: Moved to ChangeLog.1.
11833
11834     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
11835   Copying and distribution of this file, with or without modification,
11836   are permitted provided the copyright notice and this notice are preserved.
11837
11838 ;; Local Variables:
11839 ;; coding: iso-2022-7bit
11840 ;; End: