Synch with Oort Gnus.
[elisp/gnus.git-] / lisp / ChangeLog
1 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
2
3         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
4
5 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
6
7         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
8         nntp-server-buffer if we aren't going to write to it.
9
10 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
12
13         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
14
15 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16
17         * rfc2047.el (rfc2047-decode-region): Remove newlines between
18         decoded words.
19
20 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
21
22         * gnus.el (fboundp): After loading mm-util, make sure it was the
23         right one.
24
25 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
26
27         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
28         gnus-sum.  Made into a user option.
29
30         * gnus-sum.el (gnus-simplify-ignored-prefixes)
31         (gnus-summary-mark-article-as-unread)
32
33 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
34
35         * time-date.el (date-to-time): Typo.
36
37         * parse-time.el: Typo.
38
39         * nnsoup.el (nnsoup-retrieve-headers): Typo.
40
41         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
42
43         * nnimap.el:
44         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
45
46         * mm-encode.el (mm-safer-encoding): Typo.
47
48         * messcompat.el: Typo.
49
50         * message.el (message-face-alist): Typo.
51
52         * imap.el (imap-interactive-login, imap-open): Typos.
53
54         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
55
56         * gnus.el: Typo.
57
58         * gnus-win.el (gnus-configure-frame): Typo.
59
60         * gnus-util.el (gnus-atomic-progn-assign): Typo.
61
62         * gnus-topic.el (gnus-topic-sort-topics): Typo.
63
64         * gnus-sum.el (gnus-summary-article-number)
65         (gnus-summary-read-group-1, gnus-summary-mark-article)
66         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
67
68         * gnus-mule.el (gnus-mule-add-group): Typo.
69
70         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
71
72         * gnus-group.el (gnus-group-fetch-faq): Typo.
73
74         * gnus-art.el (gnus-decode-header-methods): Typo.
75
76         * flow-fill.el: Typo.
77
78 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
79
80         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
81
82 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
83
84         * gnus-sum.el (gnus-simplify-ignored-prefixes)
85         (gnus-summary-mark-article-as-unread)
86         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
87         Reformatting to avoid long lines.
88         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
89
90 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
91
92         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
93         be accessed through `mail-header-number'.
94
95 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
96
97         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
98         compressed range to gnus-summary-insert-articles.
99
100 2002-11-26  Kevin Ryde <user42@zip.com.au>
101
102         * gnus-art.el (gnus-mime-copy-part): Look for filename
103         parameter under content-disposition, not content-type.
104
105         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
106         (gnus-summary-reselect-current-group): Use it.
107
108 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
109
110         * gnus-agent.el (gnus-agent-uncached-articles): if
111         gnus-agent-load-alist fails, return ARTICLES.
112
113         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
114
115 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
116
117         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
118         superfluous function call.
119         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
120         Add warning to docstring.
121
122 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
123
124         * gnus-agent.el: Autoload number-at-point instead.
125         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
126
127 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
128
129         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
130         require thingatpt (for number-at-point) and protect against
131         deactivate-mark being unbound (on XEmacs).
132
133 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
134
135         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
136         print message on entry.
137
138         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
139
140         * gnus-range.el (gnus-range-difference): New function.
141         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
142
143 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
144
145         * gnus-sum.el (gnus-summary-insert-old-articles): Use
146         gnus-remove-from-range instead of gnus-range-difference which
147         doesn't exist.
148
149 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
150         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
151
152         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
153         used for showing which articles have been downloaded.
154         (gnus-agent-article-alist): Format change.  Add documentation.
155         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
156         process-marked articles.
157         (gnus-agent-summary-fetch-series): Command for `J s'.
158         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
159         gnus-message instead of message.
160         (gnus-agent-read-servers): Use file lib/methods instead of
161         lib/servers.  TODO: Why?
162         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
163         (gnus-agent-get-undownloaded-list): Remove articles that appear to
164         come from the agent.  This means that they are not downloaded.
165         TODO: Correct?
166         (gnus-agent-fetch-selected-article): Don't use history.
167         (gnus-agent-save-history, gnus-agent-enter-history)
168         (gnus-agent-article-in-history-p, gnus-agent-history-path):
169         Removed function; history is not used anymore.
170         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
171         (gnus-agent-crosspost): TODO: What happened here?
172         (gnus-agent-check-overview-buffer): Some sanity checks on the
173         agent overview buffer.  This is a safety net used during
174         development.
175         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
176         changed, write a number to the file indicating this.
177         (gnus-agent-fetch-headers): Rewrite to respect
178         gnus-agent-consider-all-articles without relying on the
179         `.fetched' files.  Make it fast.
180         (gnus-agent-braid-nov): Change resulting from
181         gnus-agent-fetch-headers change.
182         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
183         `.fetched' files.
184         (gnus-agent-read-agentview): New function, used by
185         gnus-agent-load-alist.
186         (gnus-agent-load-fetched-headers): Remove.
187         (gnus-agent-save-alist): Rewrite to accomodate new format.
188         (gnus-agent-fetch-group-1): Make sure list of articles is in the
189         same order as in gnus-newsgroup-headers.
190         (gnus-agent-expire): Document and implement extra args ARTICLES,
191         GROUP, FORCE.  Do not restrict usage.
192         (gnus-agent-uncached-articles): New function.
193         (gnus-agent-retrieve-headers): Use it.
194         (gnus-agent-regenerate-group): Rewrite.  TODO: Why?
195         (gnus-agent-regenerate): Ditto.  TODO: Why?
196
197         * gnus-start.el (gnus-make-ascending-articles-unread): New
198         function, for efficient mass-marking.
199
200         * gnus-sum.el (gnus-summary-highlight): Use new face for
201         downloaded articles.
202         (gnus-article-mark): Prefer to indicate read/unread status over
203         downloaded status.
204         (gnus-summary-highlight-line-0): New function, maybe rehighlights
205         line.
206         (gnus-summary-highlight-line): Use new face for downloaded
207         articles.
208         (gnus-summary-insert-old-articles): TODO: What does this change
209         do?
210
211 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
212
213         * gnus-agent.el (gnus-category-mode): Typo in doc string.
214
215 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
216
217         * spam.el:
218         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
219
220         * spam.el: added `M s t' and `M s x' key mappings
221
222 2002-11-20  Simon Josefsson  <jas@extundo.com>
223
224         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
225
226 2002-11-19  Simon Josefsson  <jas@extundo.com>
227
228         * gnus-sum.el (gnus-summary-morse-message): Load
229         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
230         (unmorse-region): Autoload it instead.
231
232 2002-11-18  Simon Josefsson  <jas@extundo.com>
233
234         * gnus-sum.el (gnus-summary-morse-message): New function.
235         (gnus-summary-wash-map): Bind to `W m'.
236         (gnus-summary-make-menu-bar): Add.
237
238         * nnimap.el (nnimap-request-expire-articles): Compress sequence
239         before storing \Deleted mark on expired articles.
240
241 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
242         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
243
244         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
245         parens in column 0.
246
247 2002-11-17  Juanma Barranquero  <lektu@terra.es>
248
249         * nnweb.el (nnweb-google-create-mapping): Fix typo.
250
251         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
252
253         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
254
255 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
256
257         * message.el (message-set-auto-save-file-name): Use
258         make-directory, to avoid the dependence on gnus-util.
259
260 2002-11-16  Simon Josefsson  <jas@extundo.com>
261
262         * nnimap.el (nnimap-callback-callback-function):
263         (nnimap-callback-buffer): Removed, these cannot be global but must
264         be embedded into the callback.
265         (nnimap-make-callback): New.  Embedd article number, callback and
266         buffer in function.
267         (nnimap-callback, nnimap-request-article-part): Update.
268
269 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
270
271         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
272
273 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
274
275         * gnus.el (gnus-summary-line-format): Document %C.
276
277 2002-11-11  Simon Josefsson  <jas@extundo.com>
278
279         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
280         output when called interactively.
281
282 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
283
284         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
285
286         * message.el (message-draft-coding-system): Improve comment; use
287         mm-auto-save-coding-system for the default value.
288
289         * nndraft.el (nndraft-request-article): Revert to the state before
290         2002-10-29; regexp-quote mail-header-separator.
291
292 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
293
294         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
295         allow editing of drafts from an nnvirtual group.
296
297 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
298
299         * nndraft.el (nndraft-request-article): Replace emacs-mule with
300         mm-auto-save-coding-system.
301
302         * message.el (message-draft-coding-system): Default to
303         iso-2022-7bit.
304
305         * mm-util.el (mm-auto-save-coding-system): Undo last change to
306         restore the default value to emacs-mule or escape-quoted.
307
308 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
309
310         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
311         a delayed or a queued article as well as a draft.
312
313         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
314         delayed or a queued article in the raw format; treat a delayed
315         article as a raw article as well as a draft.
316         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
317         for the delayed group.
318
319         * nndraft.el (nndraft-request-article): Ignore auto save files for
320         a delayed or a queued article; don't bother to decode a queued
321         article; don't bind nnmail-file-coding-system for a queued article.
322
323         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
324         and the queue group.
325
326 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
327
328         * gnus-group.el (gnus-group-delete-group):
329         gnus-cache-active-hashtb might be void.
330
331 2002-11-02  Simon Josefsson  <jas@extundo.com>
332
333         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
334         setting of the default user ID.  From Raymond Scholz
335         <ray-2002@zonix.de>.
336
337 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
338
339         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
340         charset.
341
342 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
343         From Alex Schroeder <alex@emacswiki.org>
344         * spam-stat.el (spam-stat-process-directory): add dir to message
345         (spam-stat-reduce-size): No longer remove words
346         with values close to 0.5, because the default value is 0.2.
347
348 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
349
350         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
351         documentation.
352
353 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
354
355         * gnus-agent.el (gnus-agent-fetched-headers)
356         (gnus-agent-load-fetched-headers)
357         (gnus-agent-save-fetched-headers): Remove variable and two
358         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
359         works better.
360         (gnus-agent-fetch-headers): New implementation from Kevin
361         Greiner.  Uses gnus-agent-article-alist to store information
362         about fetched messages which aren't on the server anymore.  The
363         trick is to return a list of considered messages to the caller,
364         but to only fetch those which haven't been fetched yet.
365
366 2002-10-30  Simon Josefsson  <jas@extundo.com>
367
368         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
369
370         * pgg.el (pgg-passphrase-cache-expiry): Removed.
371
372 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
373
374         * mm-view.el (mm-w3m-local-map-property): Make it work with older
375         versions of emacs-w3m than 1.3.3.
376
377         * lpath.el: Bind w3m-minor-mode-map.
378
379         * mm-view.el (mm-w3m-mode-command-alist)
380         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
381         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
382         (mm-setup-w3m): Simplified.
383         (mm-w3m-local-map-property): New function.
384         (mm-inline-text-html-render-with-w3m): Use it.
385
386         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
387         mm-w3m-local-map-property.
388
389 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
390
391         * mm-util.el (mm-auto-save-coding-system): Default to
392         iso-2022-7bit.
393
394         * nndraft.el (nndraft-request-article): Decode an article using
395         the coding-system emacs-mule if it seems to have been saved using
396         emacs-mule.
397         (nndraft-request-replace-article): Use message-draft-coding-system
398         instead of mm-auto-save-coding-system for the draft or delayed
399         group.
400
401 2002-10-28  Josh  <huber@alum.wpi.edu>
402
403         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
404         functions.
405
406 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
407         From mah@everybody.org (Mark A. Hershberger).
408
409         * mm-url.el (mm-url-insert-file-contents): Make it return the same
410         type values ("url" size) regardless of the values of
411         mm-url-use-external.
412
413 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
414
415         * nnimap.el (nnimap-request-article-part): Try harder to show
416         group name in debugging message.
417
418 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
419
420         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
421         directory if it doesn't exist.
422         (gnus-agent-fetch-headers): Remove old cruft that tried to
423         abstain from downloading articles more than once if
424         gnus-agent-consider-all-articles was true.  This is now done
425         properly via the .fetched files.
426
427 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
428
429         * nndraft.el (nndraft-request-article): Treat delayed articles
430         like drafts.
431
432 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
433
434         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
435
436 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
437
438         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
439         Remove unused optional arg DIR and corresponding code.
440
441         * nnimap.el (nnimap-request-article-part): Include group name in
442         debugging output.
443
444 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
445
446         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
447
448 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
449
450         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
451         contains range of headers that have been fetched by the agent
452         already.  Compare gnus-agent-article-alist.
453         (gnus-agent-file-header-cache): Like
454         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
455         (gnus-agent-fetch-headers): Improve comment.  Revert to old
456         seen/recent logic.
457         Remember which headers have been fetched before and don't fetch
458         them again the next time round.
459         (gnus-agent-load-fetched-headers)
460         (gnus-agent-save-fetched-headers): New functions, for remembering
461         which headers have been fetched before.
462
463 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
464
465         * lpath.el: Remove useless bindings.
466
467 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
468
469         * gnus-sum.el (gnus-summary-execute-command): Disable visual
470         features while searching.
471
472 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
473
474         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
475
476 2002-10-22  Simon Josefsson  <jas@extundo.com>
477
478         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
479         (pgg-snarf-keys): Add.
480
481 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
482
483         * lpath.el: Fbind bbdb-records.
484
485         * spam.el: Don't autoload bbdb-records.
486
487 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
488
489         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
490         prevent inf-loop.
491
492 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
493
494         * nnslashdot.el: Removed some test lines.
495         More test.
496
497 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
498
499         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
500         are known to be downloaded already.
501
502 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
503
504         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
505         (mm-text-html-washer-alist): Ditto.
506
507 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
508
509         * nnheader.el (nnheader-remove-body): Fix an error of detecting
510         boundary between headers and body.
511         * nnml.el (nnml-parse-head): Ditto.
512
513 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
514
515         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
516         entries.
517
518         * gnus-group.el (gnus-fetch-group): Allow an optional
519         specification of the articles to select.
520
521         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
522
523 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
524
525         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
526         headers from the group, update variable `articles' to contain
527         only those numbers where headers exist.  (When fetching all
528         articles in a group, Gnus creates lots of numbers where there is
529         no articles.)
530
531 2002-10-20  Steve Youngs  <youngs@xemacs.org>
532
533         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
534         doesn't have the 'alist custom type, use cons cells instead.
535         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
536         (pgg-parse-hash-algorithm-alist): Ditto.
537         (pgg-parse-compression-algorithm-alist): Ditto.
538         (pgg-parse-signature-type-alist): Ditto.
539
540         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
541
542         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
543
544         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
545
546 2002-10-19  Simon Josefsson  <jas@extundo.com>
547
548         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
549         buffer.
550
551 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
552
553         * gnus-spec.el (gnus-make-format-preserve-properties)
554         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
555         properties also on XEmacs.  `gnus-xmas-format' is like format but
556         preserves text properties on XEmacs (though it only understands
557         simple format specs).  The variable
558         `gnus-make-format-preserve-properties' controls whether the
559         function is used, and is checked in `gnus-parse-simple-format'.
560         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
561
562         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
563         output.
564         (gnus-agent-consider-all-articles): New variable.
565         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
566         (gnus-agent-fetch-headers): Depending on
567         gnus-agent-consider-all-articles, maybe get all articles.
568         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
569         `read'.
570         (gnus-predicate-imples-unread): New function.
571         (gnus-agent-fetch-headers): Optimize to call
572         gnus-list-of-unread-articles if that is sufficient.
573         Check unseen and recent instead of seen and recent.
574         (gnus-agent-fetch-headers): Abstain from calling
575         gnus-list-range-intersection if range (a . b) would have (> a b).
576
577 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
578
579         * message.el (message-send-mail): Make it possible to perform
580         edebug-defun.
581
582 2002-10-18  Simon Josefsson  <jas@extundo.com>
583
584         * gnus-art.el (gnus-button-man-handler): Change default to
585         `manual-entry' (defined in both emacsen).
586         (gnus-button-man-handler): Remove emacsen difference and use
587         `manual-entry'.
588
589 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
590
591         * spam.el: Wrap autoload settings for bbdb-records,
592         executable-find and ifile-spam-filter with eval-and-compile.
593         (spam-display-buffer-contents): Remove.
594         (spam-bogofilter-score): Merge spam-display-buffer-contents.
595
596 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
597
598         * spam.el (spam-display-buffer-contents): New function.
599         (spam-bogofilter-score): use spam-display-buffer-contents, patch
600         from Katsumi Yamaoka <yamaoka@jpl.org>.
601
602 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
603
604         * nnheader.el (nnheader-parse-naked-head): New function.
605         (nnheader-parse-head): Use the above function, in order to handle
606         continuation lines properly.
607         (nnheader-remove-body): New function.
608         (nnheader-remove-cr-followed-by-lf): New function.
609         (nnheader-ms-strip-cr): Use the above function.
610
611         * gnus-agent.el (gnus-agent-regenerate-group): Call
612         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
613         `nnheader-parse-head'.
614         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
615
616         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
617         continuation lines by itself; call `nnheader-parse-naked-head'
618         instead of `nnheader-parse-head'.
619         * nndiary.el (nndiary-parse-head): Ditto.
620         * nnfolder.el (nnfolder-parse-head): Ditto.
621         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
622         * nnmaildir.el (nnmaildir--update-nov): Ditto.
623         * nnml.el (nnml-parse-head): Ditto.
624
625 2002-10-17  Steve Youngs  <youngs@xemacs.org>
626
627         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
628         XEmacs, default to it if featurep 'xemacs.
629
630 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
631
632         * spam-stat.el: Check for the existence of hash functions instead
633         of the Emacs version to decide whether to load cl.  Suggested by
634         Kai Gro\e,A_\e(Bjohann.
635
636 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
637
638         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
639         if it isn't open yet.
640
641 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
642
643         * gnus-group.el: Require mm-url only when compiling.
644         (gnus-group-fetch-charter): Require mm-url.
645
646         * spam-stat.el: Require cl for the functions gethash,
647         hash-table-count, make-hash-table and mapc for Emacs 20.
648         (puthash): Alias to cl-puthash for Emacs 20.
649         (with-syntax-table): New macro for Emacs 20.
650
651 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
652
653         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
654
655 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
656
657         * spam.el (spam-check-ifile): added ifile as a spam checking
658         backend, and spam-use-ifle as the variable to toggle that check.
659
660 2002-10-12  Simon Josefsson  <jas@extundo.com>
661
662         * message.el (message-beginning-of-line): New variable.
663         (message-beginning-of-line): Use it.
664
665 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
666
667         * spam.el: more compilation fixes for BBDB
668
669         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
670         (spam-stat-reduce-size): Interactive.
671         (spam-stat-reset): New function.
672         (spam-stat-save): Interactive.
673
674 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
675
676         * gnus.el: Autoload gnus-delay-initialize.
677
678         * message.el: Autoload gnus-delay-article.
679
680 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
681
682         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
683         text property in Emacs.
684
685 2002-10-11  Simon Josefsson  <jas@extundo.com>
686
687         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
688         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
689
690         * mml1991.el (mml1991-pgg-sign): Remove CR.
691
692 2002-10-10  Simon Josefsson  <jas@extundo.com>
693
694         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
695         decrypt failed.
696         (mml2015-trust-boundaries-alist): Removed.
697         (mml2015-gpg-extract-signature-details): Don't use it.
698         (mml2015-unabbrev-trust-alist): New.
699         (mml2015-gpg-extract-signature-details): Use it.
700
701 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
702
703         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
704         BBDB installed
705
706         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
707         statistical analysis of spam in Lisp only
708
709 2002-10-10  Simon Josefsson  <jas@extundo.com>
710
711         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
712         auth, selected or examine state.
713
714         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
715         buffer and error buffer depending on type of information.
716
717         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
718         --status-fd stuff even if gpg.el is not used (revert earlier
719         change).
720         (mml2015-pgg-{clear-,}verify): Store both output and errors as
721         gnus details.
722         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
723         buffer.
724
725         * pgg.el (pgg-verify-region): Use it.
726
727         * pgg-def.el (pgg-query-keyserver): New variable.
728
729         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
730         key-identifier in packet.  Is this a good idea?
731
732         * mml.el (mml-mode-map): Add security commands that operates on
733         MIME parts.
734         (mml-menu): And menu items for them.
735
736         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
737
738         * mml.el (mml-parse-1): Support sender in #secure tags.
739
740         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
741         defined.
742
743         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
744         (mml-pgp-encrypt-buffer): Support combined signing.
745
746         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
747         (mml1991-gpg-encrypt): Ditto.
748         (mml1991-pgg-encrypt): Ditto.
749         (mml1991-encrypt): Pass sign parameter.
750
751         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
752         (mml-signencrypt-style): Mention the variable.
753
754 2002-10-09  Simon Josefsson  <jas@extundo.com>
755
756         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
757         pgg-gpg-user-id.
758
759         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
760         (pgg-fetch-key-function): Nil if w3 is not installed.
761
762 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
763
764         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
765         gnus-agent-current-history.
766
767 2002-10-06  Simon Josefsson  <jas@extundo.com>
768
769         * imap.el (imap-parse-status): Don't use read to read token.
770
771 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
772
773         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
774         for methods not covered by the agent, and when unplugged.
775
776 2002-10-05  Simon Josefsson  <jas@extundo.com>
777
778         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
779         signing.
780
781         * gnus-agent.el (gnus-agent-read-servers): If getting method from
782         a named server fails, ignore the server.
783
784         * mml1991.el (mml1991-pgg-sign): Do QP.
785
786         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
787         work.
788
789 2002-10-04  Simon Josefsson  <jas@extundo.com>
790
791         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
792
793         * pgg-pgp.el (pgg-pgp-verify-region): Inline
794         binary-write-decoded-region from MEL.
795
796         * pgg.el (pgg-encrypt-region): Support sign.
797
798         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
799
800         * mml2015.el (mml2015-pgg-encrypt): Ditto.
801
802         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
803         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
804         branch where PGG was taken from in the ChangeLog entries below.
805
806 2002-10-01  Simon Josefsson  <jas@extundo.com>
807
808         * pgg-pgp.el: Don't require mel.  Don't use luna.
809         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
810         (pgg-pgp-process-region): Use expand-file-name instead of concat.
811         (pgg-pgp-process-region): Don't use binary-funcall.
812
813         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
814
815         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
816         instead of concat.
817
818         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
819
820 2002-09-29  Simon Josefsson  <jas@extundo.com>
821
822         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
823         compile warnings.
824
825         * pgg.el (pgg-decrypt-region): Don't parse packet.
826
827         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
828
829 2002-09-29  Daiki Ueno <ueno@unixuser.org>
830
831         * pgg.el: Remove dependency on calist.el.
832
833 2002-09-28  Simon Josefsson  <jas@extundo.com>
834
835         * pgg.el (pgg-temporary-file-directory): New variable.
836         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
837
838         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
839         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
840
841         * pgg-parse.el (pgg-char-int): Defalias.
842         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
843         (pgg-read-bytes, pgg-read-body): Use it.
844         (pgg-decode-packets): Don't use MEL, use base64-*.
845         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
846         (pgg-string-as-unibyte): Defalias.
847         (pgg-parse-armor-region): Use it.
848
849         * pgg-gpg.el (pgg-gpg-process-region): Use
850         pgg-temporary-file-directory.
851
852         * luna.el: Don't def-edebug.
853
854         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
855         binary-write-decoded-region from MEL.
856
857         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
858
859         * alist.el, calist.el: Don't require product/APEL.
860
861         * pgg-parse.el (top-level): Remove dependency on static.el,
862         pccl.el, mel.el.
863         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
864         `define-ccl-program' is boundp, instead of using broken.
865
866 2002-10-01  Simon Josefsson  <jas@extundo.com>
867
868         * message.el (message-required-mail-headers): Remove Lines:.
869
870 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
871         From Jesper Harder.
872
873         * gnus-group.el (gnus-group-fetch-charter,
874         gnus-group-fetch-control): Prompt for group if given a prefix
875         argument.
876         * gnus-sum.el (t): Add gnus-group-fetch-charter and
877         gnus-group-fetch-control to summary key map and menu.
878
879
880 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
881
882         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
883         number when there are no articles.
884
885 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
886
887         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
888         arg ALL means to fetch all articles, not only downloadable ones.
889         (gnus-agent-fetch-selected-article): New function for
890         gnus-select-article-hook or gnus-mark-article-hook.
891
892 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
893         From Peter von der Ahe <nospam2159@daimi.au.dk>.
894
895         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
896         raw-text.
897
898 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
899
900         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
901         Pinard).
902         Major revamp of the code, documentation is in comments in the file
903         for now.
904
905 2002-09-30  Simon Josefsson  <jas@extundo.com>
906
907         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
908         buffer seem to be needed?
909
910 2002-09-29  Simon Josefsson  <jas@extundo.com>
911
912         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
913         compile warnings.
914
915         * mml1991.el (mml1991-function-alist): Add pgg.
916         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
917         (mml1991-pgg-encrypt): Fix recipients querying.
918
919 2002-09-28  Simon Josefsson  <jas@extundo.com>
920
921         * mml2015.el (autoload): Autoload correct files.  Trivial patch
922         from dme@dme.org.
923         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
924         handle is returned.
925
926 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
927
928         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
929         Protect against non-existent of `nnimap-mailbox-info'.
930
931 2002-09-27  Simon Josefsson  <jas@extundo.com>
932
933         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
934         (gnus-setup-news-hook): Use it.
935         (gnus-after-getting-new-news-hook): Ditto.
936
937         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
938
939 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
940         From Mats Lidell <matsl@contactor.se>.
941
942         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
943
944 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
945
946         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
947         the part to decode encoded words, use raw words instead of decoded
948         words.
949
950 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
951
952         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
953
954         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
955         (mm-setup-w3m): Use it.
956
957 2002-09-27  Simon Josefsson  <jas@extundo.com>
958
959         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
960         article buffers.
961
962         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
963         it just in case.
964         (nnimap-update-unseen): New function; update unseen count in
965         `n-m-info'.
966         (nnimap-close-group): Call it.
967
968         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
969         (gnus-after-getting-new-news-hook): Ditto.
970
971         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
972         message into verboselevel 9.  Change slow mail check message.
973         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
974         (nnimap-fixup-unread-after-getting-new-news): New function, to be
975         used as a hook after getting new mail.
976
977 2002-09-26  Simon Josefsson  <jas@extundo.com>
978
979         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
980         SELECT/EXAMINE is first unseen article, not number of unseen
981         articles.  Make them distinct by renaming the former to
982         `first-unseen' instead of `unseen'.
983
984         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
985         too.
986         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
987         changed.
988         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
989
990         * gnus-int.el (gnus-server-unopen-status): Defcustom.
991
992         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
993         better.
994
995         * mml2015.el (mml2015-pgg-decrypt): Only add security information
996         if dissecting resulting buffer actually had any information.
997
998 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
999
1000         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
1001         because the function `string<' allows symbols.
1002
1003         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
1004
1005 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
1006
1007         * message.el (message-forward-make-body): Revert an early change
1008         because 8-bit utf-8 emails.
1009
1010 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
1011
1012         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
1013         links to Info)
1014         * gnus-art.el (gnus-treat-highlight-signature):
1015         * gnus-art.el (gnus-treat-buttonize):
1016         * gnus-art.el (gnus-treat-buttonize-head):
1017         * gnus-art.el (gnus-treat-emphasize):
1018         * gnus-art.el (gnus-treat-strip-cr):
1019         * gnus-art.el (gnus-treat-unsplit-urls):
1020         * gnus-art.el (gnus-treat-leading-whitespace):
1021         * gnus-art.el (gnus-treat-hide-headers):
1022         * gnus-art.el (gnus-treat-hide-boring-headers):
1023         * gnus-art.el (gnus-treat-hide-signature):
1024         * gnus-art.el (gnus-treat-fill-article):
1025         * gnus-art.el (gnus-treat-hide-citation):
1026         * gnus-art.el (gnus-treat-hide-citation-maybe):
1027         * gnus-art.el (gnus-treat-strip-list-identifiers):
1028         * gnus-art.el (gnus-treat-strip-pgp):
1029         * gnus-art.el (gnus-treat-strip-pem):
1030         * gnus-art.el (gnus-treat-strip-banner):
1031         * gnus-art.el (gnus-treat-highlight-headers):
1032         * gnus-art.el (gnus-treat-highlight-citation):
1033         * gnus-art.el (gnus-treat-date-ut):
1034         * gnus-art.el (gnus-treat-date-local):
1035         * gnus-art.el (gnus-treat-date-english):
1036         * gnus-art.el (gnus-treat-date-lapsed):
1037         * gnus-art.el (gnus-treat-date-original):
1038         * gnus-art.el (gnus-treat-date-iso8601):
1039         * gnus-art.el (gnus-treat-date-user-defined):
1040         * gnus-art.el (gnus-treat-strip-headers-in-body):
1041         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
1042         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
1043         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
1044         * gnus-art.el (gnus-treat-unfold-headers):
1045         * gnus-art.el (gnus-treat-fold-headers):
1046         * gnus-art.el (gnus-treat-fold-newsgroups):
1047         * gnus-art.el (gnus-treat-overstrike):
1048         * gnus-art.el (gnus-treat-display-xface):
1049         * gnus-art.el (gnus-treat-display-smileys):
1050         * gnus-art.el (gnus-treat-from-picon):
1051         * gnus-art.el (gnus-treat-mail-picon):
1052         * gnus-art.el (gnus-treat-newsgroups-picon):
1053         * gnus-art.el (gnus-treat-body-boundary):
1054         * gnus-art.el (gnus-treat-capitalize-sentences):
1055         * gnus-art.el (gnus-treat-fill-long-lines):
1056         * gnus-art.el (gnus-treat-play-sounds):
1057         * gnus-art.el (gnus-treat-translate):
1058         * gnus-art.el (gnus-treat-x-pgp-sig):
1059         * gnus-art.el (gnus-mime-button-line-format):
1060         * gnus-art.el (gnus-button-man-level):
1061         * gnus-art.el (gnus-button-emacs-level):
1062         * gnus-cus.el (gnus-group-parameters):
1063         * gnus-gl.el (bbb-build-mid-scores-alist):
1064         * gnus-group.el (gnus-group-line-format):
1065         * gnus-mlspl.el (gnus-group-split-setup):
1066         * gnus-mlspl.el (gnus-group-split):
1067         * gnus-msg.el (gnus-mailing-list-groups):
1068         * gnus-msg.el (gnus-posting-styles):
1069         * gnus-nocem.el (gnus-nocem-issuers):
1070         * gnus-score.el (gnus-score-regexp-bad-p):
1071         * gnus-srvr.el (gnus-server-line-format):
1072         * gnus-topic.el (gnus-topic-line-format):
1073         * gnus.el (gnus-summary-line-format):
1074         * mail-source.el (mail-sources):
1075         * message.el (message-subscribed-address-file):
1076         * nnmail.el (nnmail-split-fancy):
1077
1078 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
1079
1080         * mail-source.el(mail-source-run-script): use `functionp' to test
1081         whether the argument `script' is in fact a function.
1082         (mail-sources): adjust the defcustom to allow users to specify a
1083         function or a string as the value of the `:prescript' and
1084         `:postscript' arguments of the `file' and `pop3' mail sources.
1085
1086 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
1087
1088         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
1089         number when article 1 does not exist.
1090
1091 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1092
1093         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
1094         apropos if apropos-variable does not exist.
1095         (gnus-button-guessed-mid-regexp)
1096         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
1097         regexes.  From Reiner Steib.
1098         (gnus-button-handle-describe-function)
1099         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
1100         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
1101         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
1102
1103 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
1104         Trivial patch.
1105
1106         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
1107         the file.
1108
1109 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
1110
1111         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
1112
1113 2002-09-24  Simon Josefsson  <jas@extundo.com>
1114
1115         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
1116         (mml2015-use): Prefer PGG if installed.
1117         (mml2015-function-alist): Add PGG wrappers.
1118         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
1119         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
1120         prefix, make regexp optionally skip it.
1121         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
1122         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
1123         (mml2015-pgg-encrypt): New functions.
1124         (defvar, autoload): Prevent byte-compile warnings.
1125
1126 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1127         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
1128
1129         * gnus-art.el (article-strip-banner): Check for the existence of
1130         from header.
1131
1132 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
1133
1134         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
1135         (gnus-button-alist): Improved regexp for
1136         gnus-button-handle-mid-or-mail (false positives), fixed
1137         gnus-button-handle-man entries.
1138         From Reiner Steib.
1139
1140 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
1141         From Josh Huber.
1142
1143         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
1144         nnmail-extra-headers is non-nil.
1145
1146 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
1147
1148         * nnmaildir.el: Store article numbers persistently.  General
1149         revision.
1150         (nnmaildir-request-expire-articles): handle 'immediate and 'never
1151         for nnmail-expiry-wait; delete instead of moving if 'force is
1152         given.
1153
1154 2002-09-23  Simon Josefsson  <jas@extundo.com>
1155         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
1156
1157         * smime.el (smime-sign-buffer): Get key and extra certs.
1158         (smime-get-key-with-certs-by-email): Utility function.
1159
1160 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
1161         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
1162
1163         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
1164         article exists.
1165
1166 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
1167
1168         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
1169
1170 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
1171         From Reiner Steib.
1172
1173         * gnus-art.el (gnus-button-handle-custom,
1174         gnus-button-handle-mid-or-mail,
1175         gnus-button-handle-describe-{function,variable,key},
1176         gnus-button-handle-apropos{,command,variable}): New functions.
1177         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
1178         gnus-button-{man,emacs,mail}-level): New variables.
1179         (gnus-button-alist): Use the above to buttonize emacs and mail
1180         related links.
1181
1182 2002-09-18  Juanma Barranquero  <lektu@terra.es>
1183
1184         * gnus-int.el (gnus-status-message): Fix spacing.
1185
1186         * imap.el (imap-continuation): Fix typos.
1187
1188 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
1189
1190         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
1191
1192         * gnus-art.el (gnus-article-reply-with-original): Correct
1193         with-current-buffer scope.
1194
1195         * message.el (message-completion-alist): Add Reply-To, From, etc.
1196
1197 2002-09-18  Simon Josefsson  <jas@extundo.com>
1198
1199         * nnimap.el (nnimap-request-expire-articles): Make flag setting
1200         conditional.  From Nevin Kapur <nevin@jhu.edu>.
1201
1202 2002-09-17  Simon Josefsson  <jas@extundo.com>
1203
1204         * nnimap.el (nnimap-expiry-target): Don't search for which
1205         articles exists here.
1206         (nnimap-request-expire-articles): Do it here instead.  Only expire
1207         when articles are found.  Suggested by Nevin Kapur
1208         <nevin@jhu.edu>.
1209
1210 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1211         From Reiner Steib <reiner.steib@gmx.de>.
1212
1213         * message.el (message-strip-subject-trailing-was)
1214         (message-change-subject, message-add-archive-header)
1215         (message-xpost-fup2-header, message-xpost-insert-note)
1216         (message-xpost-fup2, message-reduce-to-to-cc): New functions
1217         adopted from message-utils.el.  Add functions to the keymap, mode
1218         describtion and menu.
1219         (message-change-subject,message-xpost-fup2): Signal error if
1220         current header is empty.
1221         (message-xpost-insert-note): Changed insert position.
1222         (message-archive-note): Ensure to insert note in message body (not
1223         in head).
1224         (message-archive-header, message-archive-note)
1225         (message-xpost-default, message-xpost-note, message-fup2-note)
1226         (message-xpost-note-function): New variables adopted from
1227         message-utils.el.  Changed some doc-strings.
1228         (message-mark-insert-{begin,end}): Rename from
1229         message-{begin,end}-inserted-text-mark (message-utils.el), changed
1230         values.
1231         (message-subject-trailing-was-query)
1232         (message-subject-trailing-was-ask-regexp)
1233         (message-subject-trailing-was-regexp): New variables.
1234         (message-to-list-only): Added doc-string and menu entry.
1235
1236         * message-utils.el: Removed.  Functions are now in message.el.
1237
1238 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
1239
1240         * gnus-art.el (gnus-article-reply-with-original,
1241         gnus-article-followup-with-original): Switch to
1242         gnus-summary-buffer before reply/followup.
1243
1244 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
1245
1246         * gnus-sum.el (gnus-summary-toggle-header): The article window may
1247         not exist. Toggle it anyway.
1248
1249 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
1250
1251         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
1252
1253         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
1254         Trivial patch from Urban Engberg <ue@ccieurope.com>.
1255
1256         * rfc2047.el (message-posting-charset): Defvar it.
1257         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
1258         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
1259
1260         * mail-source.el (mail-source-fetch): Hide password.
1261
1262         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
1263
1264 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1265         From John Paul Wallington <jpw@shootybangbang.com>.
1266
1267         * gnus.el (gnus-visual, gnus-meta): Fix typo.
1268
1269 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1270
1271         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
1272
1273 2002-09-11  Simon Josefsson  <jas@extundo.com>
1274
1275         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
1276         (nnimap-split-rule): Doc fix.
1277         (nnimap-request-expire-articles): Cleanup code.
1278
1279 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1280         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
1281
1282         * gnus-art.el (gnus-article-address-banner-alist): New option.
1283         (article-strip-banner): Refer the above option to split banners of
1284         free mail servers, when no group parameter is specified.
1285
1286 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1287
1288         * nntp.el (nntp-wait-for-string): Check for a process in the
1289         current buffer instead of `nntp-server-buffer'.
1290
1291 2002-09-09  Simon Josefsson  <jas@extundo.com>
1292
1293         * gnus-art.el (gnus-button-man-handler): New variable.
1294         (gnus-button-alist): Use g-b-handle-man.
1295         (gnus-button-handle-man): New, call g-b-man-handler.
1296
1297 2002-09-08  Simon Josefsson  <jas@extundo.com>
1298
1299         * gnus-art.el (gnus-button-alist): Buttonize man page links.
1300
1301 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1302
1303         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
1304
1305 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1306
1307         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
1308
1309         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
1310         keystroke.
1311
1312         * gnus-srvr.el (gnus-browse-describe-group): New command and
1313         keystroke.
1314
1315 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1316
1317         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
1318         value for gnus-decoration property.
1319
1320 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1321
1322         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
1323         string) as group name in case we have a CRLF in the file.
1324
1325 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
1326
1327         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
1328         group.
1329         (rfc1843-decode-hzp): do.
1330         (rfc1843-newsgroups-regexp): do.
1331
1332 2002-09-04  Simon Josefsson  <jas@extundo.com>
1333
1334         * message.el (message-canlock-generate): Make sure sha1 doesn't
1335         call external programs.
1336
1337 2002-09-03  Simon Josefsson  <jas@extundo.com>
1338
1339         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
1340
1341         * gnus-agent.el (gnus-agent-batch): Add doc.
1342
1343 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
1344
1345         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
1346         check for signed and encrypted parts.
1347         * mml.el (mml-parse-1): Correct small typo which preventing
1348         setting recipients in a secure tag.
1349
1350 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1351
1352         * mm-util.el (mm-coding-system-priorities): Default to a list of
1353         iso-2022-jp and others for the Japanese environment.
1354
1355 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1356
1357         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
1358         invalid display names.
1359
1360 2002-08-30  Simon Josefsson  <jas@extundo.com>
1361
1362         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
1363         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
1364
1365 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
1366
1367         * gnus.el (gnus-group-charter-alist): New option.
1368         (gnus-group-fetch-control-use-browse-url): New option.
1369
1370         * gnus-group.el (gnus-group-fetch-charter): New function.
1371         (gnus-group-fetch-control): New function.
1372         Add them to the keymap and menu. Require mm-url.
1373
1374 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1375
1376         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
1377         From Alex Schroeder <alex@emacswiki.org>.
1378
1379 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
1380
1381         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
1382         items expecting user interaction.
1383
1384         * gnus-topic.el (gnus-topic-make-menu-bar): do.
1385
1386         * gnus-sum.el (gnus-summary-make-menu-bar): do.
1387
1388         * gnus-srvr.el (gnus-server-make-menu-bar): do.
1389
1390         * mml.el (mml-menu): do.
1391
1392 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1393
1394         * mail-source.el (mail-source-touch-pop): New function.
1395
1396         * message.el (message-smtpmail-send-it): New function.
1397         (message-send-mail-function): Add it for a candidate.
1398
1399 2002-08-27  Simon Josefsson  <jas@extundo.com>
1400
1401         * gnus-msg.el (posting-charset-alist): Use
1402         gnus-define-group-parameter instead of defcustom.
1403         (gnus-put-message): Handle SPC in GCC.
1404         (gnus-inews-insert-gcc): Ditto.
1405         (gnus-inews-insert-archive-gcc): Ditto.
1406
1407 2002-08-26  Simon Josefsson  <jas@extundo.com>
1408
1409         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
1410         (gnus-agentize): Auto agentize all nntp and nnimap groups.
1411         (gnus-agent-possibly-save-gcc): Autoload.
1412         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
1413
1414 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1415
1416         * gnus.el (gnus-other-frame-function): New user option.
1417         (gnus-other-frame): Use it; add a doc-string; make it work with
1418         the gnuclient program.
1419
1420         * gnus-util.el (gnus-frame-or-window-display-name): New function.
1421
1422         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
1423         `device-connection' and `dfw-device'.
1424
1425 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1426
1427         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
1428         positives, make it stricter.  From Jochen Hein (trivial change).
1429
1430 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1431
1432         * gnus.el (gnus-other-frame): Trivial fix.
1433
1434 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1435
1436         * gnus.el (gnus-other-frame-parameters): New user option.
1437         (gnus-other-frame-object): New variable.
1438         (gnus-other-frame): Make it search for existing Gnus frame; don't
1439         read new news; delete frame on exit.
1440
1441         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
1442
1443         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
1444
1445 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1446         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
1447
1448         * message.el (message-set-auto-save-file-name): Add support for
1449         the Cygwin Emacs; the system-type is `cygwin'.
1450         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
1451
1452 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
1453
1454         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
1455
1456         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
1457         avoid arithmetic errors.
1458
1459 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1460
1461         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
1462
1463 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1464
1465         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
1466         (message-ignored-resent-headers): Add envelope From.
1467
1468 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1469
1470         * gnus.el (gnus-summary-line-format): Document %k specifier.
1471
1472 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1473
1474         * gnus-sum.el (gnus-summary-line-message-size): New function.
1475         (gnus-summary-line-format-alist): Use it.
1476
1477 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1478
1479         * gnus-art.el (article-make-date-line): Refer to the value for
1480         `gnus-article-time-format' in the summary buffer.
1481
1482         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
1483
1484 2002-08-14  Simon Josefsson  <jas@extundo.com>
1485
1486         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
1487         quoting.
1488         (gnus-button-alist): Fix doc.
1489         (gnus-header-button-alist): Use ' not ` for default value quoting.
1490         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
1491         rationale similar to 2002-05-01 change.
1492         (gnus-article-add-buttons-to-head): Evaluate expression.
1493
1494         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
1495
1496 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1497
1498         * message.el (message-font-lock-keywords): Refer to the value for
1499         `message-cite-prefix-regexp' dynamically.
1500
1501 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1502
1503         * gnus-art.el (gnus-decode-header-methods): Doc fix.
1504
1505 2002-08-12  Simon Josefsson  <jas@extundo.com>
1506
1507         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
1508         (imap-shell-open): Skip initial junk before IMAP greeting.
1509
1510 2002-08-11  Simon Josefsson  <jas@extundo.com>
1511
1512         * message-utils.el (message-xpost-default,
1513         message-xpost-fup2-header, message-xpost-fup2): Fixed
1514         Typos.  Trivial changes from Reiner Steib
1515         <4uce.02.r.steib@gmx.net>.
1516
1517 2002-08-09  Simon Josefsson  <jas@extundo.com>
1518
1519         * message.el (message-canlock-password): Set
1520         canlock-password-for-verify to newly generated canlock-password.
1521         When Emacs is restarted, Custom makes sure this is set, but during
1522         the same session we must set it manually.
1523
1524 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
1525
1526         * yenc.el: New file.
1527
1528         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
1529         (mm-uu-type-alist): Add yenc.
1530         (mm-uu-yenc-filename): New function.
1531         (mm-uu-yenc-extract): New function.
1532
1533         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
1534
1535 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
1536
1537         * dgnushack.el (merge): Don't use coerce.
1538
1539 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
1540
1541         * mailcap.el (mailcap-mime-data): Test window-system rather than
1542         mm-device-type.
1543         (mailcap-mime-data): Call xdvi and gv with "-safer".
1544
1545         * mm-util.el: Don't define mm-device-type.
1546
1547 2002-08-05  Simon Josefsson  <jas@extundo.com>
1548
1549         * mm-util.el (mm-coding-system-priorities): coding-system type not
1550         supported everywhere.
1551
1552 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1553
1554         * gnus.el (gnus-version-number): Bumped version number.
1555
1556 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1557
1558         * gnus.el: Oort Gnus v0.07 is released.
1559
1560 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1561
1562         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
1563         (gnus-article-sort-functions): Doc fix.
1564         (t): New keystroke.
1565         (gnus-article-sort-by-random): New function.
1566         (gnus-thread-sort-by-random): New function.
1567
1568 2002-08-02  Simon Josefsson  <jas@extundo.com>
1569
1570         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
1571         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
1572
1573 2002-07-31  Danny Siu  <dsiu@adobe.com>
1574
1575         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
1576         when splitting malformed messages without message-id
1577
1578 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1579         From Niklas Morberg <niklas.morberg@axis.com>.
1580
1581         * nnweb.el (nnweb-type, nnweb-type-definition)
1582         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
1583         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
1584         functionality.
1585         * nnweb.el: Removed old non-functioning search engines.
1586
1587 2002-07-27  Simon Josefsson  <jas@extundo.com>
1588
1589         * message.el (message-forward-make-body): Don't use
1590         `message-forward-ignored-headers' when doing a "raw" followup (it
1591         is important to preserve e.g. CTE).
1592
1593         * flow-fill.el (fill-flowed): Disable filladapt-mode.
1594
1595         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
1596         regexp-quote, Cyrus Sieve is fixed.
1597
1598         * sieve-manage.el (sieve-manage-deletescript): New function.
1599
1600         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
1601         (sieve-manage-mode): Fix menubar.
1602         (sieve-activate): Change some messages.
1603         (sieve-deactivate-all): New function.
1604         (sieve-deactivate): New alias.
1605         (sieve-remove): New function.
1606         (sieve-help): Fix help.
1607         All suggested by Ned Ludd.
1608
1609 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1610
1611         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
1612         (mm-w3m-safe-url-regexp): New user option.
1613
1614         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
1615         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
1616
1617 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
1618
1619         * gnus-sum.el (gnus-summary-delete-article): Force
1620         nnmail-expiry-target to 'delete, so that absolute deletion
1621         happens when absolute deletion is requested.
1622
1623 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1624         From Nevin Kapur <nevin@jhu.edu>.
1625
1626         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
1627         headers as empty headers.
1628
1629 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1630         From Jochen Hein <jochen@jochen.org>.
1631
1632         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
1633         correct typo.
1634         (gnus-emphasis-strikethru): New face.
1635
1636 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1637         From Jason Merrill <jason@redhat.com>.
1638
1639         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
1640         entire file for each of a sequence of missing articles.
1641
1642         * gnus-salt.el (gnus-binary-display-article): Respect an existing
1643         value for gnus-view-pseudos.
1644
1645         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
1646         avoid nreverse.
1647
1648 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1649         From Ted Zlatanov <teodor.zlatanov@divine.com>.
1650
1651         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
1652         (gnus-summary-mode-line-format-alist): Add %h for number of
1653         spams.
1654         (gnus-newsgroup-spam-marked): New variable.
1655         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
1656         (gnus-article-read-p, gnus-article-mark)
1657         (gnus-set-global-variables, gnus-set-global-variables)
1658         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
1659         (gnus-summary-mark-article-as-unread)
1660         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
1661         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
1662         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
1663
1664 2002-07-10  Simon Josefsson  <jas@extundo.com>
1665
1666         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
1667         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
1668
1669 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
1670
1671         * gnus-sum.el (gnus-summary-delete-article): Respect group
1672         parameters while expiring.
1673
1674 2002-07-08  Simon Josefsson  <jas@extundo.com>
1675
1676         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
1677         Enberg.
1678
1679 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1680
1681         * gnus-art.el (article-unsplit-urls): Only display MIME when this
1682         function is called interactively.  From Niklas Morberg.
1683
1684 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
1685
1686         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
1687         cdaar to cdar and car.
1688
1689         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
1690         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
1691
1692 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1693
1694         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
1695         don't break a narrowed article.
1696
1697         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
1698         (nntp-open-via-rlogin-and-telnet): Ditto.
1699
1700 2002-07-02  Didier Verna  <didier@xemacs.org>
1701
1702         * nnmail.el (nnmail-split-methods): fix custom type.
1703
1704 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1705
1706         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
1707         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
1708
1709 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1710
1711         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
1712         (gnus-summary-resend-message): Use it.
1713
1714 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1715
1716         * nntp.el (nntp-via-rlogin-command-switches): New variable.
1717         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
1718
1719 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1720
1721         * message.el (message-font-lock-keywords): Don't fontify
1722         headers in the message body, only in the header.
1723         (message-font-lock-make-header-matcher): New function, used by
1724         message-font-lock-keywords.
1725         From Katsumi Yamaoka <yamaoka@jpl.org>.
1726
1727 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1728
1729         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
1730
1731 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1732
1733         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
1734
1735 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1736
1737         * message.el (message-font-lock-keywords): Revert 2002-06-22
1738         change.
1739
1740 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1741
1742         * message.el (message-font-lock-keywords): Put colon in header
1743         name match.
1744
1745 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1746
1747         * message.el (message-font-lock-keywords): Don't use header faces
1748         in the body.  Thanks to Stefan Monnier for the hint on the
1749         implementation.
1750
1751 2002-05-09  Miles Bader  <miles@gnu.org>
1752
1753         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
1754         (gnus-article-hide-citation): Respect it.
1755
1756 2002-04-12  Juanma Barranquero  <lektu@terra.es>
1757
1758         * pop3.el (pop3-open-server): Fix typo.
1759
1760 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
1761
1762         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
1763         instead of push to ignore duplicate to-(list|address) values.
1764         * nnmail.el (nnmail-cache-ignore-groups): New.
1765         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
1766
1767 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1768
1769         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
1770         before sending.  Suggested by Jan Rychter.
1771
1772 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1773
1774         * dgnushack.el (remove): New compiler macro.
1775         (last, coerce, subseq): Remove compiler macros for those built-in
1776         or unused functions.
1777
1778 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1779
1780         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
1781         sure to write byte-compiled versions of gnus-*-format-alist to
1782         .newsrc.eld.  From Simon Josefsson.
1783
1784 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1785
1786         * gnus-agent.el (gnus-agent-read-servers)
1787         (gnus-agent-write-servers): Put server name (string like
1788         "nnchoke:frumple") in the file instead of a server specification
1789         (Lisp expression like (nnchoke "frumple" ...parameters...)).
1790         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
1791
1792 2002-06-16  Simon Josefsson  <jas@extundo.com>
1793
1794         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
1795         Reiner Steib <4uce.02.r.steib@gmx.net>.
1796
1797 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
1798
1799         * nnheader.el (nnheader-file-name-translation-alist): Set the
1800         default value for MS Windows systems.
1801
1802         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
1803
1804 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1805
1806         * message.el (message-beginning-of-line): Keep the region active
1807         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
1808
1809 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
1810
1811         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
1812         * gnus-msg.el (gnus-summary-reply): Ditto.
1813         * gnus-msg.el (gnus-summary-handle-replysign): New.
1814
1815 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1816
1817         * message.el (message-send-mail-with-sendmail): Kill errbuf even
1818         if sending failed.
1819
1820 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
1821
1822         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
1823         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
1824         to sign while encrypting.
1825
1826 2002-06-11  Simon Josefsson  <jas@extundo.com>
1827
1828         * gnus-int.el (gnus-request-move-article): Agent expire article if
1829         successfuly moved.
1830
1831         * nnweb.el (nnweb-google-create-mapping): Honors the value of
1832         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
1833
1834 2002-06-10  Simon Josefsson  <jas@extundo.com>
1835
1836         * gnus-int.el (gnus-request-expire-articles): Fix last change?
1837
1838 2002-06-09  Simon Josefsson  <jas@extundo.com>
1839
1840         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
1841
1842         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
1843
1844 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
1845
1846         * flow-fill.el (fill-flowed): Ignore errors.
1847
1848 2002-06-06  Simon Josefsson  <jas@extundo.com>
1849
1850         * message.el (message-send-mail-with-sendmail): Improve error message.
1851
1852 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1853
1854         * message.el (message-interactive): Change default from nil to t.
1855         Better to be safe than to be fast.
1856
1857 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1858
1859         * message.el (message-send-mail-with-sendmail): Check return value
1860         from call-process-region.
1861
1862 2002-06-04  Simon Josefsson  <jas@extundo.com>
1863
1864         * gnus-msg.el (gnus-group-mail, gnus-group-news)
1865         (gnus-group-post-news, gnus-summary-mail-other-window)
1866         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
1867         gnus-article-copy to nil, thereby inhibiting the `header' posting
1868         style match to use data from last viewed article.
1869         Suggested by Hrvoje Niksic.
1870
1871 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1872
1873         * spam.el (spam-point-at-eol): New alias.
1874         (spam-parse-whitelist): Use it.
1875
1876 2002-06-03  Simon Josefsson  <jas@extundo.com>
1877
1878         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
1879         (nnmail-article-group): Use it.
1880
1881 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1882
1883         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
1884         so that code reading them won't be surprised.  From Jesper Harder
1885         <harder@ifa.au.dk>.
1886
1887 2002-05-29  Simon Josefsson  <jas@extundo.com>
1888
1889         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
1890         articles.
1891
1892         * gnus.el (gnus-agent-cache): Doc fix.
1893         (gnus-agent): Change default to t.
1894
1895         * gnus-agent.el (gnus-agent-expire): Make it accept optional
1896         ARTICLES, GROUP and FORCE parameters.
1897
1898 2002-05-28  Simon Josefsson  <jas@extundo.com>
1899
1900         * gnus-group.el (gnus-group-line-format): Doc fix.
1901
1902 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1903
1904         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
1905         original article before yanking.  From Jesper Harder
1906         <harder@ifa.au.dk>.
1907
1908 2002-05-26  Simon Josefsson  <jas@extundo.com>
1909
1910         * gnus-sum.el (gnus-summary-menu-split): New function.
1911         (gnus-summary-make-menu-bar): Split charset submenu.
1912         (gnus-summary-menu-maxlen): New variable.
1913         (gnus-summary-menu-split): Use it.
1914
1915 2002-05-25  Simon Josefsson  <jas@extundo.com>
1916
1917         * mml.el (mml-preview): Generate some headers.
1918
1919         * gnus.el (gnus-large-newsgroup): Fix :type.
1920
1921         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
1922         Agent cache NOV's by default now).
1923         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
1924
1925 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
1926
1927         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
1928         call to gnus-parent-id when we check for References loops.
1929         (gnus-summary-prepare-threads): Avoid simplifying every Subject
1930         twice by saving the simplified subject string in simp-subject.
1931
1932 2002-05-23  Simon Josefsson  <jas@extundo.com>
1933
1934         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
1935         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
1936
1937         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
1938         Niklas Morberg <niklas.morberg@axis.com>.
1939
1940 2002-05-22  Simon Josefsson  <jas@extundo.com>
1941
1942         * sieve.el (sieve-change-region): Define it before it is used.
1943
1944         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
1945         (gnus-summary-reply): Ask for confirmation when replying to news.
1946         Defaults to not ask.  From Benjamin Rutt
1947         <rutt+news@cis.ohio-state.edu>.
1948
1949         * nnimap.el (nnimap-nov-is-evil): Improve doc.
1950
1951 2002-05-21  Simon Josefsson  <jas@extundo.com>
1952
1953         * sieve-mode.el (sieve-manage): Fix autoloads.
1954
1955         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
1956         name (makes it work with recent Cyrus timsieved).
1957
1958 2002-05-20  Jason  <jbaker@cs.utah.edu>
1959         Trivial patch.
1960
1961         * gnus-art.el (gnus-request-article-this-buffer): Try
1962         reconnecting if you don't get the message.
1963
1964 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1965
1966         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
1967         Reply-To headers from the headers.
1968
1969 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1970
1971         * mm-url.el (mm-url-insert): Remove junk message.
1972
1973 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1974
1975         * nnslashdot.el (nnslashdot-request-list): Parse new html.
1976         (nnslashdot-use-front-page): New variable.
1977         (nnslashdot-request-list): Use it.
1978
1979         * mm-url.el (mm-url-timeout): New variable.
1980         (mm-url-retries): Ditto.
1981         (mm-url-insert): Use it.
1982
1983 2002-05-16  Simon Josefsson  <jas@extundo.com>
1984
1985         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
1986         (gnus-simplify-subject-functions): Mention g-s-a-w.
1987
1988 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
1989
1990         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
1991         nnmail-cache-insert.
1992         * nndiary.el (nndiary-request-accept-article): Ditto.
1993         * nnfolder.el (nnfolder-request-accept-article): Ditto.
1994         * nnimap.el (nnimap-request-accept-article): Ditto.
1995         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
1996         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
1997         * nnmbox.el (nnmbox-request-accept-article): Ditto.
1998         * nnmh.el (nnmh-request-accept-article): Ditto.
1999         * nnmail.el (nnmail-cache-insert): Change group to required,
2000         removed code which tried to figure out the group.
2001
2002 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
2003
2004         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
2005         messages. From Hans de Graaff <hans@degraaff.org>.
2006         * nnml.el (nnml-request-accept-article): Pass in the group name to
2007         nnmail-cache-insert, since it's available.
2008
2009 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
2010
2011         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
2012
2013 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2014         From Florian Weimer <fw@deneb.enyo.de>.
2015
2016         * gnus.el (subscribed): New group parameter.
2017         (gnus-find-subscribed-addresses): Use it.
2018
2019 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
2020
2021         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
2022         the default for pgpmime to support pgp v2.
2023         * mml-sec.el (mml-signencrypt-style): New accessor function to
2024         allow users to get/set the signencrypt style more easily without
2025         frobbing the alist directly.
2026         * mml.el (mml-generate-mime-1): Use accessor function.
2027
2028 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2029
2030         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
2031         parenthesis for "<" and ">".  Suggested by Andreas Schwab
2032         <schwab@suse.de>.
2033
2034 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2035
2036         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
2037         when intuiting the group the message is written to.  From Josh
2038         Huber <huber@alum.wpi.edu>.
2039
2040 2002-05-06  Simon Josefsson  <jas@extundo.com>
2041
2042         * gnus-topic.el (gnus-group-topic-parameters): Work when group
2043         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
2044
2045 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
2046
2047         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
2048         argument, and fixed compiler warning. (added autoload for
2049         gpg-encrypt).
2050
2051 2002-05-04  Simon Josefsson  <jas@extundo.com>
2052
2053         * mml1991.el (mml1991-function-alist): Doc fix.
2054
2055         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
2056         doesn't exist (for previewing messages without having Gnus
2057         started).
2058
2059         * mm-util.el (mm-coding-system-priorities): Defcustom.
2060
2061         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
2062
2063 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
2064
2065         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
2066         default.
2067         * mml-sec.el:
2068         * mml-sec.el (mml-signencrypt-style): New.
2069         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
2070         argument `sign'.
2071         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
2072         signencrypt.
2073         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
2074         * mml.el (mml-generate-mime-1): Changed logic so a part which is
2075         both signed & encryped is processed in one operation. (rather than
2076         two separate ops: sign, then encrypt)
2077         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
2078         indication if a message is signed by an expired key.
2079         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
2080         enables combined sign & encrypt operation. (this was always on
2081         before).
2082         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
2083
2084 2002-05-01  Simon Josefsson  <jas@extundo.com>
2085
2086         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
2087         server.
2088         (nnimap-mailbox-info): defvar instead of defvoo.
2089
2090 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2091
2092         * gnus.el: Oort Gnus v0.06 is released.
2093
2094 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2095
2096         * lpath.el: Bind url-package-version.
2097
2098 2002-05-01  Simon Josefsson  <jas@extundo.com>
2099
2100         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
2101         filename before deleting the group itself, because the presence of
2102         a group filename decides if long filenames are used or not.
2103
2104         * gnus-art.el (gnus-button-alist): Don't inline
2105         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
2106         without also modifying g-button-alist.
2107         (gnus-button-alist): Fix type to allow variable as well as regexp.
2108         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
2109         themselves, variables to its contents.
2110         (gnus-button-entry): Ditto.
2111
2112 2002-05-01  Simon Josefsson  <jas@extundo.com>
2113
2114         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
2115         UIDNEXT as a string.
2116
2117         * nnimap.el (nnimap-string-lessp-numerical): New function.
2118         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
2119         integers.
2120
2121 2002-04-29  Simon Josefsson  <jas@extundo.com>
2122
2123         * nnmail.el (nnmail-cache-insert): Accept optional group
2124         parameter.
2125
2126         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
2127         n-r-g-a is disabled.
2128
2129 2002-04-29  Simon Josefsson  <jas@extundo.com>
2130
2131         * nnimap.el (nnimap-split-fancy): Fix doc.
2132         (nnimap-split-fancy): Fix doc.
2133
2134         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
2135         (nnimap-mailbox-info): New internal variable.
2136         (nnimap-retrieve-groups): Implement faster new mail check.
2137
2138         * nnimap.el (nnimap-split-articles): Support
2139         nnmail-cache-accepted-message-ids.
2140         (nnimap-request-accept-article): Ditto.
2141
2142         * imap.el (imap-mailbox-status-asynch): New command.
2143
2144 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
2145
2146         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
2147         are no subscribed mail groups.
2148         - Strip quoted names when comparing addresses
2149
2150 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
2151
2152         * mm-decode.el (mm-text-html-renderer): Change customize type to
2153         const.
2154
2155         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
2156         (gnus-debug-exclude-variables): do.
2157
2158 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
2159
2160         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
2161         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
2162
2163 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2164
2165         * dns.el (dns-make-network-process): New macro.
2166         (query-dns): Use it.
2167
2168 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
2169
2170         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
2171         article-buffer.
2172
2173         * mm-url.el (mm-url-package-name): New variable.
2174         (mm-url-package-version): New variable.
2175         (mm-url-insert-file-contents): Bind url-package-name and
2176         url-package-version here.
2177         * nnrss.el (nnrss-insert-w3): Move the bindings.
2178
2179         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
2180         url-package-version. Trivial change from Andrew J Cosgriff
2181         <ajc@polydistortion.net>
2182
2183         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
2184         attachments. Trivial change from Peter 'Luna' Runestig
2185         <peter@runestig.com>.
2186
2187 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
2188
2189         * nnkiboze.el (nnkiboze-request-scan): Call
2190         nnkiboze-possibly-change-group.
2191         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
2192         problems.
2193         (nnkiboze-generate-group): Set newsrc to the *highest* article
2194         number kibozed, not the lowest.
2195
2196 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
2197
2198         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
2199
2200 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2201         From Dan Christensen <jdc+news@uwo.ca>.
2202
2203         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
2204         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
2205         Recognize math postings.  Extract Date (now ignores "(15kb)").
2206         Extract email address using gnus-extract-address-components
2207         instead of just taking the first word.  Create Date and From
2208         headers for message which are missing these headers.  Get rid
2209         of spurious \\ lines (purely cosmetic).  Extend body-end and
2210         file-end regexps, to exclude more garbage from the message.
2211         Make URL rephrasing regexp more flexible, to match current
2212         format.
2213
2214 2002-04-23  Simon Josefsson  <jas@extundo.com>
2215
2216         * netrc.el: New file, functions copied from gnus-util.el by Ted
2217         Zlatanov <tzz@lifelogs.com>.
2218
2219         * gnus-util.el: Require netrc.
2220         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
2221         new code in netrc.el.
2222
2223 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2224
2225         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
2226         message-ignored-resent-headers, too.  From Matthieu Moy
2227         <Matthieu.Moy@imag.fr>.
2228
2229 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
2230
2231         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
2232         boolean not a string
2233         * gnus-group.el (gnus-group-line-format): add description of %C
2234         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
2235           as %C
2236         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
2237
2238 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
2239
2240         * nnmaildir.el (nnmaildir-request-scan): typo: set
2241         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
2242         nnmail-get-new-mail for 'find-new-groups.
2243
2244 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
2245
2246         * nnmaildir.el (nnmaildir-request-update-info,
2247         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
2248         unnecessary calls to nnmaildir-request-scan.
2249
2250 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
2251
2252         * gnus-msg.el:
2253         * gnus-msg.el (gnus-message-replysign): New.
2254         * gnus-msg.el (gnus-message-replyencrypt): New.
2255         * gnus-msg.el (gnus-message-replysignencrypted): New.
2256         * gnus-msg.el (gnus-summary-reply): Use the three new variables
2257         (above) to automatically encrypt/sign to encrypted/signed
2258         messages.
2259         * message.el:
2260         * message.el (message-mode-map): Add keybinding for
2261         `message-to-list-only'
2262         * message.el (message-mode): Add description for
2263         `message-to-list-only'
2264         * message.el (message-to-list-only): New.
2265         * message.el (message-make-mft): Changed to use the cl loop macro,
2266         and added optional flag to return only the matched list. (for use
2267         in new message-to-list-only function)
2268
2269 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
2270
2271         * gnus-msg.el:
2272         * gnus-msg.el (gnus-message-replysign):
2273         * gnus-msg.el (gnus-replysign): New.
2274         * gnus-msg.el (gnus-replyencrypt): New.
2275         * gnus-msg.el (gnus-replysignencrypted): New.
2276         * gnus-msg.el (gnus-summary-reply):
2277         * message.el:
2278         * message.el (message-mode-map):
2279         * message.el (message-mode):
2280         * message.el (message-to-list-only): New.
2281         * message.el (message-make-mft):
2282
2283 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
2284
2285         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
2286
2287 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
2288
2289         * message.el (message-gen-unsubscribed-mft): accept a prefix
2290         argument so CC can be included with C-u C-c C-f C-a
2291
2292 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2293         From Ted Zlatanov <teodor.zlatanov@divine.com>.
2294
2295         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
2296         Improve docstring.
2297         (spam-enter-blacklist): New command.
2298
2299         * gnus-sum.el (gnus-spam-mark): New mark.
2300         (gnus-auto-expirable-marks): Add gnus-spam-mark.
2301         (gnus-summary-make-tool-bar): Correct conditional.
2302         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
2303         (gnus-summary-mark-as-spam): New command.
2304
2305 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
2306
2307         * mml-sec.el (mml-secure-message): changed to support arbritrary
2308         modes.
2309         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
2310         changed to support "signencrypt" mode.
2311         * mml.el (mml-parse-1): changed to support different secure modes
2312         more easily. (for signencrypt)
2313
2314 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
2315
2316         * gnus-sum.el (gnus-update-summary-mark-positions)
2317         (gnus-summary-toggle-header):
2318         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
2319         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
2320         (gnus-uu-post-encoded):
2321         * nnfolder.el (nnfolder-possibly-change-group):
2322         * nnimap.el (nnimap-retrieve-headers):
2323         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
2324
2325 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
2326
2327         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
2328         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
2329
2330 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2331
2332         * gnus-srvr.el (gnus-server-set-info): Clear
2333         `gnus-server-method-cache' when `gnus-server-alist' is changed.
2334         From Daiki Ueno <ueno@unixuser.org>.
2335
2336 2002-04-11  Simon Josefsson  <jas@extundo.com>
2337
2338         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
2339         viewing of security buttons.  Thanks to Nicolas Kowalski
2340         <Nicolas.Kowalski@imag.fr>.
2341
2342         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
2343         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
2344         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
2345         <Nicolas.Kowalski@imag.fr>.
2346         (smime-decrypt-buffer): Ditto.
2347
2348 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2349
2350         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
2351         header line.
2352
2353 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
2354
2355         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
2356
2357 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2358
2359         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
2360
2361 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
2362
2363         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
2364         errors when debug.
2365
2366 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
2367
2368         * message.el (message-make-mft): Changed MFT code from using
2369         message-recipients (which included Bcc) to use only the To and CC
2370         headers.
2371
2372 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
2373
2374         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
2375         add link.
2376         (gnus-treat-mail-picon): Ditto.
2377         (gnus-treat-newsgroups-picon): Ditto.
2378         (gnus-picon-databases): Fix custom type.
2379         (gnus-picon-databases): Add link.
2380         (gnus-article-x-face-command): Add to gnus-picon group.
2381
2382 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
2383
2384         * message.el (message-buffer-naming-style): Remove.
2385
2386 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
2387
2388         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
2389
2390         * message.el (message-tool-bar-map): Ditto.
2391
2392         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2393
2394 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2395
2396         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
2397
2398 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
2399
2400         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
2401
2402 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
2403         Trivial patch.
2404
2405         * dns.el: open-network-stream under XEmacs does udp.
2406
2407 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
2408
2409         * spam.el (spam-enter-whitelist): New function.
2410         (spam-parse-whitelist): Ditto.
2411         (spam-refresh-list-cache): Ditto.
2412         (spam-address-whitelisted-p): New function.
2413
2414         * dns.el (query-dns): Use TCP when make-network-process isn't
2415         available.
2416         (dns-servers): New variable.
2417         (dns-parse-resolv-conf): New function.
2418         (query-dns): Use it.
2419
2420         * spam.el: New file.
2421
2422         * dns.el (query-dns): Test.
2423
2424 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2425
2426         * lpath.el (featurep): Bind make-network-process.
2427
2428 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
2429
2430         * nnmaildir.el: Use defstruct.  Use a single copy of
2431         nnmail-extra-headers to save memory.  Store server's group name
2432         prefix instead of each group's prefixed name.
2433         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
2434         nntp-server-buffer.
2435
2436 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2437
2438         * dns.el: New file.
2439
2440 2002-03-28  Simon Josefsson  <jas@extundo.com>
2441
2442         * gnus-sum.el (gnus-summary-dummy-line-format):
2443         * gnus.el (gnus-summary-line-format): Fixing links to Info.
2444         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
2445
2446 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2447
2448         * gnus-sum.el (gnus-summary-move-article)
2449         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
2450         the doc string.
2451
2452 2002-03-28  Simon Josefsson  <jas@extundo.com>
2453
2454         * mml-sec.el (mml-secure-message): Search after
2455         mail-header-separator from top of message.
2456
2457 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
2458
2459         * nnmaildir.el: Cosmetic changes.
2460         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
2461         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
2462         nnmaildir--group-ls): New macros/functions.  Use them.
2463         (nnmaildir--unlink): Evalutate argument only once.
2464
2465 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
2466
2467         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
2468         symbols.
2469         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
2470         `gnus-point-at-eol'.
2471
2472 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
2473
2474         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
2475         nnmaildir--marks-dir): New macros.  Use them.
2476         Use inhibit-quit for atomicity instead of in-memory journaling.
2477         (nnmaildir--edit-prep): New function.
2478         (Local Variables): Use it.
2479
2480 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
2481
2482         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
2483
2484 2002-03-25  Simon Josefsson  <jas@extundo.com>
2485
2486         * message.el (message-mode): Fix doc.
2487
2488 2002-03-25  Simon Josefsson  <jas@extundo.com>
2489
2490         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
2491         Matthieu Moy <Matthieu.Moy@imag.fr>.
2492
2493 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
2494
2495         * mml-sec.el (mml-unsecure-message): Add docstring.
2496
2497 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
2498
2499         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
2500         value.
2501         Trivial change from andre@slamdunknetworks.com
2502
2503 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
2504
2505         * mml.el (mml-mode-map): Added a keybinding for
2506         `mml-unsecure-message'.  Also, added a menu entry for said
2507         function in the Attachments menu.
2508
2509 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2510
2511         * canlock.el (canlock-version): Remove.
2512         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
2513         here; simplify \x insertions.
2514         (canlock-sha1): New function, always return a unibyte string.
2515         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
2516         of a password.
2517         (canlock-insert-header): Use `canlock-sha1'.
2518         (canlock-verify): Ditto.
2519
2520 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
2521
2522         * message.el (message-fix-before-sending): Add an option that
2523         ignores illegible text.
2524         Trivial change from Mark Milhollan <mlm@attglobal.net>
2525
2526         * message.el (message-font-lock-keywords): Support multi-line MML
2527         tags.
2528
2529         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
2530         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
2531
2532 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2533
2534         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
2535         symbols for "View as different encoding" submenu.
2536
2537 2002-03-19  Simon Josefsson  <jas@extundo.com>
2538
2539         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
2540         encoding" submenu.
2541
2542 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
2543
2544         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
2545
2546 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2547
2548         * gnus-sum.el (gnus-sum-thread-tree-root)
2549         (gnus-sum-thread-tree-single-indent)
2550         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
2551         (gnus-sum-thread-tree-leaf-with-other)
2552         (gnus-sum-thread-tree-single-leaf): Make customizable.
2553
2554 2002-03-16  Simon Josefsson  <jas@extundo.com>
2555
2556         * gnus-util.el (gnus-extract-address-components): Don't break on
2557         names such as James "Kibo" Parry.  From Francis Litterio
2558         <franl@world.std.com>.
2559
2560 2002-03-13  Simon Josefsson  <jas@extundo.com>
2561
2562         * pop3.el (pop3-open-server): Revert multibyte change.  From
2563         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
2564
2565         * message.el (message-send-mail-with-qmail): Make it work.  From
2566         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
2567
2568 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
2569
2570         * message.el (message-make-mft): Set case-fold-search while
2571         generating the MFT.  Also, a little cleanup in the MFT code.
2572
2573 2002-03-12  Simon Josefsson  <jas@extundo.com>
2574
2575         * message.el (message-qmail-inject-args): May be function.
2576         (message-send-mail-with-qmail): Call function if m-q-i-a is
2577         function.  From fn@hungry.org (Faried Nawaz).
2578
2579 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
2580
2581         * message.el (message-abbrevs-loaded): Remove.
2582         (mailabbrev): Require it.
2583
2584         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
2585
2586 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2587
2588         * pop3.el (pop3-open-server): Set process buffer unibyte.
2589
2590 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2591
2592         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
2593
2594 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
2595
2596         * nnslashdot.el (nnslashdot-request-article): Remove javascript
2597         too.
2598
2599 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
2600
2601         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
2602         duplication.
2603         (gnus-summary-save-parts-type-history): Ditto.
2604         (gnus-summary-save-parts-last-directory): Ditto.
2605         Trivial change from andre@slamdunknetworks.com
2606
2607 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
2608
2609         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
2610
2611 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
2612
2613         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
2614         -->" as the end of the first article.
2615
2616         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
2617         From Matthieu Moy <Matthieu.Moy@imag.fr>
2618
2619         * message.el (message-add-action): Use add-to-list.
2620         (message-delete-action): New function.
2621
2622         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
2623         pieces.
2624
2625 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
2626
2627         * nnnil.el: New file.
2628         * gnus.el (gnus-valid-select-methods): Include nnnil.
2629
2630 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
2631
2632         * message.el (message-syntax-checks): Because canlock is
2633         supported, we disable sender syntax check.
2634         (message-shoot-gnksa-feet): Add cancel-messages option doc.
2635
2636         * gnus-draft.el (gnus-draft-send): If interactive, use its default
2637         value of message-syntax-checks.
2638
2639         * qp.el (quoted-printable-decode-region): Doc addition.
2640         From: Eli Zaretskii <eliz@is.elta.co.il>
2641
2642         * mail-source.el (make-source-make-complex-temp-name): Use
2643         make-temp-file.
2644
2645         * mm-util.el (mm-make-temp-file): New function.
2646         * nneething.el (nneething-file-name): Use it.
2647         * mml-smime.el (mml-smime-encrypt): Ditto.
2648         * mm-view.el (mm-inline-wash-with-file): Ditto.
2649         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
2650         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
2651         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
2652         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
2653         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
2654         * gnus-art.el (gnus-mime-print-part): Ditto.
2655
2656 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
2657
2658         * message.el (nnmaildir-article-number-to-base-name): New
2659         function.
2660         (nnmaildir-base-name-to-article-number): New function.
2661
2662 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2663
2664         * smime.el (smime-make-temp-file): Don't quote
2665         `temporary-file-directory'.
2666
2667 2002-03-04  Simon Josefsson  <jas@extundo.com>
2668
2669         * smime.el (smime-sign-region): Rename argument keyfiles to
2670         keyfile. You only sign something with one key.
2671         (smime-sign-buffer): Better completing-read prompt.
2672         (smime-decrypt-buffer): Ditto.
2673
2674         * smime.el (smime-make-temp-file): Make it work under XEmacs.
2675
2676         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
2677         completing-read.
2678         (mm-view-pkcs7-decrypt): CRLF->LF.
2679
2680 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
2681
2682         * message.el (message-hierarchical-addresses): New variable.
2683         (message-get-reply-headers): Use it.
2684         From Ted Zlatanov <teodor.zlatanov@divine.com>
2685
2686 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
2687
2688         * message.el (message-mode): If buffer-file-name, don't set auto
2689         save file name.
2690         Trivial change from Geoff Greene <ggreene@wpi.edu>
2691
2692 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
2693
2694         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
2695         takes one argument in read-char.
2696
2697         * message.el (message-fix-before-sending): Forward a char.
2698         Check mmu-multibyte-p, add control-1.
2699
2700 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2701
2702         * gnus-start.el (gnus-read-init-file): Ditto.
2703
2704         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
2705
2706         * dgnushack.el (dgnushack-make-load): Ditto.
2707
2708         * mail-source.el (mail-source-fetch): Extract the right error
2709         code.
2710
2711         * message.el (message-fix-before-sending): Check illegible text.
2712
2713         * gnus-util.el (gnus-multiple-choice): New function.
2714
2715         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
2716         also defined in gnus-score.el.
2717
2718 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
2719
2720         * message.el (message-get-reply-headers): downcase email addresses
2721         for comaparisons for duplicate removal.
2722
2723 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2724
2725         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
2726         implementation of PKCS#7, which just allows users read the
2727         message.
2728         (mm-view-pkcs7): Use it.
2729
2730 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
2731
2732         * gnus.el (large-newsgroup-initial): New parameter.
2733
2734         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
2735         (gnus-summary-insert-old-articles): Ditto.
2736
2737 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
2738
2739         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
2740         used as the default answer of the question, "How many articles?".
2741         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
2742
2743         * nnagent.el (nnagent-retrieve-headers): Remove articles with
2744         small numbers.
2745
2746 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
2747
2748         * deuglify.el: Fix comments.
2749
2750 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
2751
2752         * html2text.el (html2text-clean-anchor): If there is no HREF,
2753         insert nothing.
2754
2755         * mml.el (mml-generate-mime-1): Add cdr.
2756         From: andre@slamdunknetworks.com
2757
2758         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
2759         (mm-text-html-washer-alist): Ditto.
2760
2761         * mm-decode.el (mm-text-html-renderer): Add html2text.
2762
2763         * html2text.el: Face lift.
2764
2765         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
2766
2767 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
2768
2769         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
2770
2771         * deuglify.el: Change copy right. Add autoload. Add coding-system.
2772
2773         * deuglify.el: New file. The original file name is
2774         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
2775
2776         * mm-decode.el (mm-display-external): Use
2777         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
2778
2779 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
2780
2781         * nnmaildir.el (nnmaildir-request-list): Report the highest
2782         article number, not the total number of articles.
2783
2784 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
2785
2786         * gnus-sum.el: Move uu key map here.
2787         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
2788
2789 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
2790
2791         * nnmaildir.el (nnmaildir-request-expire-articles): Use
2792         nnmail-expiry-wait* if expire-age parameter is not set.
2793
2794 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
2795
2796         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
2797         function.
2798         (gnus-group-sort-selected-groups-by-real-name): New function.
2799         (gnus-group-make-menu-bar): Add sort by real name.
2800
2801         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
2802         rebuild.
2803         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
2804         nil as dependencies as well.
2805
2806 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
2807
2808         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
2809         for mime-parts.
2810
2811         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
2812
2813         * gnus-group.el (gnus-group-name-decode): Don't test
2814         multibyte-string, because it breaks XEmacs.
2815         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
2816
2817         * message.el (message-send-mail): Be talkative.
2818
2819         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
2820         (mm-automatic-display): Ditto.
2821
2822         * mailcap.el (mailcap-mime-data): Ditto.
2823         From: Reiner Steib <4uce.02.r.steib@gmx.net>
2824
2825 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2826
2827         * many files: Remove trailing whitespaces, replace spc+tab with
2828         tab, replace leading whitespaces with tabs.
2829
2830 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
2831
2832         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
2833         articles with no body and no blank line after the header.
2834
2835 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
2836
2837         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
2838         parts.
2839
2840         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
2841         non-ascii chars.
2842
2843         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
2844
2845         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
2846         w3-delay-image-loads.
2847         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
2848         (mm-w3-prepare-buffer): Ditto.
2849
2850         * mail-source.el (mail-source-fetch-directory): Run scripts.
2851
2852 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2853
2854         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
2855         for Majordomo confirmations.
2856
2857 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2858
2859         * gnus-fun.el (gnus-respond-to-confirmation): New command.
2860
2861 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2862
2863         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
2864
2865 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
2866
2867         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
2868         References header field.  From Mark Thomas <mthomas@cmu.edu>.
2869
2870 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
2871
2872         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
2873         (mm-inline-render-with-stdin): Ditto.
2874         (mm-inline-render-with-function): Ditto.
2875         (mm-inline-wash-with-file): Bind coding-system-for-write.
2876         (mm-inline-wash-with-stdin): Ditto.
2877
2878 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
2879
2880         Suggested by Felix Natter <fnatter@gmx.net>
2881
2882         * gnus-art.el (gnus-mime-view-part-externally): Rename from
2883         gnus-mime-externalize-view.
2884         (gnus-mime-view-part-internally): Rename from
2885         gnus-mime-internalize-view.
2886         (gnus-article-view-part-externally): Rename from
2887         gnus-article-externalize-part.
2888         (gnus-mime-action-alist): Change correspondingly.
2889         (gnus-mime-button-commands): Ditto.
2890         (gnus-mime-action-alist): Remove duplication.
2891
2892         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
2893
2894 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
2895
2896         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
2897
2898         * gnus-art.el (gnus-display-mime): Use it.
2899
2900         * mm-partial.el (mm-partial-find-parts): Use it.
2901
2902         * gnus-sum.el (gnus-article-loose-mime): Rename from
2903         gnus-article-no-strict-mime.
2904         (gnus-summary-save-parts): Use it.
2905
2906 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2907
2908         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
2909         local variable.
2910
2911         * gnus-art.el (article-display-x-face): Don't sort multiple
2912         X-Faces.
2913
2914 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2915
2916         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
2917         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
2918
2919         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
2920
2921 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
2922
2923         Some ideas is inspired by code from Hrvoje Niksic
2924         <hniksic@arsdigita.com>
2925
2926         * gnus-art.el (gnus-article-wash-function): Set the default to
2927         nil, so that we use mm-text-html-renderer instead.
2928         (article-wash-html): Use mm-text-html-renderer.
2929
2930         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
2931         (mm-text-html-renderer): New variable.
2932         (mm-inline-text-html-renderer): Set the default to nil, so that we
2933         use mm-text-html-renderer instead.
2934
2935         * mm-view.el (mm-inline-text-html): New function.
2936         (mm-text-html-renderer-alist): New variable.
2937         (mm-inline-text-vcard): New function.
2938         (mm-inline-text): Split.
2939         (mm-links-remove-leading-blank): New function.
2940         (mm-inline-render-with-file): New function.
2941         (mm-inline-render-with-stdin): New function.
2942         (mm-inline-render-with-function): New function.
2943         (mm-text-html-washer-alist): New variable.
2944         (mm-inline-wash-with-file): New function.
2945         (mm-inline-wash-with-stdin): New function.
2946
2947 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
2948
2949         * message-utils.el: Fix installation doc.
2950         From: Reiner Steib <4uce.02.r.steib@gmx.net>
2951
2952 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
2953
2954         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
2955         (gnus-post-method): Use it.
2956         (gnus-summary-cancel-article): Find the correct post-method.
2957
2958         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
2959         * message.el (message-send-news): Ditto.
2960         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
2961         <ipmonger@delamancha.org>
2962
2963         * gnus.el (gnus-select-method): Fix doc.
2964         (gnus-server-string): Use 'using nntp'.
2965
2966         * gnus-agent.el (gnus-slave-unplugged): New command.
2967         From: Felix Natter <fnatter@gmx.net>
2968
2969 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
2970
2971         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
2972         Call edit-done-function first, then change the window
2973         configuration.
2974         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
2975         (gnus-article-edit-mode): mml-mode.
2976
2977         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
2978         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
2979
2980         * message-utils.el: Adopt the file.
2981
2982         * message-utils.el: New file.
2983         From Holger Schauer <Holger.Schauer@gmx.de>
2984
2985 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
2986
2987         * gnus-sum.el (gnus-summary-move-article): Select-article only
2988         when gnus-move-split-methods is non-nil. And we don't render or
2989         mark the article.
2990
2991         * gnus-fun.el (gnus-shell-command-to-string): New function.
2992         (gnus-shell-command-on-region): New function.
2993         (gnus-random-x-face): Use them.
2994         (gnus-x-face-from-file): Ditto.
2995         (gnus-convert-image-to-gray-x-face): Ditto.
2996         (gnus-convert-gray-x-face-to-xpm): Ditto.
2997         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
2998
2999 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3000
3001         * gnus-art.el (gnus-treat-display-xface): Don't use
3002         `shell-command-to-string' when compiling.
3003         (gnus-treat-display-grey-xface): Ditto.
3004
3005 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
3006
3007         * nnmaildir.el (nnmaildir--article-count): If the group is
3008         completely empty, report minimum article number as 1 instead of 0.
3009
3010 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
3011
3012         * gnus-agent.el (gnus-get-predicate): Use nconc.
3013
3014         * gnus-sum.el (gnus-summary-display-make-predicate): Use
3015         gnus-summary-display-cache as cache.
3016
3017         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
3018         (nndoc-mail-in-mail-type-p): New function.
3019         (nndoc-mail-in-mail-article-begin): New function.
3020
3021 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
3022
3023         * mailcap.el (mailcap-mime-data): Use enriched-decode.
3024
3025         * gnus-cite.el (gnus-article-fill-cited-article): Bind
3026         use-hard-newlines to nil.
3027
3028         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
3029         image is not available if window-system is not available.
3030
3031         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
3032
3033 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3034
3035         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
3036         bookmark, because update-mark doesn't handle it correctly.
3037
3038 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
3039
3040         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
3041         directly instead of calling message-send-mail.
3042
3043         * gnus-start.el (gnus-read-descriptions-file): Use
3044         gnus-default-charset.
3045
3046         * mm-util.el (mm-guess-mime-charset): New function.
3047
3048         * gnus.el (gnus-default-charset): Use it.
3049         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
3050         the default.
3051
3052 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3053
3054         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
3055         (article-display-x-face): Use it.  Disable grey xface, if
3056         uncompface is not found.
3057
3058         * message.el (message-mode): Don't enable multibyte on an indirect
3059         buffer.
3060
3061         * nnrss.el (nnrss-content-function): New variable.
3062         (nnrss-request-article): Use it.
3063
3064 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3065
3066         * gnus.el: Add article-unsplit-urls.
3067         * gnus-sum.el: Ditto.
3068         * gnus-art.el (gnus-treat-strip-cr): New variable.
3069         (gnus-treatment-function-alist): Use it.
3070         (article-unsplit-urls): New function.
3071         (gnus-article-make-menu-bar): Use it.
3072         From: Michael Cook <michael.cook@cisco.com>
3073
3074 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3075
3076         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
3077         copy.
3078
3079 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
3080
3081         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
3082         with internal whitespace.
3083         (gnus-parent-id): Ditto.
3084
3085 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
3086
3087         * gnus-art.el (gnus-article-treat-body-boundary): Add
3088         gnus-decoration property.
3089         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
3090
3091         * message.el (message-mode): Set local-abbrev-table.
3092         From Matt Armstrong <matt@lickey.com>.
3093
3094         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
3095         too many spaces.
3096
3097         * rfc2047.el (rfc2047-unfold-region): Ditto.
3098         (rfc2047-decode-region): Don't unfold. Let
3099         gnus-article-treat-unfold-headers do it.
3100
3101         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
3102         From: Jesper Harder <harder@ifa.au.dk>
3103
3104 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3105
3106         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
3107         (gnus-configure-posting-styles): Use it.
3108         (gnus-configure-posting-styles): Remove trailing newspaces.
3109
3110 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3111
3112         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
3113         is non-nil.
3114
3115         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
3116
3117         * gnus.el (gnus-server-to-method): Switch position with
3118         gnus-server-get-method.
3119         (gnus-agent): Add doc.
3120
3121         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
3122         (gnus-summary-save-parts): Use it.
3123
3124         * gnus-art.el (gnus-display-mime): Use it.
3125         * mm-partial.el (mm-partial-find-parts): Use it.
3126
3127         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
3128
3129         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
3130         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
3131
3132         * nnagent.el (nnagent-request-expire-articles): Don't delete
3133         files.
3134
3135 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
3136
3137         * message.el (message-gen-unsubscribed-mft): New function.
3138         From Sriram Karra <karra@cs.utah.edu>.
3139
3140         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
3141         open parenthesis.
3142
3143         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
3144         (mm-inline-text-html-render-with-w3): Ditto.
3145         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
3146         Suggested by Dave Love  <d.love@dl.ac.uk>.
3147
3148         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
3149
3150         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
3151         * nntp.el (nntp-send-command): Ditto.
3152         * nntp.el (nntp-send-command-nodelete): Ditto.
3153
3154 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
3155
3156         * mm-url.el (mm-url-load-url): New function.
3157         (mm-url-insert-file-contents): Use it.
3158
3159         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
3160
3161         * message.el (message-forward-make-body): Correctly copy
3162         forward-buffer.
3163
3164         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
3165
3166 2002-02-04  Simon Josefsson  <jas@extundo.com>
3167
3168         * gnus-art.el (gnus-article-followup-with-original): Mark with
3169         force, prevent errors when following up from article buffer.
3170         (gnus-article-reply-with-original): Ditto.
3171
3172         * binhex.el (binhex-decoder-switches): Fix doc.  From
3173         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
3174
3175 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
3176
3177         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
3178         highlight-citation after emphasize.
3179
3180 2002-02-04  Simon Josefsson  <jas@extundo.com>
3181
3182         * nnfolder.el (nnfolder-open-marks):
3183
3184         * nnml.el (nnml-open-marks): Message when done.  From David
3185         Edmondson <dme@sun.com>.
3186
3187 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
3188
3189         * imap.el (imap-anonymous-auth): Fix typo.
3190         From: Steinar Bang <sb@dod.no>
3191
3192         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
3193         save-excursion.
3194         (gnus-cache-braid-heads): Ditto.
3195
3196         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
3197         line, because there are extra articles in the overview buffer.
3198
3199         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
3200
3201         * message.el (message-forward-rmail-make-body): Directly use
3202         rmail-msg-restore-non-pruned-header to avoid calling
3203         vertical-motion.
3204
3205 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
3206
3207         * gnus-cache.el (gnus-summary-insert-cached-articles):
3208         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
3209
3210         * gnus-group.el (gnus-group-mark-article-read): Nreverse
3211         gnus-newsgroups-unselected.
3212
3213         * gnus-agent.el (gnus-summary-set-agent-mark): Use
3214         gnus-add-to-sorted-list.
3215
3216         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
3217         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
3218         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
3219         (gnus-update-read-articles): UNREAD is sorted.
3220         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
3221         (gnus-newsgroup-marked, gnus-newsgroup-cached)
3222         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
3223         (gnus-newsgroup-dormant): Require sorted.
3224
3225         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
3226         directories.
3227         (gnus-dired-print): New function.
3228
3229         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
3230         ps-despool.
3231
3232 2002-02-02  Simon Josefsson  <jas@extundo.com>
3233
3234         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
3235
3236 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
3237
3238         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
3239         t. This makes gnus-agent customizable without putting
3240         gnus-agentize into .gnus.
3241
3242         * gnus.el (gnus-agent): Make it customizable.
3243
3244         * gnus-dired.el: New file.
3245         From Benjamin Rutt <brutt@bloomington.in.us>
3246
3247         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
3248         if no article.
3249         (gnus-cache-possibly-remove-article): Ditto.
3250         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
3251
3252 2002-02-01  Simon Josefsson  <jas@extundo.com>
3253
3254         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
3255
3256 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3257
3258         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
3259         (mm-setup-w3m): Don't bind keys listed in the above.
3260
3261 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3262
3263         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
3264         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
3265         is non-nil; bind `w3m-force-redisplay' with nil.
3266
3267         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3268
3269         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
3270
3271 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
3272
3273         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
3274         use mail-header-unfold-field.
3275
3276         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
3277         gnus-summary-limit.
3278
3279         * gnus-range.el (gnus-add-to-sorted-list): New function.
3280         * gnus-sum.el (gnus-mark-article-as-read): Use it.
3281         (gnus-mark-article-as-unread): Ditto.
3282         (gnus-summary-mark-article-as-unread): Ditto.
3283         (gnus-build-get-header): Ditto.
3284         (gnus-summary-prepare-threads): Ditto.
3285         (gnus-summary-insert-pseudos): Ditto.
3286         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
3287         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
3288         (gnus-summary-insert-old-articles): Ditto.
3289
3290         * gnus-msg.el (gnus-posting-styles): Add new format of header.
3291         (gnus-configure-posting-styles): Support the new format.
3292
3293         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
3294         edebug-form-spec to (sexp body).
3295         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
3296
3297         * message.el (message-reply-headers): Add doc.
3298
3299 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
3300
3301         * gnus-group.el (gnus-group-delete-group): Nix the entry in
3302         gnus-cache-active-hashtb.
3303
3304         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
3305         (gnus-agent-summary-fetch-group): Use it.
3306
3307         * gnus-msg.el (gnus-debug-files): New variable.
3308         (gnus-debug-exclude-variables): New variable.
3309         (gnus-debug): Use them.
3310
3311         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
3312
3313 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
3314
3315         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
3316         (message-mode-syntax-table): Move back the previous position.
3317
3318         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
3319
3320         * gnus-agent.el (gnus-agent-retrieve-headers): Use
3321         gnus-sorted-difference.
3322
3323         * nnsoup.el (nnsoup-request-expire-articles): Use
3324         gnus-sorted-difference.
3325
3326         * nnheader.el: Autoload gnus-sorted-difference.
3327
3328         * nnfolder.el (nnfolder-request-expire-articles): Use
3329         gnus-sorted-difference.
3330
3331         * gnus-cache.el (gnus-cache-retrieve-headers): Use
3332         gnus-sorted-difference.
3333
3334         * gnus-range.el: Autoload cookies.
3335         (gnus-sorted-difference): New function.
3336         (gnus-sorted-ndifference): New function.
3337         (gnus-sorted-nintersection): Rename from
3338         gnus-set-sorted-intersection.
3339         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
3340         (gnus-list-range-difference): Rename from
3341         gnus-inverse-list-range-intersection.
3342         (gnus-inverse-list-range-intersection): Use defalias.
3343
3344         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
3345         gnus-sorted-ndifference, and gnus-sorted-nintersection.
3346         (gnus-articles-to-read): Use gnus-sorted-difference.
3347         (gnus-summary-limit-mark-excluded-as-read): Use
3348         gnus-sorted-intersection and gnus-sorted-ndifference.
3349         (gnus-list-of-read-articles): Use gnus-list-range-difference.
3350         (gnus-summary-insert-articles): Use gnus-sorted-difference.
3351
3352         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
3353
3354 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3355
3356         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
3357         property to the buffer for using emacs-w3m command keys.
3358
3359         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
3360         option.
3361
3362         * mm-view.el (mm-w3m-mode-map): New variable.
3363         (mm-w3m-mode-command-alist): New variable.
3364         (mm-w3m-minor-mode): Removed.
3365         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
3366         (mm-inline-text-html-render-with-w3m): Add keymap property to the
3367         buffer for using emacs-w3m command keys.
3368
3369 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
3370
3371         * message.el (message-mode-syntax-table): Move forward.
3372         (message-cite-prefix-regexp): Auto detect non word constituents.
3373         (message-cite-prefix-regexp): Don't use with-syntax-table.
3374
3375         * gnus-sum.el (gnus-summary-update-info): Use
3376         gnus-list-range-intersection.
3377
3378         * gnus-agent.el (gnus-agent-fetch-headers): Use
3379         gnus-list-range-intersection.
3380
3381         * gnus-range.el (gnus-range-normalize): Use correct predicate.
3382         (gnus-list-range-intersection): Use it.
3383         (gnus-inverse-list-range-intersection): Ditto.
3384         (gnus-sorted-intersection): Add doc.
3385         (gnus-set-sorted-intersection): Add doc.
3386         (gnus-sorted-union): New function.
3387         (gnus-set-sorted-union): New function.
3388
3389         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
3390         (gnus-inverse-list-range-intersection): Ditto.
3391
3392 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
3393
3394         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
3395
3396         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
3397         and permit `:' and `\' in order to handle full Windows pathnames.
3398         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
3399         technically not correct per standard, but seems to have common use.
3400
3401 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
3402
3403         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
3404         replacing numbers.
3405
3406 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
3407
3408         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
3409
3410         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
3411         Don't split when the window is small, e.g. when a small *BBDB*
3412         window is the lowest one.
3413
3414         * gnus-agent.el (gnus-agent-retrieve-headers): Use
3415         nnheader-find-nov-line to speed up. Use nreverse, because it is
3416         sorted. Use nnheader-insert-nov-file.
3417
3418 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3419
3420         * mm-decode.el (mm-inline-text-html-with-images): New user option.
3421
3422         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
3423         of `w3m-display-inline-images' with the value of
3424         `mm-inline-text-html-with-images'.
3425         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
3426
3427         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3428
3429 2002-01-27  Richard M. Stallman  <rms@gnu.org>
3430
3431         * time-date.el: Add autoload cookies.  Many doc fixes.
3432         (time-add): New function.
3433         (time-subtract): Renamed from subtract-time.
3434         (subtract-time): New alias for time-subtract.
3435
3436 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3437
3438         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
3439         emacs-w3m in doc-string.
3440
3441         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
3442         `w3m-current-buffer'.
3443
3444 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3445
3446         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
3447
3448         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
3449         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
3450         (mm-w3m-cid-retrieve): New function.
3451         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
3452
3453 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
3454
3455         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
3456
3457 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3458
3459         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
3460
3461 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3462
3463         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
3464         32K.
3465
3466         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
3467
3468         * nnmail.el (nnmail-article-group): Decode headers before running
3469         split rules over them.
3470         (nnmail-mail-splitting-charset): New variable.
3471
3472         * smiley.el: Replaced with smiley-ems.el.
3473
3474 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3475
3476         * mm-url.el (mm-url-predefined-programs): Add w3m.
3477         (mm-url-program): Ditto.
3478
3479 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3480
3481         * nnml.el (nnml-use-compressed-files): New variable.
3482         (nnml-filenames-are-evil): Removed.
3483         (nnml-current-group-article-to-file-alist): Don't use.
3484         (nnml-update-file-alist): Inhibit.
3485         (nnml-article-to-file): Use new var.
3486
3487 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3488
3489         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
3490
3491         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
3492
3493 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3494
3495         * gnus-agent.el (gnus-agent-load-alist): Use new caching
3496         function.
3497
3498         * gnus-util.el (gnus-cache-file-contents): New function.
3499
3500         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
3501         (gnus-agent-load-alist): Use it.
3502
3503         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
3504
3505         * nnheader.el (nnheader-insert-nov-file): New function.
3506
3507         * gnus-util.el (gnus-parse-without-error): Correct the loop.
3508
3509         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
3510         there are no references.
3511         (gnus-extract-message-id-from-in-reply-to): New function.
3512         (gnus-nov-parse-line): Use in-reply-to if there are no
3513         references.
3514
3515 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3516
3517         * nnagent.el (nnagent-retrieve-headers): Use new macro.
3518
3519         * gnus-util.el (gnus-parse-without-error): New macro.
3520
3521 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
3522
3523         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
3524         (gnus-article-wash-function): use locate-library to decide which
3525         to use.
3526
3527 2002-01-25  Simon Josefsson  <jas@extundo.com>
3528
3529         * pop3.el (pop3-munge-message-separator): Work if no date.
3530         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
3531
3532 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3533
3534         * gnus-agent.el (gnus-agent-save-alist): Fix.
3535
3536         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
3537         mistake.  Reinstated lost code.
3538
3539 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
3540
3541         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
3542         one exists in the case of an encrypted message with an internal
3543         signature.
3544
3545 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3546
3547         * gnus-agent.el (gnus-agent-save-alist): Optimized.
3548
3549 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3550
3551         * dgnushack.el: Commented out the experimental code.
3552
3553 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3554
3555         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
3556         error.
3557
3558         * gnus.el (gnus-server-to-method): Made into subst.
3559         (gnus-server-method-cache): New variable.
3560         (gnus-server-to-method): Use it.
3561         (gnus-group-method-cache): New variable.
3562         (gnus-find-method-for-group-1): Renamed.
3563         (gnus-find-method-for-group): New function.
3564         (gnus-group-method-cache): Removed.
3565
3566         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
3567         function.
3568
3569         * gnus-range.el (gnus-members-of-range): New function.
3570         (gnus-list-range-intersection): Renamed.
3571         (gnus-inverse-list-range-intersection): New function.
3572
3573         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
3574
3575         * nnagent.el (nnagent-retrieve-headers): New implementation.
3576
3577         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
3578         implementation.
3579
3580 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3581
3582         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
3583         `w3m-meta-content-type-charset-regexp'.
3584
3585         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
3586         charset-encoded html contents.
3587
3588 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
3589
3590         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
3591         an empty file.
3592
3593         * nnweb.el (url): Ignore errors when request url.
3594
3595         * nnrss.el: Clean up the comments.
3596
3597 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3598
3599         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
3600
3601         * mm-decode.el (mm-inline-text-html-renderer): New user option.
3602         (mm-inline-media-tests): Test whether the value of
3603         `mm-inline-text-html-renderer' is a function for text/html.
3604
3605         * mm-view.el (mm-inline-text-html-render-with-w3): New function
3606         separated from `mm-inline-text'.
3607         (mm-w3m-minor-mode): New variable.
3608         (mm-w3m-setup): New variable.
3609         (mm-setup-w3m): New function.
3610         (mm-inline-text-html-render-with-w3m): New function.
3611         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
3612         text/html.
3613
3614 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
3615
3616         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
3617
3618 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3619
3620         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
3621         and `gnus-xmas-completing-read'.
3622
3623 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3624
3625         * nneething.el (nneething-message-id-number): Abolished.
3626         (nneething-encode-file-name): Not encode numerical characters.
3627         (nneething-make-head): `nneething-message-id-number' is not
3628         used to generate message IDs.
3629
3630 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3631
3632         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
3633         characters.
3634
3635 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3636
3637         * gnus-xmas.el (gnus-xmas-completing-read): New function.
3638         (gnus-xmas-redefine): Redefine conditionally.
3639
3640 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
3641
3642         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
3643         tag.
3644
3645 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
3646
3647         * message.el (message-font-lock-keywords): Added the secure tag.
3648         * mml-sec.el: Added functions to generate/modify/remove the secure
3649         tag while in message mode.
3650         * mml-sec.el (mml-secure-message): New.
3651         * mml-sec.el (mml-unsecure-message): New.
3652         * mml-sec.el (mml-secure-message-sign-smime): New.
3653         * mml-sec.el (mml-secure-message-sign-pgp): New.
3654         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
3655         * mml-sec.el (mml-secure-message-encrypt-smime): New.
3656         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
3657         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
3658         * mml.el (mml-parse-1): Added code to recognise the secure tag and
3659         convert it to either a part or multipart depending on if there are
3660         other parts in the message.
3661         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
3662         to use the secure tag, rather than the part tag.
3663         * mml.el (mml-preview): Added a save-excursion to keep cursor
3664         position after doing an MML preview.
3665
3666 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3667
3668         * nnheader.el (nnheader-parse-overview-file): New function.
3669         (nnheader-write-overview-file): New function.
3670
3671 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3672
3673         * gnus.el (gnus-group-fast-parameter): Check better if expansion
3674         in wanted.
3675
3676         * nnweb.el (nnweb-type-definition): Clean up.
3677
3678 2002-01-21  Alastair Burt  <burt@dfki.de>
3679         Trivial patch.
3680
3681         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
3682         buffer exists before jumping to it.
3683
3684 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3685
3686         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
3687         function.
3688         (article-wash-html): Use it.
3689         (gnus-article-wash-function): New variable.
3690         (gnus-article-wash-html-with-w3m): New function.
3691
3692 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
3693
3694         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
3695         XEmacs.
3696
3697 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
3698
3699         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
3700         command line.
3701
3702 2002-01-21  Simon Josefsson  <jas@extundo.com>
3703
3704         * canlock.el (base64-encode-string): Autoload it from base64.
3705         (canlock-make-cancel-key): Base64 encode unibyte string.
3706
3707 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3708
3709         * nnfolder.el (nnfolder-request-accept-article): Unfold
3710         x-from-line.
3711         (nnfolder-request-replace-article): Ditto.
3712
3713 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
3714
3715         * gnus-group.el (gnus-group-best-unread-group): Use the right
3716         positioning function.
3717
3718 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3719
3720         * smiley-ems.el (smiley-region): Use new function.
3721         (smiley-update-cache): Use general image functions.
3722         (smiley-region): Use general functions.
3723
3724         * gnus-util.el (gnus-graphic-display-p): New function.
3725
3726         * nnmail.el (nnmail-article-group): Allow outputting traces of
3727         non-strings.
3728
3729         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
3730         (nndoc-exim-bounce-type-p): New function.
3731
3732         * message.el (message-dont-send): Doc fix.
3733
3734         * gnus-util.el (gnus-completing-read): Remove
3735         inherit-input-method.
3736
3737         * gnus-art.el (gnus-treat-smiley): Doc fix.
3738
3739         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
3740         articles.
3741
3742 2002-01-19  Simon Josefsson  <jas@extundo.com>
3743
3744         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
3745         (imap-kerberos4-open): Ditto.
3746         (imap-open): Set port correctly, don't set auth.
3747
3748 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3749
3750         * gnus.el (gnus-version-number): Bump version number.
3751
3752 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3753
3754         * gnus.el: Oort Gnus v0.05 is released.
3755
3756 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3757
3758         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
3759         exists.
3760
3761         * gnus-spec.el (gnus-string-width-function): New function.
3762         (gnus-tilde-cut-form): Use it.
3763         (gnus-tilde-max-form): Ditto.
3764         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
3765         (gnus-substring-function): Use it.
3766         (gnus-tilde-cut-form): Ditto.
3767         (gnus-substring-function): New function.
3768
3769         * message.el (message-check-news-header-syntax): New message.
3770
3771         * gnus.el (gnus-slave-no-server): Doc fix.
3772
3773         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
3774
3775 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3776
3777         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
3778         `seen' if it looks like (seen NUM1 . NUM2).  It should be
3779         (seen (NUM1 . NUM2)).
3780
3781 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3782
3783         * gnus-topic.el (gnus-topic-catchup-articles): Update article
3784         number in closed topics.
3785
3786 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
3787
3788         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
3789         functions.
3790
3791 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3792
3793         * gnus.el (gnus-group-find-parameter): Clean up.
3794
3795         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
3796         articles.
3797
3798         * gnus-util.el (gnus-completing-read-with-default): Renamed.
3799
3800         * nnmail.el (nnmail-article-group): Clean up.
3801
3802 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
3803
3804         * gnus-agent.el (gnus-category-name): Intern the category name.
3805
3806 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3807
3808         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
3809
3810         * gnus-util.el (gnus-completing-read): New function.
3811
3812 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
3813
3814         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
3815
3816         * smiley-ems.el (smiley-region): Register smiley.
3817         (smiley-toggle-buffer): Rewrite the function.
3818         (smiley-active): Removed.
3819
3820 2002-01-19  Simon Josefsson  <jas@extundo.com>
3821
3822         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
3823         Jesper Harder <harder@ifa.au.dk>.
3824
3825 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3826
3827         * gnus-art.el (gnus-request-article-this-buffer): Call
3828         `nneething-get-file-name' to extract the file name from the
3829         message id.
3830
3831         * nneething.el (nneething-encode-file-name): New function.
3832         (nneething-decode-file-name): Ditto.
3833         (nneething-get-file-name): Ditto.
3834         (nneething-make-head): Encode the file name and encapsulate it
3835         into the field of the message id.
3836
3837 2002-01-18  Simon Josefsson  <jas@extundo.com>
3838
3839         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
3840         stored in .marks.
3841
3842         * nnfolder.el (nnfolder-request-update-info): Ditto.
3843
3844 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3845
3846         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
3847
3848 2002-01-18  Simon Josefsson  <jas@extundo.com>
3849
3850         * imap.el (imap-starttls-p): Don't check for binary.
3851         (imap-gssapi-auth-p): Ditto.
3852         (imap-kerberos4-auth-p): Ditto.
3853         (imap-open): Change logic.  Iterate through all possible streams,
3854         instead of bailing out after first failure.  Move authenticator
3855         decision to `imap-authenticate'.
3856         (imap-authenticate): Change logic, now finds the authenticator to
3857         use, was previously in `imap-open'.
3858         (imap-open): Return nil on failure.
3859         (imap-open): Setup temp buffer correctly.
3860         (imap-open): Return buffer only on success.
3861         (imap-interactive-login, imap-interactive-login): Tell the user
3862         which stream/authenticator is used for the queried
3863         username/password.
3864         (imap-open, imap-authenticate): Set variables.
3865         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
3866         (imap-open): Don't assume how `with-temp-buffer' is implemented.
3867
3868 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3869
3870         * gnus-fun.el (gnus-grab-cam-x-face): New function.
3871
3872 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3873
3874         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
3875
3876 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
3877
3878         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
3879         (gnus-agent-group-mode-map): Bind it to "Jo".
3880         (gnus-agent-group-make-menu-bar): Add it into menu bar.
3881
3882 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
3883
3884         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
3885         (gnus-summary-mail-toolbar): Add mail article deletion button.
3886
3887         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
3888         false positives for lines of "^^^^".
3889
3890         * gnus-picon.el (gnus-picon-find-face): faces database is all
3891         lowercase.
3892
3893 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
3894
3895         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
3896         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
3897         duplications.
3898         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
3899
3900 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3901
3902         * gnus-sum.el (gnus-summary-initial-limit): Inline
3903         gnus-summary-limit-children.
3904         (gnus-summary-initial-limit): Don't limit if
3905         gnus-newsgroup-display is nil.
3906         (gnus-summary-initial-limit): No, don't.
3907
3908         * gnus-util.el
3909         (gnus-put-text-property-excluding-characters-with-faces): Inline
3910         gnus-put-text-property.
3911
3912         * gnus-spec.el (gnus-default-format-specs): New variable.
3913
3914         * gnus-start.el (gnus-read-newsrc-file): Don't clear
3915         gnus-format-specs.
3916         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
3917
3918         * gnus-spec.el (gnus-update-format-specifications): Really check
3919         the Gnus version of the .newsrc.eld file.
3920         (gnus-format-specs): Save the new default summary format.
3921
3922         * gnus-util.el (gnus-parent-id): Check whether references is empty
3923         before splitting.
3924
3925         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
3926         functions.
3927         (gnus-gather-threads-by-references): Inline
3928         `gnus-split-references'.
3929
3930         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
3931         default value of gnus-summary-line-format-spec.
3932
3933 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3934
3935         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
3936         message.
3937         (nnslashdot-request-list): Ditto.
3938         (nnslashdot-sid-strip): Removed.
3939
3940 2002-01-15  Simon Josefsson  <jas@extundo.com>
3941
3942         * nnimap.el (nnimap-close-asynchronous): Enable.
3943         (nnimap-close-group): Expunge.
3944
3945 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3946
3947         * gnus-util.el (gnus-user-date-format-alist): Typo.
3948         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
3949
3950 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3951
3952         * nneething.el (nneething-request-article): Set
3953         `nnmail-file-coding-system' to `binary' locally, in order to read
3954         files without any conversion.
3955
3956 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3957
3958         * gnus-agent.el (gnus-agent-retrieve-headers): Use
3959         nnheader-file-coding-system and nnmail-active-file-coding-system.
3960         (gnus-agent-regenerate-group): Ditto.
3961         (gnus-agent-regenerate): Ditto.
3962         (gnus-agent-write-active): Ditto.
3963         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
3964
3965 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
3966
3967         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
3968         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
3969
3970 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
3971
3972         * gnus.el: We don't need gnus-article-show-all-headers.
3973
3974         * gnus-art.el (article-show-all, gnus-article-show-all-header):
3975         Ditto.
3976
3977         * gnus-sum.el (gnus-summary-select-article): Don't call
3978         show-all-headers, because hidden headers are not hidden text any
3979         more.
3980
3981 2002-01-13  Simon Josefsson  <jas@extundo.com>
3982
3983         * message.el (message-newline-and-reformat): Use `newline' instead
3984         of inserting \n, so that the newline is marked as hard.
3985
3986         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
3987         From Jesper Harder <harder@ifa.au.dk>.
3988
3989 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
3990
3991         * imap.el (imap-close): Keep going if quit.
3992
3993         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
3994         nntp-server-buffer.
3995
3996 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3997
3998         * mm-view.el (mm-display-inline-fontify): Require font-lock to
3999         avoid unbinding shadowed variables.
4000
4001         * gnus-art.el (gnus-picon-databases): Moved here.
4002         (gnus-picons-installed-p): Moved here.
4003         (gnus-article-reply-with-original): Use `mark'.
4004
4005         * gnus.el (gnus-picon): Moved here and renamed.
4006
4007         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
4008         installed.
4009         (gnus-treat-mail-picon): Ditto.
4010         (gnus-treat-newsgroups-picon): Ditto.
4011
4012         * gnus-picon.el (gnus-picons-installed-p): New function.
4013
4014 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
4015
4016         * gnus-agent.el (gnus-agent-go-online): Fix doc.
4017
4018 2002-01-12  Simon Josefsson  <jas@extundo.com>
4019
4020         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
4021         (nnimap-before-find-minmax-bugworkaround): Use it.
4022         (nnimap-find-minmax-uid): Don't reselect current mailbox.
4023         (nnimap-dont-close): New variable.
4024         (nnimap-close-group): Use it.
4025
4026 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4027
4028         * gnus-art.el (gnus-article-reply-with-original): Use
4029         `mark-active'.
4030
4031         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
4032
4033         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
4034         (gnus-score-advanced): Clean up.
4035         (gnus-score-advanced): Accept a multiple of the score.
4036
4037 2002-01-12  Simon Josefsson  <jas@extundo.com>
4038
4039         * flow-fill.el (fill-flowed-display-column)
4040         (fill-flowed-encode-columnq): New variables.  Suggested by
4041         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
4042         (fill-flowed-encode, fill-flowed): Use them.
4043
4044         * message.el (message-send-news, message-send-mail): Use
4045         m-b-s-n-p-e-h-n.
4046
4047         * mml.el (autoload): Autoload fill-flowed-encode.
4048         (mml-buffer-substring-no-properties-except-hard-newlines): New
4049         function.
4050         (mml-read-part): Use it.
4051         (mml-generate-mime-1): Encode format=flowed if appropriate.
4052         (mml-insert-mime-headers): Insert format=flowed.
4053
4054         * flow-fill.el (fill-flowed-encode): New function.
4055         (fill-flowed): Bind fill-column to window width.
4056
4057 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4058
4059         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
4060         it exists.
4061         (gnus-summary-setup-buffer): Wake up dead summary buffers.
4062         (gnus-summary-buffer-name): Don't return the dead name after all.
4063         (gnus-summary-setup-buffer): Kill the dead buffer.
4064
4065         * gnus-art.el (gnus-article-followup-with-original): Store the
4066         value of the mark before deactivating it.
4067
4068 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4069
4070         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
4071         From: Karl Kleinpaste <karl@charcoal.com>
4072
4073         * gnus-art.el (article-display-x-face): Ditto.
4074         (gnus-article-reply-with-original): Use gnus-region-active-p.
4075         (gnus-article-followup-with-original): Ditto.
4076
4077         * gnus-sum.el (gnus-summary-read-group-1): Don't select
4078         downloadable article either.
4079
4080 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4081
4082         * gnus-art.el (article-display-x-face): Insert From:.
4083
4084         * gnus-sum.el (gnus-summary-move-article): Don't draw the
4085         article. Bind gnus-display-mime-function and
4086         gnus-article-prepare-hook.
4087
4088         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
4089         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
4090         gnus-agent-possibly-synchronize-flags to the last.
4091         (gnus-agent-go-online): New function. New variable.
4092
4093 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4094
4095         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
4096         (gnus-agent-regenerate): Ditto.
4097
4098 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4099
4100         * message.el (message-ignored-news-headers)
4101         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
4102         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
4103
4104         * gnus.el (gnus-gethash-safe): New macro.
4105
4106         * gnus-agent.el (gnus-agent-regenerate-history): New function.
4107         (gnus-agent-regenerate): Show messages.
4108
4109 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4110
4111         * gnus-agent.el (gnus-agent-regenerate-group): New function.
4112         (gnus-agent-regenerate): New function.
4113         (gnus-agent-save-alist): Sort.
4114         (gnus-agent-copy-nov-line): Test eobp.
4115         (gnus-agent-retrieve-headers): Erase buffer.
4116
4117 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
4118
4119         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
4120         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
4121
4122         * gnus.el (gnus-agent-covered-methods): Move here.
4123         (gnus-online): New function.
4124         (gnus-agent-method-p): Move here.
4125
4126         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
4127         nil. Remove articles-alist.
4128
4129         * gnus-start.el (gnus-get-unread-articles): Check online.
4130         (gnus-groups-to-gnus-format): Ditto.
4131         (gnus-active-to-gnus-format): Ditto.
4132
4133         * gnus-agent.el (gnus-agent-get-function): Use it.
4134         (gnus-agent-get-undownloaded-list): Ditto.
4135         (gnus-agent-fetch-session): Only fetch online methods.
4136
4137         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
4138         (gnus-server-mode-map): Ditto.
4139         (gnus-server-offline-face): New face.
4140         (gnus-server-offline-face): New variable.
4141         (gnus-server-font-lock-keywords): Add offline.
4142         (gnus-server-insert-server-line): Ditto.
4143         (gnus-server-offline-server): New function.
4144
4145         * gnus-int.el (gnus-open-server): Turn to offline.
4146         (gnus-server-unopen-status): New variable.
4147
4148 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
4149
4150         * nnkiboze.el (nnkiboze-request-article): Use
4151         gnus-agent-request-article.
4152
4153         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
4154         function. Insert undownloaded NOV.
4155
4156         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
4157         (gnus-agent-request-article): New function.
4158
4159         * gnus.el (gnus-agent-cache): New variable.
4160
4161         * gnus-int.el (gnus-retrieve-headers): Use
4162         gnus-agent-retrieve-headers.
4163         (gnus-request-head): Use gnus-agent-request-article.
4164         (gnus-request-body): Ditto.
4165
4166         * gnus-art.el (gnus-request-article-this-buffer): Use
4167         gnus-agent-request-article.
4168
4169         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
4170         article if it is undownloaded.
4171
4172 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4173
4174         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
4175
4176 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4177
4178         * canlock.el (canlock-string-as-unibyte): New macro.
4179         (canlock-sha1-with-openssl): Return a unibyte string.
4180         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
4181
4182 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
4183
4184         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
4185
4186 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4187
4188         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
4189         application/x-emacs-lisp.
4190
4191         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
4192
4193         * nntp.el (nntp-request-article): Add group parameter.
4194         (nntp-request-head): Ditto.
4195         (nntp-find-group-and-number): Add parameter group. Figure out
4196         number if the status line doesn't give (e.g. quimby.gnus.org).
4197
4198 2002-01-08  Simon Josefsson  <jas@extundo.com>
4199
4200         * mml.el (mml-generate-mime-1): Set recipient correctly.
4201
4202 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4203
4204         * message.el (message-read-from-minibuffer): Add parameter
4205         initial-contents.
4206         * gnus-msg.el (gnus-summary-resend-message): Use it.
4207
4208         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
4209         behavior of quit-config.
4210
4211         * message.el (message-make-from): Don't quote fullname.
4212         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
4213
4214         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
4215         From: <andre@slamdunknetworks.com>
4216
4217 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
4218
4219         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
4220
4221         * gnus-art.el (gnus-header-button-alist): Handle mailto.
4222
4223         * mml.el (mml-preview): Bind gnus-original-article-buffer because
4224         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
4225         because bbdb may use it.
4226
4227 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4228
4229         * nneething.el (nneething-request-article): When a non-text file
4230         is converted to an article, its data is encoded in base64.  Call
4231         `nneething-make-head' with options to specify MIME types.
4232         (nneething-make-head): Add optional arguments to specify MIME
4233         types.
4234
4235 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4236
4237         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
4238         header if there is not.
4239
4240         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
4241
4242         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
4243         (gnus-inews-mark-gcc-as-read): Obsolete variable.
4244         (gnus-inews-do-gcc): Use them.
4245
4246         * gnus-group.el (gnus-group-mark-article-read): Put holes into
4247         gnus-newsgroup-unselected.
4248
4249 2002-01-06  Simon Josefsson  <jas@extundo.com>
4250
4251         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
4252         condition-case, not ignore-errors.
4253
4254 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4255
4256         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
4257         gnus-fetch-old-headers.
4258
4259         * gnus-art.el (article-display-x-face): Use the current buffer
4260         unless `W f'. Otherwise, X-Face may be shown in the header of a
4261         forwarded part.
4262         (gnus-treatment-function-alist): Treat xface before hiding
4263         headers.
4264
4265 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4266
4267         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
4268         parameters.
4269
4270 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4271
4272         * mm-util.el (mm-multibyte-p): Define conditionally when load.
4273         (mm-guess-charset): New function.
4274         (mm-charset-after): Use it.
4275         (mm-detect-coding-region): New function.
4276         (mm-detect-mime-charset-region): New function.
4277
4278         * gnus-sum.el (gnus-summary-show-article): Use
4279         mm-detect-coding-region.
4280
4281 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4282
4283         * message.el (message-make-fqdn): Be less violent.
4284
4285         * gnus.el (gnus-logo-color-style): Compute custom form
4286         automatically.
4287
4288         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
4289         score file of the parent to the document group.
4290
4291         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
4292         parameters parameter.
4293
4294         * gnus-score.el (gnus-score-load-file): Clean up.
4295
4296 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4297
4298         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
4299         From: Damien Wyart <damien.wyart@free.fr>
4300
4301         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
4302
4303 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
4304
4305         * gnus-sum.el (gnus-select-group-hook): Typo.
4306
4307         * rfc2047.el (rfc2047-decode-string): Return immediately if there
4308         is no quoted-printable-encoded STRING.
4309         From: Jesper Harder <harder@ifa.au.dk>
4310
4311         (rfc2047-decode-string): Decode it.
4312
4313 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4314
4315         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
4316
4317 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
4318         Trivial patch.
4319
4320         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
4321         buffer to get rid of junk line.
4322
4323 2002-01-05  Simon Josefsson  <jas@extundo.com>
4324
4325         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
4326         C-o.
4327         (message-mode-map): Bind message-insert-or-toggle-importance to
4328         C-c C-u.
4329         (message-mode-map): Bind message-disposition-notification-to to
4330         C-c M-n.
4331         (message-mode-menu): Add m-d-n-t.
4332         (message-mode-field-menu): Add m-goto-from.
4333         (message-mode): Doc fix.
4334         (message-goto-from): New function.
4335         (message-insert-disposition-notification-to): New function.
4336         (message-tool-bar-map): Add receipt button.
4337
4338 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4339
4340         * gnus-sum.el (gnus-thread-latest-date): New function.
4341         (gnus-thread-sort-by-most-recent-number): Renamed.
4342         (gnus-thread-sort-functions): Doc fix.
4343         (gnus-select-group-hook): Don't use setq on a hook.
4344         (gnus-thread-latest-date): Use date, not number
4345
4346         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
4347         (gnus-agent-expire): Allow regexp of expire-days.
4348
4349         * gnus-art.el (gnus-article-reply-with-original): Deactivate
4350         region.
4351         (gnus-article-followup-with-original): Ditto.
4352
4353         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
4354
4355         * gnus-art.el (gnus-mime-display-alternative): Use
4356         gnus-local-map-property.
4357         (gnus-mime-display-alternative): Ditto.
4358         (gnus-insert-mime-security-button): Ditto.
4359         (gnus-insert-next-page-button): Ditto.
4360         (gnus-button-prev-page): Take optional args.
4361         (gnus-insert-prev-page-button): widget-convert.
4362
4363         * gnus-util.el (gnus-local-map-property): New function.
4364
4365         * gnus-art.el (gnus-prev-page-map): Use parent map.
4366         (gnus-next-page-map): Ditto.
4367
4368         * gnus-spec.el (gnus-parse-format): Clean up.
4369         (gnus-parse-format): Do complex formatting for %=.
4370
4371         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
4372         "X-Face: " to the data in the built-in scenario.
4373
4374         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
4375         (gnus-correct-pad-form): Renamed.
4376         (gnus-tilde-max-form): Clean up.
4377         (gnus-pad-form): Use gnus-use-correct-string-widths.
4378
4379         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
4380         support if that is available.
4381
4382         * gnus-sum.el (gnus-thread-highest-number): New function.
4383         (gnus-thread-sort-by-most-recent-thread): New function.
4384         (gnus-thread-sort-functions): Doc fix.
4385
4386 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
4387
4388         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
4389         all cases.
4390         (gnus-summary-mode): Enable it in all cases.
4391         (gnus-summary-display-article): Ditto.
4392         (gnus-summary-edit-article): Ditto.
4393
4394         * gnus-ems.el (gnus-put-image): Really return glyph.
4395
4396         * gnus-art.el (gnus-article-x-face-command): Fix :type.
4397         (gnus-treat-smiley): Don't take "P" in the interactive form.
4398
4399 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4400
4401         * compface.el (uncompface): XEmacs and Emacs have differing
4402         capabilities.
4403
4404         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
4405
4406         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
4407         (gnus-article-xface-ring-size): Removed.
4408         (gnus-article-display-xface): Removed.
4409         (gnus-remove-image): Cleaned up.
4410
4411         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
4412         (gnus-xmas-create-image): Take pbm files.
4413         (gnus-x-face): Removed.
4414         (gnus-xmas-article-display-xface): Removed.
4415
4416         * gnus-fun.el (gnus-display-x-face-in-from): Bind
4417         default-enable-multibyte-characters.
4418
4419         * compface.el (uncompface): Doc fix.
4420
4421         * gnus-art.el (gnus-article-x-face-command): Use
4422         gnus-display-x-face-in-from.
4423
4424         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
4425
4426         * gnus-ems.el (gnus-put-image): Return the image.
4427
4428         * gnus-fun.el (gnus-display-x-face-in-from): New function.
4429         (gnus-x-face): Moved here.
4430
4431 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
4432
4433         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
4434         invisible if string is nil.
4435         (gnus-xmas-article-display-xface): Use it.
4436
4437         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
4438         property when string is nil.
4439         (gnus-article-display-xface): Use it.
4440
4441 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4442
4443         * gnus-art.el (article-display-x-face): Check whether valid grey
4444         face was returned.
4445         (article-display-x-face): Place image in the right spot.
4446
4447         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
4448         stderr.
4449         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
4450
4451 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4452
4453         * gnus-xmas.el (gnus-xmas-create-image): Take optional
4454         parameters.
4455         (gnus-xmas-put-image): Allow non-strings to be passed.
4456
4457         * gnus-art.el (article-display-x-face): Use optional parameters.
4458
4459         * gnus-ems.el (gnus-create-image): Take optional parameters.
4460
4461         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
4462
4463         * compface.el (compface-xbm-p): Removed.
4464
4465         * gnus-ems.el (gnus-article-compface-xbm): Removed.
4466         (gnus-article-display-xface): Use compface.
4467
4468         * compface.el: New file.
4469
4470         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
4471         (gnus-convert-image-to-x-face-command): Ditto.
4472         (gnus-random-x-face): Quote argument.
4473         (gnus-x-face-from-file): Ditto.
4474
4475 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
4476
4477         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
4478         the expire-group parameter once per article rather than once
4479         per group; bind `nnmaildir-article-file-name' and `article'
4480         for convenience.  Leave article alone when expire-group
4481         specifies the current group.
4482         (nnmaildir--update-nov): be more concurrency-friendly with
4483         temp file names.
4484
4485 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4486
4487         * gnus-start.el (gnus-read-init-file): Cleaned up.
4488
4489 2002-01-03  Dave Love  <d.love@dl.ac.uk>
4490
4491         * gnus-start.el (gnus-startup-file-coding-system): Removed.
4492         (gnus-read-init-file): Don't use it.
4493
4494 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4495
4496         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
4497
4498 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4499
4500         * gnus-start.el (gnus-read-init-file): Don't force coding system
4501         for ~/.gnus.  From Dave Love <fx@gnu.org>.
4502
4503 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
4504
4505         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
4506         * nnspool.el (nnspool-request-post): Ditto.
4507
4508         * mm-util.el (mm-use-find-coding-systems-region): New variable.
4509         (mm-find-mime-charset-region): Use it.
4510
4511 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
4512
4513         * gnus.el (gnus-summary-line-format): Added :link.
4514         * gnus-topic.el (gnus-topic-line-format): Ditto.
4515         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
4516         * gnus-srvr.el (gnus-server-line-format): Ditto.
4517         * gnus-group.el (gnus-group-line-format): Ditto.
4518
4519         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
4520         :keys, it works on both Emacsen.
4521
4522 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
4523
4524         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
4525
4526 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4527
4528         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
4529
4530 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
4531
4532         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
4533         very wide reply.
4534
4535 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4536
4537         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
4538         (gnus-picon-cache): New variable.
4539         (gnus-picon-transform-newsgroups): Cache stuff.
4540
4541         * gnus-art.el (gnus-article-reply-with-original): New command.
4542         (gnus-article-followup-with-original): New command.
4543
4544         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
4545         END parameters.
4546         (gnus-summary-followup): Take a list of list of articles.
4547         (gnus-inews-yank-articles): Allow lists of article/regions.
4548
4549         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
4550         longer the usual commands.
4551
4552         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
4553         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
4554         shell-command-on-region.
4555
4556 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4557
4558         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
4559           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
4560
4561 2002-01-03  Steve Youngs  <youngs@xemacs.org>
4562
4563         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
4564         understand ':keys', wrap it in an featurep 'xemacs.
4565
4566 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4567
4568         * gnus-ems.el (gnus-article-display-xface): Show xface in the
4569         order of headers (Actually, it is called in a reversed order). Add
4570         'gnus-image-text-deletable property.
4571         (gnus-remove-image): Remove text with such a property.
4572
4573         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
4574         gnus-put-image.
4575
4576         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
4577         with ", "
4578
4579 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4580
4581         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
4582
4583         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
4584         (article-display-x-face): Display grey X-Faces.
4585
4586         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
4587         (gnus-convert-gray-x-face-to-ppm): Ditto.
4588         (gnus-convert-image-to-gray-x-face): Ditto.
4589
4590         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
4591         gnus-summary-show-raw-article.
4592
4593 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4594
4595         Display picons in XEmacs without showing text.
4596
4597         * gnus-xmas.el (gnus-xmas-create-image): Don't use
4598         mm-create-image-xemacs to create xbm glyph, because it deletes
4599         temporary files.
4600         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
4601         (gnus-xmas-remove-image): Make text visible, remove glyph.
4602
4603         * gnus-picon.el (gnus-picon-transform-newsgroups)
4604         (gnus-picon-transform-address): Insert spec backward, due to the
4605         incompatibility of gnus-xmas-put-image.
4606
4607 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4608
4609         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
4610
4611 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4612
4613         * gnus.el: Doc fix.
4614
4615         * gnus-art.el: Doc fix.
4616
4617         * gnus-agent.el: Doc fix.
4618
4619 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4620
4621         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
4622
4623 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
4624
4625         * nnmaildir.el (nnmaildir--update-nov): automatically parse
4626         NOV data out of the message again if nnmail-extra-headers has
4627         changed.
4628
4629 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4630
4631         * gnus-fun.el: New file.
4632         (gnus-convert-image-to-x-face-command): New variable.
4633         (gnus-insert-x-face): New function.
4634         (gnus-random-x-face): Renamed.
4635         (gnus-x-face-from-file): Renamed.
4636
4637         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
4638         "_".
4639         (gnus-body-boundary-delimiter): Typo fix.
4640
4641 2002-01-02  Simon Josefsson  <jas@extundo.com>
4642
4643         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
4644         (gnus-body-boundary-delimiter): Fix type.
4645
4646 2002-01-01  Simon Josefsson  <jas@extundo.com>
4647
4648         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
4649         (gnus-treat-emphasize, gnus-treat-strip-cr)
4650         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
4651         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
4652         (gnus-treat-fill-article, gnus-treat-hide-citation)
4653         (gnus-treat-hide-citation-maybe)
4654         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
4655         (gnus-treat-strip-pem, gnus-treat-strip-banner)
4656         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
4657         (gnus-treat-date-ut, gnus-treat-date-local)
4658         (gnus-treat-date-english, gnus-treat-date-lapsed)
4659         (gnus-treat-date-original, gnus-treat-date-iso8601)
4660         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
4661         (gnus-treat-strip-trailing-blank-lines)
4662         (gnus-treat-strip-leading-blank-lines)
4663         (gnus-treat-strip-multiple-blank-lines)
4664         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
4665         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
4666         (gnus-treat-display-xface, gnus-treat-display-smileys)
4667         (gnus-treat-from-picon, gnus-treat-mail-picon)
4668         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
4669         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
4670         (gnus-treat-play-sounds, gnus-treat-translate)
4671         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
4672
4673         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
4674         (gnus-article-treat-body-boundary): Use it.
4675
4676         * message.el (message-mode): Fix doc.
4677         (message-mode-menu): Fix names.
4678
4679 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4680
4681         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
4682         articles.
4683
4684         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
4685         (gnus-picon-transform-address): Search for unknown faces as well.
4686         (gnus-picon-find-face): Don't search "news" for MISC.
4687         (gnus-picon-user-directories): Changed default back to exclude
4688         "unknown".
4689
4690         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
4691
4692         * gnus-picon.el (gnus-picon-find-face): Search through all
4693         databases.
4694         (gnus-picon-find-face): New implementation.
4695
4696         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
4697         keystroke.
4698         (gnus-topic-goto-next-topic): Ditto.
4699
4700         * gnus.el (gnus-summary-line-format): Changed default.
4701
4702         * nnmail.el (nnmail-extra-headers): Change default.
4703
4704         * gnus-sum.el (gnus-extra-headers): Change default.
4705
4706         * message.el (message-news-other-window): Changed "news" to
4707         "posting".
4708         (message-news-other-frame): Ditto.
4709         (message-do-send-housekeeping): Ditto.
4710
4711         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
4712         function.
4713         (gnus-article-unread-p): New function.
4714         (gnus-article-unseen-p): New function.
4715         (gnus-dead-summary-mode-map): Typo.
4716
4717         * gnus-util.el (gnus-make-predicate): New function.
4718         (gnus-make-predicate-1): New function.
4719
4720         * gnus-sum.el: New function.
4721         (gnus-map-articles): New function.
4722
4723         * gnus-art.el (gnus-treat-fold-headers): New variable.
4724         (gnus-article-treat-fold-headers): New command and keystroke.
4725
4726         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
4727         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
4728
4729 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4730
4731         * message.el (message-fcc-externalize-attachments): New variable.
4732         (message-do-fcc): Use it.
4733
4734         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
4735         (gnus-inews-do-gcc): Use it.
4736
4737         * mml.el (mml-tweak-sexp-alist): New variable.
4738         (mml-externalize-attachments): New variable.
4739         (mml-tweak-part): Use mml-tweak-sexp-alist.
4740         (mml-tweak-externalize-attachments): New function.
4741
4742 2002-01-01  Steve Youngs  <youngs@xemacs.org>
4743
4744         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
4745         'set-glyph-face' so x-face back/foreground can be set.
4746
4747 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
4748
4749         * message.el (message-fix-before-sending): Fix a typo.
4750
4751 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4752
4753         * gnus-art.el (gnus-treat-smiley): Renamed command.
4754         (gnus-article-remove-images): New command and keystroke.
4755
4756         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
4757
4758         * smiley-ems.el (gnus-smiley-display): Removed.
4759
4760         * gnus.el (gnus-version-number): Update version.
4761
4762         * message.el (message-text-with-property): Renamed and moved
4763         here.
4764         (message-fix-before-sending): Highlight invisible text and place
4765         point there.
4766
4767 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4768
4769         * gnus.el: Oort Gnus v0.04 is released.
4770
4771 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4772
4773         * gnus-delay.el (gnus-delay-send-queue): Renamed.
4774
4775         * gnus-art.el (gnus-ignored-headers): More headers,
4776
4777         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
4778         of `scan-error', since XEmacs doesn't seem to support that.
4779
4780 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4781
4782         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
4783         arg.
4784         (gnus-summary-best-unread-subject): Ditto.
4785         (gnus-summary-best-unread-subject): No, don't.
4786         (gnus-summary-better-unread-subject): New command.
4787
4788         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
4789
4790         * lpath.el ((featurep 'xemacs)): fbind url function.
4791
4792         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
4793         buffer.
4794         (gnus-xmas-remove-image): Implementation that does something.
4795         (gnus-xmas-article-display-xface): Mark images properly.
4796
4797         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
4798
4799 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
4800
4801         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
4802
4803 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4804
4805         * gnus-group.el (gnus-group-line-format): Added %O to the default
4806         value.
4807
4808         * gnus-util.el (gnus-text-with-property): The smallest point is
4809         point-min.
4810
4811         * smiley-ems.el (smiley-region): Return images.
4812         (gnus-smiley-display): Allow toggling.
4813         (smiley-region): Use text properties, not overlays.
4814
4815         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
4816         implemented yet.
4817
4818         * smiley-ems.el (smiley-update-cache): Check for valid types.
4819
4820         * gnus-art.el (gnus-with-article-buffer): New macro.
4821
4822         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
4823         strings as well as the glyphs.
4824         (gnus-picon-transform-address): Ditto.
4825         (gnus-picon-insert-glyph): Ditto.
4826         (gnus-picon-transform-newsgroups): Toggle.
4827         (gnus-picon-transform-address): Toggle.
4828
4829         * gnus-ems.el (gnus-remove-image): New function.
4830         (gnus-put-image): Take an optional string.
4831
4832         * gnus-util.el (gnus-text-with-property): New function.
4833
4834         * gnus-art.el (gnus-delete-images): New function.
4835
4836         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
4837
4838         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
4839         (gnus-article-wash-status): Use it.
4840         (gnus-signature-toggle): Clean up.
4841         (gnus-add-wash-status): New function.
4842         (gnus-delete-wash-status): New function.
4843         (gnus-article-hide-text-type): Use them throughout.
4844         (gnus-add-image): New function.
4845
4846         * gnus-ems.el (gnus-article-display-xface): Use new interface.
4847
4848         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
4849         interface.
4850
4851         * gnus-art.el (article-display-x-face): Cleaned up.
4852
4853         * rfc2047.el (rfc2047-field-value): New function.
4854
4855         * mail-parse.el (mail-header-field-value): New alias.
4856
4857         * gnus-art.el (gnus-mime-print-part): Fix typos.
4858
4859         * smiley-ems.el (gnus-smiley-file-types): New variable.
4860         (smiley-update-cache): Use it.
4861         (smiley-regexp-alist): Suffix-less smiley names.
4862         (smiley-regexp-alist): Added more smileys.
4863
4864         * gnus-sum.el (gnus-print-buffer): Made into own function.
4865         (gnus-summary-print-article): Use it.
4866
4867         * mailcap.el (mailcap-mime-info): Actually return the bit that we
4868         looked for when REQUEST is a string.
4869
4870         * gnus-art.el (gnus-mime-button-commands): Add printing
4871         keystroke.
4872         (gnus-mime-copy-part): Doc fix.
4873         (gnus-mime-print-part): New command.
4874
4875 2001-12-31  Simon Josefsson  <jas@extundo.com>
4876
4877         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
4878         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
4879
4880 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4881
4882         * gnus-picon.el (gnus-treat-from-picon): Autoload.
4883         (picon): Fix doc.
4884
4885         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
4886         longer exists. Remove those codes.
4887         * gnus.el (gnus-use-picons): Ditto.
4888
4889 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4890
4891         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
4892         infloop.
4893
4894         * gnus-sum.el (t): New `W D' map.
4895
4896         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
4897         (gnus-article-treat-body-boundary): Clean up.
4898         (gnus-body-boundary-face): Removed.
4899         (gnus-article-goto-header): Moved here.
4900         (gnus-article-goto-header): Allow better regexps.
4901         (gnus-article-treat-fold-newsgroups): New command.
4902
4903         * gnus-sum.el (gnus-summary-move-article): We have to select an
4904         article to give `gnus-read-move-group-name' an opportunity to
4905         suggest an appropriate default.
4906
4907         * rfc2047.el (rfc2047-fold-line): New function.
4908         (rfc2047-unfold-line): Ditto.
4909         (rfc2047-fold-region): Don't fold just after the header name.
4910
4911         * mail-parse.el (mail-header-fold-line): New alias.
4912         (mail-header-unfold-line): Ditto.
4913
4914         * gnus-art.el (gnus-body-boundary-face): Renamed.
4915         (gnus-article-treat-body-boundary): Use it.
4916         (gnus-article-treat-body-boundary): Use an invisible header and a
4917         line of underline characters.
4918
4919 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4920
4921         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
4922
4923         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
4924         (gnus-picon-split-address): New function.
4925         (gnus-picon-find-face): Use it.
4926         (gnus-picon-transform-address): Use it. Set first to t for each
4927         address.
4928
4929         * gnus-art.el (gnus-with-article-headers): Move to here. Define
4930         the macro then use it.
4931         (gnus-treatment-function-alist): Treat picons earlier.
4932
4933 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4934
4935         * gnus-art.el (gnus-body-separator-face): New variable.
4936         (gnus-article-treat-body-boundary): Use a blank, colored line.
4937
4938         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
4939         well.
4940
4941         * gnus-art.el (gnus-treat-body-boundary): New variable.
4942         (gnus-article-treat-unfold-headers): Use helper macro.
4943         (gnus-article-treat-body-boundary): New command.
4944
4945         * gnus.el (gnus-logo-color-style): Change the default color.
4946         (gnus-splash-face): Gray, gray.
4947
4948         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
4949         colors.
4950
4951         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
4952         (gnus-logo-color-style): Ditto.
4953         (gnus-logo-colors): Ditto.
4954
4955         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
4956
4957         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
4958
4959         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
4960         (gnus-picon-transform-newsgroups): New function.
4961
4962         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
4963         string.
4964
4965         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
4966
4967         * gnus-art.el (gnus-treat-cc-picon): New variable.
4968         (gnus-treat-mail-picon): Renamed.
4969
4970         * gnus-picon.el: New implementation.
4971         (gnus-picon-find-face): Renamed.
4972         (gnus-treat-from-picon): Use it.
4973         (gnus-picon-transform-address): Renamed.
4974         (gnus-treat-from-picon): Use it.
4975         (gnus-picon-create-glyph): Renamed.
4976         (gnus-picon-transform-address): Use it.
4977         (gnus-treat-cc-picon): New command.
4978
4979         * mm-decode.el (mm-create-image-xemacs): Separated out into
4980         function.
4981         (mm-get-image): Use it.
4982
4983         * gnus-art.el (gnus-treat-display-picons): Simplify.
4984         (gnus-treat-from-picon): Renamed.
4985
4986         * gnus-ems.el (gnus-create-image): New function.
4987         (gnus-put-image): New function.
4988
4989         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
4990         (gnus-with-article-headers): New macro.
4991         (gnus-article-goto-header): New function.
4992
4993         * gnus-xmas.el (gnus-image-type-available-p): New function.
4994
4995         * gnus-ems.el (gnus-image-type-available-p): New function.
4996
4997 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4998
4999         * nnrss.el (nnrss-check-group): Find the correct tag, because
5000         xml.el is changed.
5001
5002 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5003
5004         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
5005         lines are shorter than the window width.
5006         (gnus-ignored-headers): More headers.
5007
5008 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5009
5010         * gnus-art.el (gnus-treat-unfold-lines): New variable.
5011         (gnus-treat-unfold-headers): Renamed.
5012         (gnus-article-treat-unfold-headers): New command and keystroke.
5013
5014         * rfc2047.el (rfc2047-encode-message-header): Clean up.
5015
5016         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
5017
5018 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
5019
5020         * sha1-el.el (sha1-use-external): New variable.
5021         (sha1-region): Use it.
5022         (sha1-string): Ditto.
5023
5024         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
5025         * gnus-picon.el: Less warnings when compile.
5026
5027 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5028
5029         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
5030         alias.
5031         (gnus-picons-database): Default to list.
5032         (gnus-picons-lookup-internal): Use it.
5033
5034         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
5035         to "bogus".
5036
5037         * gnus-win.el (gnus-configure-windows-hook): New hook.
5038
5039 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
5040
5041         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
5042
5043 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5044
5045         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
5046         lists.
5047         (gnus-select-newsgroup): Don't append; push.
5048         (gnus-adjust-marked-articles): Remove obsolete ranges from
5049         `seen'.
5050         (gnus-update-marks): Clean up.
5051         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
5052
5053 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
5054
5055         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
5056
5057 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5058
5059         * gnus-sum.el (gnus-auto-select-subject): New variable.
5060         (gnus-summary-best-unread-subject): New function.
5061         (gnus-summary-best-unread-article): Use it.
5062         (gnus-summary-first-unseen-subject): New function and command.
5063
5064         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
5065         other treatments.
5066
5067         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
5068         function.
5069
5070         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
5071         from the list of hidden types.
5072
5073         * mm-view.el (mm-inline-text): Ditto.
5074         (mm-inline-text): Ditto.
5075         (mm-w3-prepare-buffer): Ditto.
5076
5077         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
5078
5079 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5080
5081         * gnus-art.el (gnus-ignored-headers): Added more headers.
5082
5083 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
5084
5085         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
5086         once.
5087
5088 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5089
5090         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
5091
5092 2001-12-28  Simon Josefsson  <jas@extundo.com>
5093
5094         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
5095         Jesper Harder <harder@ifa.au.dk>.
5096
5097 2001-12-27  Simon Josefsson  <jas@extundo.com>
5098
5099         * gnus-sum.el (gnus-select-newsgroup): Make
5100         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
5101         contain all articles (instead of none) when no seen marks have
5102         been set for the group.
5103         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
5104         instead, it seems to result in shorter ranges.
5105
5106 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5107
5108         * mm-util.el (mm-iso-8859-x-to-15-region): Use
5109         insert-before-markers.
5110         From Jesper Harder <harder@ifa.au.dk>
5111
5112 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
5113
5114         * nnmaildir.el (nnmaildir-save-mail): create the destination
5115         groups if they do not exist.
5116
5117 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5118
5119         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
5120
5121 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5122
5123         * gnus-group.el (gnus-group-read-ephemeral-group): Call
5124         gnus-group-real-name.
5125
5126         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
5127         (gnus-newsgroup-variables): Ditto.
5128
5129         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
5130         return it.
5131
5132 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
5133
5134         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
5135         * nnmaildir.el (top-level): Add commentary.
5136         (nnmaildir-version): Indicate that nnmaildir is now a standard
5137         part of Gnus, not separately released.
5138
5139 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5140
5141         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
5142         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
5143         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
5144         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
5145
5146 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5147
5148         * nnmaildir.el: Copyright changes. Require cl only at compile time.
5149
5150 2001-12-20  Simon Josefsson  <jas@extundo.com>
5151
5152         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
5153         ZHU <zsh@cs.rochester.edu>.
5154         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
5155         Brian P Templeton <bpt@tunes.org>.
5156
5157 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5158
5159         * nnmaildir.el: New file.
5160         From Paul Jarc <prj@po.cwru.edu>.
5161
5162 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5163
5164         * nndoc.el (nndoc-type-alist): Move forward to the end.
5165
5166 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5167
5168         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
5169         `dolist'.
5170
5171 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5172
5173         * gnus-win.el (gnus-frames-on-display-list): New function.
5174         (gnus-get-buffer-window): Use it.
5175
5176 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5177
5178         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
5179
5180 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5181
5182         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
5183
5184 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5185            From Harald Meland <Harald.Meland@usit.uio.no>
5186
5187         * gnus-win.el (gnus-get-buffer-window): New function.
5188         (gnus-all-windows-visible-p): Use it.
5189
5190         * gnus-util.el (gnus-horizontal-recenter)
5191         (gnus-horizontal-recenter, gnus-horizontal-recenter)
5192         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
5193
5194         * gnus-score.el (gnus-score-insert-help): Use it.
5195
5196         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
5197         (gnus-generate-tree, gnus-highlight-selected-tree)
5198         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
5199         it.
5200
5201         * gnus-art.el (gnus-article-set-window-start)
5202         (gnus-mm-display-part, gnus-request-article-this-buffer)
5203         (gnus-button-next-page, gnus-button-prev-page)
5204         (gnus-article-button-next-page, gnus-article-button-prev-page):
5205         Use it.
5206
5207 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
5208
5209         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
5210         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
5211         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
5212
5213 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5214
5215         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
5216         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
5217         * mml1991.el, nnultimate.el: Add `coding'.
5218
5219 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
5220
5221         * ChangeLog: changed coding to buffer-file-coding-system
5222         * ChangeLog.1: same
5223         * nnwfm.el: same
5224         * gnus-smiley.el: same
5225         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
5226         * gnus-delay.el: same
5227         * gnus-spec.el: same
5228         * message.el: same
5229         * mml1991.el: same
5230         * nnultimate.el: same
5231
5232 2001-12-16  Simon Josefsson  <jas@extundo.com>
5233         Inspired by code by Dirk Meyer <dischi@tzi.de>.
5234
5235         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
5236         (gnus-summary-save-map): Add muttprint.
5237         (gnus-summary-make-menu-bar): Ditto.
5238         (gnus-summary-muttprint): New function.
5239
5240         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
5241
5242 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5243
5244         * uudecode.el (uudecode-decode-region-internal): Speedup by using
5245         temporary list instead of buffer.
5246
5247         * mm-url.el (executable-find): autoload.
5248
5249 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
5250
5251         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
5252         to variable, follow doc-string conventions).
5253
5254 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
5255
5256         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
5257         subscribe-level
5258         * gnus-topic.el (gnus-subscribe-topics): use it.
5259
5260 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5261
5262         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
5263         messages. (A small patch with indentation)
5264         From Sean Neakums <sneakums@zork.net>.
5265
5266         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
5267         nil after shooting down the gnus-original-article-buffer.
5268
5269 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5270
5271         * uudecode.el (uudecode-use-external): New variable.
5272         (uudecode-decode-region): Automatically detect external program.
5273
5274         * binhex.el (binhex-use-external): New variable.
5275         (binhex-decode-region-internal): New function.
5276         (binhex-decode-region): Automatically detect external program.
5277
5278         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
5279         Use them.
5280
5281 2001-12-12  Simon Josefsson  <jas@extundo.com>
5282
5283         * nnvirtual.el (nnvirtual-always-rescan)
5284         (nnvirtual-component-regexp): Fix doc.
5285
5286         * nnoo.el (defvoo): Add doc to defvoo variables.
5287
5288         * nnml.el (nnml-directory, nnml-active-file)
5289         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
5290         (nnml-marks-is-evil, nnml-filenames-are-evil)
5291         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
5292
5293         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
5294         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
5295         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
5296         `error'.
5297
5298         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
5299         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
5300
5301         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
5302         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
5303         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
5304         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
5305
5306         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
5307         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
5308
5309         * imap.el, nnimap.el: Fix indentation.
5310
5311         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
5312
5313 2001-12-12  Didier Verna  <didier@xemacs.org>
5314
5315         * gnus-msg.el (gnus-group-news): New function.
5316         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
5317         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
5318         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
5319         for it.
5320         * gnus-msg.el (gnus-summary-news-other-window): New function.
5321         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
5322         bind it to `i'.
5323         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
5324         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
5325         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
5326         for it (called with a prefix).
5327         * gnus-msg.el (gnus-configure-posting-styles): add an optional
5328         group-name argument.
5329         * gnus-msg.el (gnus-setup-message): use it.
5330
5331 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5332
5333         * gnus-sum.el (gnus-summary-show-article): Fix doc.
5334
5335 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5336
5337         * mml.el (mime-to-mml): Remove Content-Disposition too.
5338
5339 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5340
5341         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
5342         * gnus-group.el (gnus-group-name-decode): Decode unibyte
5343         strings only.
5344         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
5345
5346 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
5347
5348         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
5349         (nnmail-fancy-expiry-target): Use it.
5350         Suggestions from Simon Josefsson <jas@extundo.com>.
5351
5352 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5353
5354         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
5355
5356 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5357
5358         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
5359
5360         * gnus-util.el (gnus-url-unhex-string): Move here.
5361
5362 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5363
5364         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
5365         mm-url-decode-entities-nbsp.
5366
5367         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
5368         * webmail.el, nnwfm.el: Use mm-url.
5369
5370         * mm-url.el (mm-url-fetch-form): Move from nnweb.
5371         (mm-url-remove-markup): Move from nnweb.
5372         (mm-url-fetch-simple): Move from webmail.
5373
5374         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
5375
5376 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5377
5378         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
5379         (gnus-summary-print-article): Use it.
5380
5381         * gnus-util.el (gnus-replace-in-string): Typo.
5382
5383 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5384
5385         * nnweb.el (nnweb-replace-in-string): Removed.
5386
5387         * gnus-util.el (gnus-replace-in-string): New function.
5388         (gnus-mode-string-quote): Use it.
5389
5390         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
5391         * nnwfm.el (nnwfm-create-mapping): Ditto.
5392
5393 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5394
5395         * dgnushack.el (dgnushack-compile): nnrss.el and
5396         nnslashdot.el don't depend on nnweb, url, w3.
5397
5398         * nnrss.el: Use mm-url.
5399
5400 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5401
5402         * mm-url.el (mm-url-insert-file-contents): Support file:.
5403
5404 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5405
5406         * mm-view.el: Lower case for the description line. Sync from the
5407         Emacs CVS.
5408
5409 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5410
5411         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
5412         From:  Stefan Monnier  <monnier@cs.yale.edu>
5413
5414 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5415
5416         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
5417
5418 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5419
5420         * mm-url.el: Require executable.
5421         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
5422
5423 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5424
5425         * pop3.el (pop3-munge-message-separator): Only use valid date.
5426         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
5427
5428         * Makefile.in: gnus-load.elc may not be generated.
5429
5430 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5431
5432         * mm-url.el: New file.
5433         * nnslashdot.el: Use it.
5434         * mm-extern.el (mm-extern-url): Use it.
5435
5436 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5437
5438         * gnus-sum.el (gnus-summary-save-article): Nix
5439         gnus-display-mime-function and gnus-article-prepare-hook.
5440
5441         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
5442         the beginning of lines.
5443         (gnus-complex-form-to-spec): Ditto.
5444
5445 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5446
5447         * message.el (message-make-mft): Fix the m-s-a-file regexp.
5448         From Paul Jarc <prj@po.cwru.edu>.
5449
5450 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5451
5452         * message.el: New variable message-subscribed-address-file;
5453         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
5454
5455 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5456
5457         * message.el (message-tab-body-function): Set to nil.
5458         (message-tab): Use text-mode-map or global-map.
5459         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
5460
5461 2001-11-30  Simon Josefsson  <jas@extundo.com>
5462
5463         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
5464         instead of gnus-union, for speed.  Suggested by Christoph Conrad
5465         <christoph.conrad@gmx.de>.
5466         (gnus-agent-fetch-group-1): Add verbose message.
5467
5468 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5469
5470         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
5471         of integers.
5472
5473 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5474
5475         * message.el (message-newgroups-header-regexp)
5476         (message-completion-alist, message-tab-body-function): Use
5477         defcustom rather than defvar.
5478         (message-tab): Mention `message-tab-body-function' in doc.
5479         Suggested by Karl Eichwalder.
5480
5481 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5482
5483         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
5484
5485 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5486
5487         * nnheader.el (nnheader-find-nov-line): Don't use macro
5488         gnus-delete-line.
5489
5490         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
5491         (gnus-group-name-charset): Ditto.
5492
5493         * gnus-util.el (gnus-buffer-live-p): Ditto.
5494
5495 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5496
5497         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
5498         open parenthesis in doc.
5499         (sieve-manage-authenticator-alist): Typo in doc.
5500         * imap.el (imap-authenticator-alist): Typo in doc.
5501         (imap-stream-alist): Backslash.
5502
5503         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
5504           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
5505
5506 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5507
5508         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
5509
5510         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
5511
5512         * gnus-msg.el (gnus-configure-posting-styles): use
5513         make-local-hook. Add LOCAL for add-hook.
5514
5515 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
5516
5517         * message.el (message-mode): Use `make-local-hook' unless
5518         obsolete.
5519         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
5520
5521 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5522
5523         * canlock.el: Remove sha1.el and base64.el stuff.
5524
5525 2001-11-26  Didier Verna  <didier@xemacs.org>
5526
5527         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
5528         if needed.
5529
5530 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5531
5532         * message.el (message-tamago-not-in-use-p): New function.
5533         (message-strip-forbidden-properties): Use it.
5534
5535 2001-11-26  Didier Verna  <didier@xemacs.org>
5536
5537         * gnus-start.el (gnus-check-first-time-used): only check for
5538         existence of .el[d] files.
5539
5540 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5541
5542         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
5543
5544         * message.el (message-setup-1): Clean up mc-*.
5545
5546 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5547
5548         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
5549         * gnus-score.el (gnus-score-find-bnews): Use it.
5550
5551         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
5552         (gnus-summary-limit-to-author): Ditto.
5553         (gnus-summary-limit-to-extra): Ditto.
5554         (gnus-summary-find-matching): Support not-matching argument.
5555
5556 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5557
5558         * message.el (message-wash-subject): Use `insert' rather than
5559         `insert-string', which is deprecated.
5560
5561 2001-11-24  Simon Josefsson  <jas@extundo.com>
5562
5563         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
5564         message. (Gnus does not "default" to using 8bit for the message,
5565         it default to use 8bit encoding and the user-supplied CTE
5566         value. Calling this behaviour "treating it as 8bit" is perhaps
5567         better.)
5568
5569         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
5570         (compare mm-charset-to-coding-system).
5571
5572 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5573
5574         * canlock.el (canlock-sha1-with-openssl): Use unibyte
5575         buffer. Correctly decode hex.
5576
5577 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5578
5579         * gnus-agent.el (gnus-category-insert-line): Convert category
5580         names to strings.
5581
5582 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5583
5584         * message.el (sha1): eval-and-compile.
5585
5586 2001-11-20  Simon Josefsson  <jas@extundo.com>
5587
5588         * message.el (message-allow-no-recipients): New variable.
5589         (message-send): Use it, customize the prompting when posting to
5590         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
5591
5592 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5593
5594         * mm-util.el (mm-coding-system-priorities): New variable.
5595         (mm-sort-coding-systems-predicate): New function.
5596         (mm-find-mime-charset-region): Resort coding systems if needed.
5597         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
5598
5599 2001-11-20  Didier Verna  <didier@xemacs.org>
5600
5601         * gnus-group.el (gnus-group-make-help-group): new optional
5602         argument to control the error behavior.
5603         * gnus-start.el (gnus-check-first-time-used): use it to avoid
5604         erroring.
5605
5606 2001-11-19  Simon Josefsson  <jas@extundo.com>
5607
5608         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
5609         instead of C-c C-u.  Suggested by Per Abrahamsen
5610         <abraham@dina.kvl.dk>.
5611
5612 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5613
5614         * nnfolder.el (nnfolder-read-folder): Use group instead of
5615         nnfolder-current-group.
5616         Suggested by Lorentey Karoly <lorentey@elte.hu>.
5617
5618 2001-11-17  Simon Josefsson  <jas@extundo.com>
5619
5620         * message.el (message-send): Ask user if Fcc/Gcc should be
5621         performed when no other sender was specified.
5622         Suggested by prj@po.cwru.edu (Paul Jarc).
5623
5624 2001-11-17  Simon Josefsson  <jas@extundo.com>
5625
5626         * message.el (message-mode, message-mode-map): Use C-c C-u for
5627         Importance: instead of C-c C-p (used by SC).
5628
5629 2001-11-16  Simon Josefsson  <jas@extundo.com>
5630
5631         * message.el (message-insert-importance-high)
5632         (message-insert-importance-low): Save point.
5633
5634         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
5635         value.
5636
5637 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
5638
5639         * message.el (message-strip-special-text-properties): New option.
5640         (message-strip-forbidden-properties): Obey it.
5641
5642 2001-11-14  Sam Steingold  <sds@gnu.org>
5643
5644         * gnus-score.el: Fixed some doc strings to properly quote symbols.
5645
5646 2001-11-15  Simon Josefsson  <jas@extundo.com>
5647
5648         Support "Importance:" header in Message.
5649
5650         * message.el (message-mode-map): Bind C-c C-p to
5651         `message-insert-or-toggle-importance'
5652         (message-mode-menu): Add message-insert-importance-{high,low}.
5653         (message-insert-importance-high, message-insert-importance-low)
5654         (message-insert-or-toggle-importance): New functions.
5655         (message-tool-bar-map): Add {un,}important.
5656         (message-mode): Doc fix.
5657
5658 2001-11-15  Simon Josefsson  <jas@extundo.com>
5659
5660         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
5661
5662         * mml.el (mml-menu): Fix toolbar tooltip.
5663
5664 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5665
5666         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
5667         * nnml.el (nnml-save-marks): Ditto.
5668
5669         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
5670
5671 2001-11-15  Simon Josefsson  <jas@extundo.com>
5672
5673         * nnml.el (nnml-save-marks):
5674         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
5675         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
5676
5677 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
5678
5679         * gnus-art.el (gnus-article-wash-status-strings): Use
5680         `copy-sequence', not `copy-seq'.
5681
5682 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
5683
5684         * gnus-art.el (gnus-article-wash-status-strings): New constant.
5685         (gnus-gnus-article-wash-status-entry): New function.
5686         (gnus-article-wash-status): Use it.
5687
5688 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5689
5690         * mml1991.el: Add coding header.
5691
5692 2001-11-12  Simon Josefsson  <jas@extundo.com>
5693
5694         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
5695         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
5696         `mml1991-sign' and `mml1991-encrypt'.
5697         (mml1991-encrypt, mml1991-sign): New glue functions.
5698         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
5699
5700         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
5701         (mml-menu): Add PGP to menu.
5702
5703         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
5704         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
5705         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
5706         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
5707
5708         * mml2015.el: Mention RFC 3156.
5709
5710         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
5711
5712 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5713
5714         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
5715
5716         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
5717           From <Michael.Cook@cisco.com>
5718
5719 2001-11-11  Simon Josefsson  <jas@extundo.com>
5720
5721         * message.el (top-level): Autoload sha1.
5722         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
5723         canlock, no need to require two different hash algs).  Suggested
5724         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
5725
5726 2001-11-09  Simon Josefsson  <jas@extundo.com>
5727
5728         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
5729         <Pavel@Janik.cz>.
5730
5731 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5732
5733         * message.el (message-point-in-header-p): New function.
5734         (message-do-auto-fill): Use it.
5735         (message-beginning-of-line): New function.  Goes to beginning of
5736         header value (i.e., end of header name), or to beginning of line
5737         if already at beginning of value.  Behaves like
5738         `beginning-of-line' when in message body.
5739         (message-mode-map): Bind it.
5740
5741 2001-11-08  Simon Josefsson  <jas@extundo.com>
5742
5743         * gnus-msg.el (gnus-posting-styles): Add doc.
5744
5745 2001-11-07  Simon Josefsson  <jas@extundo.com>
5746
5747         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
5748
5749         * sieve-mode.el (sieve-control-commands-face)
5750         (sieve-control-commands-face, sieve-action-commands-face)
5751         (sieve-test-commands-face, sieve-tagged-arguments-face): New
5752         faces.
5753         (sieve-font-lock-keywords): Use them.
5754         (sieve-mode): Only set font-lock-defaults in emacs.
5755
5756         * gnus-art.el (gnus-default-article-saver): Add
5757         gnus-summary-save-body-in-file.
5758         (gnus-summary-write-to-file): Fix doc.
5759
5760 2001-11-07  Simon Josefsson  <jas@extundo.com>
5761
5762         * gnus-art.el (gnus-treat-highlight-signature): Add cross
5763         reference to the correct chapter in the manual.
5764
5765         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
5766         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
5767
5768 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5769
5770         * mml.el (mml-preview): Bind mail-header-separator.
5771
5772 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5773
5774         * message.el: Always require canlock.
5775         (message-ignored-supersedes-headers): Include Cancel-Lock and
5776         Cancel-Key.
5777         (message-insert-canlock): Don't require canlock.
5778         (message-cancel-news): Don't check whether canlock is available.
5779         (message-supersede): Support cancel-locks.
5780
5781         * gnus-art.el: Don't autoload canlock.
5782
5783 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5784
5785         * mail-source.el (mail-source-fetch-imap): ASYNC param.
5786         From: <andre@slamdunknetworks.com>
5787
5788 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5789
5790         * many files: Fix copyright lines.
5791
5792 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5793
5794         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
5795         Suggested by Dave Love  <fx@gnu.org>.
5796
5797 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5798
5799         * message.el (message-kill-buffer): Remove auto-save file after
5800         confirm.
5801
5802         * message.el (message-send-mail): Call message-generate-headers
5803         once.  Suggested by Matt Armstrong <matt@lickey.com>.
5804
5805         * gnus-topic.el (gnus-topic-rename): Initial-input.
5806         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
5807
5808 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
5809
5810         * message.el (message-forbidden-properties): New constant.
5811         (message-strip-forbidden-properties): New function.
5812         (message-mode): Activate it.
5813
5814 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5815
5816         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
5817         (mm-hack-charsets): Fix doc.
5818
5819 2001-11-02  Simon Josefsson  <jas@extundo.com>
5820
5821         * gnus-int.el (gnus-check-server): Message "...done" when done.
5822
5823         * imap.el (imap-close): Don't message (imap-send-command-wait
5824         returns if the connection is dropped).
5825         (imap-wait-for-tag): Nix out message only when necessary.
5826
5827         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
5828         for non-crossposting.
5829         (gnus-sieve-crosspost): Default to t to be consistent with other
5830         parts of Gnus.
5831
5832 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5833
5834         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
5835         (mm-iso-8859-x-to-15-table): Ditto.
5836         (mm-iso-8859-x-to-15-region): Ditto.
5837         (mm-find-mime-charset-region): Ditto.
5838
5839 2001-11-01  Simon Josefsson  <jas@extundo.com>
5840
5841         * nnimap.el (nnimap-close-asynchronous): New variable.
5842         (nnimap-close-group): Use it.
5843         (nnimap-expunge): Don't use it.
5844
5845         * imap.el (imap-callbacks): New variable.
5846         (imap-remassoc): Copied from `gnus-remassoc'.
5847         (imap-add-callback): New function.
5848         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
5849         behaviour.
5850         (imap-parse-response): Call the callback.
5851
5852         * message.el (message-insert-canlock): New variable.
5853         (message-canlock-generate, message-canlock-password)
5854         (message-insert-canlock): New functions.
5855         (message-send-news): Call `message-insert-canlock'.
5856         (top-level): Require canlock when compiling.
5857         (message-insert-canlock): Require canlock before we need it.
5858
5859 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5860
5861         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
5862
5863 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5864
5865         * dgnushack.el (dgnushack-make-load): A workaround for
5866         custom-add-loads bug in some versions of XEmacs.
5867
5868 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5869
5870         * mm-util.el (mm-charset-synonym-alist): Revert (some).
5871
5872 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5873
5874         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
5875         (mm-hack-charsets): New variable.
5876         (mm-iso-8859-15-compatible): New variable.
5877         (mm-iso-8859-x-to-15-table): New variable.
5878         (mm-find-mime-charset-region): Add parameter hack-charsets.
5879
5880         * mm-bodies.el (mm-encode-body): Use it.
5881         * mml.el (mml-parse-1): Ditto.
5882
5883 2001-11-01  Simon Josefsson  <jas@extundo.com>
5884
5885         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
5886
5887 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5888
5889         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
5890         is nil.
5891
5892 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5893
5894         * smiley-ems.el (smiley-update-cache): Auto detect file type.
5895
5896         * message.el (message-forward-rmail-make-body): Use
5897         save-window-excursion.
5898         (message-encode-message-body): Search with noerror.
5899         (message-setup-1): Convert compose-mail send-actions to
5900         message-send-actions.
5901
5902 2001-11-01  Simon Josefsson  <jas@extundo.com>
5903
5904         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
5905         <yamaoka@jpl.org>.
5906
5907 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5908
5909         * sieve-manage.el (sieve-string-bytes): No complain.
5910
5911 2001-11-01  Simon Josefsson  <jas@extundo.com>
5912
5913         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
5914         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
5915         has autoload cookies, so no `require' should be necessary.)
5916
5917         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
5918         files.
5919
5920 2001-10-31  Simon Josefsson  <jas@extundo.com>
5921
5922         * gnus-cus.el (gnus-group-parameters): Support integer `display'
5923         parameter.
5924
5925         * gnus-sum.el (gnus-select-newsgroup): If group parameter
5926         `display' is a number (and C-u wasn't used to enter group), only
5927         fetch that number of articles.
5928
5929 2001-10-31  Matt Armstrong  <matt@lickey.com>
5930
5931         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
5932         not-subscribed -> subscribed.
5933
5934 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5935         From: Josh Huber <huber@alum.wpi.edu>
5936
5937         * message.el (message-subscribed-address-functions): New variable.
5938         (message-subscribed-addresses): New variable.
5939         (message-subscribed-regexps): New variable.
5940         (message-goto-mail-followup-to): New function.
5941         (message-send-mail): Add Mail-Followup-To.
5942         (message-make-mft): New function.
5943
5944         * gnus.el (gnus-find-subscribed-addresses): New function.
5945
5946 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5947
5948         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
5949         (mail-source-fetch-pop): Ditto.
5950         (mail-source-check-pop): Ditto.
5951
5952         * gnus-start.el (gnus-read-init-file): Ditto.
5953         (gnus-activate-group): Ditto.
5954         (gnus-read-newsrc-el-file): Ditto.
5955
5956 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5957
5958         * message.el (message-get-reply-headers): Make sure there is ", ".
5959
5960         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
5961         mm-coding-system-p. Don't correct it only in XEmacs.
5962         (mm-charset-to-coding-system): Use mm-coding-system-p and
5963         mm-get-coding-system-list.
5964         (mm-emacs-mule, mm-mule4-p): New variables.
5965         (mm-enable-multibyte, mm-disable-multibyte,
5966         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
5967         mm-with-unibyte-current-buffer,
5968         mm-with-unibyte-current-buffer-mule4): Use them.
5969         (mm-find-mime-charset-region): Treat iso-2022-jp.
5970
5971         From  Dave Love  <fx@gnu.org>:
5972
5973         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
5974         construction.
5975         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
5976         entries conditional on not having a coding system defined for
5977         them.
5978         (mm-mule-charset-to-mime-charset): Use
5979         find-coding-systems-for-charsets if defined.
5980         (mm-charset-to-coding-system): Don't use
5981         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
5982         later.  Add last resort search of coding systems.
5983         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
5984         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
5985         Mule 4.
5986         (mm-find-mime-charset-region): Re-write.
5987         (mm-with-unibyte-current-buffer): Restore buffer as well as
5988         multibyteness.
5989
5990 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5991
5992         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
5993         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
5994         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
5995
5996 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5997
5998         * gnus-art.el (article-display-x-face): Nix buffer-read-only
5999         again.
6000
6001         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
6002
6003 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6004
6005         * gnus-spec.el (gnus-parse-simple-format): Use
6006           buffer-substring-no-properties.
6007
6008 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6009
6010         * gnus-art.el (article-verify-cancel-lock): New function.
6011
6012         * nnheader.el (nntp-process-response): New variable.
6013         (nnheader-init-server-buffer): Make `nntp-process-response'
6014         buffer-local in `nntp-server-buffer'.
6015
6016         * nntp.el (nntp-prepare-post-hook): New hook.
6017         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
6018         (nntp-async-trigger): Ditto.
6019         (nntp-request-post): Insert a server's ID if there's no Message-ID
6020         header; run `nntp-prepare-post-hook'.
6021
6022 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6023
6024         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
6025         instead.
6026
6027         * message.el (message-forward-subject-author-subject): Don't use
6028         message-news-p, which widens the buffer.
6029         (message-forward-make-body): New function.
6030         (message-forward): Use it.
6031         (message-insinuate-rmail): New function.
6032         (message-forward-rmail-make-body): New function.
6033
6034 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6035
6036         * mm-extern.el (mm-extern): Provide it.
6037
6038         * mm-partial.el (mm-partial): Provide it.
6039
6040 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6041
6042         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
6043
6044 2001-10-29  Simon Josefsson  <jas@extundo.com>
6045
6046         * mml.el (mml-preview): Bind message-this-is-news if it is
6047         news. From Jesper Harder <harder@myrealbox.com>.
6048
6049 2001-10-28  Simon Josefsson  <jas@extundo.com>
6050
6051         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
6052
6053 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
6054
6055         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
6056         ironic smilies.
6057
6058 2001-10-27  Simon Josefsson  <jas@extundo.com>
6059
6060         * message.el (message-indent-citation): Don't add trailing
6061         whitespace when citing text.
6062
6063         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
6064         <harder@ifa.au.dk>.
6065
6066 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6067
6068         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
6069         not available.
6070         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
6071         (nnweb-type-definition): Add google as alias of dejanews.
6072         (nnweb-google-parse-1): Forward 1 line.
6073
6074 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6075
6076         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
6077         variable `message-forward-ignored-headers'.
6078
6079 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
6080
6081         * gnus.el (gnus-expand-group-parameter): New function.
6082         (gnus-expand-group-parameters): Call it.
6083         (gnus-group-fast-parameter): New function.
6084         (gnus-group-find-parameter): Call it.
6085
6086 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
6087
6088         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
6089         vector (it didn't before because of a bug).
6090         * gnus-msg.el (gnus-post-news): Use header vector directly, if
6091         available.  Before it converted it to an article number.
6092
6093         This makes followup to news articles with negative numbers in
6094         nnvirtual groups use news instead of mail.
6095
6096 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
6097
6098         * gnus.el (post-method): Use `native' instead of `nil'.
6099
6100         * gnus-msg.el (gnus-post-method): Ditto.
6101
6102 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
6103
6104         * gnus.el (gnus-define-group-parameter): Grammar fix.
6105
6106 2001-10-22  Simon Josefsson  <jas@extundo.com>
6107
6108         * gnus-msg.el (gnus-extended-version): Include
6109         system-configuration.
6110         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
6111
6112 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
6113
6114         * gnus.el (post-method): Customization fix: `native' is not a
6115         valid value.
6116         * gnus-msg.el (gnus-post-method): Doc and customization fix:
6117         `native' is not a valid value.
6118
6119 2001-10-21  Simon Josefsson  <jas@extundo.com>
6120
6121         * nnimap.el (nnimap): Defgroup
6122         (nnimap-strict-function, nnimap-strict-function-match): New
6123         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
6124         (nnimap-split-crosspost, nnimap-split-inbox)
6125         (nnimap-split-rule, nnimap-split-predicate)
6126         (nnimap-split-predicate): Defcustom.
6127         (nnimap-split-inbox, nnimap-expunge-search-string)
6128         (nnimap-importantize-dormant): Remove "*" from doc.
6129
6130 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6131
6132         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
6133         not supplied via prefix arg.  From Lisp, make arg mandatory.
6134         Suggested by Frank Schmitt.
6135
6136 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
6137
6138         * message.el (message-do-auto-fill): Avoid calling
6139         'rfc822-goto-eoh'.
6140
6141 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6142         From Paul Jarc <prj@po.cwru.edu>.
6143
6144         * message.el (message-get-reply-headers): Restructure the logic
6145         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
6146
6147 2001-10-20  Simon Josefsson  <jas@extundo.com>
6148
6149         * message.el (message-cancel-news): Support cancel-locks.
6150         Suggested by Per Abrahamsson.
6151
6152         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
6153         conses.  From David Z Maze <dmaze@MIT.EDU>.
6154
6155         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
6156
6157 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
6158
6159         * mm-decode.el (mm-default-directory): Fix customize type.
6160
6161         * message.el (message-setup-fill-variables): Kludge to use
6162         normal-auto-fill-function even if auto fill is already activated.
6163
6164 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
6165
6166         * message.el (message-do-auto-fill): New version that does not
6167         rely on text properties, by Simon Josefsson <jas@extundo.com>.
6168         (message-setup-1): Removed the `message-field' property.
6169
6170         * gnus-draft.el (gnus-draft-edit-message): Removed the
6171         `message-field' property.
6172
6173 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
6174
6175         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
6176         `message-field'.  The `field' property has a special significance in
6177         Emacs 21.
6178
6179         * message.el (message-send, message-setup-1): Ditto.
6180
6181 2001-10-18  Simon Josefsson  <jas@extundo.com>
6182
6183         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
6184         when undoing.
6185
6186 2001-10-18  Simon Josefsson  <jas@extundo.com>
6187         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
6188
6189         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
6190         (gnus-summary-make-menu-bar): Ditto.
6191
6192 2001-10-17  Simon Josefsson  <jas@extundo.com>
6193
6194         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
6195         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
6196
6197 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6198
6199         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
6200         * gnus-util.el (gnus-user-date): New function.
6201         From Frank Schmitt <usenet@Frank-Schmitt.net>.
6202
6203 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
6204
6205         * message.el (message-check-news-header-syntax): Special case
6206         nnvirtual groups.
6207
6208         * gnus-sum.el (gnus-summary-respool-default-method): Changed
6209         customize type to `symbol'.
6210
6211 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6212
6213         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
6214         %&foo;.
6215         (gnus-parse-simple-format): Support user extended spec too.
6216         %u&foo; invokes gnus-user-format-function-foo.
6217
6218 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6219
6220         * nnml.el (nnml-request-expire-articles): Make sure it is back to
6221         the server.
6222         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
6223         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6224         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
6225         * nndiary.el (nndiary-request-expire-articles): Ditto.
6226         (nndiary-schedule): Defsubst it before use it.
6227         (nndiary-error): eval-and-compile.
6228
6229 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
6230
6231         * gnus-msg.el (gnus-post-method): Changed two instances of
6232         `active' to `current' and one `null' to `not'.
6233
6234 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6235         From Katsumi Yamaoka <yamaoka@jpl.org>.
6236
6237         * message.el (message-setup-fill-variables): Use
6238         `normal-auto-fill-function' instead of `auto-fill-function'.
6239
6240 2001-10-16  Simon Josefsson  <jas@extundo.com>
6241
6242         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
6243         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
6244         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
6245
6246 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6247         Patch by Oliver Scholz <oscholz@my.gnus.org>.
6248
6249         * gnus-draft.el (gnus-draft-edit-message): Add text property
6250         `field' with value `header' to message headers.
6251         * message.el (message-setup-1): Really add text property to all of
6252         the header, not just part of it.
6253
6254 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6255
6256         * gnus-group.el (gnus-group-sort-by-server): Use it.
6257
6258         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
6259
6260         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
6261         and keystroke.
6262
6263 2001-10-14  Simon Josefsson  <jas@extundo.com>
6264
6265         * dig.el: Doc fix.
6266
6267         * smime.el: Doc fix.
6268
6269         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
6270         charset magic from message.el.
6271
6272 2001-10-12  Simon Josefsson  <jas@extundo.com>
6273         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
6274
6275         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
6276         'cite from g-a-wash-types.
6277         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
6278         (gnus-article-hide-citation): Fix.
6279
6280         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
6281         character.
6282         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
6283
6284         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
6285         definition.
6286         (gnus-signature-toggle): Toggle `s' mode line character.
6287
6288         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
6289         doing stuff that clears it.
6290
6291 2001-10-12  Simon Josefsson  <jas@extundo.com>
6292
6293         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
6294         From Eric Marsden <emarsden@laas.fr>.
6295
6296 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6297
6298         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
6299         (autoload): Add some autoloads.
6300
6301 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6302         Suggested by Oliver Scholz <epameinondas@gmx.de>.
6303
6304         * message.el (message-do-auto-fill): New function.  Like
6305         `do-auto-fill' but don't fill when in the message header.
6306         (message-setup-1): Put a text property on the message header.
6307         (message-setup-fill-variables): Use `message-do-auto-fill'.
6308
6309 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6310
6311         * message.el (message-send-mail-partially): Insert an empty line
6312         first, because of the change of message-make-lines.
6313
6314 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
6315
6316         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
6317         iso-8859-15, make it an alias for iso-8859-1.
6318
6319 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6320
6321         * message.el (message-send-news): Don't modify the value of
6322         `message-syntax-checks' if it is not a list (possibly it is
6323         `dont-check-for-anything-just-trust-me').
6324
6325 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6326
6327         * gnus-group.el (gnus-group-name-charset-group-alist): Use
6328         `find-coding-system' for XEmacs to check whether the coding-system
6329         `utf-8' is available.
6330
6331 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6332
6333         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
6334
6335 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
6336
6337         * message.el (message-send-news): Oops, missed case with no
6338         "Followup-To" header...
6339
6340 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
6341
6342         * message.el (message-send-news): Allow
6343         `gnus-group-name-charset-group-alist' to affect encoding of the
6344         "Newsgroups" and "Followup-To" headers.
6345
6346 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6347
6348         * Makefile.in (install-el): Depend on gnus-load.el.
6349
6350 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6351
6352         * Makefile.in (install-el): Use -f.
6353         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
6354
6355 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
6356
6357         * message.el (message-send-news): Don't encode Followups-To when
6358         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
6359
6360         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
6361         header.
6362
6363         * gnus-art.el (article-decode-group-name): Also decode
6364         "Followup-To".
6365
6366         * rfc2047.el (rfc2047-encode-message-header): Encode without
6367         asking for null methods.
6368
6369         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
6370         default charset for newsgroup names in accordance with USEFOR.
6371
6372         * gnus-group.el (gnus-group-name-charset-method-alist,
6373         gnus-group-name-charset-group-alist): Removed "*" from doc
6374         strings, "*" should not be used for complex variables.
6375
6376 2001-10-06  Simon Josefsson  <jas@extundo.com>
6377
6378         Support UTF-8 group names better.
6379
6380         * message.el (message-check-news-header-syntax): Encode group
6381         names before comparison.
6382
6383         * gnus-msg.el (gnus-copy-article-buffer): Run all
6384         `gnus-article-decode-hook's except `article-decode-charset'
6385         instead of hardcoding call to one of them.
6386
6387         * gnus-art.el (gnus-article-decode-hook): Add
6388         `article-decode-group-name'.
6389         (article-decode-group-name): New function, use `g-d-n'.
6390
6391         * gnus-group.el (gnus-group-insert-group-line): Decode
6392         gnus-tmp-group using `g-d-n'.
6393
6394         * gnus-util.el (gnus-decode-newsgroups): New function.
6395
6396 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
6397
6398         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
6399         `gnus-group-name-charset-group-alist'.
6400
6401 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6402
6403         * Makefile.in: Install el in install. Add uninstall.
6404
6405 2001-10-05  Simon Josefsson  <jas@extundo.com>
6406
6407         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
6408
6409         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
6410
6411         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
6412         empty folders.
6413
6414         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
6415         limiting if read-all (C-u RET) was used.
6416
6417 2001-10-04  Simon Josefsson  <jas@extundo.com>
6418
6419         * mail-source.el (mail-source-movemail-program): New variable.
6420         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
6421         <thutt@thutt.vmware.com>.
6422
6423 2001-10-03  Simon Josefsson  <jas@extundo.com>
6424
6425         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
6426         (gnus-summary-line-format-alist): Fix param.
6427
6428 2001-10-02  Simon Josefsson  <jas@extundo.com>
6429
6430         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
6431         don't go through `nnimap-request-expire-articles' to delete the
6432         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
6433
6434 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6435
6436         * gnus-agent.el (gnus-agent-write-active): The min in the
6437         agent/active may be larger than that in the server/active.
6438
6439 2001-10-01  Simon Josefsson  <jas@extundo.com>
6440
6441         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
6442         is IMAP4rev1.
6443
6444         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
6445
6446         * nnfolder.el: Ditto.
6447
6448 2001-09-30  Dan Christensen  <jdc@uwo.ca>
6449
6450         * gnus-sum.el (gnus-summary-extract-address-component): New function.
6451         (gnus-summary-from-or-to-or-newsgroups): Optimize.
6452
6453 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6454
6455         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
6456         (message-mode-menu): Menu item for same.
6457
6458         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
6459         delayed articles.
6460
6461         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
6462         nndraft:delayed does not exist.
6463         (gnus-delay-initialize): Don't set up keymap, that's done from
6464         message.el now.
6465         (gnus-delay, gnus-delay-group, gnus-delay-header)
6466         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
6467
6468 2001-09-29  Simon Josefsson  <jas@extundo.com>
6469
6470         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
6471         utf-8, not eight-bit-control.
6472
6473         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
6474         (imap-log, imap-debug): Custom.
6475         (imap-log-buffer, imap-debug-buffer): New constants.
6476         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
6477         (imap-network-open, imap-shell-open, imap-starttls-open)
6478         (imap-send-command-1, imap-send-command, imap-arrival-filter)
6479         (imap-debug): Use imap-*-buffer.
6480
6481         * nndoc.el (nndoc-article-type): Add mailman.
6482         (nndoc-type-alist): Ditto.
6483         (nndoc-mailman-type-p): New function.
6484
6485 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6486
6487         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
6488         gnus-art.el.
6489
6490 2001-09-27  Simon Josefsson  <jas@extundo.com>
6491
6492         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
6493         (gnus-topic-catchup-articles): New function. Suggested by Robin
6494         S. Socha <robin-dated-1001857693.185e29@socha.net>.
6495
6496 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6497         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
6498
6499         * gnus-ems.el (gnus-article-display-xface): Insert xface after
6500         previous ones.
6501
6502 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6503         From Daiki Ueno  <ueno@unixuser.org>
6504
6505         * gnus-sum.el (gnus-summary-show-article): The arglist of
6506         detect-coding-region is incompatible.
6507
6508 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6509         From Katsuhiro Hermit Endo <hermit@koka-in.org>
6510
6511         * gnus-group.el (gnus-group-delete-group): Typo.
6512
6513 2001-09-26  Simon Josefsson  <jas@extundo.com>
6514
6515         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
6516
6517         * nnimap.el (nnimap-expiry-target): Use temp buffer.
6518
6519 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6520
6521         * gnus-cus.el (gnus-group-parameters): Display as sexp.
6522
6523 2001-09-22  Simon Josefsson  <jas@extundo.com>
6524
6525         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
6526
6527         * nnfolder.el (nnfolder-open-marks): Ditto.
6528
6529         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
6530         (gnus-update-marks): Use it.
6531         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
6532         hardcoded list.
6533
6534         * gnus.el (gnus-article-special-mark-lists): Add killed.
6535         (gnus-article-unpropagated-mark-lists): New constant.
6536
6537 2001-09-22  Simon Josefsson  <jas@extundo.com>
6538
6539         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
6540         custom option.
6541
6542 2001-09-23  Simon Josefsson  <jas@extundo.com>
6543
6544         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
6545
6546 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6547
6548         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
6549
6550 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
6551
6552         * gnus-group.el (gnus-group-sort-function): Fix customize type to
6553         accept lists of functions.
6554
6555 2001-09-20  Simon Josefsson  <jas@extundo.com>
6556
6557         * gnus-group.el (gnus-group-catchup): Update expire marks in
6558         backend.  Also, if ALL also set expire marks on tick/dormant.
6559
6560 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6561
6562         * message.el (message-tab-body-function): New variable.
6563         * message.el (message-tab): Use it.
6564
6565 2001-09-19  Sam Steingold  <sds@gnu.org>
6566
6567         * gnus-win.el (gnus-buffer-configuration): Respect
6568         `gnus-bug-create-help-buffer'.
6569
6570 2001-09-18  Simon Josefsson  <jas@extundo.com>
6571
6572         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
6573         (gnus-parse-simple-format): Re-revert.
6574
6575 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
6576         Trivial patch.
6577
6578         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
6579         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
6580
6581 2001-09-18  Simon Josefsson  <jas@extundo.com>
6582
6583         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
6584         signed.
6585         (gnus-parse-simple-format): Don't use it.
6586
6587 2001-09-17  Miles Bader  <miles@gnu.org>
6588
6589         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
6590         error querying a backend abort the whole process.
6591
6592 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6593
6594         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
6595         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
6596
6597 2001-09-17  Didier Verna  <didier@xemacs.org>
6598
6599         * nndiary.el: version 0.2-b14.
6600         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
6601         compatibility problem with XEmacs 21.1.
6602
6603 2001-09-15  Simon Josefsson  <jas@extundo.com>
6604
6605         * gnus-group.el (gnus-group-line-format): Document %c.
6606
6607         * nnml.el (nnml-parse-head): Handle CRLF files.
6608         (nnml-generate-nov-file): Ditto.
6609         (nnml-retrieve-headers): Ditto.
6610
6611 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
6612
6613         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
6614
6615 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
6616
6617         * gnus-spec.el (gnus-correct-substring): Still stopped one
6618         character before we wanted (never included last character).
6619         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
6620         add missing "," (once per function)
6621
6622 2001-09-14  Simon Josefsson  <jas@extundo.com>
6623
6624         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
6625         (otherwise e.g. gnus-agentize in .gnus overrides the customized
6626         default before gnus-group is loaded and the variable set.)
6627
6628         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
6629         killed or unsent marks.
6630
6631         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
6632         isn't an article to set it on (e.g. when you `a' in a group).
6633
6634 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6635
6636         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
6637         can read e-mails from Microsoft Outlook users not using ISO
6638         8859-2 character set.
6639
6640 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6641
6642         * gnus-diary.el: Minor modifications to avoid warnings.
6643         (gnus-summary-misc-menu): defvar.
6644         (gnus-diary-check-message): Use gnus-point-at-eol.
6645         (gnus-diary-kill-entire-line): eval-and-compile.
6646
6647 2001-09-12  Didier Verna  <didier@xemacs.org>
6648
6649         * nndiary.el: new version (0.2-b13).
6650         * nndiary.el (nndiary-mail-sources): doc update.
6651         * nndiary.el (nndiary-split-methods): ditto.
6652         * nndiary.el (nndiary-request-accept-article-hooks): New.
6653         * nndiary.el (nndiary-request-accept-article): use it, check
6654         message validity.
6655         * nndiary.el (nndiary-get-new-mail): changed default to nil.
6656         * nndiary.el (nndiary-schedule): fix bug (misplaced
6657         condition-case): it didn't return nil on error.
6658         * gnus-diary.el: new version.
6659         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
6660         * gnus-diary.el (gnus-diary-header-value-history): New.
6661         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
6662         * gnus-diary.el (gnus-diary-add-header): New.
6663         * gnus-diary.el (gnus-diary-check-message): New.
6664         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
6665         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
6666
6667 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6668
6669         * gnus-sum.el (gnus-select-newsgroup): Make
6670         `gnus-current-select-method' buffer-local.
6671
6672         * gnus-art.el (gnus-request-article-this-buffer): Refer
6673         `gnus-current-select-method' in the current summary buffer.
6674
6675 2001-09-10  Simon Josefsson  <jas@extundo.com>
6676         From Daniel Pittman <daniel@rimspace.net>
6677
6678         * gnus-spec.el (gnus-correct-pad-form): Fix.
6679
6680 2001-09-09  Simon Josefsson  <jas@extundo.com>
6681
6682         * mm-decode.el (mm-inline-media-tests): Add
6683         application/x-emacs-lisp.
6684         (mm-attachment-override-types): Add
6685         application/{x-,}pkcs7-signature.
6686
6687         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
6688         (gnus-server-line-format, gnus-server-mode-line-format)
6689         (gnus-server-browse-in-group-buffer): Customize.
6690
6691 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6692
6693         * nnml.el (nnml-marks-changed-p): Typo.
6694         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
6695         (nnml-marks-changed-p): Use gnus-gethash.
6696         (nnml-marks-modtime): Use gnus-make-hashtable.
6697
6698         * nnfolder.el (nnfolder-marks-changed-p): Typo.
6699         (nnfolder-request-expire-articles, nnfolder-save-marks)
6700         (nnfolder-open-marks): Typo.
6701         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
6702         (nnfolder-marks-changed-p): Use gnus-gethash.
6703         (nnfolder-marks-modtime): Use gnus-make-hashtable.
6704
6705 2001-09-08  Simon Josefsson  <jas@extundo.com>
6706
6707         * nnfolder.el (nnfolder-marks-modtime): New variable.
6708         (nnfolder-marks-changed-p): New function.
6709         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
6710         (nnfolder-request-update-info): Don't update if marks didn't change.
6711
6712         * nnml.el (nnml-marks-modtime): New variable.
6713         (nnml-marks-changed-p): New function.
6714         (nnml-save-marks, nnml-open-marks): Save modtime.
6715         (nnml-request-update-info): Don't update if marks didn't change.
6716
6717         * gnus-agent.el (gnus-agent-any-covered-gcc)
6718         (gnus-agent-add-server, gnus-agent-remove-server): Use
6719         gnus-agent-method-p.
6720
6721         * gnus-art.el (gnus-buttonized-mime-types): New variable.
6722         (gnus-unbuttonized-mime-type-p): Use it.
6723
6724         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
6725         fetch group.
6726
6727 2001-09-08  Simon Josefsson  <jas@extundo.com>
6728         From Daniel Pittman <daniel@rimspace.net>
6729
6730         * gnus-spec.el (gnus-correct-pad-form): New function.
6731         (gnus-parse-simple-format): Use it.
6732
6733 2001-09-07  Simon Josefsson  <jas@extundo.com>
6734
6735         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
6736         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
6737         Putnam <reader@newsguy.com>.
6738         (gnus-group-sort-selected-groups): Touch dribble file.
6739
6740 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
6741
6742         * nnml.el (nnml-filenames-are-evil): New variable.
6743         (nnml-article-to-file-alist): Rename to ...
6744         (nnml-current-group-article-to-file-alist): ... this.
6745         Respect `nnml-filenames-are-evil'.
6746         (nnml-active-number): Update.
6747         (nnml-update-file-alist): Update.
6748         (nnml-request-article): Use nnheader-article-to-file-alist.
6749         (nnml-request-rename-group): Likewise.
6750
6751 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6752
6753         * gnus-sum.el (gnus-summary-insert-line): Fix.
6754
6755 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
6756
6757         * gnus-sum.el: Bind g-s-t-s to "W g".
6758         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
6759         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
6760         display of graphical smilies.
6761
6762 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6763
6764         * gnus-start.el (gnus-setup-news): A typo.
6765         From Bill White <billw@wolfram.com>.
6766
6767 2001-09-06  Simon Josefsson  <jas@extundo.com>
6768
6769         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
6770         and unseen marks.
6771
6772 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6773
6774         * nnmail.el (nnmail-split-fancy): Document `junk'.
6775
6776 2001-09-04  Simon Josefsson  <jas@extundo.com>
6777
6778         * imap.el (imap-search): Don't error if server is broken.
6779
6780 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
6781
6782         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
6783         searching for an article that isn't in the mbox.
6784
6785 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6786
6787         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
6788         right, and get all the comments.
6789
6790 2001-09-02  Simon Josefsson  <jas@extundo.com>
6791         Suggested by Dan Christensen <jdc+news@uwo.ca>
6792
6793         * nnfolder.el (nnfolder-request-update-info): Fix message.
6794
6795         * nnml.el (nnml-request-update-info): Ditto.
6796
6797 2001-09-01  Simon Josefsson  <jas@extundo.com>
6798
6799         * nnml.el (nnml-request-expire-articles): Also bind
6800         `nnml-current-group' and `nnml-article-file-alist' when using
6801         expiry-target. (Otherwise nnml will be in a inconsistent internal
6802         state causing all kind of problems.)
6803         (nnml-request-expire-articles): If `nnml-article-to-file' or
6804         `file-attributes' failes, return article as un-expirable instead
6805         of treating it as expired.
6806
6807 2001-08-31  Sam Steingold  <sds@gnu.org>
6808
6809         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
6810         typo: `exmine' --> `examine'.
6811
6812 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6813
6814         * nndoc.el (nndoc-forward-type-p): It is not a digest.
6815
6816 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6817
6818         * nnml.el (nnml-check-directory-twice): Remove.
6819         (nnml-retrieve-headers): Ditto.
6820         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
6821
6822 2001-08-30  Andrew Innes  <andrewi@gnu.org>
6823
6824         * nnheader.el (nnheader-directory-files-is-safe): No need to read
6825         directory twice on Windows, or on GNU Emacs-21.
6826
6827 2001-08-30  Andrew Innes  <andrewi@gnu.org>
6828
6829         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
6830         (nnml-request-rename-group): Ditto.
6831         (nnml-active-number): Ditto.
6832         (nnml-request-create-group): Use nnml-directory-articles.
6833         (nnml-request-expire-articles): Use nnml-directory-articles, which
6834         gets list from nov database if available.
6835         (nnml-get-nov-buffer): New function.
6836         (nnml-open-nov): Use it.
6837         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
6838         gets alist from nov database if available.
6839         (nnml-directory-articles): New function.
6840         (nnml-article-to-file-alist): New function.
6841
6842 2001-08-30  Andrew Innes  <andrewi@gnu.org>
6843
6844         * mm-decode.el (mm-display-external): Use `name' as filename, if
6845         `filename' attribute is not present.
6846
6847 2001-08-30  Andrew Innes  <andrewi@gnu.org>
6848
6849         * mail-source.el (mail-source-flash): New defcustom.
6850         (mail-source-new-mail-p): Ring visible bell if appropriate.
6851         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
6852         timer is cleared even if mail check signals an error.
6853
6854 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6855
6856         * gnus-sum.el (gnus-summary-move-article): Only update marks of
6857         type 'list.
6858
6859 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6860
6861         * flow-fill.el (fill-flowed): eol might be point-max.
6862
6863 2001-08-27  Simon Josefsson  <jas@extundo.com>
6864
6865         * nnml.el (nnml-request-update-info): Fix message.
6866         (nnml-open-marks): Ditto.
6867
6868         * nnfolder.el (nnfolder-request-update-info):
6869         (nnfolder-open-marks): Fix message.
6870
6871 2001-08-25  Simon Josefsson  <jas@extundo.com>
6872
6873         * nnfolder.el (nnfolder-save-marks): Don't create directory named
6874         after group in ~/.
6875
6876 2001-08-25  Simon Josefsson  <jas@extundo.com>
6877         From Andreas Jaeger  <aj@suse.de>
6878
6879         * nnfolder.el (nnfolder-open-marks): Fix typo.
6880         * nnml.el (nnml-open-marks): Likewise.
6881
6882 2001-08-25  Simon Josefsson  <jas@extundo.com>
6883
6884         Make nnfolder groups self-contained as far as marks are concerned.
6885
6886         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
6887         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
6888         (nnfolder-open-server): Make marks directory.
6889         (nnfolder-request-delete-group): Delete marks file.
6890         (nnfolder-request-delete-group): Check of nov/marks file exist
6891         before deleting.
6892         (nnfolder-request-rename-group): Rename marks file.
6893         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
6894         (nnfolder-request-set-mark, nnfolder-request-update-info)
6895         (nnfolder-group-marks-pathname, nnfolder-save-marks)
6896         (nnfolder-open-marks): New functions.
6897         (top-level): Require gnus.
6898
6899 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6900
6901         * nnweb.el (nnweb-type-definition): Use google raw file.
6902         (nnweb-google-parse-1): Ditto.
6903         (nnweb-google-identity): Ditto.
6904         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
6905         (nnweb-altavista-wash-article): Ditto.
6906         (nnweb-request-article): Remove nnweb-decode-entities.
6907
6908         * nnml.el: Require 'gnus.
6909
6910 2001-08-25  Simon Josefsson  <jas@extundo.com>
6911
6912         * nnml.el (nnml-marks-is-evil): Add doc.
6913
6914 2001-08-25  Simon Josefsson  <jas@extundo.com>
6915
6916         * nnml.el (nnml-save-marks): Wrap saving marks in a
6917         condition-case, to allow user to start Gnus if saving marks failed
6918         for some reason.
6919
6920 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6921
6922         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
6923
6924         * gnus-group.el (gnus-update-group-mark-positions): Bind
6925         gnus-group-update-hook to nil.
6926
6927 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6928
6929         * mml.el (mml-generate-mime-1): Force as multibyte string.
6930
6931 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6932
6933         * gnus-sum.el (gnus-summary-insert-line)
6934         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
6935         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
6936
6937         * gnus-spec.el (gnus-correct-substring): Take optional END.
6938
6939         * nnrss.el (nnrss-request-article): Remove \n.
6940         (nnrss-retrieve-headers): Lines number is -1.
6941
6942 2001-08-24  Simon Josefsson  <jas@extundo.com>
6943
6944         * gnus-group.el (gnus-info-clear-data): Call
6945         nnfoo-request-set-mark to propagate marks.  Fix bug:
6946         `gnus-group-update-line' doesn't update read range unless we call
6947         `gnus-get-unread-articles-in-group' first.
6948
6949         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
6950         to server.
6951
6952 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6953
6954         * gnus-util.el (gnus-create-info-command): Return an interactive
6955         function.
6956
6957 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6958         From Katsumi Yamaoka <yamaoka@jpl.org>
6959
6960         * gnus-spec.el (gnus-parse-complex-format): Use equal.
6961
6962 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6963
6964         * gnus-sum.el (gnus-select-newsgroup): Use it.
6965
6966         * gnus-util.el (gnus-not-ignore): New function.
6967
6968         * lpath.el (featurep): Don't fbind char-int.
6969
6970         * gnus-util.el (gnus-create-info-command): New function.
6971
6972         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
6973         right node.
6974
6975         * gnus-sum.el (gnus-select-newsgroup): Clean up.
6976         (gnus-summary-limit-children): Use 'identity instead of `all'.
6977         (gnus-summary-limit-to-display-predicate): New command and
6978         keystroke.
6979
6980 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6981
6982         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
6983
6984         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
6985
6986 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6987
6988         * gnus-spec.el: Add the Gnus version.
6989         (gnus-update-format-specifications): If the Gnus version changes,
6990         nix out the format spec cache.
6991
6992         * gnus.el (gnus-continuum-version): Made into a command and
6993         optionalize the VERSION.
6994
6995         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
6996         the start of the lines.
6997
6998 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6999
7000         * gnus.el (gnus-visual-p): Define function before use of
7001         function.
7002
7003 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7004
7005         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
7006         (gnus-article-mark-to-type): New function.
7007         (gnus-update-missing-marks): Only update marks of type 'list.
7008
7009         * gnus.el (gnus-article-special-mark-lists): New variable.
7010
7011 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7012
7013         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
7014         (gnus-select-newsgroup): Still use 'all.
7015         (gnus-summary-initial-limit): Comparing with 'all.
7016
7017 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7018
7019         * gnus-start.el (gnus-activate-group): If dont-check, don't update
7020         active.
7021
7022 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7023
7024         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
7025         nnslashdot-*-retrieve-headers.
7026         (nnslashdot-request-article): Fix for slashcode 2.2.
7027         (nnslashdot-make-tuple): New function.
7028         (nnslashdot-read-groups): Use it.
7029
7030 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7031
7032         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
7033         list.
7034
7035         * gnus-sum.el (gnus-summary-move-article): Don't select article.
7036
7037 2001-08-20  Simon Josefsson  <jas@extundo.com>
7038
7039         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
7040         opened, error instead of continuing (and exploding later).
7041
7042 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7043
7044         * gnus.el (gnus-expand-group-parameters): Return the parameter
7045         list.
7046
7047         * gnus-sum.el (gnus-summary-show-article): Doc fix.
7048         (gnus-summary-show-article): Guess at charset if required.
7049
7050         * gnus-spec.el (gnus-correct-substring): Stopped one character
7051         before we wanted.
7052
7053 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7054
7055         * earcon.el (earcon-auto-play): Remove unused option.
7056
7057 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7058
7059         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
7060         message down in levels, since it happens very fast.
7061
7062         * smiley-ems.el (smiley-update-cache): Respect the symbol version
7063         of smiley-regexp-alist.
7064
7065         * mm-view.el (mm-inline-text): Ignore vcard errors.
7066
7067         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
7068
7069         * gnus-score.el (gnus-all-score-files): Use append instead of
7070         nconc.
7071
7072         * gnus.el (gnus-splash-face): Doc fix.
7073
7074         * mm-decode.el (mm-mailcap-command): Use
7075         mm-path-name-rewrite-functions.
7076         (mm-path-name-rewrite-functions): New variable.
7077
7078         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
7079         (gnus-complex-form-to-spec): Insert tab.
7080         (gnus-spec-tab): New function.
7081
7082         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
7083         entering the group.
7084
7085         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
7086         the positional spec.
7087         (gnus-parse-complex-format): React to %C.
7088
7089         * gnus-ems.el (gnus-char-width): Moved here.
7090
7091         * gnus-sum.el (gnus-select-newsgroup): Set
7092         gnus-newsgroup-articles.
7093         (gnus-unseen-mark): New variable.
7094         (gnus-newsgroup-unseen): Ditto.
7095         (gnus-newsgroup-seen): Ditto.
7096         (gnus-adjust-marked-articles): Use them.
7097         (gnus-update-marks): Use them.
7098         (gnus-summary-update-secondary-mark): Display.
7099         (gnus-summary-prepare-threads): Display.
7100
7101         * gnus-msg.el (gnus-inews-group-method): Use and return the
7102         method, not the server.
7103
7104 2001-08-19  Simon Josefsson  <jas@extundo.com>
7105
7106         * gnus-srvr.el (gnus-server-agent-face): New.
7107         (gnus-server-agent-face): New.
7108         (gnus-server-mode): Turn on font-lock-mode.
7109
7110         * gnus.el (gnus-server-visual): Add defgroup.
7111
7112 2001-08-19  Simon Josefsson  <jas@extundo.com>
7113         From Joe Casadonte <jcasadonte@northbound-train.com>
7114
7115         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
7116         gnus-server-denied-face): New.
7117         (gnus-server-opened-face, gnus-server-closed-face,
7118         gnus-server-denied-face): New.
7119         (gnus-server-font-lock-keywords): Add.
7120
7121 2001-08-19  Simon Josefsson  <jas@extundo.com>
7122
7123         * nnml.el (nnml-request-set-mark): Return nil.
7124         (nnml-save-marks): Use nnml-possibly-create-directory.
7125         (nnml-open-marks): Only work in temp buffer when inserting/reading
7126         .marks file.
7127
7128 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7129
7130         * gnus.el (gnus-expand-group-parameters): Fix.
7131
7132         * gnus-spec.el (gnus-char-width): New function.
7133         (gnus-correct-substring, gnus-correct-length): Use it.
7134
7135         * message.el (message-required-mail-headers): Fix doc.
7136
7137 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7138
7139         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
7140
7141         * mm-decode.el (mm-save-part-to-file): Insert the handle.
7142
7143 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7144
7145         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
7146         slashdot 2.2 (not fully fixed yet).
7147         (nnslashdot-request-article): Ditto.
7148
7149 2001-08-18  Simon Josefsson  <jas@extundo.com>
7150
7151         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
7152         nnimap.
7153
7154         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
7155         gnus-util.
7156         (nnimap-request-update-info-internal): Use new functions.
7157
7158         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
7159         new functions.
7160
7161 2001-08-18  Simon Josefsson  <jas@extundo.com>
7162
7163         Make nnml groups self-contained as far as marks are concerned.
7164
7165         * nnml.el (nnml-request-delete-group): Delete marks file.
7166         (nnml-request-rename-group): Move marks file.
7167         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
7168         variables.
7169         (nnml-request-set-mark, nnml-request-update-info): New server
7170         functions.
7171         (nnml-save-marks, nnml-open-marks): New functions.
7172
7173 2001-08-18  Simon Josefsson  <jas@extundo.com>
7174
7175         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
7176         `set' when setting marks.
7177
7178 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7179
7180         * gnus.el (gnus-info-find-node): Take an argument.
7181
7182         * gnus-art.el (gnus-button-handle-info): New function.
7183         (gnus-url-unhex-string): Replace "+" with " ".
7184
7185 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7186
7187         * message.el (message-check-news-header-syntax): Check bad From.
7188
7189 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7190
7191         * gnus-spec.el (gnus-correct-length): New function.
7192         (gnus-correct-substring): New function.
7193         (gnus-tilde-max-form): Use it.
7194
7195 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
7196
7197         * nnmh.el: Docstring changes as below.
7198
7199         * nnml.el: Docstring changes as below.
7200
7201         * nnbabyl.el: Docstring changes as below.
7202
7203         * nnmbox.el: Docstring changes as below.
7204
7205         * nnfolder.el: Added docstrings identifying each virtual server
7206         parameter.
7207
7208 2001-08-18  Simon Josefsson  <jas@extundo.com>
7209
7210         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
7211
7212 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
7213
7214         * message.el: rename "Abort Message" to "Postpone Message".
7215         Remove "Attach file as MIME" from Message menu, it's already in
7216         the MIME menu.
7217
7218 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7219
7220         * smime.el (smime-point-at-eol): eval-and-compile.
7221         (smime-make-temp-file): New function.
7222         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
7223         Use it.
7224
7225 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7226
7227         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
7228         (gnus-agent-summary-fetch-group): New command and keystroke.
7229
7230         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
7231         (gnus-mime-display-security): Make it respect
7232         gnus-unbuttonized-mime-type-p.
7233
7234         * gnus-sum.el (gnus-articles-to-read): Comments.
7235         (gnus-article-marked-p): New function.
7236         (gnus-summary-display-make-predicate): New function.
7237         (gnus-select-newsgroup): Use them.
7238
7239         * mm-decode.el (mm-save-part-to-file): Made it not error.
7240
7241 2001-08-17  Simon Josefsson  <jas@extundo.com>
7242
7243         * imap.el (imap-wait-for-tag): If process-status isn't open or
7244         run, return nil instead of sit-for looping.
7245
7246 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7247
7248         * lpath.el (featurep): fbind xml-parse-region.
7249
7250         * gnus.el (gnus-message-archive-method): Default to "archive".
7251         (gnus-message-archive-method): Doc fix.
7252         (gnus-parameters-get-parameter): Cleaned up.
7253         (gnus-expand-group-parameter): New function.
7254
7255         * gnus-start.el (gnus-setup-news): Push the archive server only
7256         the server list.
7257
7258         * mml.el (mml-menu): Changed name to "Attachments".
7259
7260         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
7261         when there is something to detroy.
7262
7263 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7264
7265         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
7266         nil.
7267
7268 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7269
7270         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
7271         which specifies a time today or tomorrow.
7272
7273 2001-08-15  Simon Josefsson  <jas@extundo.com>
7274         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
7275
7276         * gnus-agent.el (gnus-agent-make-mode-line-string)
7277         (gnus-agent-toggle-plugged): Use new API.
7278
7279 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7280
7281         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
7282         deadline has expired.
7283
7284 2001-08-12  Simon Josefsson  <jas@extundo.com>
7285         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
7286
7287         Support `recent' mark indicating newly arrived messages (to
7288         separate from old but unread messages).
7289
7290         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
7291         `nnmail-split-history' if recent is > 0.
7292         (nnimap-request-update-info-internal): Update `recent' marks.
7293         (nnimap-request-set-mark): Never set `recent' marks.
7294         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
7295         recent.
7296
7297         * gnus-sum.el (gnus-recent-mark): New mark.
7298         (gnus-newsgroup-recent): New variable.
7299         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
7300         (gnus-summary-prepare-threads): Mark recent articles.
7301         (gnus-summary-add-mark): Support recent.
7302         (gnus-summary-update-secondary-mark): Support recent.
7303
7304         * gnus.el (gnus-article-mark-lists): Add recent.
7305
7306 2001-08-12  Simon Josefsson  <jas@extundo.com>
7307
7308         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
7309         whether successful decoding took place.  Add doc.
7310
7311 2001-08-12  Simon Josefsson  <jas@extundo.com>
7312         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
7313
7314         * gnus.el (gnus-summary-line-format, gnus-parameters):
7315         * gnus-gl.el (gnus-summary-grouplens-line-format):
7316         * gnus-salt.el (gnus-summary-pick-line-format):
7317         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
7318
7319 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
7320         Committed by Kai Gro\e,b_\e(Bjohann.
7321
7322         * gnus-score.el (gnus-score-string): Fix `match' regexp
7323         for `extra' header case.
7324
7325 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7326
7327         * nnmbox.el (nnmbox-read-mbox): No warning.
7328
7329 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7330
7331         * nndoc.el (nndoc-article-type): Fix doc.
7332         (nndoc-generate-article-function): New variable.
7333         (nndoc-dissection-function): New variable.
7334         (nndoc-type-alist): Add oe-dbx.
7335         (nndoc-oe-dbx-type-p): New function.
7336         (nndoc-oe-dbx-dissection): New function.
7337         (nndoc-oe-dbx-generate-article): New function.
7338
7339 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7340
7341         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
7342         whether deadline has been reached.  Patch from Dan Nicolaescu
7343         <dann@godzilla.ics.uci.edu>.
7344
7345 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7346
7347         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
7348         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
7349         <rintaman@cs.Helsinki.FI>.
7350
7351         * mail-source.el (mail-source-movemail): The error buffer is
7352         modified, but nothing in it.
7353
7354 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7355
7356         * message.el (message-bogus-system-names): New variable.
7357         (message-make-fqdn): Use it.
7358
7359 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7360
7361         * nndraft.el (nndraft-request-group): Use
7362         nndraft-auto-save-file-name.
7363
7364 2001-08-09  Simon Josefsson  <jas@extundo.com>
7365
7366         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
7367         Don't ask whether to decrypt.  Just leave result in buffer (don't
7368         call mm).
7369
7370         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
7371         parts as well.
7372         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
7373         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
7374
7375 2001-08-09  Simon Josefsson  <jas@extundo.com>
7376
7377         * mm-decode.el (mm-insert-part): Return decoding success status.
7378         (mm-save-part-to-file): Error if decoding failed.
7379
7380 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7381
7382         * message.el (message-tab): Use indent-relative.
7383         (message-mode): Don't bind indent-line-function to indent-relative.
7384
7385 2001-08-09  Simon Josefsson  <jas@extundo.com>
7386
7387         * message.el (message-get-reply-headers): Fix string. Suggested by
7388         Christoph Conrad <cc@cli.de>.
7389
7390 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7391
7392         * message.el (message-tab): Use the current value of
7393         indent-line-function.
7394         (message-mode): Bind indent-line-function to indent-relative.
7395
7396 2001-08-08  Simon Josefsson  <jas@extundo.com>
7397
7398         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
7399         whether `imtest' is installed.
7400
7401 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
7402         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
7403
7404         * gnus-sum.el (gnus-summary-show-article): Call
7405         gnus-summary-update-secondary-secondary-mark.
7406         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
7407         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
7408
7409 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7410
7411         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
7412
7413         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
7414
7415         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
7416         <gerd@gnu.org>.
7417
7418         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
7419
7420         * gnus-util.el (gnus-output-to-rmail): Ditto.
7421         (gnus-output-to-mail): Ditto.
7422
7423         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
7424
7425 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
7426
7427         * message.el (message-indent-citation): Use
7428         `message-yank-cited-prefix' for empty lines.
7429
7430 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
7431
7432         * message.el (message-indent-citation): Quote only lines starting
7433         with ">" using `message-yank-cited-prefix'.
7434
7435 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
7436         Trivial patch.
7437
7438         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
7439         gnus-cache-fully-p.
7440
7441 2001-08-04  Simon Josefsson  <jas@extundo.com>
7442
7443         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
7444         file if it doesn't exist (by calling gnus-cache-read-active).
7445
7446 2001-08-04  Simon Josefsson  <jas@extundo.com>
7447
7448         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
7449         (gnus-cache-passively-or-fully-p): Removed.
7450         (gnus-cache-fully-p): Fix it.
7451
7452         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
7453
7454 2001-08-04  Simon Josefsson  <jas@extundo.com>
7455
7456         * gnus-cache.el (gnus-cache-fully-p)
7457         (gnus-cache-passively-or-fully-p): New functions.
7458         (gnus-cache-possibly-enter-article): Cosmetic change, use
7459         `g-c-p-o-f-p'.
7460         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
7461         was bogus (`g-c-p-a-a' does not change active info, just change
7462         the functions parameters).
7463         (gnus-cache-possibly-remove-articles-1): Make sure articles are
7464         not removed in groups that match `gnus-uncacheable-groups'.
7465
7466         Reported and modifications based on discussions with Nuutti
7467         Kotivuori <nuutti.kotivuori@smarttrust.com>.
7468
7469 2001-08-04  Simon Josefsson  <jas@extundo.com>
7470         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
7471
7472         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
7473         calls `gnus-cache-update-active' if bounds has been extended.
7474
7475 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7476
7477         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
7478         before remove.
7479         (gnus-mime-security-show-details): Ditto.
7480
7481 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7482
7483         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
7484         syntax.  Protect string-match against nil string and regexp.
7485
7486 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7487
7488         * mm-util.el (mm-find-charset-region): Remove control-1.
7489
7490 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7491
7492         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
7493
7494 2001-08-04  Simon Josefsson  <jas@extundo.com>
7495
7496         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
7497         buffer.  Delete MIME-Version header.
7498
7499 2001-08-03  Simon Josefsson  <jas@extundo.com>
7500
7501         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
7502         that is entered does not necessarily have the highest article
7503         number in the group, so use `gnus-cache-possibly-alter-active'
7504         instead of `gnus-cache-update-active'.
7505
7506 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7507
7508         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
7509
7510 2001-08-03  Simon Josefsson  <jas@extundo.com>
7511
7512         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
7513         menu.
7514
7515 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7516
7517         * gnus.el (post-method): New group parameter.  It also provides
7518         the user option `gnus-post-method-alist' and the internal function
7519         `gnus-parameter-post-method'.
7520
7521         * gnus-msg.el (gnus-post-method): Bind the value of
7522         `gnus-post-method' to the group parameter if it is defined.
7523
7524 2001-08-02  Simon Josefsson  <jas@extundo.com>
7525
7526         * smime.el (smime-extra-arguments): Removed.
7527         (smime-call-openssl-region): Don't use it.
7528
7529 2001-08-02  Simon Josefsson  <jas@extundo.com>
7530
7531         * smime.el (smime-sign-region): Handle stderr.
7532         (smime-encrypt-region): Ditto.
7533
7534         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
7535         match the ASN.1 length bytes.
7536         (mm-pkcs7-enveloped-magic): Ditto.
7537         (mm-view-pkcs7-get-type): Don't regexp quote.
7538
7539 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7540         From Andreas Fuchs <asf@void.at>
7541
7542         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
7543
7544 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7545
7546         * gnus-art.el (gnus-header-button-alist): References regexp.
7547
7548 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
7549
7550         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
7551         already fboundp.  Add INTERACTIVE arg to autoload form.
7552
7553 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7554
7555         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
7556
7557         * nnmail.el (nnmail-cache-open): Ditto.
7558
7559 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7560
7561         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
7562
7563 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7564
7565         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
7566
7567 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7568         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7569
7570         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
7571         (gnus-agent-toggle-plugged): Use it.
7572
7573 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
7574
7575         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
7576         (gnus-ding-file-coding-system): New variable.
7577         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
7578         (gnus-slave-save-newsrc): Use it.
7579
7580 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7581
7582         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
7583         syntax.
7584
7585 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7586         Originally from Andreas Fuchs <asf@void.at>
7587
7588         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
7589         (mml2015-gpg-pretty-print-fpr): New function.
7590         (mml2015-gpg-extract-signature-details): More details, rename from
7591         `m-g-e-from'.
7592         (mml2015-gpg-verify): Use them.
7593         (mml2015-gpg-clear-verify): Use them.
7594
7595 2001-07-31  Simon Josefsson  <jas@extundo.com>
7596
7597         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
7598         buffer when done.
7599
7600 2001-07-30  Simon Josefsson  <jas@extundo.com>
7601
7602         * smime.el (smime-call-openssl-region): Revert previous change,
7603         just pass on buf to `call-process-region'.
7604         (smime-verify-region): Doc fix.  Don't message stuff.  Use
7605         `smime-new-details-buffer'.  Inserts error messages into buffer.
7606         (smime-noverify-region): Ditto.
7607         (smime-decrypt-region): Ditto.  Handles stderr separately.
7608         (smime-verify-buffer, smime-noverify-buffer)
7609         (smime-decrypt-buffer): Doc fix.
7610         (smime-new-details-buffer): New function.
7611         (smime-pkcs7-region, smime-pkcs7-certificates-region)
7612         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
7613         (smime-sign-region, smime-encrypt-region): Don't use
7614         `insert-buffer'.
7615
7616         * mml-smime.el (mml-smime-verify): Fix security button strings.
7617
7618 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7619
7620         * gnus-art.el (gnus-mime-save-part-and-strip): Save
7621         gnus-article-mime-handles.
7622
7623 2001-07-29  Simon Josefsson  <jas@extundo.com>
7624
7625         * mail-source.el (top-level): Require message for message-directory.
7626         (mail-source-directory): Change default to message-directory.
7627
7628         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
7629         (smime-certificate-directory, smime-openssl-program)
7630         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
7631         (smime-extra-arguments): New variable.
7632         (smime-dns-server): Fix customize group.
7633         (smime-call-openssl-region): Use `smime-extra-arguments'.
7634
7635 2001-07-29  Simon Josefsson  <jas@extundo.com>
7636         From Vladimir Volovich <vvv@vsu.ru>
7637
7638         * smime.el (smime-call-openssl-region): Ignore stderr.
7639
7640 2001-07-29  Simon Josefsson  <jas@extundo.com>
7641         From Christoph Conrad <christoph.conrad@gmx.de>
7642
7643         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
7644         file.
7645
7646 2001-07-29  Simon Josefsson  <jas@extundo.com>
7647
7648         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
7649
7650         Support S/MIME decryption.
7651
7652         * mm-decode.el (mm-inline-media-tests):
7653         (mm-inlined-types):
7654         (mm-automatic-display):
7655         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
7656
7657         * mm-view.el (mm-pkcs7-signed-magic):
7658         (mm-pkcs7-enveloped-magic): New variables.
7659         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
7660         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
7661         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
7662         PKCS#7 blobs.
7663
7664         * smime.el (smime-decrypt-region): Expand keyfile.
7665
7666 2001-07-29  Simon Josefsson  <jas@extundo.com>
7667
7668         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
7669         `ssl.el' variables.
7670
7671         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
7672         but line instead of narrowing to it, because `nnmail-parse-active'
7673         calls widen.  Thanks to Christoph Conrad
7674         <christoph.conrad@gmx.de>.
7675
7676 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7677
7678         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
7679         for %B spec.
7680
7681         * gnus-sum.el (gnus-summary-prepare-threads): If
7682         gnus-sum-thread-tree-root is nil, use subject instead.
7683         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
7684         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
7685         (gnus-sum-thread-tree-leaf-with-other)
7686         (gnus-sum-thread-tree-single-leaf): Documentation.
7687         (gnus-sum-thread-tree-single-indent): Allow nil.
7688
7689 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7690
7691         * message.el (message-fill-paragraph): Do nothing if the user
7692         wants filladapt-mode.
7693
7694 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7695
7696         * mm-decode.el (mm-image-type-from-buffer): New function.
7697         (mm-get-image): Use it.
7698
7699 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7700
7701         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
7702
7703         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
7704         mm-display-parts too.
7705
7706 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7707
7708         * nnfolder.el (nnfolder-request-accept-article): Bind
7709         nntp-server-buffer.
7710
7711         * nnmail.el (nnmail-parse-active): Read from buffer instead of
7712         nntp-server-buffer.
7713
7714 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7715
7716         * message.el (message-check-news-header-syntax): Use
7717         message-post-method.
7718         (message-send-news): Bind message-post-method.
7719
7720 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7721
7722         * mml.el (mml-tweak-type-alist): New variable.
7723         (mml-tweak-function-alist): New variable.
7724         (mml-tweak-part): New function.
7725         (mml-generate-mime-1): Use it.
7726
7727 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7728
7729         * nnfolder.el (nnfolder-request-accept-article): Replace
7730         nnfolder-request-list.
7731
7732 2001-07-27  Simon Josefsson  <jas@extundo.com>
7733
7734         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
7735         nnoo-change-server failed to do it.
7736
7737 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7738
7739         * gnus.el (gnus-parameters): Make it customizable.
7740
7741 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7742
7743         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
7744
7745         * message.el (message-set-auto-save-file-name): More
7746         poor-system-types.
7747
7748         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
7749
7750         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
7751         supports +.
7752
7753 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7754
7755         * mm-decode.el (mm-readable-p): New function.
7756         (mm-inline-media-tests): Fix the default testers.
7757
7758 2001-07-26  Simon Josefsson  <jas@extundo.com>
7759
7760         * nnimap.el (nnimap-version): Bump version number.
7761
7762 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7763         From Steven E. Harris <seh@speakeasy.org>
7764
7765         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
7766         in M$Windows too.
7767
7768 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7769
7770         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
7771
7772 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7773
7774         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
7775
7776         * mm-decode.el (mm-get-image): Guess then use the type.
7777
7778         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
7779
7780 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
7781
7782         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
7783         display (%B) for threads if threading is off.
7784
7785 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7786         From Henrik Enberg <henrik@enberg.org>
7787
7788         * gnus-msg.el: Customization patch.
7789
7790 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
7791
7792         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
7793         variable.
7794         (nnmail-split-fancy-with-parent): Ignore certain groups.
7795
7796 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7797
7798         * gnus-util.el (gnus-byte-compile): New function.
7799         (gnus-use-byte-compile): New variable.
7800         (gnus-make-sort-function): Use it.
7801
7802         * nnmail.el (nnmail-get-new-mail): Use it.
7803
7804         * gnus-agent.el (gnus-category-make-function): Simple function or
7805         compiled function.
7806         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
7807
7808         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
7809         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
7810         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
7811
7812         * message.el (message-check-news-header-syntax): Remove quote.
7813
7814 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7815
7816         * message.el (message-use-mail-followup-to): `t' is not a
7817         documented value.
7818
7819 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7820
7821         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
7822
7823 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7824
7825         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
7826         there are long lines.
7827
7828 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7829
7830         * dgnushack.el (copy-list): New compiler macro.
7831
7832 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7833
7834         * message.el (message-bounce): If no Return-Path, the whole
7835         content is considered as the original message.
7836
7837         * nnml.el (nnml-check-directory-twice): New variable.
7838         (nnml-article-to-file): Use it.
7839         (nnml-retrieve-headers): Hack it.
7840
7841 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7842
7843         * gnus-win.el (gnus-buffer-configuration): New configure.
7844
7845         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
7846         not alive.
7847
7848         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
7849         (mm-display-external): Use display-term configure.
7850
7851 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7852
7853         * gnus-delay.el (gnus-delay-default-hour): New variable.
7854         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
7855
7856 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7857         From Karl Kleinpaste <karl@charcoal.com>
7858
7859         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
7860         (gnus-summary-prepare-threads): Ditto.
7861
7862         * gnus.el (gnus-summary-line-format): Add %B.
7863
7864 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7865
7866         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
7867
7868         * mm-util.el (mm-string-as-multibyte): New function.
7869
7870         * nnmh.el (nnmh-request-list-1): Encode, not decode!
7871
7872 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7873
7874         * mm-util.el (mm-universal-coding-system): New variable.
7875
7876         * gnus-start.el (gnus-startup-file-coding-system): Use it.
7877
7878         * score-mode.el (score-mode-coding-system): Use it.
7879
7880 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7881
7882         * gnus-start.el (gnus-setup-news): Call
7883         `gnus-check-bogus-newsgroups' just after the native server is
7884         opened.
7885
7886 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7887
7888         * nnmail.el (nnmail-do-request-post): Util function to be used by
7889         `nnchoke-request-post' for all nnmail-derived backends.
7890
7891         * nnml.el (nnml-request-post): Use it.
7892
7893         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
7894         backend, for it groks nnml-request-post.
7895
7896         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
7897         Treat `mail-post' backends like `mail' backends, not like `news'
7898         backends.
7899
7900 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7901
7902         * gnus-msg.el (gnus-setup-message): make-local-hook.
7903
7904 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7905
7906         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
7907         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
7908         <karl@charcoal.com>, slightly changed by Kai.
7909
7910         * message.el (message-check-news-header-syntax): When checking
7911         whether the groups exist, check the right server based on
7912         `gnus-post-method'.
7913
7914 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7915
7916         * gnus-delay.el: New file.
7917
7918 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7919
7920         * mm-util.el (mm-read-coding-system): Take two arguments.
7921
7922         * gnus-sum.el (gnus-summary-show-article): Use
7923         mm-read-coding-system.
7924
7925         * gnus-art.el (article-de-quoted-unreadable):
7926         (article-de-base64-unreadable, article-wash-html):
7927         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
7928
7929 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7930
7931         * nnml.el (nnml-request-post): New function.  Can be used for
7932         annotations in nnml groups.
7933
7934 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7935
7936         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
7937         command.
7938
7939         * gnus-start.el (gnus-find-new-newsgroups): Use
7940         `message-make-date' instead of `current-time-string'.
7941         (gnus-ask-server-for-new-groups): Ditto.
7942         (gnus-check-first-time-used): Ditto.
7943
7944 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7945
7946         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
7947
7948 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
7949
7950         * message.el (message-shorten-references): Change `maxcount' and
7951         `cut' to obey USEFOR draft 5.
7952
7953 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
7954
7955         * gnus-sum.el (gnus-summary-display-arrow): New variable.
7956         (gnus-summary-set-article-display-arrow): New function.
7957         (gnus-summary-goto-subject): Use it.
7958
7959 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7960
7961         * gnus-sum.el (gnus-summary-import-article): Insert date if
7962         doesn't exist.
7963
7964 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7965
7966         * mml.el (mml-content-type-parameters): New variable.
7967         (mml-content-disposition-parameters): New variable.
7968         (mml-insert-mime-headers): Use them.
7969         (mml-parse-1): Accept charset.
7970
7971 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7972
7973         * gnus-group.el (gnus-group-select-group): Doc fix.
7974
7975         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
7976
7977 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7978
7979         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
7980         to handle `define-derived-mode'.
7981
7982 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7983         From:  Stefan Monnier  <monnier@cs.yale.edu>
7984
7985         * message.el (message-mode): Use define-derived-mode.
7986         (message-tab): message-completion-alist.
7987
7988         * imap.el (imap-interactive-login): Use make-local-variable.
7989         (imap-open): Ditto.
7990         (imap-authenticate): Ditto.
7991
7992         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
7993
7994         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
7995
7996 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7997
7998         * message.el (message-citation-line-function): Refer to
7999         gnus-cite-attribution-suffix.
8000
8001 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8002
8003         * gnus-art.el,...: Error convention changes.
8004
8005 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8006
8007         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
8008
8009 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8010
8011         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
8012         (nnrss-read-server-data): Ditto.
8013
8014 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8015
8016         * gnus-setup.el (gnus-use-installed-gnus): Typo.
8017         * Cleanup files.
8018         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
8019
8020 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8021
8022         * gnus.el (gnus-summary-line-format): Add %o.
8023
8024         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
8025         unless shell outputs something.
8026
8027 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8028
8029         * gnus-art.el (gnus-boring-article-headers): Better doc.
8030         (article-hide-headers): Better regexp.
8031         Suggested by Matt Swift <swift@alum.mit.edu>.
8032
8033         * nnheader.el (nnheader-max-head-length): Better doc.
8034         (nnheader-header-value): Skip spaces.
8035         (nnheader-parse-head): Remove space.
8036         Suggested by Matt Swift <swift@alum.mit.edu>.
8037
8038         * gnus-sum.el (gnus-summary-show-raw-article): New function.
8039         (gnus-get-newsgroup-headers): Remove space.
8040
8041 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8042
8043         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
8044         (gnus-summary-reply): Use it.
8045         (gnus-summary-reply-broken-reply-to): New function.
8046         (gnus-msg-force-broken-reply-to): New function.
8047
8048         * mm-view.el (mm-inline-text): Showing as text/plain when error.
8049
8050 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8051
8052         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
8053
8054 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8055
8056         * mm-decode.el (mm-external-terminal-program): New variable.
8057         (mm-display-external): Use it. Use term to display when no
8058         window-system.
8059
8060 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
8061
8062         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
8063         Browse->Next entries to Browse->Prev
8064
8065 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8066
8067         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
8068
8069 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8070
8071         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
8072         for the default encoding.
8073
8074         * nnrss.el (nnrss-url-field): New field.
8075         (nnrss-request-article): Add newsgroups.
8076
8077         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
8078
8079 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8080
8081         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
8082
8083         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
8084         (gnus-draft-setup): Remove backlog.
8085
8086 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8087
8088         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
8089         Cleanup.
8090
8091 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8092
8093         * gnus-msg.el (gnus-bug): Erase buffer.
8094
8095         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
8096
8097 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8098
8099         * mm-decode.el (mm-attachment-override-p): Fix typo.
8100
8101 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
8102
8103         * gnus-kill.el (gnus-execute): Work with the extra headers.
8104         * gnus-sum.el (gnus-summary-execute-command): Ditto.
8105
8106 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8107
8108         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
8109         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
8110
8111         * message.el (message-send-mail-real-function): New variable.
8112         (message-send-mail-partially, message-send-mail):
8113
8114         * nngateway.el (nngateway-request-post): Use it.
8115
8116         * gnus-agent.el (gnus-agentize): Use it.
8117
8118         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
8119         (nnsoup-revert-variables): Use it.
8120
8121 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
8122
8123         * mm-decode.el (mm-inline-media-tests): Default to displaying as
8124         text/plain if the type doesn't match any other media types.
8125         (mm-inlined-types): Doc fix.
8126         (mm-display-inline): Revert previous change (now handled by a
8127         default type in `mm-inline-media-tests'.
8128         (mm-inlinable-p): Revive.
8129         (mm-display-part): Call `mm-inlinable-p'.
8130         (mm-attachment-override-p): Ditto.
8131         (mm-inlined-p): Doc fix.
8132
8133         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
8134         well as `mm-inlined-p'.
8135
8136 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8137
8138         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
8139         (nntp-send-command-and-decode): Use gnus-point-at-bol.
8140
8141 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8142         From  Paul Jarc <prj@po.cwru.edu>
8143
8144         * message.el (message-use-mail-followup-to): New variable.
8145         (message-get-reply-headers): Use it.
8146
8147 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
8148
8149         * nnheader.el (nnheader-init-server-buffer): Make sure the
8150         *nntpd* buffer is made multibyte instead of a random buffer.
8151
8152 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8153
8154         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
8155         when it returns headers.
8156
8157 2001-07-07  Simon Josefsson  <jas@extundo.com>
8158
8159         * rfc2047.el (rfc2047-encode-message-header): Skip header when
8160         trying to fold. Thanks to Colin Walters
8161         <walters@cis.ohio-state.edu>
8162
8163 2001-07-06  Simon Josefsson  <jas@extundo.com>
8164
8165         * imap.el (imap-parse-address-list, imap-parse-flag-list)
8166         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
8167         Add information in `assert's.
8168
8169         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
8170         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
8171         and `nnimap-group-overview-filename', should handle all
8172         change-of-uidvalidity related issues.  But there may be other
8173         problems.)
8174
8175 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
8176
8177         * rfc2047.el (rfc2047-encode-message-header): Don't include the
8178         header name when folding.
8179
8180 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
8181
8182         * mm-decode.el (mm-inlined-types): Document relationship with
8183         `mm-inline-media-tests'.
8184         (mm-display-inline): Default to displaying as plain text if no
8185         inlining handler is available.
8186         (mm-inlinable-p): Remove.
8187         (mm-inlined-p): Don't call `mm-inlinable-p'.
8188         (mm-automatic-display-p): Ditto.
8189         (mm-attachment-override-p): Ditto.
8190
8191 2001-07-04  Simon Josefsson  <jas@extundo.com>
8192
8193         * nnimap.el (nnimap-importantize-dormant): New variable.
8194         (nnimap-request-update-info-internal): Use it.
8195         (nnimap-request-set-mark): Ditto.
8196
8197 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
8198
8199         * nntp.el (nntp-send-command): don't pass a buffer argument to
8200         `point'. Only XEmacs accepts this.
8201         * nntp.el (nntp-send-command-nodelete): ditto.
8202         * nntp.el (nntp-send-command-and-decode): ditto.
8203
8204 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
8205
8206         * nntp.el (nntp-open-connection-function): doc update.
8207         * nntp.el (nntp-pre-command): New.
8208         * nntp.el (nntp-via-rlogin-command): New.
8209         * nntp.el (nntp-via-telnet-command): New.
8210         * nntp.el (nntp-via-telnet-switches): New.
8211         * nntp.el (nntp-via-user-name): New.
8212         * nntp.el (nntp-via-user-password): New.
8213         * nntp.el (nntp-via-address): New.
8214         * nntp.el (nntp-via-envuser): New.
8215         * nntp.el (nntp-via-shell-prompt): New.
8216         * nntp.el (nntp-open-telnet-stream): New.
8217         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
8218         * nntp.el (nntp-open-via-telnet-and-telnet): New.
8219         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
8220         * nntp.el (nntp-send-command): ditto.
8221         * nntp.el (nntp-send-command-nodelete): ditto.
8222         * nntp.el (nntp-send-command-and-decode): ditto.
8223
8224 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
8225         Trivial patch.
8226
8227         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
8228         `when'.
8229
8230 2001-07-03  Simon Josefsson  <jas@extundo.com>
8231         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
8232
8233         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
8234
8235 2001-07-03  Simon Josefsson  <jas@extundo.com>
8236
8237         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
8238         remove it (workaround XEmacs `fill-region' bug).
8239
8240 2001-07-01  Simon Josefsson  <jas@extundo.com>
8241
8242         * nnimap.el (nnimap-date-days-ago): Defeat locale.
8243
8244 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8245
8246         * mml2015.el (mml2015-format-error): New function.
8247         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
8248         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
8249         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
8250
8251 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8252
8253         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
8254         Suggested by Christoph Conrad <C.Conrad@cli.de>.
8255
8256         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
8257         group variables.
8258
8259 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8260
8261         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
8262
8263         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
8264         (nnrss-save-group-data): Ditto.
8265
8266         * gnus-agent.el (gnus-agent-save-alist): Ditto.
8267
8268 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8269
8270         * message.el (message-do-send-housekeeping): Narrow to headers.
8271
8272 2001-06-24  Simon Josefsson  <jas@extundo.com>
8273
8274         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
8275         insertion when breaking lines looked for " \t" instead of "[ \t]".
8276         (rfc2047-encode-message-header): Fold lines even if
8277         no QP encoding is done.
8278
8279 2001-06-23  Simon Josefsson  <jas@extundo.com>
8280         From Samuel Tardieu <sam@inf.enst.fr>
8281
8282         * smime.el (smime-keys): Support additional certificates.
8283         (smime-make-certfiles): New function.
8284         (smime-sign-region): Use previous variables.
8285         (smime-get-certfiles): New function.
8286         (smime-sign-buffer): Use it.
8287         (smime-verify-region): Support both CAfile and CApath.
8288
8289 2001-06-23  Simon Josefsson  <jas@extundo.com>
8290
8291         * smime.el (smime-decrypt-region): Perhaps work.
8292
8293 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8294
8295         * gnus-msg.el (gnus-copy-article-buffer): Typo.
8296
8297 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
8298
8299         * mm-decode.el (mm-save-part): Rewrite file name.
8300         (mm-file-name-rewrite-functions): New variable.
8301         (mm-file-name-delete-whitespace): New function.
8302         (mm-file-name-trim-whitespace): New function.
8303         (mm-file-name-collapse-whitespace): New function.
8304         (mm-file-name-replace-whitespace): New variable and function.
8305
8306 2001-06-22  Simon Josefsson  <jas@extundo.com>
8307
8308         * message.el (message-make-date): Workaround locale for weekdays.
8309
8310 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8311
8312         * message.el (message-goto-body): Return nil if not found. (revert!)
8313
8314 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8315         From Fremlin <chief@bandits.org>
8316
8317         * message.el (message-goto-body): Some messages have no header.
8318
8319         * gnus-msg.el (gnus-copy-article-buffer): Use it.
8320
8321 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
8322
8323         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
8324
8325 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8326
8327         * message.el (message-make-date): Add week day.
8328         Suggested by Jason R. Mastaler <jason@mastaler.com>.
8329
8330 2001-06-19  Simon Josefsson  <jas@extundo.com>
8331
8332         * message.el (message-yank-prefix): Doc fix.
8333         (message-yank-cited-prefix): Ditto.
8334         (message-delete-not-region): Keep citation prefix on first line,
8335         if possible and appropriate.
8336
8337 2001-06-19  Simon Josefsson  <jas@extundo.com>
8338
8339         * imap.el (imap-process-connection-type): New variable.
8340         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
8341         recent `imtest's work completely (no line length issues), while
8342         making making old `imtest's unusable.  Thanks to NAGY Andras
8343         <nagya@inf.elte.hu> for his work.
8344
8345 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
8346
8347         * imap.el (imap-ssl-program): Add -quiet to shut up
8348         OpenSSL/SSLeay's internal debug talk.
8349
8350 2001-06-19  Matt Armstrong  <matt@lickey.com>
8351
8352         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
8353         server.
8354
8355 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8356
8357         * nnmail.el (nnmail-article-buffer): New variable.
8358         (nnmail-split-incoming): Use it.
8359
8360 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
8361
8362         * qp.el (quoted-printable-decode-region): If called interactively,
8363         use coding-system-for-read.
8364
8365 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8366
8367         * message.el (message-check-news-header-syntax): Check Reply-To.
8368
8369 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8370
8371         * mml.el (mml-parse-1): Use message options.
8372
8373         * message.el (message-do-fcc): Don't do anything if there is no
8374         FCC.
8375
8376 2001-06-16  Simon Josefsson  <jas@extundo.com>
8377
8378         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
8379         (nnimap-expunge-search-string): New variable.
8380         (nnimap-request-expire-articles): Use it.
8381
8382 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8383
8384         * message.el (message-send-mail-with-qmail): wrong exit status is
8385         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
8386
8387 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8388
8389         * gnus-art.el (article-strip-multiple-blank-lines): Use
8390         delete-region instead of replace-match.
8391
8392 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8393
8394         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
8395         (nnweb-google-wash-article): Ditto.
8396
8397 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
8398
8399         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
8400
8401 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8402
8403         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
8404         specs.
8405
8406 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8407
8408         * gnus.el (gnus-email-address): Move it here.
8409
8410         * gnus-art.el (article-de-quoted-unreadable): Read charset if
8411         requested.
8412         (article-de-base64-unreadable): Ditto.
8413         (article-wash-html): Ditto.
8414
8415 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8416
8417         * message.el (message-options-set-recipient): Don't add ", "
8418         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
8419
8420 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8421
8422         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
8423
8424 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8425
8426         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
8427         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
8428
8429         * nnrss.el (nnrss-node-text): Node might be nil.
8430
8431 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8432
8433         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
8434         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
8435
8436         * nnrss.el (nnrss-group-alist): More items.
8437
8438 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8439
8440         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
8441
8442 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
8443         Trivial patch from Dale Hagglund  <rdh@best.com>
8444
8445         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
8446         restrict clauses.
8447
8448 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8449
8450         From Benjamin Rutt <brutt+news@bloomington.in.us>
8451
8452         * message.el (message-wide-reply-confirm-recipients): New variable.
8453
8454 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8455         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
8456
8457         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
8458         fix so it works with XEmacs.
8459
8460 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8461
8462         * nnrss.el (nnrss-retrieve-headers): Support description as extra
8463         headers.
8464
8465 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8466
8467         * nnrss.el: Fix a few bugs.
8468
8469 2001-06-05  Simon Josefsson  <jas@extundo.com>
8470
8471         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
8472         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
8473
8474 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
8475
8476         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
8477         binary so that we don't transmit ISO 2022 garbage to the process.
8478         This is needed under XEmacs.
8479
8480 2001-06-03  Simon Josefsson  <simon@josefsson.org>
8481
8482         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
8483         autoloaded incorrectly below because ssl-program-* is bound.)
8484         Thanks to Amos Gouaux for report.
8485
8486 2001-06-02  Simon Josefsson  <simon@josefsson.org>
8487
8488         * imap.el (imap-kerberos4-open):
8489         (imap-gssapi-open):
8490         (imap-ssl-open):
8491         (imap-network-open):
8492         (imap-shell-open):
8493         (imap-starttls-open): Set buffer to workaround spurious
8494         `accept-process-output' buffer changes.  Thanks to Mats Lidell
8495         <Mats.Lidell@contactor.se> for report and partial patch and Jake
8496         Colman <colman@ppllc.com> for report.
8497
8498 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8499
8500         * gnus-sum.el (gnus-summary-catchup): New argument.
8501         (gnus-summary-catchup-from-here): New function.
8502
8503 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8504
8505         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
8506         back, then insert glyph.  (Before, the glyph was inserted first,
8507         then the newline.)  This works around a behavior in XEmacs where
8508         it is not possible to insert a character after a glyph which is at
8509         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
8510
8511 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8512
8513         From Jaap-Henk Hoepman (jhh@xs4all.nl).
8514
8515         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
8516         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
8517         mm-destroy-postponed-undisplay-list): New functions.
8518         (mm-display-external): Use them.
8519
8520 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8521
8522         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
8523         `default-low' when evaluating `gnus-summary-highlight'.
8524         From Raja R Harinath <harinath@cs.umn.edu>.
8525
8526 2001-05-27  Simon Josefsson  <simon@josefsson.org>
8527
8528         * message.el (message-yank-cited-prefix): New variable.
8529         (message-indent-citation): Use it.
8530
8531         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
8532         as details.
8533         (mml2015-mailcrypt-clear-verify): Ditto.
8534
8535 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8536         From Nevin Kapur <nevin@jhu.edu>.
8537
8538         * gnus-sum.el (gnus-summary-default-high-score,
8539         gnus-summary-default-low-score): New variables.
8540         (gnus-summary-highlight): Use them.
8541
8542 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
8543
8544         * message.el (message-mail): pass the 'send-actions argument to
8545         `message-setup'.
8546
8547 2001-05-16  Simon Josefsson  <simon@josefsson.org>
8548         From Raymond Scholz <ray-2001@zonix.de>
8549
8550         * gnus-art.el (gnus-mime-view-part-as-charset):
8551         (gnus-mime-internalize-part): Doc fixes.
8552
8553 2001-05-11  Simon Josefsson  <simon@josefsson.org>
8554
8555         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
8556         status lines without any text ("^215$").
8557
8558 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8559
8560         * nnrss.el (nnrss-check-group): Reverse.
8561
8562 2001-05-07  Simon Josefsson  <simon@josefsson.org>
8563
8564         * message.el (message-get-reply-headers):
8565         (message-followup): Fix typo, suggested by David Green
8566         <dgreen@uab.edu>
8567
8568 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8569
8570         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
8571
8572         * nnrss.el (nnrss-open-server): Read server data when it is called.
8573         (nnrss-request-expire-articles): Fix.
8574
8575 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8576
8577         * message.el (message-do-send-housekeeping): mail-abbrevs may
8578         rename buffer behind Gnus.
8579
8580 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8581
8582         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
8583         (nnrss-group-alist): Add more resources.
8584         (nnrss-check-group): Ignore errors.
8585
8586 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8587
8588         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
8589
8590         * nnslashdot.el (nnslashdot-request-list): Add time.
8591         (nnslashdot-request-expire-articles): New function.
8592
8593         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
8594         secondary methods too.
8595
8596 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8597
8598         * message.el (message-use-followup-to): Set default value to t.
8599
8600 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
8601
8602         * message.el (message-dont-reply-to-names): Fix documentation.
8603         (message-get-reply-headers): Use Mail-Followup-To only for wide
8604         replies.
8605
8606 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8607
8608         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
8609         correctly.
8610         (nnrss-check-group): Use time.
8611
8612 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8613
8614         * gnus.el: Oort Gnus v0.03 is released.
8615
8616 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8617
8618         * nnultimate.el (nnultimate-topic-article-to-article): Use the
8619         group.
8620
8621 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8622
8623         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
8624
8625 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8626
8627         * nnultimate.el (nnultimate-retrieve-headers): Return all
8628         available headers.
8629
8630         * gnus-sum.el (gnus-read-all-available-headers): New variable.
8631         (gnus-get-newsgroup-headers-xover): Use it.
8632
8633 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8634
8635         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
8636
8637 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8638
8639         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
8640
8641 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8642
8643         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
8644         disable it.
8645
8646         * gnus.el (gnus-info-nodes): Remove a few The's.
8647
8648 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8649
8650         * mail-source.el (mail-source-movemail): Call-process may return a
8651         signal description string.
8652
8653         * gnus-start.el (gnus-read-newsrc-el-file):
8654         gnus-newsrc-file-version may be nil.
8655
8656         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
8657         Suggested by Michael Sperber [Mr. Preprocessor]
8658         <sperber@informatik.uni-tuebingen.de>.
8659
8660 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
8661
8662         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
8663
8664 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
8665
8666         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
8667         fontify HANDLE.
8668
8669 2001-04-18  Simon Josefsson  <simon@josefsson.org>
8670
8671         * smime.el (smime-ask-passphrase): Rework to return value.
8672         (smime-sign-region): Rework to bind value and use it.
8673         (smime-decrypt-region): Ditto.
8674
8675 2001-04-18  Simon Josefsson  <simon@josefsson.org>
8676         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
8677
8678         * smime.el (smime-ask-passphrase): New function.
8679         (smime-sign-region): Use it.
8680         (smime-encrypt-cipher): New variable.
8681         (smime-decrypt-region): Ditto.
8682
8683 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
8684         Committed by Simon Josefsson  <simon@josefsson.org>
8685
8686         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
8687         the log.
8688
8689 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8690
8691         * gnus.el: Oort Gnus v0.02 is released.
8692
8693 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
8694
8695         * gnus.el: Oort Gnus v0.01 is released.
8696
8697 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8698
8699         * gnus-sum.el (gnus-summary-highlight): Highlight read
8700         undownloaded articles as read articles.
8701
8702         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
8703         (gnus-agent-get-undownloaded-list): Mark all undownloaded
8704         articles, even read ones, as such.
8705
8706         * gnus-sum.el (gnus-summary-find-matching): Clean up.
8707         (gnus-find-matching-articles): New function.
8708         (gnus-summary-limit-include-matching-articles): New command.
8709         (gnus-summary-limit-include-thread): Include articles that have
8710         matching subjects.
8711         (gnus-offer-save-summaries): Clean up.
8712
8713 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8714
8715         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
8716
8717 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8718         From Jason Merrill <jason_merrill@redhat.com>
8719
8720         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
8721
8722 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
8723         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8724
8725         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
8726         newsgroup names when the original article is a news message.
8727
8728 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8729
8730         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
8731         supported. Suggest by Jim Meyering <jim@meyering.net>.
8732
8733 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
8734         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
8735
8736         * nnmail.el (nnmail-split-it): Added check for .* at the end of
8737         regexp in nnmail-split-fancy.
8738
8739 2001-04-10  Simon Josefsson  <simon@josefsson.org>
8740
8741         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
8742
8743 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
8744
8745         * message.el (message-send-mail): Improve the interaction with the
8746         user.
8747
8748 2001-04-10  Simon Josefsson  <simon@josefsson.org>
8749
8750         * imap.el (imap-message-copy): Work around buggy servers that
8751         doesn't send TRYCREATE tags.
8752
8753 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
8754
8755         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
8756
8757 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8758
8759         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
8760         date.
8761
8762 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8763
8764         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
8765         lives.
8766
8767 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8768
8769         * gnus-art.el (gnus-parse-news-url): New function.
8770         (gnus-button-handle-news): New function.
8771         (gnus-button-alist): Point to new functions.
8772
8773         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
8774
8775         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
8776         gnus-format-specs.
8777
8778         * message.el (message-check-news-header-syntax): Question even
8779         when Gnus doesn't know the group names.
8780         (message-send-news): Clean up.
8781
8782         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
8783         exited on purpose without saving.
8784
8785         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
8786
8787 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8788
8789         * gnus-score.el (gnus-score-orphans): Clean up.
8790
8791         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
8792
8793         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
8794         later.
8795
8796         * gnus-start.el (gnus-close-all-servers): Find the right items to
8797         close.
8798
8799         * qp.el (quoted-printable-decode-region): Just message
8800         malformation; don't quit.
8801
8802 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8803         From Gerd Moellmann <gerd@gnu.org>.
8804
8805         * gnus.el (gnus-interactive): A typo.
8806
8807 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
8808         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
8809
8810         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
8811         `assq-delete-all', if that function exists; otherwise use the old
8812         definition. Documentation changed to match the one in
8813         `assq-delete-all'.
8814
8815 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8816
8817         * gnus-start.el (gnus-close-all-servers): New function.
8818
8819         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
8820         (gnus-server-remove-denials): Clean up.
8821
8822         * gnus-sum.el (gnus-summary-sort-by-original): New command and
8823         keystroke.
8824
8825 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8826
8827         * message.el (message-send-news): Message where we are sending.
8828         (message-send-mail): Ditto.
8829
8830         * gnus.el (gnus-server-string): New function.
8831
8832         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
8833
8834         * mm-decode.el (mm-default-directory): Customized.
8835         (mm-tmp-directory): Ditto.
8836
8837         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
8838         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
8839         or Chars.
8840         (gnus-summary-line-format-alist): ?l is now a string.
8841         (gnus-summary-prepare-threads): Output ? for unknown lines.
8842         (gnus-summary-insert-line): Ditto.
8843         (gnus-summary-print-article): Unbalanced parentheses.
8844
8845         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
8846         out whether new stuff has arrived.
8847
8848 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
8849
8850         * gnus-sum.el: Let printing work on ttys on Emacs.
8851
8852 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8853
8854         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
8855         when forcing news.
8856
8857         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
8858         command.
8859
8860 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
8861
8862         * message.el (message-set-auto-save-file-name): Don't use
8863         asterisks under nt.
8864
8865 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8866
8867         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
8868         lists of articles.
8869
8870         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
8871
8872         * gnus-msg.el (gnus-put-message): Clean up.
8873         (gnus-summary-reply): Mark all replied-to articles as replied to.
8874         (gnus-inews-add-send-actions): Also mark as forwarded.
8875         (gnus-summary-mail-forward): Mark as forwarded.
8876
8877         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
8878         of articles.
8879         (gnus-summary-mark-article-as-forwarded): Ditto.
8880
8881         * gnus-msg.el (gnus-summary-resend-message): Mark article as
8882         forwarded.
8883         (gnus-summary-mail-forward): Clean up.
8884
8885         * gnus.el (gnus-article-mark-lists): Added forward.
8886
8887         * gnus-sum.el (gnus-forwarded-mark): New variable.
8888         (gnus-summary-prepare-threads): Use it.
8889         (gnus-summary-update-secondary-mark): Ditto.
8890         (gnus-newsgroup-forwarded): New variable.
8891
8892 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8893
8894         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
8895         (gnus-summary-very-wide-reply): New command and keystroke.
8896         (gnus-summary-very-wide-reply-with-original): Ditto.
8897
8898         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
8899         (gnus-score-adaptive): Use it.
8900
8901         * gnus-start.el (gnus-get-unread-articles): Clean up.
8902
8903 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8904
8905         * nnultimate.el (nnultimate-retrieve-headers): Work for other
8906         boards.
8907
8908 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
8909
8910         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
8911         * gnus-start.el (gnus-subscribe-newsgroup): use it.
8912
8913 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8914
8915         * nnultimate.el (nnultimate-retrieve-headers): Understand
8916         long-form month names.
8917
8918 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8919
8920         * gnus-sum.el (gnus-summary-show-all-headers):
8921         gnus-article-show-all-headers is broken. Use
8922         gnus-summary-toggle-header instead.
8923
8924         * mml2015.el (mml2015-gpg-extract-from): No error.
8925
8926 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8927         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
8928
8929         * mml2015.el (mml2015-gpg-extract-from): New function.
8930         (mml2015-gpg-verify): Use it.
8931         (mml2015-gpg-clear-verify): Use it.
8932
8933 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8934
8935         * message.el (message-setup-fill-variables): Use
8936         fill-paragraph-function.
8937         (message-fill-paragraph): Take an argument.
8938         (message-newline-and-reformat): Take another argument.
8939
8940 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8941
8942         * message.el (rmail-output): It is in rmailout.el not rmail.el.
8943
8944 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8945
8946         * message.el (message-forward): local-variable-p takes an extra
8947         argument in XEmacs.
8948
8949 2001-03-16  Simon Josefsson  <simon@josefsson.org>
8950
8951         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
8952         `nnimap-use-nov-p' (it really tested the negative).
8953         (nnimap-retrieve-headers): Use it.
8954
8955 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8956
8957         * message.el (message-generate-headers-first): Update doc.
8958
8959 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
8960         Trivial patch.
8961
8962         * gnus.el (gnus-summary-line-format): Typo.
8963
8964 2001-03-11  Simon Josefsson  <simon@josefsson.org>
8965
8966         * mailcap.el (mailcap-mime-data): Add application/sieve.
8967         (mailcap-mime-extensions): Add .siv, .xls.
8968
8969 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8970         From Christoph Conrad <christoph.conrad@gmx.de>
8971
8972         * gnus-score.el (gnus-summary-lower-thread): Typo.
8973
8974 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8975
8976         * message.el (message-forward-decoded-p): New variable.
8977         (message-forward-subject-author-subject): Use it.
8978         (message-make-forward-subject): Use it.
8979         (message-forward): Use it.
8980
8981         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
8982
8983         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
8984         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
8985
8986 ;;Has been fixed -- zsh.
8987 ;;2001-03-05  Dave Love  <fx@gnu.org>
8988 ;;
8989 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
8990 ;;      Move it after definition of mm-coding-system-p.
8991 ;;
8992 2001-03-01  Dave Love  <fx@gnu.org>
8993
8994         * mm-util.el (mm-inhibit-file-name-handlers): Add
8995         image-file-handler.
8996
8997 2001-02-11  Dave Love  <fx@gnu.org>
8998
8999         * message.el (message-signature-file): Fix doc, :type.
9000
9001 2001-02-08  Dave Love  <fx@gnu.org>
9002
9003         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
9004         (message-posting-charset): Defvar when compiling again.
9005         (rfc2047-encodable-p): Require message.
9006
9007         * gnus-sum.el (gnus-alter-articles-to-read-function):
9008         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
9009
9010 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9011
9012         * nnrss.el: New file.
9013
9014 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
9015         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9016
9017         * rfc2047.el (rfc2047-unfold-region): Fix arg of
9018         `skip-chars-forward'.
9019
9020 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9021
9022         * nndraft.el (nndraft-request-group): Restore auto save files if
9023         the original files do not exist.
9024
9025 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9026
9027         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
9028         SCORE paths.
9029
9030         * mm-decode.el (mm-dissect-buffer): Call
9031         mail-extract-address-components only if necessary.
9032
9033 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9034
9035         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
9036         directory part.
9037         (gnus-score-search-global-directories): Use file-directory-p.
9038
9039         * gnus-score.el (gnus-score-score-files-1): Use
9040         gnus-kill-files-directory.
9041         From Adrian Aichner <adrian@xemacs.org>.
9042
9043 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9044
9045         * gnus.el (charset): Move here from gnus-sum.el.
9046
9047 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9048
9049         * mml.el (mml-preview): Disable local map.
9050
9051         * gnus-sum.el (gnus-summary-make-menu-bar): Make
9052         gnus-article-post-menu here.
9053
9054         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
9055         if it has not been made.
9056
9057 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9058
9059         * gnus-art.el (gnus-article-describe-key): Map key to event.
9060         (gnus-article-describe-key-briefly): Ditto
9061
9062 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9063
9064         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
9065
9066 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9067         From Katsumi Yamaoka <yamaoka@jpl.org>.
9068
9069         * dgnushack.el (coerce, merge, subseq): defmacro.
9070
9071 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9072
9073         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
9074         A fake defalias in nndraft.el results a not-activated bug in
9075         uncompiled versions.
9076
9077 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
9078         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9079
9080         * gnus-util.el (gnus-split-references): Handle malformed References:.
9081
9082 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9083
9084         * gnus-art.el (gnus-article-mime-part-status): 1 part.
9085
9086 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9087         From NAGY Andras <nagya@inf.elte.hu>.
9088
9089         * gnus.el (gnus-parameters): Typo.
9090
9091 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9092
9093         * gnus.el (gnus-read-method): Remove redundancy.
9094
9095 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9096
9097         * nnslashdot.el (nnslashdot-backslash-url): New variable.
9098         (nnslashdot-request-list): Use it.
9099
9100 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9101
9102         * nnml.el (nnml-generate-active-info): Fix the case when there is
9103         no file.
9104
9105         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
9106         (gnus-summary-create-article): New function.
9107
9108         * gnus-group.el (gnus-group-mark-article-read): New function.
9109
9110         * gnus-msg.el (gnus-inews-do-gcc): Use it.
9111
9112         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
9113
9114 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9115
9116         * gnus-art.el (gnus-article-edit-done): Don't use
9117         gnus-article-edit-exit.
9118         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
9119
9120         * gnus.el (gnus-parameters): New variable.
9121         Suggested by NAGY Andras <nagya@inf.elte.hu>.
9122         (gnus-parameters-get-parameter): New function.
9123         (gnus-group-find-parameter): Use it.
9124
9125 2001-02-23  Simon Josefsson  <simon@josefsson.org>
9126
9127         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
9128         change of default value to `current'.
9129
9130 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9131
9132         * nneething.el (nneething-get-head): Insert unreadable file too.
9133
9134 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9135
9136         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
9137
9138         * webmail.el (webmail-type-definition): Deja is bought by google.
9139
9140 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9141
9142         * gnus-sum.el (gnus-fetch-headers): New function.
9143         (gnus-select-newsgroup): Use it.
9144         (gnus-summary-insert-articles): New function.
9145         (gnus-summary-insert-old-articles): New function.
9146         (gnus-summary-insert-new-articles): New function.
9147
9148         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
9149         (gnus-group-list-active): Ditto.
9150         * gnus-sum.el (gnus-set-mode-line): Ditto.
9151         (gnus-summary-read-group-1): Ditto.
9152
9153 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9154
9155         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
9156         current topic.
9157
9158 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9159
9160         * smiley.el (gnus-smiley-display): Don't do widening.
9161
9162         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
9163         within body.
9164
9165         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
9166
9167         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
9168         New variable.
9169         (gnus-mime-display-multipart-related-as-mixed): New variable.
9170         (gnus-mime-display-part): Use them.
9171
9172 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9173
9174         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
9175         something special.
9176
9177 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9178
9179         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
9180         (nnweb-request-article): Call reference if exists.
9181         (nnweb-type-definition): Dejanews is bought by google.com.
9182         Beta!
9183
9184 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9185
9186         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
9187
9188 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9189
9190         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
9191         gnus-article-sort-functions.
9192         (gnus-article-sort-functions): Doc fix.  Refer to
9193         gnus-thread-sort-functions.
9194
9195 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9196         From Paul Jarc <prj@po.cwru.edu>.
9197
9198         * message.el (message-get-reply-headers): More fixes.
9199
9200 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
9201         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9202
9203         * message.el (message-get-reply-headers): Fix bug with
9204         Mail-Followup-To/to-address interaction.
9205
9206 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9207
9208         * gnus-msg.el (gnus-configure-posting-styles): Match header in
9209         gnus-article-copy.
9210
9211 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9212
9213         * message.el (message-do-send-housekeeping): Rename to a better
9214         name.
9215
9216 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9217
9218         * message.el (message-cancel-news): Check article first, then ask
9219         yes or no.
9220
9221 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9222
9223         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
9224
9225 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9226
9227         * gnus-range.el (gnus-range-normalize): New function.
9228
9229 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
9230
9231         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
9232
9233 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9234
9235         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
9236
9237         * nnagent.el (nnagent-request-regenerate): New function.
9238
9239         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
9240
9241         * nnml.el (nnml-generate-nov-databases): Accept argument
9242         server. Don't open server if it is opened.
9243         (nnml-request-regenerate): Use it. Change to deffoo.
9244
9245 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9246         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9247
9248         * gnus.el (gnus-define-group-parameter): Fix.
9249
9250 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9251
9252         * gnus.el (gnus-define-group-parameter): Improved.
9253
9254         * gnus-sum.el (charset): Define parameter.
9255         (ignored-charsets): Ditto.
9256         (gnus-summary-setup-default-charset): Use them.
9257
9258         * gnus-start.el (gnus-read-descriptions-file): Use them.
9259
9260         * gnus-cus.el (gnus-group-parameters): Remove them.
9261
9262 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9263
9264         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
9265
9266 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9267
9268         * gnus-sum.el (gnus-summary-read-group-1): Remove
9269         gnus-summary-set-local-parameters.
9270         (gnus-summary-setup-buffer): Put it here.
9271
9272 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9273
9274         * gnus.el (to-address): Define parameter.
9275         (to-list): Ditto.
9276         * gnus-art.el (article-hide-boring-headers): Use them.
9277         * gnus-msg.el (gnus-post-news): Ditto.
9278         * gnus-cus.el (gnus-group-parameters): Remove them.
9279
9280 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9281
9282         * gnus-draft.el (gnus-draft-reminder): New function.
9283
9284         * gnus-art.el (gnus-sender-save-name): New function.
9285
9286 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9287
9288         * mm-util.el (mm-mime-charset): Error message.
9289
9290 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9291
9292         * message.el (message-check-news-body-syntax): Don't check mml lines.
9293
9294 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9295
9296         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
9297         subscribe.
9298
9299         * gnus-start.el (gnus-call-subscribe-functions): New function.
9300         (gnus-find-new-newsgroups): Use it.
9301         (gnus-ask-server-for-new-groups): Use it.
9302         (gnus-check-first-time-used): Use it.
9303         (gnus-subscribe-newsgroup-method): Grok a list of functions.
9304         (gnus-subscribe-options-newsgroup-method): Ditto.
9305         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
9306         return .
9307
9308 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9309
9310         * gnus-cus.el (gnus-score-customize): Doc fix.
9311
9312 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
9313
9314         * dgnushack.el (my-getenv): Typo.
9315
9316 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9317
9318         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
9319
9320 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9321
9322         * gnus-group.el (gnus-group-suspend): Offer save summaries.
9323
9324         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
9325         (gnus-treatment-function-alist): Use it.
9326         (article-remove-leading-whitespace): New function.
9327         (gnus-article-make-menu-bar): Use it.
9328
9329         * gnus-sum.el (gnus-summary-wash-empty-map): Add
9330         remove-leading-whitespace.
9331         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
9332         because of conflict.
9333
9334 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9335
9336         * Makefile.in: Hack generating gnus-load.el.
9337         * dgnushack.el: Ditto.
9338         * gnus-load.el: Remove it.
9339
9340 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9341
9342         * dgnushack.el : Add URLDIR.
9343
9344         * Makefile.in (EMACS_COMP): Ditto.
9345
9346 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9347
9348         * gnus-cus.el (gnus-score-customize): Error on no score file.
9349
9350 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9351
9352         * mm-decode.el (mm-merge-handles): New function.
9353
9354         * mm-view.el (mm-inline-message): Use it.
9355         (mm-view-message): Ditto.
9356
9357         * mm-partial.el (mm-inline-partial): Ditto.
9358
9359         * mm-extern.el (mm-inline-external-body): Ditto.
9360
9361         * gnus-art.el (gnus-mime-view-part): Ditto.
9362         (gnus-mime-view-part-as-type): Ditto.
9363         (gnus-mime-save-part-and-strip): Prevent users to strip in some
9364         cases.
9365
9366 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9367
9368         * message.el (message-cancel-news): Allow to shoot foot.
9369         (message-supersede): Ditto.
9370
9371 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
9372         Trivial patch.
9373
9374         * gnus-sum.el (gnus-simplify-subject-re): Use
9375         message-subject-re-regexp.
9376
9377 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9378
9379         * nnmail.el (nnmail-expiry-target-group): Bind
9380         nnmail-cache-accepted-message-ids to nil.
9381
9382         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
9383         coding system.
9384
9385 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9386
9387         * qp.el (quoted-printable-encode-region): Make sure characters are
9388         between 00 and FF.  Don't check charset.
9389
9390         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
9391         in Emacs 20.
9392         * rfc2047.el (rfc2047-q-encode-region): Ditto.
9393
9394 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9395
9396         * message.el (message-make-forward-subject): Argument decoded.
9397         (message-forward): Use it when digest.
9398
9399         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
9400         buffer.
9401
9402 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9403
9404         * message.el (message-generate-headers-first): Doc fix.
9405
9406 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9407
9408         * gnus-art.el (article-make-date-line): Error proof.
9409
9410 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9411
9412         * gnus-group.el (gnus-group-listing-limit): New variable.
9413         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
9414
9415         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
9416
9417 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9418
9419         * message.el (message-newline-and-reformat): Special case for
9420         breaking at BOL.
9421
9422 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
9423
9424         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
9425         message/rfc822.
9426
9427 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9428
9429         * message.el (message-encode-message-body): Don't insert
9430         Content-Type if it is inside a mail.
9431
9432 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9433
9434         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
9435         gnus-article-commands-menu.
9436
9437         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
9438         in Emacs.
9439
9440         * gnus-start.el (gnus-read-descriptions-file): Use
9441         gnus-group-name-charset and gnus-group-charset-alist.
9442
9443 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9444
9445         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
9446         active region.
9447
9448         * gnus-start.el (gnus-group-change-level): Remove from both
9449         gnus-zombie-list and gnus-killed-list.
9450
9451 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9452
9453         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
9454         gnus-subscribe-topics.
9455
9456         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
9457
9458 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9459
9460         * gnus-art.el (gnus-article-make-menu-bar): Make
9461         gnus-article-post-menu.
9462
9463         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
9464
9465         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
9466
9467         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
9468
9469         * message.el (message-mode-menu): Ditto.
9470
9471         * gnus-art.el (defvar): eval-when-compile.
9472
9473 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9474
9475         * gnus-agent.el (gnus-agentize): Fix doc.
9476
9477 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
9478
9479         * mml.el (mml-preview): Bind `q'.
9480
9481 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9482
9483         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
9484
9485 2001-01-31  Dave Love  <fx@gnu.org>
9486
9487         * mm-util.el (mm-mime-mule-charset-alist)
9488         (mm-find-mime-charset-region): Consider mule-utf-8.
9489
9490 2001-01-31  Dave Love  <fx@gnu.org>
9491
9492         * gnus-art.el (gnus-article-x-face-command)
9493         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
9494         :version.
9495
9496 2001-01-26  Dave Love  <fx@gnu.org>
9497
9498         * mm-util.el (mm-multibyte-string-p): New.
9499
9500 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
9501 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
9502 ;;      string-as-multibyte on class.  Clarify line-folding.
9503         (quoted-printable-encode-string): Make temp buffer inherit
9504         string's multibyteness.
9505
9506 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
9507
9508         * nnheader.el (toplevel): Don't require `gnus-util' at
9509         compile-time; this creates a circular dependency, and prevents
9510         a bootstrap.
9511
9512 2001-01-22  Andreas Schwab  <schwab@suse.de>
9513
9514         * nnheader.el (gnus-delete-line): Autoload it as a macro.
9515
9516 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9517
9518         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
9519
9520         * gnus-art.el (article-hide-list-identifiers): Ditto.
9521
9522         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
9523
9524 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9525
9526         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
9527
9528         * gnus-art.el (article-hide-list-identifiers): Similar.
9529
9530 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
9531
9532         * nnmail.el (nnmail-remove-list-identifiers): Improved.
9533
9534 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9535
9536         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
9537
9538 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9539
9540         * gnus-util.el (gnus-string-equal): New function.
9541
9542         * gnus-art.el (article-hide-boring-headers): Use it.
9543
9544 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
9545
9546         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
9547
9548 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9549
9550         * gnus-msg.el (gnus-msg-mail): Support switch-action.
9551
9552 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9553
9554         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
9555         command if there is not last-saver.
9556
9557 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9558
9559         * nntp.el (nntp-open-connection): 201 is possible.
9560
9561 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9562
9563         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
9564         (rfc2047-charset-encoding-alist): Add big5.
9565
9566 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9567
9568         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
9569         (gnus-agent-remove-server): Ditto.
9570         (autoload): gnus-server-update-server.
9571
9572         * gnus-srvr.el (gnus-server-line-format): Add %a.
9573         (gnus-server-line-format-alist): Add gnus-tmp-agent.
9574         (gnus-server-insert-server-line): Use it.
9575
9576 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9577
9578         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
9579         GB2312 and Big5.
9580
9581 2001-01-24  Simon Josefsson  <sj@extundo.com>
9582
9583         * mail-source.el (mail-sources): Add :program specifier to IMAP
9584         mail source.
9585         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
9586
9587 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9588
9589         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
9590
9591 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9592
9593         * nntp.el (nntp-wait-for): Return the success code.
9594         (nntp-open-connection): Use it.
9595
9596 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9597
9598         * gnus-int.el (gnus-check-server): Allow breaking the opening.
9599
9600 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9601
9602         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
9603
9604 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9605
9606         * gnus-sum.el (gnus-summary-print-article): Take one prefix
9607         argument. Allow to print several articles in one file.
9608
9609 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9610
9611         * webmail.el (webmail-type-definition): netaddress changes.
9612
9613 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9614
9615         * gnus.el: Fix copyright. Remove trailing spaces.
9616
9617         * message.el (message-forward): Use mule4.
9618
9619 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9620
9621         * mm-util.el (mm-string-as-unibyte): New function.
9622
9623         * message.el (message-forward): Use it.
9624
9625 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9626
9627         * message.el (message-cite-original-without-signature): Don't peel
9628         off the blank line.
9629         (message-get-reply-headers): Add Cc if it is not in follow-to.
9630
9631 2001-01-20  Simon Josefsson  <sj@extundo.com>
9632
9633         * mm-decode.el (mm-handle-multipart-from): Add.
9634         (mm-dissect-buffer): Save From: header value.
9635         (mm-security-from): Remove.
9636         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
9637
9638         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
9639         instead of `mml-security-from'.  Protect null from value.
9640
9641 2001-01-20  Simon Josefsson  <sj@extundo.com>
9642
9643         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
9644         application/vnd.ms-excel attachments.
9645
9646 2001-01-19  Simon Josefsson  <sj@extundo.com>
9647
9648         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
9649
9650 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9651
9652         * message.el (message-ignored-mail-headers): Ditto.
9653
9654 2001-01-19  Simon Josefsson  <sj@extundo.com>
9655
9656         * message.el (message-ignored-news-headers): Only search beginning
9657         of line.
9658
9659 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
9660         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
9661
9662         * message.el (message-send-mail): Content-Type may not be there.
9663
9664 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9665
9666         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
9667         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
9668
9669         * gnus-art.el (article-display-x-face): Insert X-Face if there is
9670         not.
9671
9672 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9673
9674         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
9675         non-native groups.
9676
9677 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9678
9679         * message.el (message-yank-original): Understand
9680         universal-argument.
9681
9682 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9683
9684         * gnus-art.el (gnus-boring-article-headers): Add to-address.
9685         (article-hide-boring-headers): Ditto.
9686
9687         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
9688
9689 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9690
9691         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
9692         one.
9693
9694 2001-01-16  Simon Josefsson  <simon@josefsson.org>
9695
9696         * message.el (message-make-in-reply-to): Add comment to message-id
9697         (old syntax, see 2000-08-02 change).
9698
9699 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9700
9701         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
9702         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
9703         (gnus-button-reply): Ditto.
9704
9705 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9706
9707         * gnus-art.el (article-display-x-face): Fix.
9708
9709 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9710
9711         * gnus-art.el (article-display-x-face): Use
9712         gnus-original-article-buffer.
9713
9714 2001-01-15  Jack Twilley  <jmt@tbe.net>
9715
9716         * message.el (message-add-header): Move to point-max.
9717
9718 2001-01-15  Simon Josefsson  <simon@josefsson.org>
9719
9720         * smime.el (smime-CA-directory, smime-CA-file): Change default to
9721         nil, improve documentation.
9722         (smime-certificate-directory): Comment out false hints (until it
9723         is implemented).
9724
9725         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
9726         there aren't any keys.
9727         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
9728         verify certificate.  Default is changed to only check integrity.
9729         Improved security status texts.  If a certificate doesn't contain
9730         a email address, don't fail.
9731
9732         * smime.el (smime-noverify-region):
9733         (smime-noverify-buffer): New functions.  Verifies integrity only.
9734
9735 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9736
9737         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
9738
9739 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9740
9741         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
9742         (gnus-remove-some-windows): Ditto.
9743
9744 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9745
9746         * gnus-art.el (article-make-date-line): 11th.
9747
9748 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9749
9750         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
9751         (mml2015-gpg-sign): Ditto.
9752
9753 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9754
9755         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
9756         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
9757
9758 2001-01-08  Dave Love  <fx@gnu.org>
9759
9760         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
9761         single character.
9762
9763         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
9764
9765         * message.el: Doc and message fixes.
9766         (message-send-rename-function)
9767         (message-make-forward-subject-function)
9768         (message-send-mail-function, message-reply-to-function)
9769         (message-wide-reply-to-function, message-followup-to-function)
9770         (message-distribution-function, message-auto-save-directory): Fix
9771         :type.
9772
9773         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
9774         proceeding after warnings.  Amend multipart warning message.
9775
9776 2001-01-04  Dave Love  <fx@gnu.org>
9777
9778         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
9779         compiling.
9780         (gnus-make-directory): Require nnmail.
9781
9782         * mm-decode.el (mm-inline-media-tests): Add
9783         image/x-portable-bitmap.
9784         (mm-get-image): Grok pbm.
9785
9786 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
9787
9788         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
9789
9790 2001-01-09  Didier Verna  <didier@xemacs.org>
9791
9792         * dgnushack.el (dgnushack-compile): give a dummy value to
9793         `gnus-xmas-glyph-directory' for the time of compilation.
9794         * gnus-agent.el: moved some XEmacs specific hook add-ons from
9795         `gnus-xmas-[re]define' to avoid loosing user custom settings.
9796         * gnus-art.el: ditto.
9797         * gnus-group.el: ditto.
9798         * gnus-salt.el: ditto.
9799         * gnus-sum.el: ditto.
9800         * gnus-topic.el: ditto.
9801         * gnus-xmas.el (gnus-xmas-define): see above.
9802         * gnus-xmas.el (gnus-xmas-redefine): see above.
9803         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
9804         non-continuable error when the directory can't be found.
9805
9806 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9807
9808         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
9809         handle.
9810         * gnus-art.el (gnus-mime-view-part): Copy it.
9811         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
9812
9813 2001-01-09  Michael Downes  <mjd@ams.org>
9814
9815         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
9816
9817 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9818
9819         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
9820         orig-file. Use ',source.
9821
9822 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9823
9824         * gnus-xmas.el (gnus-xmas-modeline-glyph):
9825         (gnus-xmas-group-startup-message):
9826         Detect gnus-xmas-glyph-directory when it is nil.
9827
9828 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9829
9830         * pop3.el (pop3-get-message-count): Andrew Innes
9831         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
9832
9833 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9834
9835         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
9836
9837         * time-date.el (time-to-number-of-days): New function.
9838
9839 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
9840         Trivial patch.
9841
9842         * nnslashdot.el (nnslashdot-request-list): Always get the right
9843         sid.
9844
9845 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9846
9847         * message.el (message-minibuffer-local-map): New keymap.
9848         (message-read-from-minibuffer): Use it.
9849         * gnus-msg.el (gnus-summary-resend-message): Use it
9850
9851 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9852
9853         * gnus-start.el (gnus-display-time-event-handler): New function.
9854         (gnus-after-getting-new-news-hook): Use it.
9855
9856 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9857
9858         * message.el (message-ignored-mail-headers): Add draft header.
9859
9860 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9861
9862         * gnus-sum.el (gnus-summary-expire-articles): Don't save
9863         excursion.
9864
9865         * nnslashdot.el (nnslashdot-request-list): Get the right year.
9866
9867 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
9868         A revoked patch.
9869
9870         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
9871
9872 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9873
9874         * qp.el (quoted-printable-decode-region): Don't backward-char.
9875
9876 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9877
9878         * gnus-draft.el: Mark articles as replied.
9879
9880         * gnus-sum.el (gnus-summary-add-mark): New function.
9881
9882         * gnus-group.el (gnus-add-mark): New function.
9883
9884         * gnus-sum.el (gnus-summary-buffer-name): New function.
9885         (gnus-summary-setup-buffer): Use it.
9886
9887         * gnus-draft.el: Set things up with the right post method and
9888         stuff.
9889
9890         * message.el (message-ignored-news-headers): Remove X-Draft-From.
9891
9892         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
9893
9894         * gnus.el (gnus-draft-meta-information-header): New variable.
9895
9896 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9897
9898         * gnus-art.el (gnus-treatment-function-alist): Move the date
9899         functions before the header sorting functions.
9900
9901         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
9902
9903         * dgnushack.el (dgnushack-compile): Message whether there is w3.
9904         Don't (push "/usr/share/emacs/site-lisp" load-path).
9905
9906         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
9907         to empty fill prefixes.
9908
9909 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9910
9911         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
9912         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
9913
9914 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9915
9916         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
9917
9918         * nnml.el (autoload): Move to nnheader.el.
9919
9920         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
9921         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
9922         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
9923         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
9924
9925 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9926
9927         * gnus-art.el (article-make-date-line): Get the hours right.
9928         (gnus-ignored-headers): More hiding.
9929
9930         * nnmail.el (nnmail-expiry-wait): Not an integer.
9931
9932         * message.el (message-goto-body): Only expand abbrev when called
9933         interactively.
9934         (message-make-lines): Use it.
9935
9936 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9937
9938         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
9939
9940 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9941
9942         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
9943         include the expunged articles.
9944
9945         * gnus-group.el (gnus-group-sort-by-server): New function.
9946
9947         * gnus.el (gnus-method-to-server-name): New function.
9948         (gnus-group-prefixed-name): Use it.
9949
9950         * gnus-group.el (gnus-group-sort-function): Doc fix.
9951         (gnus-group-sort-groups-by-server): New command.
9952
9953 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9954
9955         * gnus-art.el (gnus-treat-date-english): New variable.
9956         (article-date-english): New command.
9957         (gnus-english-month-names): New variable.
9958         (article-make-date-line): Do 'english.
9959
9960         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
9961         after the fill prefix.
9962
9963         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
9964         score...".
9965
9966         * gnus-art.el (gnus-ignored-headers): Hide more headers.
9967
9968         * message.el (message-mode-map): Bind comment-region.
9969
9970         * gnus-art.el (gnus-mime-display-part): Let w3 display
9971         multipart/related.
9972
9973         * mm-bodies.el (mm-long-lines-p): New function.
9974         (mm-body-encoding): Use it.
9975         (mm-body-encoding): Encode articles with lines longer than 1000
9976         characters.
9977
9978 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9979
9980         * mm-util.el (mm-enable-multibyte): Use
9981         default-enable-multibyte-characters.
9982         (mm-enable-multibyte-mule4): Ditto.
9983         (mm-disable-multibyte): Test XEmacs.
9984         (mm-disable-multibyte-mule4): Ditto.
9985         (mm-with-unibyte-current-buffer): Simplified.
9986         (mm-with-unibyte-current-buffer-mule4): Ditto.
9987
9988 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9989
9990         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
9991
9992         * nnheader.el (nnheader-string-as-multibyte): New alias.
9993
9994         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
9995
9996         * gnus-uu.el (gnus-message-process-mark): New function.
9997         (gnus-uu-mark-by-regexp): Use it.
9998         (gnus-new-processable): New function.
9999
10000 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
10001          Trivial patch.
10002
10003         * gnus-sum.el (gnus-no-mark): New variable.
10004
10005 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10006
10007         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
10008         backslashes.
10009
10010 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10011
10012         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
10013         definition.
10014
10015 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10016
10017         * dgnushack.el (dgnushack-compile): elc is in the current directory.
10018
10019         * qp.el (quoted-printable-encode-region): Don't check multibyte in
10020         XEmacs.
10021
10022 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
10023         Trivial patch.
10024
10025         * mml.el (mml-read-tag): Save tag location.
10026
10027 2000-12-25  Simon Josefsson  <simon@josefsson.org>
10028
10029         * starttls.el: Sync with Emacs 21.
10030
10031 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10032
10033         * message.el (message-mail): Support yank-action.
10034
10035         * message.el (message-setup): Revoke the last change.
10036
10037 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10038
10039         * message.el (message-setup): Use cons. Suggested by Johan Vromans
10040         <jvromans@squirrel.nl>.
10041
10042 2000-12-24  Simon Josefsson  <sj@extundo.com>
10043
10044         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
10045         mailing list junk at end of part.
10046
10047 2000-12-23  Simon Josefsson  <sj@extundo.com>
10048
10049         * nnimap.el (nnimap-expiry-target): New function.
10050         (nnimap-request-expire-articles): Use it.
10051
10052 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10053
10054         * gnus.el (gnus-group-parameters-more): New variable.
10055         * gnus-cus.el (gnus-group-customize): Use it.
10056
10057         * gnus.el (gnus-define-group-parameter): New macro.
10058         (auto-expire): Use it
10059         (total-expire): Use it.
10060         * gnus-art.el (banner): Use it.
10061
10062         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
10063         <ljz@asfast.com>.
10064
10065 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10066
10067         * gnus-topic.el (gnus-topic-create-topic): Use list.
10068
10069         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
10070         before binding gnus-default-article-saver.
10071
10072         * gnus-sum.el (gnus-summary-save-article):
10073         (gnus-summary-pipe-output):
10074         (gnus-summary-save-article-mail):
10075         (gnus-summary-save-article-rmail):
10076         (gnus-summary-save-article-file):
10077         (gnus-summary-write-article-file):
10078         (gnus-summary-save-article-body-file): Ditto.
10079
10080         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
10081
10082 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10083
10084         * gnus-art.el (gnus-mime-security-button-map):
10085         (gnus-mime-button-map): Add parent.
10086
10087 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10088
10089         * messagexmas.el (message-xmas-redefine): New function.
10090
10091         * message.el: Use it.
10092
10093         * gnus-art.el (gnus-article-check-hidden-text): Return t.
10094
10095         * gnus-util.el (gnus-remove-text-properties-when): Return t.
10096
10097 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10098
10099         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
10100         malformatted messages.
10101
10102 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10103
10104         * mm-util.el (mm-image-load-path): New function.
10105
10106         * gnus-group.el (gnus-group-make-tool-bar): Use it.
10107
10108         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
10109
10110         * message.el (message-tool-bar-map): Use it.
10111
10112         * Makefile.in (install-el): New rule.
10113
10114 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10115
10116         * gnus-art.el (article-treat-dumbquotes): Quote \.
10117
10118 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10119
10120         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
10121         Emacs 20 runs on a terminal.
10122
10123 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10124
10125         * gnus-msg.el (gnus-bug): Revert to save-excursion.
10126
10127         * mml.el (gnus-add-minor-mode): Autoload.
10128
10129         * message.el (message-forward): Save-restriction.
10130
10131 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10132
10133         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
10134         Paul Stevenson <p.stevenson@surrey.ac.uk>
10135
10136 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10137
10138         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
10139
10140         * mml.el (gnus-ems): Don't require.
10141
10142         * gnus.el (gnus-decode-rfc1522): Removed.
10143         (gnus-set-text-properties): Define.
10144
10145 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10146
10147         * gnus-art.el (gnus-mime-*): handle may be nil.
10148
10149         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
10150
10151         * gnus.el (gnus-group-remove-excess-properties): Not defined
10152         in gnus-xmas.
10153
10154 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10155
10156         * message.el (message-mail-user-agent): Add :version.
10157
10158 2000-12-21  Miles Bader  <miles@gnu.org>
10159
10160         * message.el (message-mode): Set `comment-start' to the  yank prefix.
10161
10162 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10163
10164         * message.el (message-mail-user-agent): New variable.
10165         (message-setup): Renamed to message-setup-1. Support
10166         mail-user-agent.
10167         (message-mail-user-agent): New function.
10168         (message-mail): Use it.
10169         (message-reply): Use it.
10170         (message-resend): Use it.
10171         (message-mail-other-window): Use it.
10172         (message-mail-other-frame): Use it.
10173
10174         * gnus-msg.el (gnus-bug): Support mail-user-agent.
10175
10176 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10177
10178         * message.el (message-tool-bar-map): Simplify.
10179         (message-narrow-to-head-1): New function.
10180         (message-narrow-to-head): Use it.
10181         (message-reply): Ditto.
10182         (message-cancel-news): Ditto.
10183         (message-supersede): Ditto.
10184         (message-make-forward-subject): Ditto.
10185         (message-bounce): Ditto.
10186
10187 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10188
10189         * uudecode.el (uudecode-decode-region-external): make-temp-file
10190         may not be defined.
10191
10192         * binhex.el (defalias): eval-and-compile.
10193
10194         * message.el (message-tool-bar-map): New function.
10195         (message-mode): Use it.
10196
10197 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10198
10199         * nntp.el (nntp-find-connection): Remove the entry.
10200         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
10201
10202 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10203
10204         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
10205
10206         * message.el (message-forward): Copy buffer in unibyte mode.
10207
10208 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10209
10210         * message.el (message-make-forward-subject): Don't widen. Decode.
10211         (message-forward): Don't decode subject.
10212
10213 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
10214
10215         * qp.el (quoted-printable-encode-region): Upcase QP.
10216
10217 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10218
10219         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
10220         mail-extract-a-c instead. Don't depend on Gnus.
10221
10222         * mml.el (gnus-ems): Require it.
10223
10224         * gnus-msg.el (gnus-summary-mail-forward):
10225
10226         * message.el (message-forward):  Move mime-to-mml here.
10227
10228 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10229
10230         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
10231         * gnus-art.el (gnus-insert-mime-button): Simplify.
10232         (gnus-mime-display-alternative): Ditto.
10233         (gnus-insert-mime-security-button): Ditto.
10234
10235 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10236
10237         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
10238         text-property-not-all doesn't return nil when start=mark(end).
10239         (gnus-remove-text-properties-when): Ditto.
10240
10241 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10242
10243         * gnus-start.el (gnus-group-change-level): Remove group from
10244         gnus-active-hashtb if real killed.
10245
10246 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10247
10248         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
10249         (gnus-mime-display-alternative): Ditto.
10250         (gnus-insert-mime-security-button): Ditto.
10251
10252 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10253
10254         * gnus-start.el (gnus-group-change-level): Don't add it into
10255         killed-list if it was killed.
10256
10257 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10258
10259         * nnmbox.el (nnmbox-file-coding-system): Use binary.
10260         (nnmbox-active-file-coding-system): Ditto.
10261
10262         * gnus-cus.el (gnus-group-parameters): Add posting-style.
10263
10264 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10265
10266         * gnus.el (gnus-version):
10267         (gnus-version-number): Set to Oort Gnus 0.01.
10268
10269         * gnus-art.el (gnus-mime-security-button-map):
10270         (gnus-insert-mime-security-button): Fix for Emacs21.
10271
10272 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10273
10274         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
10275         easymenu, because XEmacs doesn't understand :help.
10276
10277         * mm-uu.el: Require binhex.
10278
10279 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10280
10281         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
10282
10283 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
10284
10285         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
10286
10287 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
10288
10289         * *.xpm, *.pbm: Convert icons icons to size 24x24.
10290
10291 2000-12-18  Dave Love  <fx@gnu.org>
10292
10293         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
10294         (unused).
10295
10296 2000-12-13  Miles Bader  <miles@gnu.org>
10297
10298         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
10299         to t, so that we don't get stuck while trying to smilefy
10300         intangible text.
10301
10302 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
10303
10304         * smiley-ems.el (smiley-regexp-alist): Make regexps match
10305         at the end of the buffer.
10306         (smiley-region): In the loop, move to the end of the submatch
10307         matching the smiley instead of using the end of the match
10308         of the whole regexp.
10309
10310 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
10311
10312         * message.el (message-mode): Doc fix.
10313
10314 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
10315
10316         * smiley-ems.el (smiley-region): Doc fix.
10317
10318 2000-12-11  Miles Bader  <miles@gnu.org>
10319
10320         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
10321         bottom line visible, check to see if it's partially obscured, and
10322         if so, either scroll one more line to make it fully visible, or
10323         revert to showing the second line from the top.
10324
10325 2000-12-07  Dave Love  <fx@gnu.org>
10326
10327         * mailcap.el (mailcap-download-directory)
10328         * gnus-audio.el (gnus-audio-directory)
10329         * smiley-ems.el (smiley-data-directory): Fix :type.
10330
10331 2000-11-30  Dave Love  <fx@gnu.org>
10332
10333         * message.el (message-auto-save-directory): Use
10334         file-name-as-directory.
10335         (message-set-auto-save-file-name): Create
10336         message-auto-save-directory if necessary.
10337         (message-replace-chars-in-string): Removed -- unused.
10338         (message-mail-alias-type): Customize.
10339         (message-headers): Remove duplicate defgroup.
10340
10341 2000-11-29  Dave Love  <fx@gnu.org>
10342
10343         * qp.el (quoted-printable-decode-region): Use error, not message
10344         to report malformed text (like base64).  Amend message.
10345
10346 2000-11-29  Miles Bader  <miles@gnu.org>
10347
10348         * message.el (message-header-lines): Fontify tag.
10349
10350 2000-11-27  Dave Love  <fx@gnu.org>
10351
10352         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
10353         compiler warning.
10354
10355 ;2000-11-26  Dave Love  <fx@gnu.org>
10356 ;
10357 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
10358 ;
10359 2000-11-23  Dave Love  <fx@gnu.org>
10360
10361         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
10362
10363         * mm-uu.el (uudecode): Require.
10364         (uudecode-decode-region, uudecode-decode-region-external): Don't
10365         autoload.
10366         (mm-uu-copy-to-buffer): Doc fix.
10367         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
10368         type fix.
10369
10370         * mailcap.el: Doc fixes.
10371         (mailcap-mime-data): Various adjustments.
10372         (mailcap): New group.
10373         (mailcap-download-directory): Customize.
10374         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
10375         (mailcap-temporary-directory): Deleted (unused).
10376         (mailcap-unescape-mime-test): Simplify slightly.
10377         (mailcap-viewer-passes-test): Use functionp.
10378         (mailcap-command-p): Aliased to executable-find.
10379
10380         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
10381         default-enable-multibyte-characters is nil.
10382
10383 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
10384
10385         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
10386
10387 2000-11-21  Dave Love  <fx@gnu.org>
10388
10389         * gnus-art.el (gnus-mime-button-map): Don't inherit from
10390         gnus-article-mode-map.
10391 ;       (gnus-mime-button-menu): Use mouse-set-point.
10392         (gnus-insert-mime-button, gnus-mime-display-alternative)
10393         (gnus-mime-display-alternative): Don't use local-map property.
10394
10395 2000-11-17  Dave Love  <fx@gnu.org>
10396
10397         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
10398         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
10399         and make-temp-file.
10400         (uudecode-decode-region): Doc fix.
10401
10402 2000-11-14  Dave Love  <fx@gnu.org>
10403
10404         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
10405         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
10406         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
10407         New files, derived from the XPMs.
10408
10409 2000-11-10  Dave Love  <fx@gnu.org>
10410
10411         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
10412         (gnus-agent-lib-file, gnus-agent-load-alist)
10413         (gnus-agent-save-alist, gnus-agent-article-name): Use
10414         expand-file-name.
10415
10416         * gnus-group.el (gnus-group-name-charset-method-alist): Add
10417         :version.
10418         (nnkiboze-score-file): Defvar when compiling.
10419
10420         * gnus-start.el (gnus-read-newsrc-file): Add :version.
10421
10422         * gnus-art.el (gnus-article-banner-alist)
10423         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
10424         (gnus-article-date-lapsed-new-header)
10425         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
10426         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
10427         (gnus-treat-strip-headers-in-body)
10428         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
10429         (gnus-treat-translate): Add :version.
10430         (gnus-article-mime-part-function): Fix defcustom.
10431
10432         * nnmail.el (nnmail-expiry-target)
10433         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
10434         (nnmail-split-header-length-limit): Add :version.
10435
10436         * gnus-sum.el (gnus-auto-expirable-marks)
10437         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
10438         (gnus-extra-headers, gnus-ignored-from-addresses)
10439         (gnus-newsgroup-ignored-charsets)
10440         (gnus-group-highlight-words-alist)
10441         (gnus-summary-show-article-charset-alist): Add :version.
10442
10443         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
10444         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
10445         files, converted from the XPMs.
10446
10447         * gnus-cache.el (gnus-cache-active-file): Don't use
10448         file-name-as-directory on directory.
10449         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
10450         use file-name-as-directory on directory.
10451
10452         * time-date.el (timezone-make-date-arpa-standard): Autoload.
10453         (date-to-time): Use it.
10454
10455 ;       * message.el (message-mode) <adaptive-fill-regexp>:
10456 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
10457 ;       (message-newline-and-reformat): Likewise.
10458         (message-forward-as-mime, message-forward-ignored-headers)
10459         (message-buffer-naming-style, message-default-charset)
10460         (message-dont-reply-to-names, message-send-mail-partially-limit):
10461         Add :version.
10462
10463         * mm-util.el: Doc fixes.
10464         (mm-mime-charset): Don't use the raw result of
10465         mm-preferred-coding-system.
10466         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
10467         (mm-with-unibyte): Simplify.
10468
10469         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
10470         concat.
10471
10472         * pop3.el (pop3-version): Deleted.
10473         (pop3-make-date): New function, avoiding message-make-date.
10474         (pop3-munge-message-separator): Use it.
10475
10476 2000-11-09  Dave Love  <fx@gnu.org>
10477
10478         * gnus-group.el (gnus-group-make-directory-group)
10479         (gnus-group-fetch-faq): Use expand-file-name.
10480         (gnus-group-fetch-faq): Simplify completing-read form.
10481
10482         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
10483         test for Mule.
10484
10485         * message.el (tool-bar-map): Defvar when compiling.
10486
10487         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
10488         (gnus-tm-lisp-directory): Deleted.
10489         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
10490         (featurep 'xemacs).
10491         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
10492         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
10493         version numbers from file names.
10494
10495 2000-11-08  Dave Love  <fx@gnu.org>
10496
10497         * mm-view.el: Use featurep for XEmacs test.
10498         (mm-inline-message): Test for `remove-specifier'; don't use
10499         condition-case.
10500
10501         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
10502
10503         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
10504         (gnus-score-find-bnews): Don't concat "".
10505
10506         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
10507         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
10508         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
10509         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
10510
10511         * gnus-sum.el: Put some defvars in eval-when-compile.
10512         (gnus-summary-mode-hook): Add :options.
10513         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
10514         (gnus-summary-tool-bar-map): New variable.
10515         (gnus-summary-make-tool-bar): New function.
10516         (gnus-summary-mode): Put kill-all-local-variables first.
10517
10518         * gnus-group.el (gnus-group-toolbar-map): New variable.
10519         (gnus-group-make-tool-bar): Rewritten.
10520         (gnus-group-mode): Put kill-all-local-variables first.
10521
10522         * rfc2047.el: Require gnus-util.
10523
10524         * nnml.el (gnus-sorted-intersection): Autoload.
10525
10526         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
10527         Put some defvars in eval-when-compile.
10528         (gnus-intersection, gnus-sorted-complement):  Autoload.
10529
10530         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
10531
10532         * mm-encode.el (mm-body-7-or-8): Autoload.
10533
10534         * mm-decode.el (mm-insert-inline): Autoload.
10535
10536         * mml.el:
10537         * message.el: Put some defvars in eval-when-compile.
10538
10539         * gnus-msg.el: Put some defvars in eval-when-compile.
10540         (gnus-msg-mail): Move after gnus-setup-message.
10541
10542         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
10543
10544 2000-11-07  Dave Love  <fx@gnu.org>
10545
10546         * gnus-util.el (nnheader): Don't require message (recursive
10547         autoload).
10548
10549         * uudecode.el: Avoid compiler warnings.
10550
10551         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
10552         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
10553
10554 2000-11-06  Dave Love  <fx@gnu.org>
10555
10556         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
10557
10558         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
10559         (uudecode-char-int): New alias, replacing char-int.
10560         (uudecode-decode-region): Don't call buffer-disable-undo.
10561
10562 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
10563 ;       (mm-uu-configure-list): Doc fix.
10564 ;
10565 ;       * earcon.el (running-xemacs): Don't define.
10566 ;
10567 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
10568 ;
10569 ;       * message.el (message-font-lock-keywords): Match a final newline
10570 ;       to help font-lock's multiline support.
10571 ;
10572 2000-11-03  Dave Love  <fx@gnu.org>
10573
10574         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
10575
10576         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
10577         name.
10578
10579         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
10580         <banner>: Fix custom type, doc.
10581
10582         * mm-decode.el (mm-display-external): Space-prefix temp buffer
10583         name.  Don't disable undo explicitly.
10584
10585 ;2000-11-02  Dave Love  <fx@gnu.org>
10586 ;
10587 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
10588 ;       cite-prefix.
10589
10590 2000-11-01  Dave Love  <fx@gnu.org>
10591
10592         * rfc2047.el (base64): Require unconditionally.
10593         (message-posting-charset): Defvar when compiling.
10594         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
10595         message.
10596
10597         * gnus-sum.el (nnoo): Require.
10598         (mm-uu-dissect): Autoload.
10599
10600         * mml.el (mml-parse-1): Clarify message.
10601         (mml-minibuffer-read-type): Use mailcap-mime-types.
10602
10603 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
10604
10605         * mml.el: Fix a typo in the requiring of CL.
10606
10607 2000-11-01  Dave Love  <fx@gnu.org>
10608
10609         * utf7.el: Require cl when compiling.
10610
10611         * binhex.el: Use (featurep 'xemacs).
10612         (binhex-char-int): New alias, replacing char-int.  Change callers.
10613         (binhex-decode-region): Simplify work buffer code.
10614         (binhex-decode-region-external): Use expand-file-name, not concat.
10615
10616 2000-10-30  Dave Love  <fx@gnu.org>
10617
10618         * gnus-art.el: Fix 2000-10-27 change properly.
10619
10620 2000-10-28  Miles Bader  <miles@gnu.org>
10621
10622         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
10623
10624 2000-10-27  Dave Love  <fx@gnu.org>
10625
10626         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
10627         strings.
10628         (gnus-group-make-tool-bar): New function.
10629         (gnus-group-mode): Use it.
10630
10631         * message.el (message-mode-menu): Add some :help strings.
10632         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
10633         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
10634
10635         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
10636         * describe-group.xpm, get-news.xpm, kill-group.xpm:
10637         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
10638
10639         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
10640         display-graphic-p here.
10641
10642 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
10643
10644         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
10645         of the `gnus-xemacs' variable, as the latter has been removed.
10646         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
10647         * gnus-art.el (gnus-treat-display-xface)
10648         (gnus-treat-display-smileys, gnus-treat-display-picons)
10649         (gnus-article-read-summary-keys): Likewise.
10650
10651 2000-10-26  Dave Love  <fx@gnu.org>
10652
10653         (defvar): Use rmail-spool-directory unconditionally.
10654
10655 2000-10-18  Dave Love  <fx@gnu.org>
10656
10657         * mm-bodies.el (mm-uu-decode-function)
10658         (mm-uu-binhex-decode-function): Defvar when compiling.
10659
10660         * gnus-nocem.el (gnus-nocem-issuers): Update.
10661         (gnus-nocem-check-from): New option.
10662         (gnus-nocem-scan-groups): Use it.
10663         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
10664         (gnus-nocem-check-article-limit): Add :version.
10665
10666 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
10667
10668         * ietf-drums.el (mm-util): Require CL when compiling.
10669
10670 2000-10-15  Dave Love  <fx@gnu.org>
10671
10672         * qp.el: Require mm-util.
10673
10674 2000-10-13  Dave Love  <fx@gnu.org>
10675
10676         * qp.el (quoted-printable-decode-region): Avoid invalid
10677         coding-systems.
10678
10679 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
10680
10681         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
10682         to a recursive load.
10683
10684 2000-10-12  Dave Love  <fx@gnu.org>
10685
10686         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
10687
10688         * gnus.el (gnus-group-startup-message): Check for PBM image.
10689
10690 2000-10-09  Dave Love  <fx@gnu.org>
10691
10692         * mail-source.el (mail-source-fetch-imap): Bind
10693         default-enable-multibyte-characters rather than using
10694         mm-disable-multibyte.
10695
10696 2000-10-05  Dave Love  <fx@gnu.org>
10697
10698         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
10699         Autoload.
10700         (quoted-printable-decode-region):  Rename arg which confused
10701         charset with coding-system.  Don't use nonascii-insert-offset.
10702         Coding-system encode the region initially.  Don't recognize `=='
10703         as valid QP.  Coding-system decode the region finally.
10704         (quoted-printable-decode-string): Rename arg which confused
10705         charset with coding-system.
10706
10707         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
10708         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
10709         mm-encode-coding-region.
10710         (mm-decode-body, mm-decode-string): Rename variables which
10711         confused charset with coding-system.
10712         (binhex-decode-region): Don't autoload.
10713         (mm-body-encoding): Require message.
10714         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
10715         cond branches.
10716
10717         * gnus-art.el (article-de-quoted-unreadable)
10718         (article-de-base64-unreadable): Fold search case
10719         rather than downcasing string.  Apply mm-charset-to-coding-system
10720         to arg of quoted-printable-decode-region.
10721
10722 2000-10-04  Dave Love  <fx@gnu.org>
10723
10724         * gnus-ems.el: Don't turn off compiler warnings in local vars.
10725         Require ring when compiling.
10726         (gnus-article-compface-xbm): New variable.
10727
10728 2000-10-04  Dave Love  <fx@gnu.org>
10729
10730         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
10731         pbm images.
10732
10733         * frown.pbm, smile.pbm, wry.pbm: New files.
10734
10735         * frown.xbm, smile.xbm, wry.xbm: Deleted.
10736
10737 2000-10-03  Dave Love  <fx@gnu.org>
10738
10739         * mail-source.el (mail-sources): Revert to nil.
10740
10741         * nnmail (nnmail-spool-file): Revert to `((file))'.
10742
10743         * qp.el: Don't require mm-util.
10744         (quoted-printable-decode-region): Rewritten.
10745         (quoted-printable-decode-string, quoted-printable-encode-region):
10746         Doc fix.
10747         (quoted-printable-encode-region): Barf on multibyte characters.
10748         Maybe make the class multibyte.  Upcase chars, not formatted
10749         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
10750         (quoted-printable-encode-string): Don't use
10751         mm-with-unibyte-buffer.
10752
10753 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
10754
10755         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
10756
10757 2000-09-21  Dave Love  <fx@gnu.org>
10758
10759         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
10760         (for Emacs 20).  Tidy somewhat.
10761
10762 2000-09-21  Dave Love  <fx@gnu.org>
10763
10764         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
10765         image processing.  Rationalize logic somewhat.
10766
10767 2000-09-20  Dave Love  <fx@gnu.org>
10768
10769         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
10770         specifically.
10771
10772         * gnus.el (gnus-version-number): Avoid some redundant
10773         autoloads.
10774
10775 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
10776
10777         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
10778         to XBM; we always have PBM support.
10779
10780 2000-09-14  Dave Love  <fx@gnu.org>
10781
10782         * gnus.el (gnus-charset):
10783         * mm-decode.el (mime-display):
10784         * imap.el (imap) <defgroup>: Add :version.
10785
10786 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
10787
10788         * parse-time.el: Fix author's mail address.
10789
10790         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
10791         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
10792         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
10793         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
10794         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
10795         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
10796         * rfc2231.el, uudecode.el: Fix copyright notice.
10797
10798         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
10799         require `w3' at load-time only if not running in batch mode.
10800
10801 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10802
10803         * gnus.el: Before merge with Emacs21.
10804
10805 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
10806
10807         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
10808
10809 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
10810
10811         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
10812         to avoid conflict with the standard `back-to-indentation'
10813         binding.
10814
10815 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10816
10817         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
10818
10819         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
10820         (mm-disable-multibyte-mule4): Ditto.
10821         (mm-with-unibyte-current-buffer-mule4): Ditto.
10822
10823 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10824
10825         * pop3.el (pop3-movemail): Use binary.
10826         (pop3-movemail-file-coding-system): Removed.
10827
10828 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10829
10830         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
10831
10832 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10833
10834         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
10835         exists.
10836
10837 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10838
10839         * gnus-msg.el (gnus-post-method): Use backend name when the
10840         address is "".
10841
10842 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10843
10844         * gnus-art.el (article-verify-x-pgp-sig): Don't test
10845         mm-verify-option.
10846         (gnus-treat-x-pgp-sig): Default value.
10847         (gnus-ignored-headers): Redundant.
10848
10849 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10850
10851         * gnus-win.el (gnus-configure-frame): Save selected window.
10852
10853 2000-02-15  Andrew Innes  <andrewi@gnu.org>
10854
10855         * nnmbox.el: Require gnus-range.
10856         (nnmbox-group-building-active-articles): New variable.
10857         (nnmbox-group-active-articles): New variable; this is a cache of
10858         all active articles by group and number.
10859         (nnmbox-in-header-p): New function.
10860         (nnmbox-find-article): New function.
10861         (nnmbox-record-active-article): New function.
10862         (nnmbox-record-deleted-article): New function.
10863         (nnmbox-is-article-active-p): New function.
10864         (nnmbox-retrieve-headers): Use nnmbox-find-article.
10865         (nnmbox-request-article): Ditto.  Also supply extra arg to
10866         nnmbox-article-group-number.
10867         (nnmbox-request-expire-articles): Ditto.
10868         (nnmbox-request-move-article): Ditto.
10869         (nnmbox-request-replace-article): Ditto.
10870         (nnmbox-request-rename-group): Rename group entry in active
10871         article cache.
10872         (nnmbox-delete-mail): Update active article cache, unless article
10873         is being replaced.
10874         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
10875         than partially duplicating it.
10876         (nnmbox-article-group-number): Add extra `this-line' arg, to
10877         handle articles belonging to multiple groups.
10878         (nnmbox-save-mail): Update active article cache.
10879         (nnmbox-read-mbox): Build active article cache when loading mbox.
10880         Also do some repair work, if we find articles that are missing the
10881         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
10882         reconstruct these from Xref info.
10883
10884 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10885
10886         * mail-source.el (mail-source-report-new-mail): Use
10887         nnheader-run-at-time.
10888
10889 2000-02-15  Andrew Innes  <andrewi@gnu.org>
10890
10891         * mail-source.el (mail-source-fetch-pop): Clear pop password when
10892         an error is thrown, and then rethrow the error.
10893         (mail-source-check-pop): Ditto.
10894         (mail-source-start-idle-timer): Prevent multiple pop checks
10895         running if the check takes a long time.
10896
10897 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10898
10899         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
10900         succeed.
10901
10902 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10903
10904         * gnus-win.el (gnus-configure-windows): Make sure
10905         nntp-server-buffer is live.
10906         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
10907
10908 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
10909
10910         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
10911
10912 2000-12-04  Andreas Jaeger  <aj@suse.de>
10913
10914         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
10915
10916 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10917
10918         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
10919
10920 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
10921         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
10922
10923         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
10924
10925 2000-12-01  Simon Josefsson  <sj@extundo.com>
10926
10927         * mml-smime.el (mml-smime-verify): Fix address parsing.
10928
10929 2000-12-01  Simon Josefsson  <sj@extundo.com>
10930
10931         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
10932         more than one certificate inside PKCS#7 blob.  Better security
10933         information (clamed / actual sender, openssl output, certificates
10934         inside message).
10935
10936         * smime.el (smime-verify-region): Output to /dev/null.
10937         (smime-buffer-as-string-region): Don't parse empty lines.
10938
10939 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10940
10941         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
10942         ?d and ?D.
10943         (gnus-mime-security-show-details-inline): New variable.
10944         (gnus-mime-security-show-details): Use them.
10945         (gnus-insert-mime-security-button): Ditto.
10946
10947         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
10948         Suggest by Michael Duggan (md5i@cs.cmu.edu).
10949         (mml2015-gpg-clear-verify): Ditto.
10950         (mml2015-gpg-decrypt-1): Ditto.
10951         (mml2015-use): Prefer 'gpg.
10952
10953 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10954
10955         * gnus-util.el (gnus-add-text-properties-when): New function.
10956         (gnus-remove-text-properties-when): Ditto.
10957
10958         * gnus-cite.el (gnus-article-hide-citation): Use them.
10959         (gnus-article-toggle-cited-text): Use them.
10960
10961         * gnus-art.el (gnus-signature-toggle): Use them.
10962         (gnus-article-show-hidden-text): Ditto.
10963         (gnus-article-hide-text): Ditto.
10964
10965 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10966
10967         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
10968
10969 2000-11-30  Simon Josefsson  <sj@extundo.com>
10970
10971         * smime.el (smime-point-at-eol): New alias.
10972         (smime-buffer-as-string-region): Use it.
10973
10974 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10975
10976         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
10977
10978 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10979
10980         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
10981
10982         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
10983
10984         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
10985
10986 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10987
10988         * nnmh.el (nnmh-request-expire-articles): Implemented
10989         expiry-target for nnmh backend.
10990
10991 2000-11-30  Simon Josefsson  <sj@extundo.com>
10992
10993         * mm-decode.el (mm-security-from): New variable.
10994         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
10995
10996         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
10997         than `from'.
10998
10999 2000-11-30  Simon Josefsson  <sj@extundo.com>
11000
11001         * mml-smime.el (mml-smime-verify): Verify that certificate mail
11002         address match sender address.
11003
11004         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
11005
11006         * smime.el (smime-verify-region): Don't copy buffer.
11007         (smime-decrypt-buffer): Use expand-file-name on keyfile.
11008         (smime-pkcs7-region): New function.
11009         (smime-pkcs7-certificates-region): Ditto.
11010         (smime-pkcs7-email-region): Ditto.
11011         (smime-buffer-as-string-region): Ditto.
11012
11013         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
11014         buffer.
11015
11016 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
11017
11018         * smime.el (smime-decrypt-region): Fix keyfile argument.
11019
11020 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11021
11022         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
11023
11024 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11025
11026         * message.el (message-shoot-gnksa-feet): New variable.
11027         (message-gnksa-enable-p): New function.
11028         (message-send): Use it.
11029         (message-check-news-body-syntax): Ditto.
11030
11031 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11032
11033         * message.el (message-make-message-id): Remove the redundancy.
11034
11035 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11036
11037         * message.el (message-setup): Discourage using mc-install-*-mode.
11038
11039         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
11040
11041 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11042
11043         * gnus-cite.el (gnus-cite-parse): Guess citation length.
11044
11045 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11046
11047         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
11048
11049 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11050
11051         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
11052
11053 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11054
11055         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
11056         insert-buffer-substring.
11057
11058         * message.el (message-send-mail): Use buffer-substring-no-properties.
11059         (message-send-news): Ditto.
11060
11061 2000-11-22  David Edmondson  <dme@dme.org>
11062
11063         * imap.el (imap-wait-for-tag): Message read info.
11064
11065 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11066
11067         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
11068         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
11069         (mml2015-gpg-encrypt): Ditto.
11070
11071 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11072
11073         * mm-decode.el (mm-verify-option): Default value.
11074
11075         * mml-sec.el (mml-secure-part): Error message.
11076
11077 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11078
11079         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
11080
11081 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11082
11083         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
11084
11085 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11086
11087         * gnus-art.el (gnus-article-describe-key): Use prompt.
11088         (gnus-article-describe-key-briefly): Ditto.
11089
11090 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11091
11092         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
11093
11094 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11095
11096         * gnus-art.el (gnus-article-describe-key): New function.
11097         (gnus-article-describe-key-briefly): New function.
11098
11099 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11100
11101         * mm-decode.el (mm-decrypt-option): Doc typo.
11102
11103         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
11104         return a number.
11105
11106 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11107
11108         * message.el (message-newline-and-reformat): Typo.
11109
11110 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11111
11112         * gnus-art.el (article-verify-x-pgp-sig): Check whether
11113         original-article-buffer exists.
11114
11115         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
11116         (rfc2047-header-encoding-alist): Addresses are different from text.
11117         (rfc2047-encode-message-header): Ditto.
11118         (rfc2047-dissect-region): Extra parameter.
11119         (rfc2047-encode-region): Ditto.
11120         (rfc2047-encode-string): Ditto.
11121
11122 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11123
11124         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
11125         (mm-uu-pgp-encrypted-extract): Use it.
11126         (mm-uu-pgp-signed-extract-1): New function.
11127         (mm-uu-pgp-signed-extract): Use it.
11128
11129         * gnus-art.el (gnus-mime-display-security): New function.
11130         (gnus-mime-display-part): Use it.
11131         (gnus-mime-security-verify-or-decrypt): New function.
11132         (gnus-mime-security-press-button): New function.
11133         (gnus-insert-mime-security-button): Use it.
11134
11135         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
11136         (mm-find-raw-part-by-type): Ditto.
11137         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
11138         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
11139         (mm-destroy-parts): Kill nested multibyte buffer.
11140
11141         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
11142         (mml2015-gpg-verify): Ditto.
11143
11144 2000-11-18  Simon Josefsson  <sj@extundo.com>
11145
11146         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
11147         (mml2015-function-alist): Use it.
11148
11149         * mml-sec.el (mml-sign-alist): Update names.
11150         (mml-encrypt-alist): Ditto.
11151         (mml-secure-part-smime-sign): Moved to mml-smime.el
11152         as `mml-smime-sign-query'.
11153         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
11154         `mml-smime-get-file-cert'.
11155         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
11156         `mml-smime-get-dns-cert'.
11157         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
11158         `mml-smime-encrypt-query'.
11159         (mml-smime-sign-buffer): Use mml-smime-sign.
11160         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
11161
11162         * mml-smime.el (mml-smime-sign): New function.
11163         (mml-smime-encrypt):
11164         (mml-smime-sign-query):
11165         (mml-smime-get-file-cert):
11166         (mml-smime-get-dns-cert):
11167         (mml-smime-encrypt-query): Moved from mml-sec.el.
11168
11169 2000-11-16  Simon Josefsson  <sj@extundo.com>
11170
11171         * mml2015.el (mml2015-gpg-clear-verify): New function.
11172         (mml2015-function-alist): Add it.
11173
11174 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
11175
11176         * message.el (message-setup-fill-variables): Use
11177         message-cite-prefix-regexp.
11178         (message-newline-and-reformat): Check the end of citation, leading
11179         WSP, break in the cite prefix.
11180         (message-fill-paragraph): New function.
11181
11182 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
11183
11184         * lpath.el: Shut up.
11185
11186 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
11187
11188         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
11189         raw 8-bit in headers in dk.* newsgroups.
11190
11191 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
11192
11193         * message.el (message-newline-and-reformat): Match extra WSPs.
11194
11195 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
11196
11197         * mml.el (mml-generate-mime-1): Ignore ascii.
11198
11199 2000-11-16 Justin Sheehy  <justin@iago.org>
11200
11201         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
11202
11203 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11204
11205         * message.el (message-cite-prefix-regexp): Prefix should not end
11206         at space.
11207
11208 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
11209
11210         * message.el (message-mode-syntax-table): Add - as a word
11211         constituent as in articles.
11212         (message-setup-fill-variables): Add -_. as supercite-style prefix.
11213         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
11214         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
11215
11216 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
11217
11218         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
11219
11220 2000-11-12  David Edmondson  <dme@dme.org>
11221
11222         * message.el (message-font-lock-keywords): use
11223         message-cite-prefix-regexp.
11224
11225 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11226
11227         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
11228         Stein Arild Str\e,Ax\e(Bmme.
11229         (gnus-group-jump-to-group): Use it.
11230         (gnus-group-jump-to-group-prompt): Customize.
11231
11232 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
11233
11234         * mailcap.el (mailcap-possible-viewers): Match the entire string.
11235
11236 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
11237
11238         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
11239         incompatible.
11240         (mml2015-mailcrypt-sign): Ditto.
11241
11242 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
11243
11244         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
11245         group is open.
11246
11247 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
11248
11249         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
11250         nnvirtual articles.
11251         (gnus-backlog-request-article): Don't request nnvirtual articles.
11252
11253 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
11254
11255         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
11256         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
11257
11258 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
11259
11260         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
11261         * mml.el (mml-generate-mime-1): Use charset attribute.
11262         * mm-bodies.el (mm-encode-body): Add parameter charset.
11263         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
11264
11265 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
11266
11267         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
11268         (mml2015-mailcrypt-clear-decrypt): Ditto.
11269         (mml2015-mailcrypt-verify): Ditto.
11270         (mml2015-mailcrypt-clear-verify): Ditto.
11271         (mml2015-gpg-verify): Ditto.
11272
11273 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
11274
11275         * smime.el (smime-openssl-program): Test the existence of openssl.
11276         * mml-smime.el: Require mm-decode.
11277         (mml-smime-verify-test): New function.
11278         * mm-decode.el (mm-verify-function-alist): Use it.
11279
11280 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
11281
11282         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
11283         anyway.
11284
11285 2000-11-13  Simon Josefsson  <sj@extundo.com>
11286
11287         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
11288         verification doesn't work.
11289
11290 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
11291
11292         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
11293         (gnus-inews-do-gcc): Use it.
11294
11295 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
11296
11297         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
11298         leading space.
11299         * mm-extern.el (mm-inline-external-body): Report error when no
11300         access-type.
11301
11302 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
11303
11304         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
11305
11306 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
11307
11308         * gnus-art.el (gnus-mime-button-menu): Use select-window.
11309
11310 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
11311
11312         * gnus-art.el (gnus-mime-display-part): Display multipart/related
11313         as multipart/mixed.
11314
11315 2000-11-12  David Edmondson  <dme@dme.org>
11316
11317         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
11318         and replace `.' with `\w' to allow for different syntax tables
11319         (from Vladimir Volovich).
11320         * message.el (message-newline-and-reformat): use
11321         `message-cite-prefix-regexp'.
11322         * gnus-cite.el (gnus-supercite-regexp): use
11323         `message-cite-prefix-regexp'.
11324         * gnus-cite.el (gnus-cite-parse): use
11325         `message-cite-prefix-regexp'.
11326
11327 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
11328
11329         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
11330         PGP SIGNATURE.  Escape leading "-"'s.
11331         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
11332
11333 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
11334
11335         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
11336
11337 2000-11-11  Simon Josefsson  <sj@extundo.com>
11338
11339         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
11340
11341         * smime.el (smime-details-buffer): New variable.
11342         (smime-sign-region):
11343         (smime-encrypt-region):
11344         (smime-verify-region):
11345         (smime-decrypt-region): Copy OpenSSL output to the buffer.
11346
11347         * mml-smime.el (mml-smime-verify): Support security info.
11348
11349 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
11350
11351         * mm-decode.el (mm-verify-option): Set default to nil.
11352         (mm-decrypt-option): Ditto.
11353         * gnus-art.el (article-verify-x-pgp-sig): New function.
11354
11355 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
11356
11357         * gnus-art.el (gnus-mime-display-alternative): Show button if no
11358         preferred part.
11359
11360 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11361
11362         * gnus-sum.el (gnus-move-split-methods): Say that
11363         `gnus-split-methods' uses file names, whereas this uses group
11364         names.  (Report from Nevin Kapur)
11365
11366 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
11367
11368         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
11369
11370 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
11371
11372         * nnheader.el (nnheader-directory-files-is-safe): New variable.
11373         (nnheader-directory-articles): Use it.
11374         (nnheader-article-to-file-alist): Ditto.
11375
11376 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
11377
11378         * rfc2047.el (rfc2047-pad-base64): New function.
11379         (rfc2047-decode): Use it.
11380
11381 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
11382
11383         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
11384         select method.
11385
11386 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
11387
11388         * mml2015.el (mml2015-gpg-decrypt-1):
11389         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
11390
11391 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
11392
11393         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
11394
11395 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
11396
11397         * pop3.el (pop3-munge-message-separator): A message may have an
11398         empty body.
11399
11400 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
11401
11402         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
11403         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
11404         (mm-uu-pgp-signed-extract): Use coding-system.
11405
11406 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
11407
11408         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
11409         (gnus-insert-mime-security-button): New function.
11410         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
11411         * mml2015.el:  Add security info when verify or decrypt.
11412         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
11413         (mm-uu-pgp-encrypted-extract): Ditto.
11414
11415 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
11416
11417         * mm-decode.el (mm-display-parts): New function.
11418         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
11419
11420 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11421
11422         * gnus-mlspl.el: Documentation tweaks.
11423
11424 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
11425
11426         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
11427         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
11428         argument.
11429
11430 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
11431
11432         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
11433
11434 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
11435
11436         * gnus-art.el (gnus-article-encrypt): New function.
11437         (gnus-article-encrypt-protocol-alist): New variable.
11438         (gnus-article-encrypt-protocol): New variable.
11439         * mml2015.el (mml2015-self-encrypt): New function.
11440         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
11441
11442 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
11443
11444         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
11445         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
11446         let mailcap do it.
11447         * mml2015.el: Remove snarf code.
11448         * mm-decode.el: Remove snarf code.
11449
11450 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
11451
11452         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
11453         (mml-insert-mime): Understand gnus-decoded.
11454         (mime-to-mml): New parameter handles.
11455         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
11456         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
11457
11458 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
11459
11460         * mm-decode.el (mime-security): New group.
11461         (mm-verify-function-alist): Add test function.
11462         (mm-decrypt-function-alist): Ditto.
11463         (mm-snarf-option): Set default value as nil.
11464         (mm-find-part-by-type): Recursive parameter.
11465         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
11466         * mml2015.el: Support draft-ietf-openpgp-multsig.
11467
11468 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
11469
11470         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
11471         (gnus-article-view-part-as-charset): New function.
11472
11473 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
11474
11475         * mm-decode.el (mm-verify-option): Default value.
11476         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
11477
11478 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
11479
11480         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
11481
11482 2000-11-05  Simon Josefsson  <sj@extundo.com>
11483
11484         * mml-smime.el (mml-smime-verify): Work in original multipart
11485         buffert.
11486
11487         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
11488         (mm-handle-multipart-ctl-parameter): Ditto.
11489         (mm-alist-to-plist): New function.
11490         (mm-dissect-buffer): Store CTL parameters and copy original buffer
11491         for multiparts.
11492         (mm-destroy-parts): Destroy multipart buffert.
11493         (mm-remove-part): Ditto.
11494
11495         * mml-smime.el (mml-smime-sign): Not used.
11496         (mml-smime-encrypt): Ditto.
11497
11498         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
11499
11500         Verify S/MIME signature support.
11501
11502         * mm-decode.el (mm-inline-media-tests): Add
11503         application/{x-,}pkcs7-signature.
11504         (mm-inlined-types): Ditto.
11505         (mm-automatic-display): Ditto.
11506         (mm-verify-function-alist): Ditto.  Add name of method.
11507         (mm-decrypt-function-alist): Add name of method.
11508         (mm-find-part-by-type): Add documentation.
11509         (mm-possibly-verify-or-decrypt): Use new format of
11510         mm-{verify,decrypt}-function-alist.  Use method names.
11511
11512         * mml-smime.el (mml-smime-verify): New function.
11513
11514 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
11515
11516         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
11517
11518 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
11519
11520         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
11521         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
11522         * mm-decode.el (mm-snarf-option): New variable.
11523
11524 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
11525
11526         * mm-util.el (mm-subst-char-in-string): New function.
11527         (mm-replace-chars-in-string): Use it.
11528         * message.el (message-replace-chars-in-string): Use it.
11529         * nnheader.el (nnheader-replace-chars-in-string): Use it.
11530         * gnus-mh.el (mh-lib-progs): Shut up.
11531
11532 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
11533
11534         * base64.el, md5.el: Moved to contrib directory.
11535
11536 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
11537
11538         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
11539         the last article when search.
11540
11541 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
11542
11543         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
11544         * nnmail.el (nnmail-pathname-coding-system): Ditto.
11545
11546 2000-09-29  David Edmondson  <dme@thus.net>
11547
11548         * message.el (message-newline-and-reformat): Typo.
11549
11550 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
11551
11552         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
11553
11554 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
11555
11556         * nntp.el (nntp-decode-text): Delete bogus status lines.
11557
11558 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
11559
11560         * message.el (message-font-lock-keywords): Match a final newline
11561         to help font-lock's multiline support.
11562
11563 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
11564
11565         * nnoo.el (nnoo-set): New function.
11566
11567 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
11568
11569         * gpg.el, gpg-ring.el: Moved to contrib directory.
11570
11571 2000-11-04  Simon Josefsson  <sj@extundo.com>
11572
11573         * nnimap.el (nnimap-split-inbox): Typo.
11574
11575 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
11576
11577         * gnus-msg.el (gnus-msg-mail): Move it backwards.
11578
11579 2000-11-03  Simon Josefsson  <sj@extundo.com>
11580
11581         * rfc2231.el (rfc2231-parse-qp-string): New function.
11582         (require): rfc2047.
11583
11584         * mail-parse.el (mail-header-parse-content-type):
11585         (mail-header-parse-content-disposition): Support invalid QP
11586         encoded strings, by using `rfc2231-parse-qp-string'.
11587
11588 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
11589
11590         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
11591         (rfc2231-decode-encoded-string): Typo "> X 1".
11592         (rfc2231-encode-string): Insert the name of charset.
11593         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
11594
11595 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
11596
11597         * mm-decode.el (mm-save-part): Return the filename.
11598         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
11599         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
11600         (gnus-mime-action-alist): Use it.
11601         (gnus-mime-button-commands): Use it.
11602         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
11603         (mm-inline-external-body): unwind-protect.
11604
11605 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
11606
11607         * gnus-art.el (gnus-insert-mime-button): Show url.
11608
11609 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
11610
11611         * mml.el (mml-generate-mime-1): Support external url.
11612         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
11613
11614 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
11615
11616         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
11617         * mm-decode.el (mm-display-external): Ditto.
11618         * mm-extern.el: New file.
11619         * mm-decode.el (mm-inline-media-tests): Hook it up.
11620         (mm-inlined-types): Inline message/external-body.
11621
11622 2000-11-02  Simon Josefsson  <sj@extundo.com>
11623
11624         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
11625
11626         * message.el (message-get-reply-headers): Better handling when
11627         Mail-Followup-To is very large.
11628
11629 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
11630
11631         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
11632         * gnus-art.el (gnus-article-edit-done):
11633         * gnus-sum.el (gnus-summary-edit-article-done): Move line
11634         counting code here.
11635         * gnus-msg.el (gnus-setup-message): Remove a hack.
11636
11637 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
11638
11639         * gnus-sum.el (gnus-newsgroup-variables): New variable.
11640         (gnus-summary-mode): Make them local variables.
11641         (gnus-set-global-variables): Globalize them.
11642         (gnus-summary-exit): Kill them.
11643
11644 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
11645
11646         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
11647         word.
11648
11649 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
11650
11651         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
11652         gnus-article-wash-types.
11653         * gnus-art.el (gnus-article-wash-status): Use them.
11654
11655 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
11656
11657         * mml.el (mml-read-tag): Remove spaces and LF.
11658
11659 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
11660
11661         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
11662         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
11663
11664 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
11665
11666         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
11667
11668 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
11669
11670         * gnus-sum.el (gnus-article-charset): New variable.
11671         (gnus-summary-display-article): Set it.
11672         * gnus-msg.el (gnus-copy-article-buffer): Use it.
11673         * gnus-art.el (gnus-article-mode): Make it local variable.
11674
11675 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11676
11677         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
11678
11679 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11680
11681         * nnwfm.el: New file.
11682
11683         * nnweb.el (nnweb-replace-in-string): New function.
11684
11685 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
11686
11687         * mml2015.el: Wrap gpg.el.
11688         * gpg.el (gpg-verify): The last argument of apply is a list.
11689         (gpg-encrypt): Add passphrase as a parameter.
11690
11691 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
11692
11693         * gpg.el: New file.
11694         * gpg-ring.el: New file.
11695
11696 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
11697
11698         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
11699
11700 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11701
11702         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
11703         double-quote characters.
11704         (gnus-summary-prepare-threads): Ditto.
11705
11706 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
11707
11708         * gnus-art.el (gnus-mime-display-single): Forward line -1.
11709         * mml.el (mml-read-tag): Don't skip the leading space.
11710         * lpath.el (font-lock-set-defaults): Shut up.
11711
11712 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
11713
11714         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
11715
11716 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
11717
11718         * qp.el (quoted-printable-encode-region): Replace leading - when
11719         ultra safe.
11720         * mml.el (mml-generate-mime-postprocess-function): Removed.
11721         (mml-postprocess-alist): Removed.
11722         (mml-generate-mime-1): Use ultra-safe when sign.
11723         * mml2015.el (mml2015-fix-micalg): Uppercase.
11724         (mml2015-verify): Insert LF.
11725         (mml2015-mailcrypt-sign): Downcase; search backward.
11726
11727 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11728
11729         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
11730         restrictive.
11731         (nnultimate-table-regexp): New variable.
11732         (nnultimate-forum-table-p): Use it.
11733
11734 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
11735         Trivial patch.
11736
11737         * gnus-sum.el (gnus-summary-expire-articles): Save point.
11738
11739 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
11740
11741         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
11742         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
11743
11744 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
11745
11746         * mml2015.el: Shut up.
11747
11748 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
11749
11750         * gnus.el (gnus-server-browse-hashtb): Removed.
11751         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
11752         (gnus-group-insert-group-line-info): Use simplified method.
11753         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
11754
11755 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
11756
11757         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
11758         moved here.
11759         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
11760         * gnus-group.el (gnus-group-prepare-flat): Use it.
11761         * gnus-topic.el (gnus-group-prepare-topics): Use it.
11762
11763 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
11764
11765         * mml.el (mml-mode): Show menu in XEmacs.
11766
11767 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
11768
11769         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
11770         (gnus-server-read-server-in-server-buffer): New function.
11771         (gnus-browse-foreign-server): Browse in group buffer.
11772         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
11773         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
11774         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
11775         * gnus.el (gnus-server-browse-hashtb): New variable.
11776
11777 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
11778
11779         * nnfolder.el (nnfolder-open-nov): Use group.
11780
11781 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
11782
11783         * nnfolder.el: Add NOV. Set version to 2.0.
11784         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
11785
11786 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
11787
11788         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
11789
11790 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
11791
11792         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
11793         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
11794
11795 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
11796
11797         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
11798
11799 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
11800
11801         * mm-decode.el (mm-verify-function-alist): New variable.
11802         (mm-verify-option): New variable.
11803         (mm-decrypt-function-alist): Ditto.
11804         (mm-decrypt-option): Ditto.
11805         (mm-find-raw-part-by-type): New function.
11806         (mm-possibly-verify-or-decrypt): New function.
11807         (mm-dissect-multipart): Use it.
11808         * mml2015.el (mml2015-fix-micalg): New function.
11809         (mml2015-decrypt): Use new interface.
11810         (mml2015-verify):  Use new interface.
11811         (mml2015-setup): Make it bogus.
11812
11813 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
11814
11815         * mml.el (mml-generate-mime-postprocess-function): Set to
11816         mml-postprocess.
11817         (autoload): Autoload mml2015 and mml-smime.
11818         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
11819         * mml2015.el (mml2015-encrypt): New function.
11820         (mml2015-sign): New function.
11821         (mml2015-encrypt-function): New variable.
11822         (mml2015-sign-function): New variable.
11823         (mml2015-mailcrypt-encrypt): Use message-recipients.
11824         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
11825         * mml-smime.el (mml-smime-setup): Ditto.
11826
11827 2000-10-28  Simon Josefsson  <sj@extundo.com>
11828
11829         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
11830         Communigate Pro 3.3.1 server.
11831
11832         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
11833         in buffers.
11834         (mml-secure-dns-server): Removed.
11835         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
11836         write certificates to files.
11837
11838         * smime.el (smime-dns-server): New variable.
11839         (smime-mail-to-domain):
11840         (smime-cert-by-dns): New functions.
11841
11842         * dig.el: New file.
11843
11844 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
11845
11846         * message.el (message-options): New variable.
11847         (message-options-set-recipient): New function.
11848         (message-send): Use them.
11849         * gnus-int.el (gnus-request-replace-article): Use them.
11850         (gnus-request-accept-article): Ditto.
11851         * mml.el (mml-preview): Use them.
11852         * gnus-sum.el (gnus-summary-edit-article): Use them.
11853
11854         * message.el (message-options-get): New function.
11855         (message-options-get): New function.
11856         * rfc2047.el (rfc2047-encode-message-header): Use them.
11857         * mm-bodies.el (mm-encode-body): Use them.
11858
11859 2000-10-28  Simon Josefsson  <sj@extundo.com>
11860
11861         * nnimap.el (nnimap-retrieve-which-headers):
11862         (nnimap-request-article-part): Quote message-id.
11863
11864         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
11865         (smime-CA-file): New variable.
11866         (smime-call-openssl-region): Don't error.
11867         (smime-sign-region): Return result value.
11868         (smime-encrypt-region): Ditto.
11869         (smime-verify-region): New function.
11870         (smime-decrypt-region): Ditto.
11871         (smime-verify-buffer): Ditto.
11872         (smime-decrypt-buffer): Ditto.
11873
11874         * mml.el: Require mml-sec.
11875         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
11876         (mml-mode-map): Add "sign" and "encrypt" maps.
11877         (mml-menu): Add security menu.
11878         (mml-preview): Use generate-new-buffer.
11879
11880         * mml-sec.el: New file.
11881
11882 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
11883
11884         * mm-decode.el (mm-find-part-by-type): Move it here.
11885         * mml.el (mml-postprocess): Move it here.
11886         (mml-postprocess-alist): Move it here. Merge them.
11887
11888 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
11889
11890         * rfc2047.el (rfc2047-encode-message-header): Make sure no
11891         unencoded stuff in the header.
11892
11893 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
11894
11895         * gnus-group.el (gnus-group-listed-groups): New variable.
11896         (gnus-group-list-option): New variable.
11897         (gnus-group-list-limit-map): New keymap.
11898         (gnus-group-list-flush-map): New keymap.
11899         (gnus-group-list-plus-map): New keymap.
11900         (gnus-group-prepare-logic): New function.
11901         (gnus-group-prepare-flat): Merge with
11902         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
11903         (gnus-group-prepare-flat-list-dead): Ditto.
11904         (gnus-group-list-matching): Use gnus-group-prepare-function.
11905         (gnus-group-list-dormant): Ditto.
11906         (gnus-group-list-cached): Ditto.
11907         (gnus-group-listed-groups): New function.
11908         (gnus-group-list-limit): New function.
11909         (gnus-group-list-flush): New function.
11910         (gnus-group-list-plus): New function.
11911         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
11912         (gnus-topic-prepare-topic): Ditto.
11913
11914 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
11915
11916         * message.el (message-insert-to, message-get-reply-headers):
11917         (message-reply, message-followup): Mail-{Followup,Reply}-To.
11918
11919 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
11920
11921         * mml2015.el: New file.
11922         * smime.el: New file.
11923         * mml-smime.el: New file.
11924
11925 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
11926
11927         * ChangeLog: Moved to ChangeLog.1.
11928
11929     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
11930   Copying and distribution of this file, with or without modification,
11931   are permitted provided the copyright notice and this notice are preserved.
11932
11933 ;; Local Variables:
11934 ;; coding: iso-2022-7bit
11935 ;; End: